rev 15704 - in kde-extras/gtk-qt-engine/trunk/debian: . patches

Didier Raboud odyx-guest at alioth.debian.org
Thu Aug 20 09:43:30 UTC 2009


Author: odyx-guest
Date: 2009-08-20 09:43:29 +0000 (Thu, 20 Aug 2009)
New Revision: 15704

Added:
   kde-extras/gtk-qt-engine/trunk/debian/patches/05_dont_set_userfont.patch
Modified:
   kde-extras/gtk-qt-engine/trunk/debian/changelog
   kde-extras/gtk-qt-engine/trunk/debian/patches/series
Log:
gtk-qt-engine: Add patch 05_dont_set_userfont.patch



Modified: kde-extras/gtk-qt-engine/trunk/debian/changelog
===================================================================
--- kde-extras/gtk-qt-engine/trunk/debian/changelog	2009-08-18 23:47:31 UTC (rev 15703)
+++ kde-extras/gtk-qt-engine/trunk/debian/changelog	2009-08-20 09:43:29 UTC (rev 15704)
@@ -1,3 +1,10 @@
+gtk-qt-engine (1:1.1+svn5-2) UNRELEASED; urgency=low
+
+  * Add patch 05_dont_set_userfont.patch to not set the user font
+    (Closes: #512782).
+
+ -- Didier Raboud <didier at raboud.com>  Tue, 04 Aug 2009 17:28:15 +0200
+
 gtk-qt-engine (1:1.1+svn5-1) unstable; urgency=low
 
   * New svn repository (http://code.google.com/p/gtk-qt-engine)

Added: kde-extras/gtk-qt-engine/trunk/debian/patches/05_dont_set_userfont.patch
===================================================================
--- kde-extras/gtk-qt-engine/trunk/debian/patches/05_dont_set_userfont.patch	                        (rev 0)
+++ kde-extras/gtk-qt-engine/trunk/debian/patches/05_dont_set_userfont.patch	2009-08-20 09:43:29 UTC (rev 15704)
@@ -0,0 +1,12 @@
+Index: gtk-qt-engine-1.1+svn5.orig/kcm_gtk/gtkrcfile.cpp
+===================================================================
+--- gtk-qt-engine-1.1+svn5.orig.orig/kcm_gtk/gtkrcfile.cpp	2009-08-04 17:26:15.000000000 +0200
++++ gtk-qt-engine-1.1+svn5.orig/kcm_gtk/gtkrcfile.cpp	2009-08-04 17:26:57.000000000 +0200
+@@ -130,7 +130,6 @@
+ 	stream << "{\n";
+ 	stream << "\tfont_name=\"" << m_font.family() << "\"\n";
+ 	stream << "}\n";
+-	stream << "widget_class \"*\" style \"user-font\"\n";
+ 	stream << "\n";
+ 	stream << "gtk-theme-name=\"" << m_themeName << "\"\n";
+ 	stream << "gtk-font-name=\"" << fontName << "\"\n";

Modified: kde-extras/gtk-qt-engine/trunk/debian/patches/series
===================================================================
--- kde-extras/gtk-qt-engine/trunk/debian/patches/series	2009-08-18 23:47:31 UTC (rev 15703)
+++ kde-extras/gtk-qt-engine/trunk/debian/patches/series	2009-08-20 09:43:29 UTC (rev 15704)
@@ -2,4 +2,5 @@
 02_change_desktop_file_installation.diff
 03_disable_engine_with_nspluginviewer.diff
 04_no_kde4_in_configfile.diff
+05_dont_set_userfont.patch
 




More information about the pkg-kde-commits mailing list