commit: b409fda8d43aae065d1450803ab51605711850cf Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> AuthorDate: Wed Jun 25 22:19:01 2025 +0000 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> CommitDate: Wed Jun 25 22:19:01 2025 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=b409fda8
kde-plasma/kwin-x11: Drop obsolete use of fcaps Bug: https://bugs.gentoo.org/959085 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org> kde-plasma/kwin-x11/kwin-x11-6.4.49.9999.ebuild | 11 +---------- kde-plasma/kwin-x11/kwin-x11-9999.ebuild | 11 +---------- 2 files changed, 2 insertions(+), 20 deletions(-) diff --git a/kde-plasma/kwin-x11/kwin-x11-6.4.49.9999.ebuild b/kde-plasma/kwin-x11/kwin-x11-6.4.49.9999.ebuild index b70b2ea570..fb9acde1ca 100644 --- a/kde-plasma/kwin-x11/kwin-x11-6.4.49.9999.ebuild +++ b/kde-plasma/kwin-x11/kwin-x11-6.4.49.9999.ebuild @@ -7,7 +7,7 @@ ECM_HANDBOOK="optional" ECM_TEST="true" KFMIN=6.14.0 QTMIN=6.8.1 -inherit ecm fcaps plasma.kde.org xdg +inherit ecm plasma.kde.org xdg DESCRIPTION="Flexible, composited X window manager" @@ -98,10 +98,6 @@ BDEPEND=" >=kde-frameworks/kcmutils-${KFMIN}:6 " -# https://bugs.gentoo.org/941628 -# -m 0755 to avoid suid with USE="-filecaps" -FILECAPS=( -m 0755 cap_sys_nice=ep usr/bin/kwin_wayland ) - src_prepare() { ecm_src_prepare @@ -122,8 +118,3 @@ src_configure() { ecm_src_configure } - -pkg_postinst() { - xdg_pkg_postinst - fcaps_pkg_postinst -} diff --git a/kde-plasma/kwin-x11/kwin-x11-9999.ebuild b/kde-plasma/kwin-x11/kwin-x11-9999.ebuild index 57b3659cd2..2ca2683ba1 100644 --- a/kde-plasma/kwin-x11/kwin-x11-9999.ebuild +++ b/kde-plasma/kwin-x11/kwin-x11-9999.ebuild @@ -7,7 +7,7 @@ ECM_HANDBOOK="optional" ECM_TEST="true" KFMIN=9999 QTMIN=6.8.1 -inherit ecm fcaps plasma.kde.org xdg +inherit ecm plasma.kde.org xdg DESCRIPTION="Flexible, composited X window manager" @@ -98,10 +98,6 @@ BDEPEND=" >=kde-frameworks/kcmutils-${KFMIN}:6 " -# https://bugs.gentoo.org/941628 -# -m 0755 to avoid suid with USE="-filecaps" -FILECAPS=( -m 0755 cap_sys_nice=ep usr/bin/kwin_wayland ) - src_prepare() { ecm_src_prepare @@ -122,8 +118,3 @@ src_configure() { ecm_src_configure } - -pkg_postinst() { - xdg_pkg_postinst - fcaps_pkg_postinst -}
