rpms/gnome-settings-daemon/F-12 slight-hinting.patch, NONE, 1.1 gnome-settings-daemon.spec, 1.130, 1.131

Matthias Clasen mclasen at fedoraproject.org
Mon Oct 26 21:45:44 UTC 2009


Author: mclasen

Update of /cvs/pkgs/rpms/gnome-settings-daemon/F-12
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv12108

Modified Files:
	gnome-settings-daemon.spec 
Added Files:
	slight-hinting.patch 
Log Message:
Change default font rendering to use slight hinting


slight-hinting.patch:
 desktop_gnome_font_rendering.schemas.in |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

--- NEW FILE slight-hinting.patch ---
diff -up gnome-settings-daemon-2.28.1/data/desktop_gnome_font_rendering.schemas.in.slight-hinting gnome-settings-daemon-2.28.1/data/desktop_gnome_font_rendering.schemas.in
--- gnome-settings-daemon-2.28.1/data/desktop_gnome_font_rendering.schemas.in.slight-hinting	2009-10-26 17:39:06.045797092 -0400
+++ gnome-settings-daemon-2.28.1/data/desktop_gnome_font_rendering.schemas.in	2009-10-26 17:39:45.649802771 -0400
@@ -35,7 +35,7 @@
 	    <applyto>/desktop/gnome/font_rendering/hinting</applyto>
             <owner>gnome</owner>
 	    <type>string</type>
-            <default>medium</default>
+            <default>slight</default>
             <locale name="C">
 	        <short>Hinting</short>
                 <long>


Index: gnome-settings-daemon.spec
===================================================================
RCS file: /cvs/pkgs/rpms/gnome-settings-daemon/F-12/gnome-settings-daemon.spec,v
retrieving revision 1.130
retrieving revision 1.131
diff -u -p -r1.130 -r1.131
--- gnome-settings-daemon.spec	26 Oct 2009 06:13:46 -0000	1.130
+++ gnome-settings-daemon.spec	26 Oct 2009 21:45:43 -0000	1.131
@@ -1,6 +1,6 @@
 Name:		gnome-settings-daemon
 Version:	2.28.1
-Release:	2%{?dist}
+Release:	3%{?dist}
 Summary:	The daemon sharing settings from GNOME to GTK+/KDE applications
 
 Group:		System Environment/Daemons
@@ -39,6 +39,9 @@ Patch1: osd-visual-refresh.patch
 # https://bugzilla.redhat.com/show_bug.cgi?id=498249
 Patch2: left-handed-touchpad.patch
 
+# change font rendering
+Patch3: slight-hinting.patch
+
 %description
 A daemon to share settings from GNOME to other applications. It also
 handles global keybindings, as well as a number of desktop-wide settings.
@@ -59,6 +62,7 @@ developing applications that use %{name}
 %patch0 -p1 -b .osd-rounded-rectangle
 %patch1 -p1 -b .osd-visual-refresh
 %patch2 -p1 -b .left-handed-touchpad
+%patch3 -p1 -b .slight-hinting
 
 %build
 %configure --enable-static=no --enable-profiling --disable-esd
@@ -170,6 +174,9 @@ fi
 %{_libdir}/pkgconfig/gnome-settings-daemon.pc
 
 %changelog
+* Mon Oct 26 2009 Matthias Clasen <mclasen at redhat.com> - 2.28.1-3
+- Change default font rendering to use slight hinting
+
 * Mon Oct 26 2009 Peter Hutterer <peter.hutterer at redhat.com> 2.28.1-2
 - left-handed-touchpad.patch: change physical touchpad buttons to
   left-handed, not tapping though (#498249)




More information about the fedora-extras-commits mailing list