rpms/gnome-theme-clearlooks-bigpack/devel gnome-theme-clearlooks-bigpack-fix-Cairo_Curve-ComboBox-text-contrast.patch, 1.3, 1.4 gnome-theme-clearlooks-bigpack.spec, 1.9, 1.10

Peter Gordon (pgordon) fedora-extras-commits at redhat.com
Mon Oct 8 02:10:10 UTC 2007


Author: pgordon

Update of /cvs/extras/rpms/gnome-theme-clearlooks-bigpack/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv28457/devel

Modified Files:
	gnome-theme-clearlooks-bigpack-fix-Cairo_Curve-ComboBox-text-contrast.patch 
	gnome-theme-clearlooks-bigpack.spec 
Log Message:
Cleanup some cruft warnings (bug 242031); adjust contrast patch accordingly. Update License tag.

gnome-theme-clearlooks-bigpack-fix-Cairo_Curve-ComboBox-text-contrast.patch:

Index: gnome-theme-clearlooks-bigpack-fix-Cairo_Curve-ComboBox-text-contrast.patch
===================================================================
RCS file: /cvs/extras/rpms/gnome-theme-clearlooks-bigpack/devel/gnome-theme-clearlooks-bigpack-fix-Cairo_Curve-ComboBox-text-contrast.patch,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- gnome-theme-clearlooks-bigpack-fix-Cairo_Curve-ComboBox-text-contrast.patch	11 Apr 2007 05:47:17 -0000	1.3
+++ gnome-theme-clearlooks-bigpack-fix-Cairo_Curve-ComboBox-text-contrast.patch	8 Oct 2007 02:10:06 -0000	1.4
@@ -9,16 +9,6 @@
    text[ACTIVE]          = "#FFFFFF"
    text[SELECTED]        = "#FFFFFF"
    text[INSENSITIVE]     = "#777777"
-@@ -50,9 +50,6 @@
-   {
-     scrollbar_color   = "#4868B0"
-     menubarstyle      = 2       # 0 = flat, 1 = sunken, 2 = flat gradient
--    menuitemstyle     = 1       # 0 = flat, 1 = 3d-ish (gradient), 2 = 3d-ish (button)
--    listviewitemstyle = 1       # 0 = flat, 1 = 3d-ish (gradient)
--    progressbarstyle  = 1       # 0 = candy bar, 1 = fancy candy bar, 2 = flat
-     animation         = TRUE
-   }
- }
 @@ -139,6 +136,7 @@
  
  style "clearlooks-combo" = "clearlooks-button"


Index: gnome-theme-clearlooks-bigpack.spec
===================================================================
RCS file: /cvs/extras/rpms/gnome-theme-clearlooks-bigpack/devel/gnome-theme-clearlooks-bigpack.spec,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- gnome-theme-clearlooks-bigpack.spec	12 Sep 2007 23:42:26 -0000	1.9
+++ gnome-theme-clearlooks-bigpack.spec	8 Oct 2007 02:10:06 -0000	1.10
@@ -1,13 +1,18 @@
 Name:		gnome-theme-clearlooks-bigpack
 Version:	0.6
-Release:	5%{?dist}
+Release:	6%{?dist}
 Summary:	Additional Clearlooks color schemes
 
 Group:		User Interface/Desktops
-License:	GPL
-URL:		http://gnomethemes.org/?p=43
+## No explicit license version in any of the source files; and no
+## corresponding documentation. Thus, it is under _any_ version of the GPL,
+## according to the Licensing FAQ page on the FedoraProject.org wiki. 
+License:	GPL+
+## Upstream has apparently vanished... :(  
+# URL:		?		
 
-Source0:	http://kwh.kernow-gb.com/~bvc/theme/gtk/clearlooks/Clearlooks-Big_Pack-0.6.x.tar.gz
+## Using my own hosting since upstream appears to have vanished.
+Source0:	http://mirror.thecodergeek.com/src/Clearlooks-Big_Pack-0.6.x.tar.gz
 ## Using my own hosting so that the tarball will be versioned; have sent an
 ## inquiry about this to upstream.
 Source1:	http://mirror.thecodergeek.com/src/ALL-CL-Big_Pack-Cairo-%{version}.tar.gz
@@ -27,6 +32,15 @@
 %setup -q -b 0 -c
 %setup -q -D -b 1 -c
 %patch0 -p0 
+## Harmless cruft from older Clearlooks engine configuration options;
+## not used and cause "... is not supported and will be ignored" messages to
+## be displayed. 
+for GTKRC in Clearlooks*/gtk-2.0/gtkrc; do				
+	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};		
+done
 
 
 %build
@@ -49,6 +63,12 @@
 
 
 %changelog
+* 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.
+- Resolves: bug 242031 (Clearlooks bigpack warnings)
+- Clarify License version (GPL+) for compliance with new Licensing guidelines. 
+
 * Tue Apr 10 2007 Peter Gordon <peter at thecodergeek.com> - 0.6-5
 - Add patch to fix the longstanding issue of ComboBox hover text having little
   or no contrast when using the Cairo-enabled Curve theme (which also quiets
@@ -60,7 +80,7 @@
 * Sat Nov 04 2006 Peter Gordon <peter at thecodergeek.com> - 0.6-4
 - Explicitly depend on gtk2-engines >= 2.8, since we're doing Cairo-enabled
   goodness
-- Add bug# to previous %%changelog entry.
+- Add bug number to previous %%changelog entry.
 
 * Sat Nov 04 2006 Peter Gordon <peter at thecodergeek.com> - 0.6-3
 - Fix homepage URL




More information about the fedora-extras-commits mailing list