Author: uzsolt Date: Sat Sep 19 11:25:45 2009 GMT Module: packages Tag: HEAD ---- Log message: - icon and desktop file added (taken from debian) - rel 4
---- Files affected: packages/gtk2-change-theme: gtk2-change-theme.spec (1.7 -> 1.8) ---- Diffs: ================================================================ Index: packages/gtk2-change-theme/gtk2-change-theme.spec diff -u packages/gtk2-change-theme/gtk2-change-theme.spec:1.7 packages/gtk2-change-theme/gtk2-change-theme.spec:1.8 --- packages/gtk2-change-theme/gtk2-change-theme.spec:1.7 Sat Sep 19 12:46:00 2009 +++ packages/gtk2-change-theme/gtk2-change-theme.spec Sat Sep 19 13:25:40 2009 @@ -5,11 +5,13 @@ Summary(pl.UTF-8): Program zmieniajÄ…cy motyw Gtk+2 Name: gtk2-change-theme Version: 0.3.1 -Release: 3 +Release: 4 License: GPL v2 Group: Applications Source0: http://plasmasturm.org/programs/gtk-chtheme/%{_rnam}-%{version}.tar.bz2 # Source0-md5: f688053bf26dd6c4f1cd0bf2ee33de2a +Source1: gtk-chtheme.desktop +Source2: gtk-chtheme.xpm URL: http://plasmasturm.org/programs/gtk-chtheme/ BuildRequires: gtk+2-devel >= 2.0.0 BuildRequires: pkgconfig @@ -42,6 +44,10 @@ DESTDIR=$RPM_BUILD_ROOT \ PREFIX=%{_prefix} +install -d $RPM_BUILD_ROOT{%{_desktopdir},%{_pixmapsdir}} +install %{SOURCE1} $RPM_BUILD_ROOT%{_desktopdir} +install %{SOURCE2} $RPM_BUILD_ROOT%{_pixmapsdir} + %clean rm -rf $RPM_BUILD_ROOT @@ -50,6 +56,8 @@ %doc ChangeLog %attr(755,root,root) %{_bindir}/* %{_mandir}/man1/* +%{_desktopdir}/* +%{_pixmapsdir}/* %define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`) %changelog @@ -57,6 +65,10 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.8 2009/09/19 11:25:40 uzsolt +- icon and desktop file added (taken from debian) +- rel 4 + Revision 1.7 2009/09/19 10:46:00 uzsolt - hu ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/gtk2-change-theme/gtk2-change-theme.spec?r1=1.7&r2=1.8&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
