packages: gtk-theme-hope/gtk-theme-hope.spec (NEW) - new

glen glen at pld-linux.org
Mon Jul 18 12:47:39 CEST 2011


Author: glen                         Date: Mon Jul 18 10:47:39 2011 GMT
Module: packages                      Tag: HEAD
---- Log message:
- new

---- Files affected:
packages/gtk-theme-hope:
   gtk-theme-hope.spec (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: packages/gtk-theme-hope/gtk-theme-hope.spec
diff -u /dev/null packages/gtk-theme-hope/gtk-theme-hope.spec:1.1
--- /dev/null	Mon Jul 18 12:47:39 2011
+++ packages/gtk-theme-hope/gtk-theme-hope.spec	Mon Jul 18 12:47:34 2011
@@ -0,0 +1,51 @@
+# $Revision$, $Date$
+# TODO: how to rename this theme if it contains themes for several enviroments
+%define		theme	hope
+Summary:	Matching GTK2, GTK3 Gnome-shell & XFCE Hope Themes
+Name:		gtk-theme-%{theme}
+Version:	0.20110706
+Release:	0.1
+License:	cc-by-nc-sa-3.0
+Group:		Themes/GTK+
+Source0:	http://www.deviantart.com/download/206207315/hope_gtk3_by_grvrulz-d3erqkz.7z
+# Source0-md5:	c3bbd2c431e85ab684b024468f5a823c
+URL:		http://grvrulz.deviantart.com/art/Hope-gtk3-206207315
+BuildRequires:	p7zip
+Requires:	gtk3-theme-engine-unico
+BuildArch:	noarch
+BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%define		themedir	%{_datadir}/themes/%{theme}
+
+%description
+Port of Hope Gtk+ theme to Gtk3
+
+This theme is now based on Unico Gtk3 engine
+
+%prep
+%setup -qcT
+7z x %{SOURCE0}
+
+find -name '*~' | xargs rm -v
+rm gnome-shell/LICENSE # GPL v3
+
+%install
+rm -rf $RPM_BUILD_ROOT
+install -d $RPM_BUILD_ROOT%{themedir}
+cp -a Hope/* $RPM_BUILD_ROOT%{themedir}
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%{themedir}
+
+%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  2011/07/18 10:47:34  glen
+- new
================================================================


More information about the pld-cvs-commit mailing list