summaryrefslogtreecommitdiff
path: root/kde-plasma/kwin/kwin-9999.ebuild
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2023-12-02 21:16:58 +0100
committerAndreas Sturmlechner <asturm@gentoo.org>2023-12-02 21:17:24 +0100
commitd9be2e47f7a656cb4c7a47432570a63b90467ebe (patch)
treebbf4f6585b3ab168cea072026c1b50f72f53433c /kde-plasma/kwin/kwin-9999.ebuild
parent2b834846f7d231d77e94e69e741857b1dbd6c748 (diff)
downloadkde-d9be2e47f7a656cb4c7a47432570a63b90467ebe.tar.gz
kde-d9be2e47f7a656cb4c7a47432570a63b90467ebe.tar.bz2
kde-d9be2e47f7a656cb4c7a47432570a63b90467ebe.zip
kde-plasma/kwin: Rebase gstreamer-optional.patch onto git master
Drop obsolete pkg_postinst Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'kde-plasma/kwin/kwin-9999.ebuild')
-rw-r--r--kde-plasma/kwin/kwin-9999.ebuild17
1 files changed, 2 insertions, 15 deletions
diff --git a/kde-plasma/kwin/kwin-9999.ebuild b/kde-plasma/kwin/kwin-9999.ebuild
index 6fc43a856af..dcdf163bc37 100644
--- a/kde-plasma/kwin/kwin-9999.ebuild
+++ b/kde-plasma/kwin/kwin-9999.ebuild
@@ -8,7 +8,7 @@ ECM_TEST="optional"
KFMIN=5.245.0
PVCUT=$(ver_cut 1-3)
QTMIN=6.6.0
-inherit ecm plasma.kde.org optfeature
+inherit ecm plasma.kde.org
DESCRIPTION="Flexible, composited Window Manager for windowing systems on Linux"
@@ -96,7 +96,7 @@ PDEPEND=">=kde-plasma/kde-cli-tools-${PVCUT}:*"
src_prepare() {
ecm_src_prepare
- use multimedia || eapply "${FILESDIR}/${PN}-5.26.80-gstreamer-optional.patch"
+ use multimedia || eapply "${FILESDIR}/${PN}-5.90.0-gstreamer-optional.patch"
# TODO: try to get a build switch upstreamed
if ! use screencast; then
@@ -115,16 +115,3 @@ src_configure() {
ecm_src_configure
}
-
-pkg_postinst() {
- ecm_pkg_postinst
- optfeature "color management support" x11-misc/colord
- elog
- elog "In Plasma 5.20, default behavior of the Task Switcher to move minimised"
- elog "windows to the end of the list was changed so that it remains in the"
- elog "original order. To revert to the well established behavior:"
- elog
- elog " - Edit ~/.config/kwinrc"
- elog " - Find [TabBox] section"
- elog " - Add \"MoveMinimizedWindowsToEndOfTabBoxFocusChain=true\""
-}