diff options
author | 2021-04-07 18:12:00 +0200 | |
---|---|---|
committer | 2021-04-07 18:19:16 +0200 | |
commit | d0a8c98881e80d9f3fca083ee2cd8d497bdc3219 (patch) | |
tree | 8532e37e4911c4bf33b185d07959932024b49844 /gui-apps/coreapps-meta | |
parent | gui-libs/libcsys: bump to 4.2.0_alpha; update live (diff) | |
download | guru-d0a8c98881e80d9f3fca083ee2cd8d497bdc3219.tar.gz guru-d0a8c98881e80d9f3fca083ee2cd8d497bdc3219.tar.bz2 guru-d0a8c98881e80d9f3fca083ee2cd8d497bdc3219.zip |
gui-apps/core*: bump to 4.2.0_alpha; update live
Signed-off-by: Maciej Barć <xgqt@riseup.net>
Diffstat (limited to 'gui-apps/coreapps-meta')
-rw-r--r-- | gui-apps/coreapps-meta/coreapps-meta-4.2.0_alpha.ebuild | 43 |
1 files changed, 43 insertions, 0 deletions
diff --git a/gui-apps/coreapps-meta/coreapps-meta-4.2.0_alpha.ebuild b/gui-apps/coreapps-meta/coreapps-meta-4.2.0_alpha.ebuild new file mode 100644 index 000000000..416cadd13 --- /dev/null +++ b/gui-apps/coreapps-meta/coreapps-meta-4.2.0_alpha.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" +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?] +" |