public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Andreas Sturmlechner" <asturm@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] proj/kde:master commit in: kde-plasma/powerdevil/, kde-plasma/ksshaskpass/, kde-plasma/flatpak-kcm/, ...
Date: Sat, 14 Dec 2024 21:37:43 +0000 (UTC)	[thread overview]
Message-ID: <1734211955.73cb459d3ebe1864b887d80e045106479116e548.asturm@gentoo> (raw)

commit:     73cb459d3ebe1864b887d80e045106479116e548
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Thu Dec 12 23:44:13 2024 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sat Dec 14 21:32:35 2024 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=73cb459d

kde-plasma: Inherit xdg.eclass where ECM_NONGUI=false (not set to true)

Omitted (because unneeded) for:
breeze
breeze-grub
breeze-gtk
breeze-plymouth
kdecoration
kdesu-gui
kglobalacceld
ksystemstats
kwallet-pam
kwayland
kwayland-integration
kwrited
layer-shell-qt
libkscreen
libksysguard
milou
ocean-sound-theme
oxygen
oxygen-sounds
plasma5support
plasma-login-sessions
plasma-workspace-wallpapers
qqc2-breeze-style

Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 kde-plasma/bluedevil/bluedevil-9999.ebuild                           | 2 +-
 kde-plasma/discover/discover-9999.ebuild                             | 2 +-
 kde-plasma/drkonqi/drkonqi-9999.ebuild                               | 2 +-
 kde-plasma/flatpak-kcm/flatpak-kcm-9999.ebuild                       | 2 +-
 kde-plasma/kactivitymanagerd/kactivitymanagerd-9999.ebuild           | 2 +-
 kde-plasma/kde-cli-tools/kde-cli-tools-9999.ebuild                   | 2 +-
 kde-plasma/kde-gtk-config/kde-gtk-config-9999.ebuild                 | 4 ++--
 kde-plasma/kdeplasma-addons/kdeplasma-addons-9999.ebuild             | 4 ++--
 kde-plasma/keditfiletype/keditfiletype-9999.ebuild                   | 2 +-
 kde-plasma/kgamma/kgamma-9999.ebuild                                 | 2 +-
 kde-plasma/kinfocenter/kinfocenter-9999.ebuild                       | 4 ++--
 kde-plasma/kmenuedit/kmenuedit-9999.ebuild                           | 2 +-
 kde-plasma/kpipewire/kpipewire-9999.ebuild                           | 2 +-
 kde-plasma/krdp/krdp-9999.ebuild                                     | 2 +-
 kde-plasma/kscreen/kscreen-9999.ebuild                               | 2 +-
 kde-plasma/kscreenlocker/kscreenlocker-9999.ebuild                   | 2 +-
 kde-plasma/ksshaskpass/ksshaskpass-9999.ebuild                       | 4 ++--
 kde-plasma/kwallet-pam/kwallet-pam-9999.ebuild                       | 1 -
 kde-plasma/kwin/kwin-9999.ebuild                                     | 4 ++--
 kde-plasma/libksysguard/libksysguard-9999.ebuild                     | 5 -----
 .../plasma-browser-integration-9999.ebuild                           | 2 +-
 kde-plasma/plasma-desktop/plasma-desktop-9999.ebuild                 | 4 ++--
 kde-plasma/plasma-disks/plasma-disks-9999.ebuild                     | 2 +-
 kde-plasma/plasma-firewall/plasma-firewall-9999.ebuild               | 4 ++--
 kde-plasma/plasma-integration/plasma-integration-9999.ebuild         | 2 +-
 kde-plasma/plasma-nm/plasma-nm-9999.ebuild                           | 4 ++--
 kde-plasma/plasma-pa/plasma-pa-9999.ebuild                           | 2 +-
 kde-plasma/plasma-sdk/plasma-sdk-9999.ebuild                         | 2 +-
 kde-plasma/plasma-systemmonitor/plasma-systemmonitor-9999.ebuild     | 2 +-
 kde-plasma/plasma-thunderbolt/plasma-thunderbolt-9999.ebuild         | 2 +-
 kde-plasma/plasma-vault/plasma-vault-9999.ebuild                     | 2 +-
 kde-plasma/plasma-welcome/plasma-welcome-9999.ebuild                 | 2 +-
 kde-plasma/plasma-workspace/plasma-workspace-9999.ebuild             | 4 ++--
 kde-plasma/plymouth-kcm/plymouth-kcm-9999.ebuild                     | 2 +-
 kde-plasma/polkit-kde-agent/polkit-kde-agent-9999.ebuild             | 2 +-
 kde-plasma/powerdevil/powerdevil-9999.ebuild                         | 4 ++--
 kde-plasma/print-manager/print-manager-9999.ebuild                   | 4 ++--
 kde-plasma/sddm-kcm/sddm-kcm-9999.ebuild                             | 2 +-
 kde-plasma/systemsettings/systemsettings-9999.ebuild                 | 4 ++--
 kde-plasma/wacomtablet/wacomtablet-9999.ebuild                       | 2 +-
 kde-plasma/xdg-desktop-portal-kde/xdg-desktop-portal-kde-9999.ebuild | 2 +-
 41 files changed, 51 insertions(+), 57 deletions(-)

diff --git a/kde-plasma/bluedevil/bluedevil-9999.ebuild b/kde-plasma/bluedevil/bluedevil-9999.ebuild
index 32efabda0a..08932602d4 100644
--- a/kde-plasma/bluedevil/bluedevil-9999.ebuild
+++ b/kde-plasma/bluedevil/bluedevil-9999.ebuild
@@ -6,7 +6,7 @@ EAPI=8
 ECM_HANDBOOK="optional"
 KFMIN=9999
 QTMIN=6.7.2
-inherit ecm plasma.kde.org
+inherit ecm plasma.kde.org xdg
 
 DESCRIPTION="Bluetooth stack for KDE Plasma"
 HOMEPAGE="https://invent.kde.org/plasma/bluedevil"

diff --git a/kde-plasma/discover/discover-9999.ebuild b/kde-plasma/discover/discover-9999.ebuild
index eed15cc2d7..65db51209e 100644
--- a/kde-plasma/discover/discover-9999.ebuild
+++ b/kde-plasma/discover/discover-9999.ebuild
@@ -6,7 +6,7 @@ EAPI=8
 ECM_TEST="true"
 KFMIN=9999
 QTMIN=6.7.2
-inherit ecm plasma.kde.org
+inherit ecm plasma.kde.org xdg
 
 DESCRIPTION="KDE Plasma resources management GUI"
 HOMEPAGE="https://userbase.kde.org/Discover"

diff --git a/kde-plasma/drkonqi/drkonqi-9999.ebuild b/kde-plasma/drkonqi/drkonqi-9999.ebuild
index 3a85c994a3..451a26a1db 100644
--- a/kde-plasma/drkonqi/drkonqi-9999.ebuild
+++ b/kde-plasma/drkonqi/drkonqi-9999.ebuild
@@ -7,7 +7,7 @@ ECM_TEST="forceoptional"
 PYTHON_COMPAT=( python3_{11..13} )
 KFMIN=9999
 QTMIN=6.7.2
-inherit ecm plasma.kde.org python-single-r1 systemd
+inherit ecm plasma.kde.org python-single-r1 systemd xdg
 
 DESCRIPTION="Plasma crash handler, gives the user feedback if a program crashed"
 

diff --git a/kde-plasma/flatpak-kcm/flatpak-kcm-9999.ebuild b/kde-plasma/flatpak-kcm/flatpak-kcm-9999.ebuild
index d6f601798e..e3bd92f6a4 100644
--- a/kde-plasma/flatpak-kcm/flatpak-kcm-9999.ebuild
+++ b/kde-plasma/flatpak-kcm/flatpak-kcm-9999.ebuild
@@ -5,7 +5,7 @@ EAPI=8
 
 KFMIN=9999
 QTMIN=6.7.2
-inherit ecm plasma.kde.org
+inherit ecm plasma.kde.org xdg
 
 DESCRIPTION="Flatpak Permissions Management KCM"
 HOMEPAGE="https://invent.kde.org/plasma/flatpak-kcm"

diff --git a/kde-plasma/kactivitymanagerd/kactivitymanagerd-9999.ebuild b/kde-plasma/kactivitymanagerd/kactivitymanagerd-9999.ebuild
index c5c25dee05..c43e687034 100644
--- a/kde-plasma/kactivitymanagerd/kactivitymanagerd-9999.ebuild
+++ b/kde-plasma/kactivitymanagerd/kactivitymanagerd-9999.ebuild
@@ -5,7 +5,7 @@ EAPI=8
 
 KFMIN=9999
 QTMIN=6.7.2
-inherit ecm plasma.kde.org
+inherit ecm plasma.kde.org xdg
 
 DESCRIPTION="System service to manage user's activities, track the usage patterns etc."
 

diff --git a/kde-plasma/kde-cli-tools/kde-cli-tools-9999.ebuild b/kde-plasma/kde-cli-tools/kde-cli-tools-9999.ebuild
index 83c9382286..a23c69efd4 100644
--- a/kde-plasma/kde-cli-tools/kde-cli-tools-9999.ebuild
+++ b/kde-plasma/kde-cli-tools/kde-cli-tools-9999.ebuild
@@ -7,7 +7,7 @@ ECM_HANDBOOK="forceoff"
 ECM_TEST="false"
 KFMIN=9999
 QTMIN=6.7.2
-inherit ecm plasma.kde.org
+inherit ecm plasma.kde.org xdg
 
 DESCRIPTION="Tools based on KDE Frameworks 6 to better interact with the system"
 HOMEPAGE="https://invent.kde.org/plasma/kde-cli-tools"

diff --git a/kde-plasma/kde-gtk-config/kde-gtk-config-9999.ebuild b/kde-plasma/kde-gtk-config/kde-gtk-config-9999.ebuild
index c7938b90b7..b6d1d827e0 100644
--- a/kde-plasma/kde-gtk-config/kde-gtk-config-9999.ebuild
+++ b/kde-plasma/kde-gtk-config/kde-gtk-config-9999.ebuild
@@ -5,7 +5,7 @@ EAPI=8
 
 KFMIN=9999
 QTMIN=6.7.2
-inherit ecm plasma.kde.org
+inherit ecm plasma.kde.org xdg
 
 DESCRIPTION="Syncs KDE Plasma theme settings to GTK applications"
 HOMEPAGE="https://invent.kde.org/plasma/kde-gtk-config"
@@ -35,7 +35,7 @@ RDEPEND="${DEPEND}
 BDEPEND="dev-lang/sassc"
 
 pkg_postinst() {
-	ecm_pkg_postinst
+	xdg_pkg_postinst
 	elog "If you notice missing icons in your GTK applications, you may have to install"
 	elog "the corresponding themes for GTK. A good guess would be x11-themes/oxygen-gtk"
 	elog "for example."

diff --git a/kde-plasma/kdeplasma-addons/kdeplasma-addons-9999.ebuild b/kde-plasma/kdeplasma-addons/kdeplasma-addons-9999.ebuild
index 20547a06cf..497d6e7e2b 100644
--- a/kde-plasma/kdeplasma-addons/kdeplasma-addons-9999.ebuild
+++ b/kde-plasma/kdeplasma-addons/kdeplasma-addons-9999.ebuild
@@ -6,7 +6,7 @@ EAPI=8
 ECM_HANDBOOK="forceoptional"
 KFMIN=9999
 QTMIN=6.7.2
-inherit ecm plasma.kde.org optfeature
+inherit ecm plasma.kde.org optfeature xdg
 
 DESCRIPTION="Extra Plasma applets and engines"
 
@@ -68,5 +68,5 @@ pkg_postinst() {
 	if [[ -z "${REPLACING_VERSIONS}" ]]; then
 		optfeature "Disk quota applet" "sys-fs/quota"
 	fi
-	ecm_pkg_postinst
+	xdg_pkg_postinst
 }

diff --git a/kde-plasma/keditfiletype/keditfiletype-9999.ebuild b/kde-plasma/keditfiletype/keditfiletype-9999.ebuild
index a397850d65..a98c046c50 100644
--- a/kde-plasma/keditfiletype/keditfiletype-9999.ebuild
+++ b/kde-plasma/keditfiletype/keditfiletype-9999.ebuild
@@ -8,7 +8,7 @@ ECM_TEST="true"
 KDE_ORG_NAME="kde-cli-tools"
 KFMIN=9999
 QTMIN=6.7.2
-inherit ecm plasma.kde.org
+inherit ecm plasma.kde.org xdg
 
 DESCRIPTION="File Type Editor"
 HOMEPAGE="https://invent.kde.org/plasma/kde-cli-tools"

diff --git a/kde-plasma/kgamma/kgamma-9999.ebuild b/kde-plasma/kgamma/kgamma-9999.ebuild
index 8c520fe486..03f2011202 100644
--- a/kde-plasma/kgamma/kgamma-9999.ebuild
+++ b/kde-plasma/kgamma/kgamma-9999.ebuild
@@ -6,7 +6,7 @@ EAPI=8
 ECM_HANDBOOK="forceoptional"
 KFMIN=9999
 QTMIN=6.7.2
-inherit ecm plasma.kde.org
+inherit ecm plasma.kde.org xdg
 
 DESCRIPTION="Screen gamma values kcontrol module"
 

diff --git a/kde-plasma/kinfocenter/kinfocenter-9999.ebuild b/kde-plasma/kinfocenter/kinfocenter-9999.ebuild
index 877f039b26..b3daff1140 100644
--- a/kde-plasma/kinfocenter/kinfocenter-9999.ebuild
+++ b/kde-plasma/kinfocenter/kinfocenter-9999.ebuild
@@ -6,7 +6,7 @@ EAPI=8
 ECM_HANDBOOK="forceoptional"
 KFMIN=9999
 QTMIN=6.7.2
-inherit ecm plasma.kde.org optfeature
+inherit ecm plasma.kde.org optfeature xdg
 
 DESCRIPTION="Utility providing information about the computer hardware"
 HOMEPAGE="https://userbase.kde.org/KInfoCenter"
@@ -86,5 +86,5 @@ pkg_postinst() {
 		optfeature "Wayland information module" app-misc/wayland-utils
 		optfeature "X Server information module" x11-apps/xdpyinfo
 	fi
-	ecm_pkg_postinst
+	xdg_pkg_postinst
 }

diff --git a/kde-plasma/kmenuedit/kmenuedit-9999.ebuild b/kde-plasma/kmenuedit/kmenuedit-9999.ebuild
index 23b6ac04e1..5d2116d277 100644
--- a/kde-plasma/kmenuedit/kmenuedit-9999.ebuild
+++ b/kde-plasma/kmenuedit/kmenuedit-9999.ebuild
@@ -6,7 +6,7 @@ EAPI=8
 ECM_HANDBOOK="forceoptional"
 KFMIN=9999
 QTMIN=6.7.2
-inherit ecm plasma.kde.org
+inherit ecm plasma.kde.org xdg
 
 DESCRIPTION="KDE Plasma menu editor"
 HOMEPAGE="https://invent.kde.org/plasma/kmenuedit"

diff --git a/kde-plasma/kpipewire/kpipewire-9999.ebuild b/kde-plasma/kpipewire/kpipewire-9999.ebuild
index 58ff58e5f8..278cfca28e 100644
--- a/kde-plasma/kpipewire/kpipewire-9999.ebuild
+++ b/kde-plasma/kpipewire/kpipewire-9999.ebuild
@@ -6,7 +6,7 @@ EAPI=8
 ECM_TEST="true"
 KFMIN=9999
 QTMIN=6.7.2
-inherit ecm plasma.kde.org
+inherit ecm plasma.kde.org xdg
 
 DESCRIPTION="Components relating to Flatpak pipewire use in Plasma"
 

diff --git a/kde-plasma/krdp/krdp-9999.ebuild b/kde-plasma/krdp/krdp-9999.ebuild
index 5b8a389844..4c06eb41ee 100644
--- a/kde-plasma/krdp/krdp-9999.ebuild
+++ b/kde-plasma/krdp/krdp-9999.ebuild
@@ -7,7 +7,7 @@ ECM_EXAMPLES="true"
 ECM_TEST="true"
 KFMIN=9999
 QTMIN=6.7.2
-inherit ecm flag-o-matic plasma.kde.org toolchain-funcs
+inherit ecm flag-o-matic plasma.kde.org toolchain-funcs xdg
 
 DESCRIPTION="Library and examples for creating an RDP server"
 HOMEPAGE+=" https://quantumproductions.info/articles/2023-08/remote-desktop-using-rdp-protocol-plasma-wayland"

diff --git a/kde-plasma/kscreen/kscreen-9999.ebuild b/kde-plasma/kscreen/kscreen-9999.ebuild
index 17540cf376..d6ccb52ff5 100644
--- a/kde-plasma/kscreen/kscreen-9999.ebuild
+++ b/kde-plasma/kscreen/kscreen-9999.ebuild
@@ -6,7 +6,7 @@ EAPI=8
 ECM_TEST="forceoptional"
 KFMIN=9999
 QTMIN=6.7.2
-inherit ecm plasma.kde.org
+inherit ecm plasma.kde.org xdg
 
 DESCRIPTION="KDE Plasma screen management"
 HOMEPAGE="https://invent.kde.org/plasma/kscreen"

diff --git a/kde-plasma/kscreenlocker/kscreenlocker-9999.ebuild b/kde-plasma/kscreenlocker/kscreenlocker-9999.ebuild
index 09f8b81bcc..ecf8c93d89 100644
--- a/kde-plasma/kscreenlocker/kscreenlocker-9999.ebuild
+++ b/kde-plasma/kscreenlocker/kscreenlocker-9999.ebuild
@@ -6,7 +6,7 @@ EAPI=8
 ECM_TEST="forceoptional"
 KFMIN=9999
 QTMIN=6.7.2
-inherit ecm plasma.kde.org pam
+inherit ecm plasma.kde.org pam xdg
 
 DESCRIPTION="Library and components for secure lock screen architecture"
 

diff --git a/kde-plasma/ksshaskpass/ksshaskpass-9999.ebuild b/kde-plasma/ksshaskpass/ksshaskpass-9999.ebuild
index 8eb6f4277f..f5ec980501 100644
--- a/kde-plasma/ksshaskpass/ksshaskpass-9999.ebuild
+++ b/kde-plasma/ksshaskpass/ksshaskpass-9999.ebuild
@@ -5,7 +5,7 @@ EAPI=8
 
 KFMIN=9999
 QTMIN=6.7.2
-inherit ecm plasma.kde.org
+inherit ecm plasma.kde.org xdg
 
 DESCRIPTION="Implementation of ssh-askpass with KDE Wallet integration"
 HOMEPAGE+=" https://invent.kde.org/plasma/ksshaskpass"
@@ -32,7 +32,7 @@ src_install() {
 }
 
 pkg_postinst() {
-	ecm_pkg_postinst
+	xdg_pkg_postinst
 
 	elog "In order to have ssh-agent start with Plasma 6,"
 	elog "edit /etc/xdg/plasma-workspace/env/10-agent-startup.sh"

diff --git a/kde-plasma/kwallet-pam/kwallet-pam-9999.ebuild b/kde-plasma/kwallet-pam/kwallet-pam-9999.ebuild
index 25dd93b278..e0a0924aa9 100644
--- a/kde-plasma/kwallet-pam/kwallet-pam-9999.ebuild
+++ b/kde-plasma/kwallet-pam/kwallet-pam-9999.ebuild
@@ -31,7 +31,6 @@ src_configure() {
 }
 
 pkg_postinst() {
-	ecm_pkg_postinst
 	elog "This package enables auto-unlocking of kde-frameworks/kwallet:6."
 	elog "See also: https://wiki.gentoo.org/wiki/KDE#KWallet_auto-unlocking"
 }

diff --git a/kde-plasma/kwin/kwin-9999.ebuild b/kde-plasma/kwin/kwin-9999.ebuild
index 616f1eda7a..e3acbe9205 100644
--- a/kde-plasma/kwin/kwin-9999.ebuild
+++ b/kde-plasma/kwin/kwin-9999.ebuild
@@ -7,7 +7,7 @@ ECM_HANDBOOK="optional"
 ECM_TEST="true"
 KFMIN=9999
 QTMIN=6.7.2
-inherit ecm fcaps plasma.kde.org
+inherit ecm fcaps plasma.kde.org xdg
 
 DESCRIPTION="Flexible, composited Window Manager for windowing systems on Linux"
 
@@ -142,6 +142,6 @@ src_configure() {
 }
 
 pkg_postinst() {
-	ecm_pkg_postinst
+	xdg_pkg_postinst
 	fcaps_pkg_postinst
 }

diff --git a/kde-plasma/libksysguard/libksysguard-9999.ebuild b/kde-plasma/libksysguard/libksysguard-9999.ebuild
index 43f5295795..7bf7a28082 100644
--- a/kde-plasma/libksysguard/libksysguard-9999.ebuild
+++ b/kde-plasma/libksysguard/libksysguard-9999.ebuild
@@ -52,8 +52,3 @@ src_test() {
 	)
 	LC_NUMERIC="C" ecm_src_test # bug 695514
 }
-
-pkg_postinst() {
-	ecm_pkg_postinst
-	fcaps_pkg_postinst
-}

diff --git a/kde-plasma/plasma-browser-integration/plasma-browser-integration-9999.ebuild b/kde-plasma/plasma-browser-integration/plasma-browser-integration-9999.ebuild
index 08bacb991b..2ba4fb1c30 100644
--- a/kde-plasma/plasma-browser-integration/plasma-browser-integration-9999.ebuild
+++ b/kde-plasma/plasma-browser-integration/plasma-browser-integration-9999.ebuild
@@ -5,7 +5,7 @@ EAPI=8
 
 KFMIN=9999
 QTMIN=6.7.2
-inherit ecm plasma.kde.org
+inherit ecm plasma.kde.org xdg
 
 DESCRIPTION="Integrate Chrome/Firefox better into Plasma through browser extensions"
 HOMEPAGE+=" https://community.kde.org/Plasma/Browser_Integration"

diff --git a/kde-plasma/plasma-desktop/plasma-desktop-9999.ebuild b/kde-plasma/plasma-desktop/plasma-desktop-9999.ebuild
index f1631cb173..03d1894952 100644
--- a/kde-plasma/plasma-desktop/plasma-desktop-9999.ebuild
+++ b/kde-plasma/plasma-desktop/plasma-desktop-9999.ebuild
@@ -7,7 +7,7 @@ ECM_HANDBOOK="forceoptional"
 ECM_TEST="true"
 KFMIN=9999
 QTMIN=6.7.2
-inherit ecm plasma.kde.org optfeature
+inherit ecm plasma.kde.org optfeature xdg
 
 DESCRIPTION="KDE Plasma desktop"
 XORGHDRS="${PN}-override-include-dirs-4"
@@ -178,5 +178,5 @@ pkg_postinst() {
 	if [[ -z "${REPLACING_VERSIONS}" ]]; then
 		optfeature "screen reader support" "app-accessibility/orca"
 	fi
-	ecm_pkg_postinst
+	xdg_pkg_postinst
 }

diff --git a/kde-plasma/plasma-disks/plasma-disks-9999.ebuild b/kde-plasma/plasma-disks/plasma-disks-9999.ebuild
index 984bdd9e07..0ac46ca651 100644
--- a/kde-plasma/plasma-disks/plasma-disks-9999.ebuild
+++ b/kde-plasma/plasma-disks/plasma-disks-9999.ebuild
@@ -6,7 +6,7 @@ EAPI=8
 ECM_HANDBOOK="true"
 KFMIN=9999
 QTMIN=6.7.2
-inherit ecm plasma.kde.org
+inherit ecm plasma.kde.org xdg
 
 DESCRIPTION="Monitors S.M.A.R.T. capable devices for imminent failure"
 HOMEPAGE="https://invent.kde.org/plasma/plasma-disks"

diff --git a/kde-plasma/plasma-firewall/plasma-firewall-9999.ebuild b/kde-plasma/plasma-firewall/plasma-firewall-9999.ebuild
index 4a35e387d2..048dfda93a 100644
--- a/kde-plasma/plasma-firewall/plasma-firewall-9999.ebuild
+++ b/kde-plasma/plasma-firewall/plasma-firewall-9999.ebuild
@@ -7,7 +7,7 @@ ECM_TEST="forceoptional"
 PYTHON_COMPAT=( python3_{10..13} )
 KFMIN=9999
 QTMIN=6.7.2
-inherit ecm plasma.kde.org python-single-r1
+inherit ecm plasma.kde.org python-single-r1 xdg
 
 DESCRIPTION="Plasma frontend for Firewalld or UFW"
 HOMEPAGE="https://invent.kde.org/network/plasma-firewall"
@@ -51,7 +51,7 @@ src_configure() {
 }
 
 pkg_postinst () {
-	ecm_pkg_postinst
+	xdg_pkg_postinst
 
 	if ! has_version sys-apps/systemd; then
 		ewarn "${PN} is not functional without sys-apps/systemd at this point."

diff --git a/kde-plasma/plasma-integration/plasma-integration-9999.ebuild b/kde-plasma/plasma-integration/plasma-integration-9999.ebuild
index 3f312f9da0..8c2ccf8c39 100644
--- a/kde-plasma/plasma-integration/plasma-integration-9999.ebuild
+++ b/kde-plasma/plasma-integration/plasma-integration-9999.ebuild
@@ -7,7 +7,7 @@ KF5MIN=5.115.0
 KFMIN=9999
 QT5MIN=5.15.12
 QTMIN=6.7.2
-inherit ecm plasma.kde.org
+inherit ecm plasma.kde.org xdg
 
 DESCRIPTION="Qt Platform Theme integration plugins for the Plasma workspaces"
 

diff --git a/kde-plasma/plasma-nm/plasma-nm-9999.ebuild b/kde-plasma/plasma-nm/plasma-nm-9999.ebuild
index cafda8b751..e91c7ac978 100644
--- a/kde-plasma/plasma-nm/plasma-nm-9999.ebuild
+++ b/kde-plasma/plasma-nm/plasma-nm-9999.ebuild
@@ -6,7 +6,7 @@ EAPI=8
 ECM_TEST="true"
 KFMIN=9999
 QTMIN=6.7.2
-inherit ecm plasma.kde.org
+inherit ecm plasma.kde.org xdg
 
 DESCRIPTION="KDE Plasma applet for NetworkManager"
 
@@ -66,7 +66,7 @@ src_configure() {
 }
 
 pkg_postinst() {
-	ecm_pkg_postinst
+	xdg_pkg_postinst
 
 	if ! has_version "kde-frameworks/kcmutils:6"; then
 		elog "${PN} is not terribly useful without kde-frameworks/kcmutils:6."

diff --git a/kde-plasma/plasma-pa/plasma-pa-9999.ebuild b/kde-plasma/plasma-pa/plasma-pa-9999.ebuild
index 1dfd220e61..2849b5bf4a 100644
--- a/kde-plasma/plasma-pa/plasma-pa-9999.ebuild
+++ b/kde-plasma/plasma-pa/plasma-pa-9999.ebuild
@@ -7,7 +7,7 @@ ECM_HANDBOOK="optional"
 ECM_TEST="forceoptional"
 KFMIN=9999
 QTMIN=6.7.2
-inherit ecm plasma.kde.org
+inherit ecm plasma.kde.org xdg
 
 DESCRIPTION="Plasma applet for audio volume management using PulseAudio"
 

diff --git a/kde-plasma/plasma-sdk/plasma-sdk-9999.ebuild b/kde-plasma/plasma-sdk/plasma-sdk-9999.ebuild
index 825b231bbe..f278e27a47 100644
--- a/kde-plasma/plasma-sdk/plasma-sdk-9999.ebuild
+++ b/kde-plasma/plasma-sdk/plasma-sdk-9999.ebuild
@@ -7,7 +7,7 @@ ECM_HANDBOOK="forceoptional"
 ECM_TEST="true"
 KFMIN=9999
 QTMIN=6.7.2
-inherit ecm plasma.kde.org
+inherit ecm plasma.kde.org xdg
 
 DESCRIPTION="Useful applications for Plasma development"
 

diff --git a/kde-plasma/plasma-systemmonitor/plasma-systemmonitor-9999.ebuild b/kde-plasma/plasma-systemmonitor/plasma-systemmonitor-9999.ebuild
index eb00709c5e..be2884987f 100644
--- a/kde-plasma/plasma-systemmonitor/plasma-systemmonitor-9999.ebuild
+++ b/kde-plasma/plasma-systemmonitor/plasma-systemmonitor-9999.ebuild
@@ -5,7 +5,7 @@ EAPI=8
 
 KFMIN=9999
 QTMIN=6.7.2
-inherit ecm plasma.kde.org
+inherit ecm plasma.kde.org xdg
 
 DESCRIPTION="Monitor system sensors, process information and other system resources"
 HOMEPAGE="https://apps.kde.org/plasma-systemmonitor/"

diff --git a/kde-plasma/plasma-thunderbolt/plasma-thunderbolt-9999.ebuild b/kde-plasma/plasma-thunderbolt/plasma-thunderbolt-9999.ebuild
index 0e81bea42c..e87105cb08 100644
--- a/kde-plasma/plasma-thunderbolt/plasma-thunderbolt-9999.ebuild
+++ b/kde-plasma/plasma-thunderbolt/plasma-thunderbolt-9999.ebuild
@@ -6,7 +6,7 @@ EAPI=8
 ECM_TEST="true"
 KFMIN=9999
 QTMIN=6.7.2
-inherit ecm plasma.kde.org
+inherit ecm plasma.kde.org xdg
 
 DESCRIPTION="Plasma integration for controlling Thunderbolt devices"
 HOMEPAGE="https://invent.kde.org/plasma/plasma-thunderbolt"

diff --git a/kde-plasma/plasma-vault/plasma-vault-9999.ebuild b/kde-plasma/plasma-vault/plasma-vault-9999.ebuild
index 92bfc57462..3b3ab7be62 100644
--- a/kde-plasma/plasma-vault/plasma-vault-9999.ebuild
+++ b/kde-plasma/plasma-vault/plasma-vault-9999.ebuild
@@ -5,7 +5,7 @@ EAPI=8
 
 KFMIN=9999
 QTMIN=6.7.2
-inherit ecm flag-o-matic plasma.kde.org
+inherit ecm flag-o-matic plasma.kde.org xdg
 
 DESCRIPTION="Plasma applet and services for creating encrypted vaults"
 HOMEPAGE+=" https://cukic.co/2017/02/03/vaults-encryption-in-plasma/"

diff --git a/kde-plasma/plasma-welcome/plasma-welcome-9999.ebuild b/kde-plasma/plasma-welcome/plasma-welcome-9999.ebuild
index 07253efa60..6e7fc54491 100644
--- a/kde-plasma/plasma-welcome/plasma-welcome-9999.ebuild
+++ b/kde-plasma/plasma-welcome/plasma-welcome-9999.ebuild
@@ -5,7 +5,7 @@ EAPI=8
 
 KFMIN=9999
 QTMIN=6.7.2
-inherit ecm plasma.kde.org
+inherit ecm plasma.kde.org xdg
 
 DESCRIPTION="Friendly onboarding wizard for Plasma"
 

diff --git a/kde-plasma/plasma-workspace/plasma-workspace-9999.ebuild b/kde-plasma/plasma-workspace/plasma-workspace-9999.ebuild
index 59e3bb584d..954c559219 100644
--- a/kde-plasma/plasma-workspace/plasma-workspace-9999.ebuild
+++ b/kde-plasma/plasma-workspace/plasma-workspace-9999.ebuild
@@ -7,7 +7,7 @@ ECM_HANDBOOK="optional"
 ECM_TEST="forceoptional"
 KFMIN=9999
 QTMIN=6.7.2
-inherit ecm plasma.kde.org
+inherit ecm plasma.kde.org xdg
 
 DESCRIPTION="KDE Plasma workspace"
 
@@ -217,7 +217,7 @@ src_install() {
 }
 
 pkg_postinst () {
-	ecm_pkg_postinst
+	xdg_pkg_postinst
 
 	elog "To enable gpg-agent and/or ssh-agent in Plasma sessions,"
 	elog "edit ${EPREFIX}/etc/xdg/plasma-workspace/env/10-agent-startup.sh"

diff --git a/kde-plasma/plymouth-kcm/plymouth-kcm-9999.ebuild b/kde-plasma/plymouth-kcm/plymouth-kcm-9999.ebuild
index 46086ffa88..de3084f817 100644
--- a/kde-plasma/plymouth-kcm/plymouth-kcm-9999.ebuild
+++ b/kde-plasma/plymouth-kcm/plymouth-kcm-9999.ebuild
@@ -5,7 +5,7 @@ EAPI=8
 
 KFMIN=9999
 QTMIN=6.7.2
-inherit ecm plasma.kde.org
+inherit ecm plasma.kde.org xdg
 
 DESCRIPTION="KDE Plasma control module for Plymouth"
 HOMEPAGE="https://invent.kde.org/plasma/plymouth-kcm"

diff --git a/kde-plasma/polkit-kde-agent/polkit-kde-agent-9999.ebuild b/kde-plasma/polkit-kde-agent/polkit-kde-agent-9999.ebuild
index 13b902ef7d..ae09e29901 100644
--- a/kde-plasma/polkit-kde-agent/polkit-kde-agent-9999.ebuild
+++ b/kde-plasma/polkit-kde-agent/polkit-kde-agent-9999.ebuild
@@ -6,7 +6,7 @@ EAPI=8
 KDE_ORG_NAME="${PN}-1"
 KFMIN=9999
 QTMIN=6.7.2
-inherit ecm plasma.kde.org
+inherit ecm plasma.kde.org xdg
 
 DESCRIPTION="PolKit agent module for KDE Plasma"
 HOMEPAGE="https://kde.org/"

diff --git a/kde-plasma/powerdevil/powerdevil-9999.ebuild b/kde-plasma/powerdevil/powerdevil-9999.ebuild
index d2fccec687..63fbea11c1 100644
--- a/kde-plasma/powerdevil/powerdevil-9999.ebuild
+++ b/kde-plasma/powerdevil/powerdevil-9999.ebuild
@@ -7,7 +7,7 @@ ECM_HANDBOOK="forceoptional"
 ECM_TEST="forceoptional"
 KFMIN=9999
 QTMIN=6.7.2
-inherit ecm fcaps plasma.kde.org
+inherit ecm fcaps plasma.kde.org xdg
 
 DESCRIPTION="Power management for KDE Plasma Shell"
 HOMEPAGE="https://invent.kde.org/plasma/powerdevil"
@@ -87,6 +87,6 @@ src_test() {
 }
 
 pkg_postinst() {
-	ecm_pkg_postinst
+	xdg_pkg_postinst
 	fcaps_pkg_postinst
 }

diff --git a/kde-plasma/print-manager/print-manager-9999.ebuild b/kde-plasma/print-manager/print-manager-9999.ebuild
index eb7de1f7b8..1974fc882f 100644
--- a/kde-plasma/print-manager/print-manager-9999.ebuild
+++ b/kde-plasma/print-manager/print-manager-9999.ebuild
@@ -5,7 +5,7 @@ EAPI=8
 
 KFMIN=9999
 QTMIN=6.7.2
-inherit ecm plasma.kde.org
+inherit ecm plasma.kde.org xdg
 
 DESCRIPTION="Manage CUPS print jobs and printers in Plasma"
 
@@ -50,7 +50,7 @@ src_configure() {
 }
 
 pkg_postinst() {
-	ecm_pkg_postinst
+	xdg_pkg_postinst
 
 	if [[ -z "${REPLACING_VERSIONS}" ]] && ! use gtk ; then
 		ewarn "By switching off \"gtk\" USE flag, you have chosen to do without"

diff --git a/kde-plasma/sddm-kcm/sddm-kcm-9999.ebuild b/kde-plasma/sddm-kcm/sddm-kcm-9999.ebuild
index 28eaa9613d..1d9e8b545b 100644
--- a/kde-plasma/sddm-kcm/sddm-kcm-9999.ebuild
+++ b/kde-plasma/sddm-kcm/sddm-kcm-9999.ebuild
@@ -5,7 +5,7 @@ EAPI=8
 
 KFMIN=9999
 QTMIN=6.7.2
-inherit ecm plasma.kde.org
+inherit ecm plasma.kde.org xdg
 
 DESCRIPTION="KDE Plasma control module for SDDM"
 HOMEPAGE="https://invent.kde.org/plasma/sddm-kcm"

diff --git a/kde-plasma/systemsettings/systemsettings-9999.ebuild b/kde-plasma/systemsettings/systemsettings-9999.ebuild
index ab222596b0..3f408c11d7 100644
--- a/kde-plasma/systemsettings/systemsettings-9999.ebuild
+++ b/kde-plasma/systemsettings/systemsettings-9999.ebuild
@@ -6,7 +6,7 @@ EAPI=8
 ECM_HANDBOOK="optional"
 KFMIN=9999
 QTMIN=6.7.2
-inherit ecm plasma.kde.org optfeature
+inherit ecm plasma.kde.org optfeature xdg
 
 DESCRIPTION="Control Center to configure KDE Plasma desktop"
 
@@ -47,5 +47,5 @@ pkg_postinst() {
 	if [[ -z "${REPLACING_VERSIONS}" ]]; then
 		optfeature "Configure looks for GTK+" kde-plasma/kde-gtk-config
 	fi
-	ecm_pkg_postinst
+	xdg_pkg_postinst
 }

diff --git a/kde-plasma/wacomtablet/wacomtablet-9999.ebuild b/kde-plasma/wacomtablet/wacomtablet-9999.ebuild
index e1a5d7b4cf..edd8381600 100644
--- a/kde-plasma/wacomtablet/wacomtablet-9999.ebuild
+++ b/kde-plasma/wacomtablet/wacomtablet-9999.ebuild
@@ -6,7 +6,7 @@ EAPI=8
 ECM_HANDBOOK="forceoptional"
 KFMIN=9999
 QTMIN=6.7.2
-inherit ecm plasma.kde.org
+inherit ecm plasma.kde.org xdg
 
 DESCRIPTION="Wacom system settings module that supports different button/pen layout profiles"
 HOMEPAGE="https://userbase.kde.org/Wacomtablet"

diff --git a/kde-plasma/xdg-desktop-portal-kde/xdg-desktop-portal-kde-9999.ebuild b/kde-plasma/xdg-desktop-portal-kde/xdg-desktop-portal-kde-9999.ebuild
index 83f648ed34..2bbe512876 100644
--- a/kde-plasma/xdg-desktop-portal-kde/xdg-desktop-portal-kde-9999.ebuild
+++ b/kde-plasma/xdg-desktop-portal-kde/xdg-desktop-portal-kde-9999.ebuild
@@ -6,7 +6,7 @@ EAPI=8
 ECM_TEST="forceoptional"
 KFMIN=9999
 QTMIN=6.7.2
-inherit ecm plasma.kde.org
+inherit ecm plasma.kde.org xdg
 
 DESCRIPTION="Backend implementation for xdg-desktop-portal that is using Qt/KDE Frameworks"
 


                 reply	other threads:[~2024-12-14 21:37 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1734211955.73cb459d3ebe1864b887d80e045106479116e548.asturm@gentoo \
    --to=asturm@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox