SPECS: kdm-theme-shuttle.spec (NEW) - new

prism prism at pld-linux.org
Tue Oct 4 09:30:46 CEST 2005


Author: prism                        Date: Tue Oct  4 07:30:46 2005 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- new

---- Files affected:
SPECS:
   kdm-theme-shuttle.spec (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SPECS/kdm-theme-shuttle.spec
diff -u /dev/null SPECS/kdm-theme-shuttle.spec:1.1
--- /dev/null	Tue Oct  4 09:30:46 2005
+++ SPECS/kdm-theme-shuttle.spec	Tue Oct  4 09:30:41 2005
@@ -0,0 +1,56 @@
+# $Revision$, $Date$
+
+%define		_theme		shuttle
+
+Summary:	Shuttle KDM theme
+Summary(pl):	Motyw KDM Shuttle
+Name:		kdm-theme-%{_theme}
+Version:	01
+Release:	1
+License:	GPL
+Group:		X11/Amusements
+Source0:	http://www.kde-look.org/content/files/25503-%{_theme}.tar.gz
+# Source0-md5:	29a9c1c9f9903cb8dd1b0044d60d484e
+Patch0:		%{name}-pl.patch
+URL:		http://www.kde-look.org/content/show.php?content=25503
+Requires:	kdebase-desktop >= 9:3.2.0
+# I believe the following one is a complete bullsh^t, enabling a theme is a two-line edit in kdmrc
+# Requires:	kdmtheme
+BuildArch:	noarch
+BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+Shuttle KDM Theme.
+
+%description -l pl
+Motyw KDM Shuttle.
+
+%prep
+%setup -q -c
+%patch0 -p1
+
+%install
+rm -rf $RPM_BUILD_ROOT
+install -d $RPM_BUILD_ROOT%{_datadir}/apps/kdm/themes/%{_theme}
+
+install %{_theme}/*.{desktop,jpg,png,xml} $RPM_BUILD_ROOT%{_datadir}/apps/kdm/themes/%{_theme}
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%{_datadir}/apps/kdm/themes/%{_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  2005/10/04 07:30:41  prism
+- new
+
+Revision 1.1  2005/06/16 13:32:09  blekot
+- new
+
================================================================



More information about the pld-cvs-commit mailing list