rpms/gtk2-engines/devel crux-colors.patch, NONE, 1.1 gtk2-engines.spec, 1.78, 1.79

Matthias Clasen (mclasen) fedora-extras-commits at redhat.com
Thu Sep 20 21:17:11 UTC 2007


Author: mclasen

Update of /cvs/extras/rpms/gtk2-engines/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv15226

Modified Files:
	gtk2-engines.spec 
Added Files:
	crux-colors.patch 
Log Message:
fix a typo in the crux gtkrc


crux-colors.patch:

--- NEW FILE crux-colors.patch ---
diff -up gtk-engines-2.12.0/themes/Crux/gtk-2.0/gtkrc.crux-colors gtk-engines-2.12.0/themes/Crux/gtk-2.0/gtkrc
--- gtk-engines-2.12.0/themes/Crux/gtk-2.0/gtkrc.crux-colors	2007-09-20 17:11:39.000000000 -0400
+++ gtk-engines-2.12.0/themes/Crux/gtk-2.0/gtkrc	2007-09-20 17:11:45.000000000 -0400
@@ -29,8 +29,7 @@
 
 # Default style for all widgets to build from
 
-gtk_color_scheme = "fg_color:#000\nbg_color:#c4c6c0\nbase_color:#fff\ntext_color:#000\nselected_bg_color:#75507b\nselected_fg_color:#fff\ntooltip_bg_color:#F
-5F5B5\ntooltip_fg_color:#000"
+gtk_color_scheme = "fg_color:#000\nbg_color:#c4c6c0\nbase_color:#fff\ntext_color:#000\nselected_bg_color:#75507b\nselected_fg_color:#fff\ntooltip_bg_color:#F5F5B5\ntooltip_fg_color:#000"
 
 
 style "default"


Index: gtk2-engines.spec
===================================================================
RCS file: /cvs/extras/rpms/gtk2-engines/devel/gtk2-engines.spec,v
retrieving revision 1.78
retrieving revision 1.79
diff -u -r1.78 -r1.79
--- gtk2-engines.spec	18 Sep 2007 02:58:37 -0000	1.78
+++ gtk2-engines.spec	20 Sep 2007 21:16:38 -0000	1.79
@@ -1,12 +1,14 @@
 Summary:        Theme engines for GTK+ 2.0
 Name:           gtk2-engines
 Version:        2.12.0
-Release:	1%{?dist}
+Release:	2%{?dist}
 # for details on which engines are GPL vs LGPL, see COPYING
 License:        GPLv2+ and LGPLv2+
 Group:          System Environment/Libraries
 Source:         http://download.gnome.org/sources/gtk-engines/2.12/gtk-engines-%{version}.tar.bz2
 Patch0:		gtk-engines-2.10.2-keep-default-tooltip-color.patch
+# http://bugzilla.gnome.org/show_bug.cgi?id=478759
+Patch1:		crux-colors.patch
 
 Conflicts:  	gnome-themes < 2.9.0
 Obsoletes:      gnome-theme-clearlooks <= 0.5
@@ -32,6 +34,7 @@
 %prep
 %setup -q -n gtk-engines-%{version}
 %patch0 -p1 -b .keep-default-tooltip-color
+%patch1 -p1 -b .crux-colors
 
 %build
 %configure
@@ -68,6 +71,9 @@
 %{_datadir}/gtk-engines
 
 %changelog
+* Thu Sep 20 2007 Matthias Clasen <mclasen at redhat.com> - 2.12.0-2
+- Fix a typo in the Crux gtkrc
+
 * Mon Sep 17 2007 Matthias Clasen <mclasen at redhat.com> - 2.12.0-1
 - Update to 2.12.0
 




More information about the fedora-extras-commits mailing list