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

Michael Biebl biebl at alioth.debian.org
Thu May 13 00:49:10 UTC 2010


The following commit has been merged in the master branch:
commit 35c5ea57d0855401dd954fd0b9d03d68a2a0ac29
Author: Michael Biebl <biebl at debian.org>
Date:   Wed May 12 02:30:48 2010 +0200

    Drop debian/patches/01-qt4.5-compat.patch
    
    Drop the Qt 4.5 compat patch again now that we have a recent enough
    version in unstable and testing.
---
 debian/changelog                     |    3 +++
 debian/patches/01-qt4.5-compat.patch |   22 ----------------------
 debian/patches/series                |    1 -
 3 files changed, 3 insertions(+), 23 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 11bada4..d843061 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -4,6 +4,9 @@ plasma-widget-networkmanagement (0.1~svn1125524-1) UNRELEASED; urgency=low
     - Last Changed Author: lvsouza
     - Last Changed Rev: 1125524
     - Last Changed Date: 2010-05-11 18:34:09 +0200
+  * debian/patches/01-qt4.5-compat.patch
+    - Drop the Qt 4.5 compat patch again now that we have a recent enough
+      version in unstable and testing.
 
  -- Michael Biebl <biebl at debian.org>  Wed, 12 May 2010 02:24:05 +0200
 
diff --git a/debian/patches/01-qt4.5-compat.patch b/debian/patches/01-qt4.5-compat.patch
deleted file mode 100644
index a09ccde..0000000
--- a/debian/patches/01-qt4.5-compat.patch
+++ /dev/null
@@ -1,22 +0,0 @@
-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
index 74351e8..35eaf72 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,2 +1 @@
 # 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