[neon/kde/kwin/Neon/unstable] debian: update descriptions and remove last x11 bits
Carlos De Maine
null at kde.org
Fri Mar 28 08:06:34 GMT 2025
Git commit efd1d3d71ae4761b3394f327fcfeef86bedc550d by Carlos De Maine.
Committed on 28/03/2025 at 08:06.
Pushed by carlosdem into branch 'Neon/unstable'.
update descriptions and remove last x11 bits
M +29 -34 debian/control
D +0 -44 debian/kwin-x11.prerm
https://invent.kde.org/neon/kde/kwin/-/commit/efd1d3d71ae4761b3394f327fcfeef86bedc550d
diff --git a/debian/control b/debian/control
index bb7c9f1..c41c5c3 100644
--- a/debian/control
+++ b/debian/control
@@ -132,15 +132,16 @@ Recommends: libmaliit-plugins2,
Breaks: kwin-addons (<< 4:6)
Replaces: kwin-addons (<< 4:6)
Description: KDE window manager, common files
- 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.
+ KWin is an easy to use, but flexible, compositor for Wayland on
+ Linux. Its primary usage is in conjunction with a Desktop Shell
+ e.g. KDE Plasma Desktop).
.
- This package is part of the KDE base workspace module.
+ KWin is designed to go out of the way; users should not notice
+ that they use a window manager at all. Nevertheless KWin provides
+ a steep learning curve for advanced features, which are available,
+ if they do not conflict with the primary mission. KWin does not have
+ a dedicated targeted user group, but follows the targeted user group
+ of the Desktop Shell using KWin as it's window manager
Package: kwin-dev
Section: libdevel
@@ -158,16 +159,17 @@ Depends: kf6-kconfig-dev,
qt6-base-dev,
${misc:Depends},
${shlibs:Depends}
-Description: KDE window manager - devel files
- 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.
+Description: KDE window manager, wayland version - devel files
+ KWin is an easy to use, but flexible, compositor for Wayland on
+ Linux. Its primary usage is in conjunction with a Desktop Shell
+ e.g. KDE Plasma Desktop).
.
- This package is part of the KDE base workspace module.
+ KWin is designed to go out of the way; users should not notice
+ that they use a window manager at all. Nevertheless KWin provides
+ a steep learning curve for advanced features, which are available,
+ if they do not conflict with the primary mission. KWin does not have
+ a dedicated targeted user group, but follows the targeted user group
+ of the Desktop Shell using KWin as it's window manager
Package: kwin-wayland
Architecture: any
@@ -180,25 +182,18 @@ Depends: kwayland,
${misc:Depends},
${shlibs:Depends}
Provides: kwin
-Description: KDE window manager, wayland version, PREVIEW release
- 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.
+Description: KDE window manager, wayland version
+ KWin is an easy to use, but flexible, compositor for Wayland on
+ Linux. Its primary usage is in conjunction with a Desktop Shell
+ e.g. KDE Plasma Desktop).
.
- This package provides the wayland version, which is still a work in progress
- project, and is available as a PREVIEW release. Don't expect the same
- stability as with the x11 version.
+ KWin is designed to go out of the way; users should not notice
+ that they use a window manager at all. Nevertheless KWin provides
+ a steep learning curve for advanced features, which are available,
+ if they do not conflict with the primary mission. KWin does not have
+ a dedicated targeted user group, but follows the targeted user group
+ of the Desktop Shell using KWin as it's window manager
-Package: kwin-x11
-Architecture: any
-X-Neon-MergedPackage: true
-Depends: kwin-common, ${misc:Depends}
-Description: transitional package
- This is a dummy package which can be removed.
Package: kwin-data
Architecture: all
diff --git a/debian/kwin-x11.prerm b/debian/kwin-x11.prerm
deleted file mode 100644
index 63a4042..0000000
--- a/debian/kwin-x11.prerm
+++ /dev/null
@@ -1,44 +0,0 @@
-#! /bin/sh
-# prerm script for kwin
-#
-# see: dh_installdeb(1)
-
-set -e
-
-# summary of how this script can be called:
-# * <prerm> `remove'
-# * <old-prerm> `upgrade' <new-version>
-# * <new-prerm> `failed-upgrade' <old-version>
-# * <conflictor's-prerm> `remove' `in-favour' <package> <new-version>
-# * <deconfigured's-prerm> `deconfigure' `in-favour'
-# <package-being-installed> <version> `removing'
-# <conflicting-package> <version>
-# for details, see http://www.debian.org/doc/debian-policy/ or
-# the debian-policy package
-
-
-case "$1" in
- remove)
- update-alternatives --remove x-window-manager /usr/bin/kwin_x11
- ;;
-
- upgrade|deconfigure)
- ;;
-
- failed-upgrade)
- ;;
-
- *)
- echo "prerm called with unknown argument \`$1'" >&2
- exit 1
- ;;
-esac
-
-# dh_installdeb will replace this with shell code automatically
-# generated by other debhelper scripts.
-
-#DEBHELPER#
-
-exit 0
-
-
More information about the Neon-commits
mailing list