SPECS: gtk2-theme-engine-Clearlooks.spec (NEW) - new spec (it's us...
prism
prism at pld-linux.org
Tue Mar 28 02:50:16 CEST 2006
Author: prism Date: Tue Mar 28 00:50:16 2006 GMT
Module: SPECS Tag: HEAD
---- Log message:
- new spec (it's useful to have it in separate spec)
---- Files affected:
SPECS:
gtk2-theme-engine-Clearlooks.spec (NONE -> 1.1) (NEW)
---- Diffs:
================================================================
Index: SPECS/gtk2-theme-engine-Clearlooks.spec
diff -u /dev/null SPECS/gtk2-theme-engine-Clearlooks.spec:1.1
--- /dev/null Tue Mar 28 02:50:16 2006
+++ SPECS/gtk2-theme-engine-Clearlooks.spec Tue Mar 28 02:50:10 2006
@@ -0,0 +1,60 @@
+# $Revision$, $Date$
+
+%bcond_with animation # enable progress bar animation
+
+%define _name Clearlooks
+%define _num 19527
+Summary: %{_name} theme
+Summary(pl): Motyw %{_name}
+Name: gtk2-theme-engine-%{_name}
+Version: 0.6.2
+Release: 1
+License: GPL
+Group: Themes/GTK+
+Source0: http://www.gnome-look.org/content/files/%{_num}-clearlooks-%{version}.tar.bz2
+# Source0-md5: 451ef33d1bffa261c5cbe01182199f97
+BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+%{_name} theme.
+
+%description -l pl
+Temat %{_name}.
+
+%prep
+%setup -q -n clearlooks-%{version}
+
+%build
+%configure \
+ %{?with_animation:--enable-animation}
+%{__make}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+%{__make} install \
+ DESTDIR=$RPM_BUILD_ROOT
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc README NEWS AUTHORS TODO
+%{_datadir}/themes/Clearlooks
+%{_datadir}/themes/Clearlooks-DeepSky
+%{_datadir}/themes/Clearlooks-Olive
+%{_datadir}/themes/Clearlooks-Quicksilver
+%{_datadir}/icons/Clearlooks/index.theme
+%{_datadir}/icons/Clearlooks/*/gtk/*.png
+%dir %{_libdir}/gtk-2.0/2.4.0/engines
+%attr(755,root,root) %{_libdir}/gtk-2.0/2.4.0/engines/*.so
+
+%define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`)
+%changelog
+* %{date} PLD Team <feedback at pld-linux.org>
+All persons listed below can be reached at <cvs_login>@pld-linux.org
+
+$Log$
+Revision 1.1 2006/03/28 00:50:10 prism
+- new spec (it's useful to have it in separate spec)
+
================================================================
More information about the pld-cvs-commit
mailing list