[SCM] "Network Management" Plasma widget Debian packaging branch, master, updated. debian/0.1-svn1075616-1-9-gcf2c778

Michael Biebl biebl at alioth.debian.org
Sun Feb 14 14:04:39 UTC 2010


The following commit has been merged in the master branch:
commit 6d4afedd1c137ec07f9b57277953a467841c04a8
Author: Michael Biebl <biebl at debian.org>
Date:   Sun Feb 14 14:47:09 2010 +0100

    Make sure it compiles with Qt 4.5
    
    * debian/patches/01-qt4.5-compat.patch
      - Remove Qt 4.6 specific features so it compiles with Qt 4.5.
---
 debian/changelog                     |    2 ++
 debian/patches/01-qt4.5-compat.patch |   22 ++++++++++++++++++++++
 debian/patches/series                |    2 ++
 3 files changed, 26 insertions(+), 0 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 60d40db..d557fcb 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -4,6 +4,8 @@ plasma-widget-networkmanagement (0.1~svn1088283-1) UNRELEASED; urgency=low
     - Last Changed Author: scripty
     - Last Changed Rev: 1088283
     - Last Changed Date: 2010-02-10 14:11:26 +0100
+  * debian/patches/01-qt4.5-compat.patch
+    - Remove Qt 4.6 specific features so it compiles with Qt 4.5.
 
  -- Michael Biebl <biebl at debian.org>  Sun, 14 Feb 2010 14:39:58 +0100
 
diff --git a/debian/patches/01-qt4.5-compat.patch b/debian/patches/01-qt4.5-compat.patch
new file mode 100644
index 0000000..a09ccde
--- /dev/null
+++ b/debian/patches/01-qt4.5-compat.patch
@@ -0,0 +1,22 @@
+diff --git a/applet/networkmanager.cpp b/applet/networkmanager.cpp
+index ab4e251..e2c15ee 100644
+--- a/applet/networkmanager.cpp
++++ b/applet/networkmanager.cpp
+@@ -30,7 +30,7 @@ along with this program.  If not, see <http://www.gnu.org/licenses/>.
+ #include <QGraphicsPixmapItem>
+ #include <QTimeLine>
+ 
+-#include <QGraphicsBlurEffect>
++//#include <QGraphicsBlurEffect>
+ 
+ #include <KIcon>
+ #include <KIconLoader>
+@@ -79,7 +79,7 @@ NetworkManagerApplet::NetworkManagerApplet(QObject * parent, const QVariantList
+     setHasConfigurationInterface(false);
+     setPopupIcon(QIcon());
+     setPassivePopup(true); // FIXME: disable, only true for testing ...
+-    m_overlayTimeline.setEasingCurve(QEasingCurve::OutExpo);
++    //m_overlayTimeline.setEasingCurve(QEasingCurve::OutExpo);
+     m_currentState = 0;
+     connect(&m_overlayTimeline, SIGNAL(valueChanged(qreal)), this, SLOT(repaint()));
+ 
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..74351e8
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1,2 @@
+# patches for plasma-widget-networkmanagement
+01-qt4.5-compat.patch

-- 
"Network Management" Plasma widget Debian packaging



More information about the pkg-kde-commits mailing list