commit: 5e0af7fd022c8c0a18daed5832ceacd75f3f7693
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sun Feb 2 23:15:42 2025 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> 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 <asturm <AT> 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
+}