[SCM] kdeconnect packaging branch, master, updated. debian/0.9g-1-1183-g9d69498

Maximiliano Curia maxy at moszumanska.debian.org
Fri Oct 14 14:29:13 UTC 2016


Gitweb-URL: http://git.debian.org/?p=pkg-kde/kde-extras/kdeconnect.git;a=commitdiff;h=66743cf

The following commit has been merged in the master branch:
commit 66743cf11fc73f1bb5b26d9d6cbc123a9da00581
Author: Harald Sitter <sitter at kde.org>
Date:   Fri Sep 25 11:04:24 2015 +0200

    do not runtime require Qt 5.5 for no good reason
    
    Layouts 1.2 appeared in Qt 5.5 [1] and introduced new fooMargin properties
    [2]. We do however not use margins here, so we do not actually need
    Layouts 1.2. Drop back down to Layouts 1.1 to be more compatible with
    mainstream distros.
    
    [1] http://doc.qt.io/qt-5.4/qtquick-layouts-qmlmodule.html
    [2] http://doc.qt.io/qt-5.5/qml-qtquick-layouts-layout.html#bottomMargin-attached-prop
    
    REVIEW: 125388
---
 plasmoid/package/contents/ui/DeviceDelegate.qml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/plasmoid/package/contents/ui/DeviceDelegate.qml b/plasmoid/package/contents/ui/DeviceDelegate.qml
index bcc4fbc..34dfb19 100644
--- a/plasmoid/package/contents/ui/DeviceDelegate.qml
+++ b/plasmoid/package/contents/ui/DeviceDelegate.qml
@@ -19,7 +19,7 @@
  */
 
 import QtQuick 2.1
-import QtQuick.Layouts 1.2
+import QtQuick.Layouts 1.1
 import org.kde.plasma.core 2.0 as PlasmaCore
 import org.kde.plasma.components 2.0 as PlasmaComponents
 import org.kde.kdeconnect 1.0

-- 
kdeconnect packaging



More information about the pkg-kde-commits mailing list