[neon/kde/knotifications/Neon/unstable] debian: add qml modules

Jonathan Riddell null at kde.org
Wed Oct 27 20:04:09 BST 2021


Git commit bc4d6c7b432e5ec430fa6a79c18d60f8a2854948 by Jonathan Riddell.
Committed on 27/10/2021 at 19:03.
Pushed by jriddell into branch 'Neon/unstable'.

add qml modules

M  +12   -0    debian/control
A  +1    -0    debian/qml-module-org-kde-notification.install

https://invent.kde.org/neon/kde/knotifications/commit/bc4d6c7b432e5ec430fa6a79c18d60f8a2854948

diff --git a/debian/control b/debian/control
index 8c89e59..49e9de0 100644
--- a/debian/control
+++ b/debian/control
@@ -92,3 +92,15 @@ Replaces: libkf5notifications-data (<< 5.53.0)
 Description: Framework for desktop notifications
  KNotification is used to notify the user of an event. It covers
  feedback and persistent events.
+
+Package: qml-module-org-kde-notification
+Architecture: any
+Multi-Arch: same
+Depends: libkf5notification5 (= ${source:Version}),
+         ${misc:Depends},
+         ${shlibs:Depends}
+Description: Framework for desktop notifications
+ KNotification is used to notify the user of an event. It covers
+ feedback and persistent events.
+ .
+ This package contains the QtQuick QML module.
diff --git a/debian/qml-module-org-kde-notification.install b/debian/qml-module-org-kde-notification.install
new file mode 100644
index 0000000..684cc74
--- /dev/null
+++ b/debian/qml-module-org-kde-notification.install
@@ -0,0 +1 @@
+usr/lib/*/qt5/qml/org/kde/notification/


More information about the Neon-commits mailing list