summaryrefslogtreecommitdiff
path: root/kde-frameworks/kio-trash-desktop-file/kio-trash-desktop-file-5.116.0.ebuild
blob: 647b7bf214d6da7fa47bf74584160f19c7e6abed (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
# Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8

KDE_ORG_NAME="${PN/-trash-desktop-file/}"
inherit desktop 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
"

src_configure() { :; }
src_compile() { :; }

src_install() {
	domenu kcm_trash.desktop
}