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