summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2024-08-30 18:44:09 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2024-08-30 20:10:34 +0200
commit69b6598ac1e302eeb20af3cfaa2520eff7a005ac (patch)
tree1161f3a04dba72e92d893c0045d569e2f3de4139 /kde-frameworks/kio-trash-desktop-file/kio-trash-desktop-file-5.116.0.ebuild
parentdev-debug/systemtap: fix bashism comment in 5.1 (diff)
downloadgentoo-69b6598ac1e302eeb20af3cfaa2520eff7a005ac.tar.gz
gentoo-69b6598ac1e302eeb20af3cfaa2520eff7a005ac.tar.bz2
gentoo-69b6598ac1e302eeb20af3cfaa2520eff7a005ac.zip
kde-frameworks/kio-trash-desktop-file: new package, add 5.116.0
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'kde-frameworks/kio-trash-desktop-file/kio-trash-desktop-file-5.116.0.ebuild')
-rw-r--r--kde-frameworks/kio-trash-desktop-file/kio-trash-desktop-file-5.116.0.ebuild26
1 files changed, 26 insertions, 0 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
new file mode 100644
index 000000000000..be6aaef81fd9
--- /dev/null
+++ b/kde-frameworks/kio-trash-desktop-file/kio-trash-desktop-file-5.116.0.ebuild
@@ -0,0 +1,26 @@
+# Copyright 1999-2024 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
+
+DESCRIPTION="KIO Trash KCM service desktop file"
+S="${S}/src/ioslaves/trash"
+
+LICENSE="GPL-2+"
+SLOT="5"
+KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc64 ~riscv ~x86"
+
+RDEPEND="
+ !<kde-frameworks/kio-5.116.0-r2:5
+ !kde-apps/kio-extras:6
+"
+
+ECM_INSTALL_FILES=(
+ kcm_trash.desktop:\${KDE_INSTALL_APPDIR}
+)