rpms/mousetweaks/devel icon-names.patch, NONE, 1.1 mousetweaks.spec, 1.8, 1.9

Matthias Clasen (mclasen) fedora-extras-commits at redhat.com
Mon Jul 28 00:17:49 UTC 2008


Author: mclasen

Update of /cvs/extras/rpms/mousetweaks/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv30377

Modified Files:
	mousetweaks.spec 
Added Files:
	icon-names.patch 
Log Message:
use standard icon name


icon-names.patch:

--- NEW FILE icon-names.patch ---
diff -up mousetweaks-2.23.5/src/mt-common.h.icon-names mousetweaks-2.23.5/src/mt-common.h
--- mousetweaks-2.23.5/src/mt-common.h.icon-names	2008-07-27 20:13:42.000000000 -0400
+++ mousetweaks-2.23.5/src/mt-common.h	2008-07-27 20:14:20.000000000 -0400
@@ -28,7 +28,7 @@
 
 G_BEGIN_DECLS
 
-#define MT_ICON_NAME  "gnome-dev-mouse-optical"
+#define MT_ICON_NAME  "input-mouse"
 
 #define MT_GCONF_HOME "/desktop/gnome/accessibility/mouse"
 #define OPT_THRESHOLD MT_GCONF_HOME "/threshold"


Index: mousetweaks.spec
===================================================================
RCS file: /cvs/extras/rpms/mousetweaks/devel/mousetweaks.spec,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- mousetweaks.spec	22 Jul 2008 18:59:00 -0000	1.8
+++ mousetweaks.spec	28 Jul 2008 00:17:18 -0000	1.9
@@ -1,6 +1,6 @@
 Name:		mousetweaks
 Version:	2.23.5
-Release:	1%{?dist}
+Release:	2%{?dist}
 Summary:	Mouse accessibility support for the GNOME desktop
 Group:		User Interface/Desktops
 License:	GPLv3 and GFDL
@@ -24,6 +24,8 @@
 Requires(post):  GConf2
 Requires(preun): GConf2
 
+# http://bugzilla.gnome.org/show_bug.cgi?id=545059
+Patch0: icon-names.patch
 
 %description
 The Mousetweaks package provides mouse accessibility enhancements for
@@ -34,7 +36,7 @@
 
 %prep
 %setup -q
-
+%patch0 -p1 -b .icon-names
 
 %build
 %configure
@@ -94,6 +96,9 @@
 %doc %{_mandir}/man1/*
 
 %changelog
+* Sun Jul 27 2008 Matthias Clasen <mclasen at redhat.com> - 2.23.5-2
+- Use standard icon name
+
 * Tue Jul 22 2008 Matthias Clasen <mclasen at redhat.com> - 2.23.5-1
 - Update to 2.23.5
 




More information about the scm-commits mailing list