rpms/gnome-theme-clearlooks-bigpack/F-8 gnome-theme-clearlooks-bigpack.spec, 1.10, 1.11

Peter Gordon (pgordon) fedora-extras-commits at redhat.com
Sun Nov 11 07:18:55 UTC 2007


Author: pgordon

Update of /cvs/pkgs/rpms/gnome-theme-clearlooks-bigpack/F-8
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv23740

Modified Files:
	gnome-theme-clearlooks-bigpack.spec 
Log Message:
Get rid of some more unused cruft options.


Index: gnome-theme-clearlooks-bigpack.spec
===================================================================
RCS file: /cvs/pkgs/rpms/gnome-theme-clearlooks-bigpack/F-8/gnome-theme-clearlooks-bigpack.spec,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- gnome-theme-clearlooks-bigpack.spec	8 Oct 2007 02:10:06 -0000	1.10
+++ gnome-theme-clearlooks-bigpack.spec	11 Nov 2007 07:17:16 -0000	1.11
@@ -1,6 +1,6 @@
 Name:		gnome-theme-clearlooks-bigpack
 Version:	0.6
-Release:	6%{?dist}
+Release:	7%{?dist}
 Summary:	Additional Clearlooks color schemes
 
 Group:		User Interface/Desktops
@@ -39,7 +39,8 @@
 	sed -i -re 's/^\s+menuitemstyle\s+=.*$//g' ${GTKRC};		
 	sed -i -re 's/^\s+listviewitemstyle\s+=.*$//g' ${GTKRC};	
 	sed -i -re 's/^\s+progressbarstyle\s+=.*$//g' ${GTKRC};		
-	sed -i -re 's/^\s+sunkenmenu\s+=.*$//g' ${GTKRC};		
+	sed -i -re 's/^\s+sunkenmenu(bar)?\s+=.*$//g' ${GTKRC};
+	sed -i -re 's/^include "icons\/iconrc"//g' ${GTKRC};
 done
 
 
@@ -63,6 +64,12 @@
 
 
 %changelog
+* Sat Nov 10 2007 Peter Gordon <peter at thecodergeek.com> - 0.6-7
+- Modify the sed invocation to properly remove the sunkenmenubar option from
+  the gOrangeous theme. It is unused and causes only stupid warnings to
+  stderr. Also remove unused iconsrc inclusions.
+- Thanks to Rudolf Kastl for the bug report via IRC. 
+
 * Sun Oct 07 2007 Peter Gordon <peter at thecodergeek.com> - 0.6-6
 - Add some sed invocations at build-time to remove unused menuitemstyle,
   listviewitemstyle, progressbarstyle, and sunkenmenu configuration options.




More information about the fedora-extras-commits mailing list