]> git.pld-linux.org Git - packages/sawfish-theme-pack-0.git/blob - sawfish-theme-pack-0.spec
- s/temat/motyw/g
[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 motywó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
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 motywami dla Sawfisha:
20 - 1_0-0.30,
21 - 7of9-0.28.
22
23 %package -n %{_nm}-1_0
24 Summary:        Sawfish's theme "One Oh"
25 Summary(pl):    Motyw do sawfisha "One Oh"
26 Group:          Themes
27 Requires:       sawfish
28
29 %description -n %{_nm}-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 %description -n %{_nm}-1_0 -l pl
34 Motyw "One Oh" autorstwa Zinx Verituse <zinx@microsoftisevil.com>
35
36 %package -n %{_nm}-7of9
37 Summary:        based on the 7of9 WindowMaker theme
38 Summary(pl):    Bazowany na temacie 7of9 z WindowMakera
39 Group:          Themes
40 Requires:       sawfish
41
42 %description -n %{_nm}-7of9
43 This is based on the 7of9 WindowMaker theme, it was ported at a
44 friend's request. The lisp is based on the blue-heart theme by John
45 Harper. The theme resembles WindowMaker rather nicely, and goes best
46 with the included background. Ported by Dean <dean@thestuff.net>
47 Original WM theme by Ken <kingofstring@comports.com>.
48
49 %description -n %{_nm}-7of9
50 Motyw bazowany na temacie 7og9 z WindowMakera. Przeportowany przez
51 Dean <dean@thestuff.net>. Autorem motywu do WindowMakera jest Ken 
52 <kingofstring@comports.com>.
53
54 %prep
55 %setup -q -c -b 0 -b 1
56
57 %install
58 rm -rf $RPM_BUILD_ROOT
59 install -d $RPM_BUILD_ROOT%{_datadir}/sawfish/themes/
60
61 mv -f {1_0,7of9} $RPM_BUILD_ROOT%{_datadir}/sawfish/themes/
62
63 %clean
64 rm -rf $RPM_BUILD_ROOT
65
66 %files -n %{_nm}-1_0
67 %defattr(644,root,root,755)
68 %{_datadir}/sawfish/themes/1_0/
69
70 %files -n %{_nm}-7of9
71 %defattr(644,root,root,755)
72 %{_datadir}/sawfish/themes/7of9
This page took 0.051232 seconds and 4 git commands to generate.