SPECS: koffice.spec - kudesigner icons hack

glen glen at pld-linux.org
Fri Dec 28 02:19:48 CET 2007


Author: glen                         Date: Fri Dec 28 01:19:48 2007 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- kudesigner icons hack

---- Files affected:
SPECS:
   koffice.spec (1.188 -> 1.189) 

---- Diffs:

================================================================
Index: SPECS/koffice.spec
diff -u SPECS/koffice.spec:1.188 SPECS/koffice.spec:1.189
--- SPECS/koffice.spec:1.188	Thu Dec 27 19:56:03 2007
+++ SPECS/koffice.spec	Fri Dec 28 02:19:43 2007
@@ -486,7 +486,14 @@
 rm $RPM_BUILD_ROOT%{_datadir}/locale/pl/LC_MESSAGES/kexi_add_column_gui_transl_pl.sh
 rm $RPM_BUILD_ROOT%{_datadir}/locale/pl/LC_MESSAGES/kexi_delete_column_gui_transl_pl.sh
 
-rm -rf $RPM_BUILD_ROOT%{_datadir}/icons/locolor
+# there are only locolor kudesigner icons in this version.
+for a in $RPM_BUILD_ROOT%{_datadir}/icons/locolor/*/apps/kudesigner.png; do
+	l=$(echo $a | sed -e 's,locolor,hicolor,')
+	mv $a $l
+done
+
+# no dir for locolor in pld
+rm -rfv $RPM_BUILD_ROOT%{_datadir}/icons/locolor
 
 %clean
 rm -rf $RPM_BUILD_ROOT
@@ -969,6 +976,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.189  2007-12-28 01:19:43  glen
+- kudesigner icons hack
+
 Revision 1.188  2007-12-27 18:56:03  glen
 - remove locolor icons; rel 6
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/koffice.spec?r1=1.188&r2=1.189&f=u



More information about the pld-cvs-commit mailing list