]> git.pld-linux.org Git - packages/sawfish-theme-pack-0.git/blob - sawfish-theme-pack-0.spec
- temporary save,
[packages/sawfish-theme-pack-0.git] / sawfish-theme-pack-0.spec
1 Summary:        A "pack" of themes for Sawfish - starting with char [0-9]
2 Summary(pl):    Zestaw tematów dla Sawfish'a - zaczynaj±cych siê od [0-9]
3 Name:           sawfish-theme-pack-0
4 Version:        1
5 Release:        1
6 License:        GPL
7 Group:          Themes
8 Source0:        http://debian.attica.net.nz/themes.org/sawmill/1_0-0.30.tar.gz
9 Source1:        http://debian.attica.net.nz/themes.org/sawmill/7of9-0.28.tar.gz
10 BuildArch:      noarch
11 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
12
13 %define         _prefix         /usr/X11R6
14
15 %description
16 A pack of themes for Sawfish: 1_0-0.30 7of9-0.28
17
18 %description -l pl
19 Paczka z nastêpuj±cymi tematami dla Sawfisha:
20 - 1_0-0.30,
21 - 7of9-0.28.
22
23 %package 1_0
24 Summary:        Sawfish's theme "One Oh"
25 Summary(pl):    Temat do sawfisha "One Oh"
26 Group:          Themes
27 Requires:       sawfish
28
29 %description 1_0
30 Pronounced "One Oh", this is a theme I made to go with a background I
31 made.. Zinx Verituse <zinx@microsoftisevil.com>
32
33 %package 7of9
34 Summary:        based on the 7of9 WindowMaker theme
35 Summary(pl):    Bazowany na temacie 7of9 z WindowMakera
36 Group:          Themes
37 Requires:       sawfish
38
39 %description 7of9
40 This is based on the 7of9 WindowMaker theme, it was ported at a
41 friend's request. The lisp is based on the blue-heart theme by John
42 Harper. The theme resembles WindowMaker rather nicely, and goes best
43 with the included background. Ported by Dean <dean@thestuff.net>
44 Original WM theme by Ken (kingofstring@comports.com)
45
46 %prep
47 %setup -c -b 0 -b 1
48
49 %install
50 #rm -rf $RPM_BUILD_ROOT
51 install -d $RPM_BUILD_ROOT%{_datadir}/sawfish/themes/
52
53 mv -f {1_0,7of9} $RPM_BUILD_ROOT%{_datadir}/sawfish/themes/
54
55 %clean
56 #rm -rf $RPM_BUILD_ROOT
57
58 %files
59 %defattr(644,root,root,755)
60
61 %files 1_0
62 %defattr(644,root,root,755)
63 %{_datadir}/sawfish/themes/1_0/
64
65 %files 7of9
66 %defattr(644,root,root,755)
67 %{_datadir}/sawfish/themes/7of9
This page took 0.248987 seconds and 4 git commands to generate.