]> git.pld-linux.org Git - packages/sawfish-theme-pack-0.git/commitdiff
- initial release,
authordjrzulf <djrzulf@pld-linux.org>
Tue, 23 Apr 2002 21:41:58 +0000 (21:41 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- somebody with more experience than me must check this spec before rebuild,

Changed files:
    sawfish-theme-pack-0.spec -> 1.1

sawfish-theme-pack-0.spec [new file with mode: 0644]

diff --git a/sawfish-theme-pack-0.spec b/sawfish-theme-pack-0.spec
new file mode 100644 (file)
index 0000000..8b62be9
--- /dev/null
@@ -0,0 +1,85 @@
+Summary:       A "pack" of themes for Sawfish - starting with char [0-9]
+Summary(pl):   Zestaw tematów dla Sawfish'a - zaczynaj±cych siê od [0-9]
+Name:          sawfish-theme-pack-0
+Version:       1
+Release:       1
+License:       GPL
+Group:         Themes
+Source0:       %{name}.tar.bz2
+URL:           http://http://debian.attica.net.nz/themes.org/sawmill/
+Requires:      sawfish
+BuildArch:      noarch
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%define         _x11datadir     /usr/X11R6/share
+
+%description
+A pack of themes for Sawfish:
+1_0-0.30
+7of9-0.19
+7of9-0.28
+
+%description -l pl
+Paczka z nastêpuj±cymi tematami dla Sawfisha
+1_0-0.30
+7of9-0.19
+7of9-0.28
+
+%package 1_0
+Summary:       Sawfish's theme "One Oh"
+Summary(pl):   Temat do sawfisha "One Oh"
+Group:         Themes
+
+%description 1_0
+Pronounced "One Oh", this is a theme I made to go with a background I made..    Zinx Verituse <zinx@microsoftisevil.com>
+
+%package 7of9-0.19
+Summary:       based on the 7of9 WindowMaker theme
+Summary(pl):   Bazowany na temacie 7of9 z WindowMakera
+Group:         Themes
+
+%description 7of9-0.19
+This is based on the 7of9 WindowMaker theme,                                    it was ported at a friend's request.                                            The lisp is based on the blue-heart theme by John Harper.                       The theme resembles WindowMaker rather nicely,                                   and goes best with the included background.                                                                                                                    Ported by Dean <dean@thestuff.net>                                              Original WM theme by Ken (kingofstring@comports.com)
+
+%package 7of9-0.28
+Summary:       based on the 7of9 WindowMaker theme
+Summary(pl):   Bazowany na temacie 7of9 z WindowMakera
+Group:         Themes
+
+%description 7of9-0.28
+This is based on the 7of9 WindowMaker theme,                                    it was ported at a friend's request.                                            The lisp is based on the blue-heart theme by John Harper.                       The theme resembles WindowMaker rather nicely,                                   and goes best with the included background.                                                                                                                    Ported by Dean <dean@thestuff.net>                                              Original WM theme by Ken (kingofstring@comports.com)
+
+%prep
+%setup -q -n 0 
+tar xzf 1_0-0.30.tar.gz
+mkdir 0.19
+tar xzf 7of9-0.19.tar.gz -C 0.19
+mkdir 0.28
+tar xzf 7of9-0.28.tar.gz -C 0.28
+
+%build
+
+%install
+rm -rf $RPM_BUILD_ROOT
+install -d $RPM_BUILD_ROOT%{_x11datadir}/sawfish/themes/{1_0,7of9-0.19,7of9-0.28}
+
+install 1_0/* $RPM_BUILD_ROOT%{_x11datadir}/sawfish/themes/1_0/
+install 0.19/7of9/* $RPM_BUILD_ROOT%{_x11datadir}/sawfish/themes/7of9-0.19/
+install 0.28/7of9/* $RPM_BUILD_ROOT%{_x11datadir}/sawfish/themes/7of9-0.28/
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+
+%files 1_0 
+%defattr(644,root,root,755)
+%{_x11datadir}/sawfish/themes/1_0/
+
+%files 7of9-0.19
+%defattr(644,root,root,755)
+%{_x11datadir}/sawfish/themes/7of9-0.19
+
+%files 7of9-0.28
+%defattr(644,root,root,755)
+%{_x11datadir}/sawfish/themes/7of9-0.28
This page took 0.077487 seconds and 4 git commands to generate.