diff options
author | Maciej Barć <xgqt@riseup.net> | 2021-04-03 21:51:58 +0200 |
---|---|---|
committer | Maciej Barć <xgqt@riseup.net> | 2021-04-03 21:51:58 +0200 |
commit | 3c53fba564eca8be3895675f6fc0357992b28527 (patch) | |
tree | 937e60b90119b0f1b3c7bd73a84407a1aa62ae83 /gui-apps/coreapps-meta | |
parent | gui-apps/core*: use cmake for live versions (diff) | |
download | guru-3c53fba564eca8be3895675f6fc0357992b28527.tar.gz guru-3c53fba564eca8be3895675f6fc0357992b28527.tar.bz2 guru-3c53fba564eca8be3895675f6fc0357992b28527.zip |
gui-apps/coreapps-meta: add live
Package-Manager: Portage-3.0.17, Repoman-3.0.2
Signed-off-by: Maciej Barć <xgqt@riseup.net>
Diffstat (limited to 'gui-apps/coreapps-meta')
-rw-r--r-- | gui-apps/coreapps-meta/coreapps-meta-9999.ebuild | 43 |
1 files changed, 43 insertions, 0 deletions
diff --git a/gui-apps/coreapps-meta/coreapps-meta-9999.ebuild b/gui-apps/coreapps-meta/coreapps-meta-9999.ebuild new file mode 100644 index 000000000..1e72d1b03 --- /dev/null +++ b/gui-apps/coreapps-meta/coreapps-meta-9999.ebuild @@ -0,0 +1,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" +PROPERTIES="live" +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?] +" |