rev 6384 - in trunk/packages/kdegames/debian: . patches

Sune Vuorela pusling-guest at alioth.debian.org
Mon May 28 12:05:05 UTC 2007


Author: pusling-guest
Date: 2007-05-28 12:05:04 +0000 (Mon, 28 May 2007)
New Revision: 6384

Added:
   trunk/packages/kdegames/debian/patches/11_include_kapplication.diff
Modified:
   trunk/packages/kdegames/debian/changelog
Log:
fix alpha build failure


Modified: trunk/packages/kdegames/debian/changelog
===================================================================
--- trunk/packages/kdegames/debian/changelog	2007-05-28 04:16:58 UTC (rev 6383)
+++ trunk/packages/kdegames/debian/changelog	2007-05-28 12:05:04 UTC (rev 6384)
@@ -1,3 +1,10 @@
+kdegames (4:3.5.7-2) unstable; urgency=low
+
+  * Add patch to include kapplication.h in katomic. Fixes build failure on
+    alpha. Thanks to Steve Langasek for the fix.
+
+ -- Debian Qt/KDE Maintainers <debian-qt-kde at lists.debian.org>  Mon, 22 Jan 2007 05:59:42 +0100
+
 kdegames (4:3.5.7-1) unstable; urgency=low
 
   * New upstream release.

Added: trunk/packages/kdegames/debian/patches/11_include_kapplication.diff
===================================================================
--- trunk/packages/kdegames/debian/patches/11_include_kapplication.diff	                        (rev 0)
+++ trunk/packages/kdegames/debian/patches/11_include_kapplication.diff	2007-05-28 12:05:04 UTC (rev 6384)
@@ -0,0 +1,10 @@
+--- kdegames-3.5.7/katomic/gamewidget.cpp.orig	2007-05-28 14:01:04.000000000 +0200
++++ kdegames-3.5.7/katomic/gamewidget.cpp	2007-05-28 14:01:25.000000000 +0200
+@@ -29,6 +29,7 @@
+ #include <qvbox.h>
+ #include <qlabel.h>
+ 
++#include <kapplication.h>
+ #include <kscoredialog.h>
+ #include <kmessagebox.h>
+ #include <klocale.h>




More information about the pkg-kde-commits mailing list