blob: 416cadd13c8accdb75e0759894c395b67bc89b69 (
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
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
|
# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
DESCRIPTION="Meta package for coreapps"
HOMEPAGE="https://gitlab.com/cubocore/coreapps"
SRC_URI=""
LICENSE="metapackage"
SLOT="0"
KEYWORDS="~amd64"
IUSE="
location
pulseaudio
udisks
"
RDEPEND="
~gui-apps/coreaction-${PV}
~gui-apps/coreapps-meta-${PV}
~gui-apps/corearchiver-${PV}
~gui-apps/corefm-${PV}
~gui-apps/coregarage-${PV}
~gui-apps/corehunt-${PV}
~gui-apps/coreimage-${PV}
~gui-apps/coreinfo-${PV}
~gui-apps/corekeyboard-${PV}
~gui-apps/corepad-${PV}
~gui-apps/corepaint-${PV}
~gui-apps/corepdf-${PV}
~gui-apps/corepins-${PV}
~gui-apps/corerenamer-${PV}
~gui-apps/coreshot-${PV}
~gui-apps/corestats-${PV}
~gui-apps/corestuff-${PV}
~gui-apps/coreterminal-${PV}
~gui-apps/coretime-${PV}
~gui-apps/coretoppings-${PV}[location?,pulseaudio?]
~gui-apps/coreuniverse-${PV}
~gui-libs/libcprime-${PV}
~gui-libs/libcsys-${PV}[udisks?]
"
|