[neon/kde/kconfig/Neon/unstable] debian: update library

Jonathan Esk-Riddell null at kde.org
Mon Feb 21 15:22:37 GMT 2022


Git commit b7cc047364ab6a2fd14e364ac2b1f15d6d637110 by Jonathan Esk-Riddell.
Committed on 21/02/2022 at 15:22.
Pushed by jriddell into branch 'Neon/unstable'.

update library

M  +15   -0    debian/control
A  +2    -0    debian/libkf5configqml5.install

https://invent.kde.org/neon/kde/kconfig/commit/b7cc047364ab6a2fd14e364ac2b1f15d6d637110

diff --git a/debian/control b/debian/control
index 69b57e2..a829dcc 100644
--- a/debian/control
+++ b/debian/control
@@ -78,6 +78,7 @@ Depends: libkf5config-bin (= ${binary:Version}),
          libkf5config-dev-bin (= ${binary:Version}),
          libkf5configcore5 (= ${binary:Version}),
          libkf5configgui5 (= ${binary:Version}),
+         libkf5configqml5 (= ${binary:Version}),
          qtbase5-dev (>= 5.8.0~),
          ${misc:Depends},
          ${shlibs:Depends}
@@ -313,6 +314,20 @@ Description: configuration settings framework for Qt
  .
  This package contains KConfigGui.
 
+Package: libkf5configqml5
+Architecture: any
+Multi-Arch: same
+Depends: libkf5config-data (= ${source:Version}),
+         ${misc:Depends},
+         ${shlibs:Depends}
+Description: configuration settings framework for Qt QML
+ KConfig provides an advanced configuration system. It is made of three
+ parts: KConfigCore and KConfigGui and KConfigQML.
+ .
+ This package is part of KDE Frameworks 5.
+ .
+ This package contains KConfigQml.
+
 Package: libkf5config-bin-dev
 Section: oldlibs
 Priority: extra
diff --git a/debian/libkf5configqml5.install b/debian/libkf5configqml5.install
new file mode 100644
index 0000000..54c6e94
--- /dev/null
+++ b/debian/libkf5configqml5.install
@@ -0,0 +1,2 @@
+usr/lib/*/libKF5ConfigQml.so.5
+usr/lib/*/libKF5ConfigQml.so.5.*


More information about the Neon-commits mailing list