blob: c27d2ed84a7ab4a9b091501ef497bc5802072cf7 (
plain) (
blame)
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
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
|
# Copyright 2016 Adélie Linux Team
# Distributed under the terms of the NCSA License
EAPI=6
DESCRIPTION="Desktop utilities from the KDE Software Collection"
HOMEPAGE="https://www.kde.org/applications/utilities/"
SRC_URI="mirror://foxkit/meta/${P}.tar.xz"
LICENSE=""
SLOT="0"
KEYWORDS="arm ppc ppc64 x86 x86_64"
IUSE="experimental kde4"
DEPEND="
>=kde-apps/ark-${PV}
>=kde-apps/kate-${PV}
>=kde-apps/kcalc-${PV}
>=kde-apps/kcharselect-${PV}
x11-misc/kronometer:5
>=kde-apps/ktimer-${PV}
>=kde-apps/kwrite-${PV}
>=kde-apps/okteta-${PV}
kde-misc/rsibreak:5
x11-misc/xdg-utils
experimental? ( kde-apps/kfloppy:5 )
kde4? (
kde-apps/kalarm
kde-apps/kfilereplace
kde-apps/kfind
kde-apps/kgpg
kde-apps/kjots
kde-apps/kleopatra
kde-apps/kmag
kde-apps/kmousetool
kde-apps/kmouth
kde-apps/knotes
kde-misc/krecipes
kde-apps/kremotecontrol
kde-misc/krusader
kde-apps/ktimetracker
kde-apps/sweeper
)
"
RDEPEND="${DEPEND}"
src_install() {
dodir /usr/share/applications
insinto /usr/share/applications
doins org.adelie-linux.about-utilities.desktop
}
|