commit:     feab2fa4b483e7950ad01e8c26a3ccaebf7fe3c6
Author:     Alfred Wingate <parona <AT> protonmail <DOT> com>
AuthorDate: Sun Feb  2 07:33:35 2025 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sun Feb  2 22:46:29 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=feab2fa4

kde-frameworks/kio: switch to xdg.eclass

... as ecm no longer provides it.

In Frameworks packages, KFMIN is derived from PV, which means for >=6.9.0,
pkg_postinst and pkg_postrm phase functions are no longer exported.

Signed-off-by: Alfred Wingate <parona <AT> protonmail.com>
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 kde-frameworks/kio/kio-6.10.0.ebuild | 12 +-----------
 1 file changed, 1 insertion(+), 11 deletions(-)

diff --git a/kde-frameworks/kio/kio-6.10.0.ebuild 
b/kde-frameworks/kio/kio-6.10.0.ebuild
index 4369537a4b57..5ad44ec21ee6 100644
--- a/kde-frameworks/kio/kio-6.10.0.ebuild
+++ b/kde-frameworks/kio/kio-6.10.0.ebuild
@@ -8,7 +8,7 @@ ECM_HANDBOOK="optional"
 ECM_HANDBOOK_DIR="docs"
 ECM_TEST="forceoptional"
 QTMIN=6.7.2
-inherit ecm frameworks.kde.org xdg-utils
+inherit ecm frameworks.kde.org xdg
 
 DESCRIPTION="Framework providing transparent file and data management"
 
@@ -83,13 +83,3 @@ src_configure() {
 
        ecm_src_configure
 }
-
-pkg_postinst() {
-       ecm_pkg_postinst
-       xdg_desktop_database_update
-}
-
-pkg_postrm() {
-       ecm_pkg_postrm
-       xdg_desktop_database_update
-}

Reply via email to