[SCM] kwin packaging branch, kubuntu_stable, updated. bad0cd44c7016305e6f46bab3820e24f3cd40847

Harald Sitter apachelogger-guest at moszumanska.debian.org
Wed Apr 29 12:26:06 UTC 2015


Gitweb-URL: http://git.debian.org/?p=pkg-kde/plasma/kwin.git;a=commitdiff;h=bad0cd4

The following commit has been merged in the kubuntu_stable branch:
commit bad0cd44c7016305e6f46bab3820e24f3cd40847
Author: Harald Sitter <sitter at kde.org>
Date:   Wed Apr 29 14:25:59 2015 +0200

    add missing qml deps
    
    -data recommends qml thingies it needs as discussed with jr. it's a bit meh
    because -data is arch:all but the modules might not be, so recommends
    appears the best option for now.
---
 debian/control              | 5 +++++
 debian/kwin-data.qml-ignore | 5 +++++
 2 files changed, 10 insertions(+)

diff --git a/debian/control b/debian/control
index ff4db84..4c08883 100644
--- a/debian/control
+++ b/debian/control
@@ -84,6 +84,7 @@ Description: KDE window manager - devel files
 Package: kwin
 Architecture: any
 Depends: kwin-data (= ${source:Version}),
+         qml-module-org-kde-kquickcontrolsaddons,
          qml-module-qtmultimedia,
          ${misc:Depends},
          ${shlibs:Depends}
@@ -186,6 +187,10 @@ Description: KDE window manager render utils library
 Package: kwin-data
 Architecture: all
 Depends: ${misc:Depends}, ${shlibs:Depends}
+Recommends: plasma-framework,
+            qml-module-qtquick-layouts,
+            qml-module-qtquick-window2,
+            qml-module-qtquick2
 Description: KDE window manager data files
  KWin (pronounced as one syllable "kwin") is the window
  manager for the KDE Plasma Desktop. It gives you complete
diff --git a/debian/kwin-data.qml-ignore b/debian/kwin-data.qml-ignore
new file mode 100644
index 0000000..a286667
--- /dev/null
+++ b/debian/kwin-data.qml-ignore
@@ -0,0 +1,5 @@
+# In kwin.deb
+org.kde.kwin 2.0
+org.kde.kwin.decoration 0.1
+org.kde.kwin.decorations.*
+org.kde.kwin.kwincompositing 1.0

-- 
kwin packaging



More information about the pkg-kde-commits mailing list