[SCM] KDE Plasma Addons module packaging branch, master, updated. debian/4.13.1-1-333-g5d6336c

Maximiliano Curia maxy at moszumanska.debian.org
Fri Aug 1 09:05:31 UTC 2014


Gitweb-URL: http://git.debian.org/?p=pkg-kde/kde-sc/kdeplasma-addons.git;a=commitdiff;h=adeb112

The following commit has been merged in the master branch:
commit adeb112470e1de29838ffb6ca28352756674b1ec
Author: Felix Geyer <debfx-pkg at fobos.de>
Date:   Tue Apr 10 10:51:31 2012 +0200

    Drop kubuntu_fix_qreal_float.diff, not used anymore.
---
 debian/patches/kubuntu_fix_qreal_float.diff | 14 --------------
 1 file changed, 14 deletions(-)

diff --git a/debian/patches/kubuntu_fix_qreal_float.diff b/debian/patches/kubuntu_fix_qreal_float.diff
deleted file mode 100644
index 061d2b7..0000000
--- a/debian/patches/kubuntu_fix_qreal_float.diff
+++ /dev/null
@@ -1,14 +0,0 @@
-Description: Fix FTBFS on arm* due to qreal/double mismatch.
-Author: Felix Geyer <debfx at ubuntu.com>
-
---- kdeplasma-addons-4.7.90.orig/applets/icontasks/taskitemlayout.cpp
-+++ kdeplasma-addons-4.7.90/applets/icontasks/taskitemlayout.cpp
-@@ -369,7 +369,7 @@ void TaskItemLayout::layoutItems()
-     }
- 
-     QRectF groupRect(m_groupItem->boundingRect());
--    qreal cellSize(qMin(m_applet->launcherIcons() || !m_applet->autoIconScaling() ? 272.0 : 80, qMin(groupRect.width(), groupRect.height())));
-+    qreal cellSize(qMin(m_applet->launcherIcons() || !m_applet->autoIconScaling() ? qreal(272) : qreal(80), qMin(groupRect.width(), groupRect.height())));
-     QSizeF maximumCellSize(cellSize, cellSize);
- 
-     setHorizontalSpacing(m_applet->spacing());

-- 
KDE Plasma Addons module packaging



More information about the pkg-kde-commits mailing list