SPECS: enlightenment-theme-winter.spec (NEW) - NEW, now there is a...
sparky
sparky at pld-linux.org
Thu Jul 6 21:05:07 CEST 2006
Author: sparky Date: Thu Jul 6 19:05:07 2006 GMT
Module: SPECS Tag: HEAD
---- Log message:
- NEW, now there is an easy way to chose a system-installed theme, let's add some !
---- Files affected:
SPECS:
enlightenment-theme-winter.spec (NONE -> 1.1) (NEW)
---- Diffs:
================================================================
Index: SPECS/enlightenment-theme-winter.spec
diff -u /dev/null SPECS/enlightenment-theme-winter.spec:1.1
--- /dev/null Thu Jul 6 21:05:07 2006
+++ SPECS/enlightenment-theme-winter.spec Thu Jul 6 21:05:02 2006
@@ -0,0 +1,43 @@
+# $Revision$, $Date$
+%define _theme winter
+Summary: This is the Winter theme for E17
+Name: enlightenment-theme-%{_theme}
+Version: 2006.07.02
+Release: 1
+License: BSD
+Group: Themes
+Source0: http://www.rephorm.com/files/winter/%{_theme}-e17.edj
+# Source0-md5: 54aca01ef02cab2888c703fb2aea67cc
+URL: http://www.rephorm.com/files/winter/
+Requires: enlightenmentDR17
+BuildArch: noarch
+BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+Winter theme is the default theme for Enlightenment DR16.7. This is
+the Winter theme for E17.
+
+%prep
+
+%install
+rm -rf $RPM_BUILD_ROOT
+install -d $RPM_BUILD_ROOT%{_datadir}/enlightenmentDR17/data/themes
+
+install %{SOURCE0} $RPM_BUILD_ROOT%{_datadir}/enlightenmentDR17/data/themes/%{_theme}.edj
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%{_datadir}/enlightenmentDR17/data/themes/%{_theme}.edj
+
+%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/07/06 19:05:02 sparky
+- NEW, now there is an easy way to chose a system-installed theme, let's add some !
+
================================================================
More information about the pld-cvs-commit
mailing list