rpms/gnome-theme-clearlooks-bigpack/FC-6 gnome-theme-clearlooks-bigpack-fix-Cairo_Curve-ComboBox-text-contrast.patch, NONE, 1.1 gnome-theme-clearlooks-bigpack.spec, 1.8, 1.9

Peter Gordon (pgordon) fedora-extras-commits at redhat.com
Sun Apr 15 21:38:14 UTC 2007


Author: pgordon

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

Modified Files:
	gnome-theme-clearlooks-bigpack.spec 
Added Files:
	gnome-theme-clearlooks-bigpack-fix-Cairo_Curve-ComboBox-text-contrast.patch 
Log Message:
Sync with devel branch.

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

--- NEW FILE gnome-theme-clearlooks-bigpack-fix-Cairo_Curve-ComboBox-text-contrast.patch ---
--- Clearlooks_Cairo-Curve/gtk-2.0/gtkrc	2006-02-24 04:32:04.000000000 -0800
+++ Clearlooks_Cairo-Curve/gtk-2.0/gtkrc.new	2007-04-10 22:09:31.000000000 -0700
@@ -41,7 +41,7 @@
   base[INSENSITIVE]     = "#DADADA"
 
   text[NORMAL]          = "#000000"
-  text[PRELIGHT]        = "#FFFFFF"
+  text[PRELIGHT]        = "#000000"
   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"
 {
+  text[ACTIVE] = "#FFFFFF"  
 }
 
 


Index: gnome-theme-clearlooks-bigpack.spec
===================================================================
RCS file: /cvs/extras/rpms/gnome-theme-clearlooks-bigpack/FC-6/gnome-theme-clearlooks-bigpack.spec,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- gnome-theme-clearlooks-bigpack.spec	9 Nov 2006 05:15:45 -0000	1.8
+++ gnome-theme-clearlooks-bigpack.spec	15 Apr 2007 21:37:40 -0000	1.9
@@ -1,6 +1,6 @@
 Name:		gnome-theme-clearlooks-bigpack
 Version:	0.6
-Release:	4%{?dist}
+Release:	5%{?dist}
 Summary:	Additional Clearlooks color schemes
 
 Group:		User Interface/Desktops
@@ -11,18 +11,22 @@
 ## Using my own hosting so that the tarball will be versioned; have sent an
 ## inquiry about this to upstream.
 Source1:	http://mirror.thecodergeek.com/ALL-CL-Big_Pack-Cairo-%{version}.tar.gz
+Patch0:		%{name}-fix-Cairo_Curve-ComboBox-text-contrast.patch
+
 BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildArch:	noarch
 
 Requires:	gtk2-engines >= 2.8
 
 %description
-Lots and lots of color schemes for the Clearlooks GTK+ 2.x engine.
+Lots and lots of color schemes for the Clearlooks GTK+ 2.x engine, including
+Cairo-enabled schemes for smoother visual rendering.
 
 
 %prep
-%setup -b 0 -q -c
-%setup -D -b 1 -q -c
+%setup -q -b 0 -c
+%setup -q -D -b 1 -c
+%patch0 -p0 
 
 
 %build
@@ -45,6 +49,14 @@
 
 
 %changelog
+* 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
+  some "... not implemented and will be ignored" options).
+- Rework %%setup invocations to be more quiet (as they should be).
+- Add some text to the %%description to note that we have the Cairo-enabled
+  goodness. 
+
 * 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
@@ -55,15 +67,15 @@
 - A bunch of aesthetic cleanups to the spec
 - Add Cairo-enabled themes (resolves bug #214030)
 
-* Wed Oct 11 2006 Peter Gordon <peter at thecodergeek.com> 0.6-2
+* Wed Oct 11 2006 Peter Gordon <peter at thecodergeek.com> - 0.6-2
 - Bump EVR and rebuild to pick up new dist tag evaluation (for FC6/Devel)
 - Use hard tabs instead of spaces for the tags for simplicity
 
-* Fri Dec 23 2005 Ignacio Vazquez-Abrams <ivazquez at ivazquez.net> 0.6-1
+* Fri Dec 23 2005 Ignacio Vazquez-Abrams <ivazquez at ivazquez.net> - 0.6-1
 - Upstream update
 
-* Thu Apr  7 2005 Ignacio Vazquez-Abrams <ivazquez at ivazquez.net> 0.5-1.fc4
+* Thu Apr  7 2005 Ignacio Vazquez-Abrams <ivazquez at ivazquez.net> - 0.5-1.fc4
 - Dist split
 
-* Wed Apr  6 2005 Ignacio Vazquez-Abrams <ivazquez at ivazquez.net> 0.5-1
+* Wed Apr  6 2005 Ignacio Vazquez-Abrams <ivazquez at ivazquez.net> - 0.5-1
 - Initial RPM release




More information about the fedora-extras-commits mailing list