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) server-digest SHA256) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 66D2C158B20 for ; Mon, 03 Feb 2025 00:11:29 +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) server-digest SHA256) (No client certificate requested) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id 4E1B4342FA1 for ; Mon, 03 Feb 2025 00:11:29 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id 3ACCC1103B6; Mon, 03 Feb 2025 00:11:28 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by bobolink.gentoo.org (Postfix) with ESMTPS id 2C97C1103B6 for ; Mon, 03 Feb 2025 00:11:28 +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) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id CF7813417BD for ; Mon, 03 Feb 2025 00:11:27 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3643B1845 for ; Mon, 03 Feb 2025 00:11:26 +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: <1738541475.5e0af7fd022c8c0a18daed5832ceacd75f3f7693.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: kde-frameworks/kio-trash-desktop-file/ X-VCS-Repository: repo/gentoo X-VCS-Files: kde-frameworks/kio-trash-desktop-file/kio-trash-desktop-file-5.116.0.ebuild X-VCS-Directories: kde-frameworks/kio-trash-desktop-file/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 5e0af7fd022c8c0a18daed5832ceacd75f3f7693 X-VCS-Branch: master Date: Mon, 03 Feb 2025 00:11:26 +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: 391b847d-90b0-419e-b6cd-ca36a619ce2e X-Archives-Hash: a5b15c1f3227d95160ad66735347d893 commit: 5e0af7fd022c8c0a18daed5832ceacd75f3f7693 Author: Andreas Sturmlechner gentoo org> AuthorDate: Sun Feb 2 23:15:42 2025 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Mon Feb 3 00:11:15 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5e0af7fd kde-frameworks/kio-trash-desktop-file: Drop ecm-common.eclass This is much easier for installing an unmodified file, and allows us to cleanup KF5 support from ecm-common.eclass while this package will likely stay for quite a while longer. Signed-off-by: Andreas Sturmlechner gentoo.org> .../kio-trash-desktop-file-5.116.0.ebuild | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/kde-frameworks/kio-trash-desktop-file/kio-trash-desktop-file-5.116.0.ebuild b/kde-frameworks/kio-trash-desktop-file/kio-trash-desktop-file-5.116.0.ebuild index 61acc0f4e1d9..647b7bf214d6 100644 --- a/kde-frameworks/kio-trash-desktop-file/kio-trash-desktop-file-5.116.0.ebuild +++ b/kde-frameworks/kio-trash-desktop-file/kio-trash-desktop-file-5.116.0.ebuild @@ -1,13 +1,10 @@ -# Copyright 1999-2024 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 -ECM_I18N="false" -ECM_HANDBOOK="false" KDE_ORG_NAME="${PN/-trash-desktop-file/}" -KFMIN=5.115.0 -inherit ecm-common frameworks.kde.org +inherit desktop frameworks.kde.org DESCRIPTION="KIO Trash KCM service desktop file" S="${S}/src/ioslaves/trash" @@ -21,6 +18,9 @@ RDEPEND=" !kde-apps/kio-extras:6 " -ECM_INSTALL_FILES=( - kcm_trash.desktop:\${KDE_INSTALL_APPDIR} -) +src_configure() { :; } +src_compile() { :; } + +src_install() { + domenu kcm_trash.desktop +}