rev 19203 - in kde-extras/kmymoney2/trunk/debian: . patches

Scott Kitterman kitterman at alioth.debian.org
Mon May 14 05:10:15 UTC 2012


Author: kitterman
Date: 2012-05-14 05:10:14 +0000 (Mon, 14 May 2012)
New Revision: 19203

Added:
   kde-extras/kmymoney2/trunk/debian/patches/
   kde-extras/kmymoney2/trunk/debian/patches/qdebug_overload-1.patch
   kde-extras/kmymoney2/trunk/debian/patches/series
Modified:
   kde-extras/kmymoney2/trunk/debian/changelog
Log:
* Team upload
* Add debian/patches/qdebug_overload.patch to fix FTBFS with Qt 4.8
  (Closes: #662717)
  - Thanks to Felix Geyer for finding the patch and opensuse for developing
    it

Modified: kde-extras/kmymoney2/trunk/debian/changelog
===================================================================
--- kde-extras/kmymoney2/trunk/debian/changelog	2012-05-13 16:18:29 UTC (rev 19202)
+++ kde-extras/kmymoney2/trunk/debian/changelog	2012-05-14 05:10:14 UTC (rev 19203)
@@ -1,3 +1,13 @@
+kmymoney (4.6.2-2) unstable; urgency=low
+
+  * Team upload
+  * Add debian/patches/qdebug_overload.patch to fix FTBFS with Qt 4.8
+    (Closes: #662717)
+    - Thanks to Felix Geyer for finding the patch and opensuse for developing
+      it
+
+ -- Scott Kitterman <scott at kitterman.com>  Sat, 12 May 2012 00:47:14 -0400
+
 kmymoney (4.6.2-1) unstable; urgency=low
 
   * New upstream release

Added: kde-extras/kmymoney2/trunk/debian/patches/qdebug_overload-1.patch
===================================================================
--- kde-extras/kmymoney2/trunk/debian/patches/qdebug_overload-1.patch	                        (rev 0)
+++ kde-extras/kmymoney2/trunk/debian/patches/qdebug_overload-1.patch	2012-05-14 05:10:14 UTC (rev 19203)
@@ -0,0 +1,24 @@
+Description: Fix FTBFS with Qt 4.8.
+Origin: vendor, https://build.opensuse.org/package/view_file?file=kmymoney-qdebug.patch&package=kmymoney&project=KDE%3ADistro%3AFactory&rev=b1a79f1b7f2b6e58ac444e70739a56e0
+
+Index: kmymoney-4.6.2/libkdchart/src/KDChartBackgroundAttributes.cpp
+===================================================================
+--- kmymoney-4.6.2.orig/libkdchart/src/KDChartBackgroundAttributes.cpp	2012-05-12 00:50:34.880324061 -0400
++++ kmymoney-4.6.2/libkdchart/src/KDChartBackgroundAttributes.cpp	2012-05-12 00:51:09.184323048 -0400
+@@ -22,6 +22,7 @@
+ 
+ #include "KDChartBackgroundAttributes.h"
+ #include <QPixmap>
++#include <QVariant>
+ 
+ #include <KDABLibFakes>
+ 
+@@ -150,7 +151,7 @@
+ 	<< "visible="<<ba.isVisible()
+ 	<< "brush="<<ba.brush()
+ 	<< "pixmapmode="<<ba.pixmapMode()
+-	<< "pixmap="<<ba.pixmap()
++	<< "pixmap="<< QVariant(ba.pixmap())
+ 	<< ")";
+     return dbg;
+ }

Added: kde-extras/kmymoney2/trunk/debian/patches/series
===================================================================
--- kde-extras/kmymoney2/trunk/debian/patches/series	                        (rev 0)
+++ kde-extras/kmymoney2/trunk/debian/patches/series	2012-05-14 05:10:14 UTC (rev 19203)
@@ -0,0 +1 @@
+qdebug_overload-1.patch




More information about the pkg-kde-commits mailing list