[Pkg-voip-commits] r2686 - in wengophone/trunk/debian: . patches patches/generic

Marco Nenciarini mnencia at alioth.debian.org
Mon Nov 6 12:57:47 CET 2006


Author: mnencia
Date: 2006-11-06 12:57:47 +0100 (Mon, 06 Nov 2006)
New Revision: 2686

Added:
   wengophone/trunk/debian/patches/generic/cmake-fix-qtutil.patch
Modified:
   wengophone/trunk/debian/changelog
   wengophone/trunk/debian/patches/series
Log:
added cmake-fix-qtutil to fix FTBFS on all arches


Modified: wengophone/trunk/debian/changelog
===================================================================
--- wengophone/trunk/debian/changelog	2006-11-06 06:49:40 UTC (rev 2685)
+++ wengophone/trunk/debian/changelog	2006-11-06 11:57:47 UTC (rev 2686)
@@ -9,12 +9,13 @@
   * Added patches
      + cmake-fix-gaim4
      + cmake-findxml2 (from upstream trunk)
+     + cmake-fix-qtutil
   * Removed patches
      + cmake-external-speex (fixed upstream)
      + fix-varargs-alpha (fixed upstream)
-     
- -- Marco Nenciarini <mnencia at debian.org>  Sat,  4 Nov 2006 17:57:26 +0100
 
+ -- Marco Nenciarini <mnencia at debian.org>  Mon,  6 Nov 2006 12:03:32 +0100
+
 wengophone (2.0.0~rc5-svn8108-2) unstable; urgency=low
 
   * Added cmake-external-speex.patch to fix compilation on alpha,

Added: wengophone/trunk/debian/patches/generic/cmake-fix-qtutil.patch
===================================================================
--- wengophone/trunk/debian/patches/generic/cmake-fix-qtutil.patch	2006-11-06 06:49:40 UTC (rev 2685)
+++ wengophone/trunk/debian/patches/generic/cmake-fix-qtutil.patch	2006-11-06 11:57:47 UTC (rev 2686)
@@ -0,0 +1,20 @@
+Index: wengophone-2.0.0~rc5-svn8281/libs/qtutil/CMakeLists.txt
+===================================================================
+--- wengophone-2.0.0~rc5-svn8281.orig/libs/qtutil/CMakeLists.txt	2006-11-06 12:00:14.000000000 +0100
++++ wengophone-2.0.0~rc5-svn8281/libs/qtutil/CMakeLists.txt	2006-11-06 12:01:58.000000000 +0100
+@@ -53,6 +53,7 @@
+   include/qtutil/SafeConnect.h
+   include/qtutil/LanguageChangeEventFilter.h
+   include/qtutil/CloseEventFilter.h
++  include/qtutil/AnimatedButton.h
+ )
+ 
+ set(owqtutil_SRCS
+@@ -79,6 +80,7 @@
+   src/SafeConnect.cpp
+   src/LanguageChangeEventFilter.cpp
+   src/CloseEventFilter.cpp
++  src/AnimatedButton.cpp
+ )
+ 
+ qt4_wrap_ui(owqtutil_SRCS src/Wizard.ui)

Modified: wengophone/trunk/debian/patches/series
===================================================================
--- wengophone/trunk/debian/patches/series	2006-11-06 06:49:40 UTC (rev 2685)
+++ wengophone/trunk/debian/patches/series	2006-11-06 11:57:47 UTC (rev 2686)
@@ -1,6 +1,7 @@
 head/cmake-findxml2.patch
 generic/cmake-fix-static-sfp-plugin.patch
 generic/cmake-fix-gaim4.patch
+generic/cmake-fix-qtutil.patch
 debian/disable-crashreport.patch
 debian/cmake-svnrelease-from-debian-changelog.patch
 debian/disable-ilbc.patch




More information about the Pkg-voip-commits mailing list