summaryrefslogtreecommitdiff
path: root/kde-frameworks/kcoreaddons
diff options
context:
space:
mode:
authorAlfred Wingate <parona@protonmail.com>2025-02-02 09:33:35 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2025-02-02 21:45:08 +0100
commit0cacee1583b5ce3242382647669078899d6c1370 (patch)
tree8cb03bbea23d5451d18554437fbd70eb597857e0 /kde-frameworks/kcoreaddons
parentac0b6a3a48b156f53a7df38f448c17d4dedc2994 (diff)
downloadkde-0cacee1583b5ce3242382647669078899d6c1370.tar.gz
kde-0cacee1583b5ce3242382647669078899d6c1370.tar.bz2
kde-0cacee1583b5ce3242382647669078899d6c1370.zip
kde-frameworks/*: 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. Amends a0ef7f4ec0401eed8dd31ec1b4ce6a153c91a7eb Signed-off-by: Alfred Wingate <parona@protonmail.com> Closes: https://github.com/gentoo/kde/pull/1027 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'kde-frameworks/kcoreaddons')
-rw-r--r--kde-frameworks/kcoreaddons/kcoreaddons-9999.ebuild14
1 files changed, 2 insertions, 12 deletions
diff --git a/kde-frameworks/kcoreaddons/kcoreaddons-9999.ebuild b/kde-frameworks/kcoreaddons/kcoreaddons-9999.ebuild
index b4775c5bf19..f6b69d886db 100644
--- a/kde-frameworks/kcoreaddons/kcoreaddons-9999.ebuild
+++ b/kde-frameworks/kcoreaddons/kcoreaddons-9999.ebuild
@@ -1,11 +1,11 @@
-# Copyright 1999-2024 Gentoo Authors
+# Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
ECM_PYTHON_BINDINGS="off"
QTMIN=6.7.2
-inherit ecm frameworks.kde.org xdg-utils
+inherit ecm frameworks.kde.org xdg
DESCRIPTION="Framework for solving common problems such as caching, randomisation, and more"
@@ -48,13 +48,3 @@ src_test() {
# bug 619656
ecm_src_test -j1
}
-
-pkg_postinst() {
- ecm_pkg_postinst
- xdg_mimeinfo_database_update
-}
-
-pkg_postrm() {
- ecm_pkg_postrm
- xdg_mimeinfo_database_update
-}