rev 20107 - in kde-extras/icemon/trunk/debian: . patches

Pino Toscano pino at moszumanska.debian.org
Sun Nov 29 07:47:46 UTC 2015


Author: pino
Date: 2015-11-29 07:47:46 +0000 (Sun, 29 Nov 2015)
New Revision: 20107

Added:
   kde-extras/icemon/trunk/debian/patches/
   kde-extras/icemon/trunk/debian/patches/series
   kde-extras/icemon/trunk/debian/patches/upstream_Add-missing-include-on-Qt-5.5-fixes-build.patch
Modified:
   kde-extras/icemon/trunk/debian/changelog
Log:
fix build with Qt 5.5

backport upstream commit a772b1e7855e307266ea98cf3f73fcbd24429846


Modified: kde-extras/icemon/trunk/debian/changelog
===================================================================
--- kde-extras/icemon/trunk/debian/changelog	2015-11-29 07:40:33 UTC (rev 20106)
+++ kde-extras/icemon/trunk/debian/changelog	2015-11-29 07:47:46 UTC (rev 20107)
@@ -9,6 +9,9 @@
   * Bump cmake build dependency to >= 2.8.9, as indicated in the upstream
     CMakeLists.txt.
   * Add a watch file.
+  * Backport upstream commit a772b1e7855e307266ea98cf3f73fcbd24429846 to
+    include a needed header, fixing the build with Qt 5.5; patch
+    upstream_Add-missing-include-on-Qt-5.5-fixes-build.patch.
 
  -- Debian KDE Extras Team <pkg-kde-extras at lists.alioth.debian.org>  Sun, 29 Nov 2015 08:24:42 +0100
 

Added: kde-extras/icemon/trunk/debian/patches/series
===================================================================
--- kde-extras/icemon/trunk/debian/patches/series	                        (rev 0)
+++ kde-extras/icemon/trunk/debian/patches/series	2015-11-29 07:47:46 UTC (rev 20107)
@@ -0,0 +1 @@
+upstream_Add-missing-include-on-Qt-5.5-fixes-build.patch

Added: kde-extras/icemon/trunk/debian/patches/upstream_Add-missing-include-on-Qt-5.5-fixes-build.patch
===================================================================
--- kde-extras/icemon/trunk/debian/patches/upstream_Add-missing-include-on-Qt-5.5-fixes-build.patch	                        (rev 0)
+++ kde-extras/icemon/trunk/debian/patches/upstream_Add-missing-include-on-Qt-5.5-fixes-build.patch	2015-11-29 07:47:46 UTC (rev 20107)
@@ -0,0 +1,24 @@
+From a772b1e7855e307266ea98cf3f73fcbd24429846 Mon Sep 17 00:00:00 2001
+From: Aleix Pol <aleixpol at kde.org>
+Date: Fri, 8 May 2015 13:27:45 +0200
+Subject: [PATCH] Add missing include on Qt 5.5, fixes build
+
+---
+ src/hostinfo.h | 1 +
+ 1 file changed, 1 insertion(+)
+
+diff --git a/src/hostinfo.h b/src/hostinfo.h
+index cae3f0b..1d39eab 100644
+--- a/src/hostinfo.h
++++ b/src/hostinfo.h
+@@ -23,6 +23,7 @@
+ #include <QString>
+ #include <QColor>
+ #include <QMap>
++#include <QObject>
+ #include <QtCore/QVector>
+ 
+ class HostInfo
+-- 
+2.6.2
+




More information about the pkg-kde-commits mailing list