[neon/kde/libkscreen/Neon/stable] debian: add new libkf5screendpms8

Carlos De Maine null at kde.org
Fri Jan 20 22:23:48 GMT 2023


Git commit 42e71a826295fb7d385b73e43dde91e475a7832e by Carlos De Maine.
Committed on 20/01/2023 at 22:23.
Pushed by carlosdem into branch 'Neon/stable'.

add new libkf5screendpms8

(cherry picked from commit fdd65ba5c653b4f1fb98b563d709d0a40ee8421c)

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

https://invent.kde.org/neon/kde/libkscreen/commit/42e71a826295fb7d385b73e43dde91e475a7832e

diff --git a/debian/control b/debian/control
index ad6d459..8ae11d8 100644
--- a/debian/control
+++ b/debian/control
@@ -79,6 +79,21 @@ Description: library for screen management - shared library
  .
  This package contains the shared library
 
+Package: libkf5screendpms8
+Architecture: any
+Multi-Arch: same
+Breaks: kscreen (<< 4:5.14),
+        libpowerdevilcore2 (<< 4:5.14),
+        plasma-workspace (<< 4:5.7),
+        powerdevil (<< 4:5.12)
+Depends: libkf5screen-bin, ${misc:Depends}, ${shlibs:Depends}
+Description: dpms library for screen management - shared library
+ The KDE multiple monitor support is trying be as smart as possible
+ adapting the behavior of it to each use case making the configuration
+ of monitors as simple as plugging them to your computer.
+ .
+ This package contains the shared dpms library
+
 Package: libkf5screen-doc
 Architecture: all
 Multi-Arch: foreign
diff --git a/debian/libkf5screen8.install b/debian/libkf5screen8.install
index 9106c00..3b22273 100644
--- a/debian/libkf5screen8.install
+++ b/debian/libkf5screen8.install
@@ -1,5 +1,3 @@
 usr/lib/*/libKF5Screen.so.5.*
 usr/lib/*/libKF5Screen.so.8
-usr/lib/*/libKF5ScreenDpms.so.5.*
-usr/lib/*/libKF5ScreenDpms.so.8
 usr/share/locale/
diff --git a/debian/libkf5screendpms8.install b/debian/libkf5screendpms8.install
new file mode 100644
index 0000000..579dd0c
--- /dev/null
+++ b/debian/libkf5screendpms8.install
@@ -0,0 +1,2 @@
+usr/lib/*/libKF5ScreenDpms.so.5.*
+usr/lib/*/libKF5ScreenDpms.so.8
\ No newline at end of file


More information about the Neon-commits mailing list