SPECS: splashutils-theme-htf.spec (NEW) - based on black theme, ju...

glen glen at pld-linux.org
Tue Nov 6 16:37:23 CET 2007


Author: glen                         Date: Tue Nov  6 15:37:23 2007 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- based on black theme, just replaced paths and graphics :)

---- Files affected:
SPECS:
   splashutils-theme-htf.spec (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SPECS/splashutils-theme-htf.spec
diff -u /dev/null SPECS/splashutils-theme-htf.spec:1.1
--- /dev/null	Tue Nov  6 16:37:23 2007
+++ SPECS/splashutils-theme-htf.spec	Tue Nov  6 16:37:18 2007
@@ -0,0 +1,58 @@
+# $Revision$, $Date$
+%define		theme	htf
+Summary:	Splashutils - Happy Tree Friends theme
+Name:		splashutils-theme-%{theme}
+Version:	1.0
+Release:	0.1
+License:	?
+Group:		Themes
+Source0:	htf-toothy.tar.bz2
+# Source0-md5:	bda05e60e3d305bd11a29ba4bf882181
+Source1:	http://happytreefriends.atomfilms.com/goodies/images/desktop_patterns/toothy_800x600.jpg
+# NoSource1-md5:	134254f17c9852b744ac646ec7e895d5
+NoSource:	1
+Source2:	http://happytreefriends.atomfilms.com/goodies/images/desktop_patterns/toothy_1024x768.jpg
+# NoSource2-md5:	843736690c51347697eaf8c25f0d395a
+NoSource:	2
+Source3:	http://happytreefriends.atomfilms.com/goodies/images/desktop_patterns/toothy_1280x1024.jpg
+# NoSource3-md5:	864cb7ed8ec91dad4203d4f9b8008013
+NoSource:	3
+Requires:	splashutils
+Provides:	fbsplash-theme
+BuildArch:	noarch
+BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%define		_sysconfdir	/etc/splash
+
+%description
+Happy Tree Friends theme for splashutils.
+
+%prep
+%setup -qc
+cp -a %{SOURCE1} .
+cp -a %{SOURCE2} .
+cp -a %{SOURCE3} .
+
+%install
+rm -rf $RPM_BUILD_ROOT
+THEME_DIR=$RPM_BUILD_ROOT%{_sysconfdir}/%{theme}
+install -d $THEME_DIR/images
+install *.cfg $THEME_DIR
+install *.jpg $THEME_DIR/images
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%{_sysconfdir}/%{theme}
+
+%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  2007/11/06 15:37:18  glen
+- based on black theme, just replaced paths and graphics :)
+
================================================================


More information about the pld-cvs-commit mailing list