From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id B6728158B20 for ; Sun, 02 Feb 2025 22:47:10 +0000 (UTC) Received: from lists.gentoo.org (bobolink.gentoo.org [140.211.166.189]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id 9FCE2343010 for ; Sun, 02 Feb 2025 22:47:10 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id 76C2E110477; Sun, 02 Feb 2025 22:46:54 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by bobolink.gentoo.org (Postfix) with ESMTPS id 6B6A9110477 for ; Sun, 02 Feb 2025 22:46:54 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 1A7853412DE for ; Sun, 02 Feb 2025 22:46:54 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 70C2025D5 for ; Sun, 02 Feb 2025 22:46:51 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1738536389.756d610094a50537cad2f1836c53daebba430c5e.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: kde-frameworks/purpose/ X-VCS-Repository: repo/gentoo X-VCS-Files: kde-frameworks/purpose/purpose-6.10.0.ebuild X-VCS-Directories: kde-frameworks/purpose/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 756d610094a50537cad2f1836c53daebba430c5e X-VCS-Branch: master Date: Sun, 02 Feb 2025 22:46:51 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: a50bf500-de93-401c-af9c-5758e5f127a2 X-Archives-Hash: aaef9240a136d014154f0cd6d2d3b3c2 commit: 756d610094a50537cad2f1836c53daebba430c5e Author: Alfred Wingate protonmail com> AuthorDate: Sun Feb 2 07:33:35 2025 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sun Feb 2 22:46:29 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=756d6100 kde-frameworks/purpose: 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 protonmail.com> Signed-off-by: Andreas Sturmlechner gentoo.org> kde-frameworks/purpose/purpose-6.10.0.ebuild | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/kde-frameworks/purpose/purpose-6.10.0.ebuild b/kde-frameworks/purpose/purpose-6.10.0.ebuild index 33ae136e9232..5ceed0dae492 100644 --- a/kde-frameworks/purpose/purpose-6.10.0.ebuild +++ b/kde-frameworks/purpose/purpose-6.10.0.ebuild @@ -6,7 +6,7 @@ EAPI=8 ECM_QTHELP="false" ECM_TEST="forceoptional" QTMIN=6.7.2 -inherit ecm frameworks.kde.org optfeature xdg-utils +inherit ecm frameworks.kde.org optfeature xdg DESCRIPTION="Library for providing abstractions to get the developer's purposes fulfilled" @@ -70,10 +70,5 @@ pkg_postinst() { if [[ -z "${REPLACING_VERSIONS}" ]]; then optfeature "Send through KDE Connect" kde-misc/kdeconnect fi - ecm_pkg_postinst - xdg_icon_cache_update -} - -pkg_postrm() { - xdg_icon_cache_update + xdg_pkg_postinst }