[neon/kde/kwin/Neon/release_focal] debian: Revert "libkwinxrenderutils.so gone"

Jonathan Esk-Riddell null at kde.org
Tue Jun 21 16:00:41 BST 2022


Git commit 0582e3d2ac1ac34539a719a795b825cf8eadf35b by Jonathan Esk-Riddell.
Committed on 21/06/2022 at 14:59.
Pushed by jriddell into branch 'Neon/release_focal'.

Revert "libkwinxrenderutils.so gone"

This reverts commit c376d060c511209c013940f5d209e6fc986f1818.

M  +32   -0    debian/control
M  +1    -0    debian/kwin-dev.install

https://invent.kde.org/neon/kde/kwin/commit/0582e3d2ac1ac34539a719a795b825cf8eadf35b

diff --git a/debian/control b/debian/control
index 2457d9f..5fd4adf 100644
--- a/debian/control
+++ b/debian/control
@@ -280,6 +280,7 @@ Package: kwin-x11
 Architecture: any
 Depends: kwin-common (= ${binary:Version}),
          libkwinglutils13 (= ${binary:Version}),
+         libkwinxrenderutils13 (= ${binary:Version}),
          ${misc:Depends},
          ${shlibs:Depends}
 Breaks: kde-window-manager (<< 4:5), kwin-addons (<< 4:5.14)
@@ -357,3 +358,34 @@ Description: KDE window manager gl utils library
  of windows and switching between them.
  .
  This package is part of the KDE base workspace module.
+
+Package: libkwinxrenderutils13
+Section: libs
+Architecture: any
+Depends: ${misc:Depends}, ${shlibs:Depends}
+Breaks: libkwinxrenderutils10,
+        libkwinxrenderutils11,
+        libkwinxrenderutils12,
+        libkwinxrenderutils5 (<< 4:5.2.0),
+        libkwinxrenderutils6 (<< 4:5.4.1+git20150907),
+        libkwinxrenderutils7 (<< 4:5.5.80+git20160203),
+        libkwinxrenderutils8,
+        libkwinxrenderutils9
+Replaces: libkwinxrenderutils10,
+          libkwinxrenderutils11,
+          libkwinxrenderutils12,
+          libkwinxrenderutils5 (<< 4:5.2.0),
+          libkwinxrenderutils6 (<< 4:5.4.1+git20150907),
+          libkwinxrenderutils7 (<< 4:5.5.80+git20160203),
+          libkwinxrenderutils8,
+          libkwinxrenderutils9
+Description: KDE window manager render utils library
+ KWin (pronounced as one syllable "kwin") is the window
+ manager for the KDE Plasma Desktop. It gives you complete
+ control over your windows, making sure they're not in the way
+ but aid you in your task. It paints the window decoration,
+ the bar on top of every window with (configurable) buttons
+ like close, maximize and minimize. It also handles placing
+ of windows and switching between them.
+ .
+ This package is part of the KDE base workspace module.
diff --git a/debian/kwin-dev.install b/debian/kwin-dev.install
index aef560a..39e46a3 100644
--- a/debian/kwin-dev.install
+++ b/debian/kwin-dev.install
@@ -3,6 +3,7 @@ usr/lib/*/cmake/KWinDBusInterface/
 usr/lib/*/cmake/KWinEffects/
 usr/lib/*/libkwineffects.so
 usr/lib/*/libkwingl*utils.so
+usr/lib/*/libkwinxrenderutils.so
 usr/share/dbus-1/interfaces/org.kde.KWin.Plugins.xml
 usr/share/dbus-1/interfaces/org.kde.KWin.TabletModeManager.xml
 usr/share/dbus-1/interfaces/org.kde.KWin.VirtualDesktopManager.xml


More information about the Neon-commits mailing list