diff options
author | Mart Raudsepp <leio@gentoo.org> | 2018-01-10 08:09:50 +0200 |
---|---|---|
committer | Mart Raudsepp <leio@gentoo.org> | 2018-01-10 08:11:22 +0200 |
commit | f8542966a52a5dda16598192241bac36668e7cc8 (patch) | |
tree | 8e2eb4c33c04bffc080e3f7298b6665bb236cea7 /gnome-base/gnome | |
parent | gnome-base/gnome-light: bump to 3.24.2 (diff) | |
download | gentoo-f8542966a52a5dda16598192241bac36668e7cc8.tar.gz gentoo-f8542966a52a5dda16598192241bac36668e7cc8.tar.bz2 gentoo-f8542966a52a5dda16598192241bac36668e7cc8.zip |
gnome-base/gnome: bump to 3.24.2
Package-Manager: Portage-2.3.19, Repoman-2.3.6
Diffstat (limited to 'gnome-base/gnome')
-rw-r--r-- | gnome-base/gnome/gnome-3.24.2.ebuild | 51 |
1 files changed, 51 insertions, 0 deletions
diff --git a/gnome-base/gnome/gnome-3.24.2.ebuild b/gnome-base/gnome/gnome-3.24.2.ebuild new file mode 100644 index 000000000000..734084c31a64 --- /dev/null +++ b/gnome-base/gnome/gnome-3.24.2.ebuild @@ -0,0 +1,51 @@ +# Copyright 1999-2018 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +DESCRIPTION="Meta package for GNOME 3, merge this package to install" +HOMEPAGE="https://www.gnome.org/" + +LICENSE="metapackage" +SLOT="2.0" # Cannot be installed at the same time as gnome-2 + +# when unmasking for an arch +# double check none of the deps are still masked ! +KEYWORDS="~amd64 ~ppc ~ppc64 ~x86" + +IUSE="accessibility +bluetooth +classic +cdr cups +extras" + +S=${WORKDIR} + +# TODO: check accessibility completeness +RDEPEND=" + >=gnome-base/gnome-core-libs-${PV}[cups?] + >=gnome-base/gnome-core-apps-${PV}[cups?,bluetooth?,cdr?] + + >=gnome-base/gdm-${PV} + + >=x11-wm/mutter-${PV} + >=gnome-base/gnome-shell-${PV}[bluetooth?] + + >=x11-themes/gnome-backgrounds-3.24.0 + x11-themes/sound-theme-freedesktop + + accessibility? ( + >=app-accessibility/at-spi2-atk-2.24.1 + >=app-accessibility/at-spi2-core-2.24.1 + >=app-accessibility/caribou-0.4.21 + >=app-accessibility/orca-3.24.0 + >=gnome-extra/mousetweaks-3.12.0 ) + classic? ( >=gnome-extra/gnome-shell-extensions-${PV} ) + extras? ( >=gnome-base/gnome-extra-apps-${PV} ) +" + +DEPEND="" + +PDEPEND=">=gnome-base/gvfs-1.32.1[udisks]" + +pkg_postinst() { + # Remember people where to find our project information + elog "Please remember to look at https://wiki.gentoo.org/wiki/Project:GNOME" + elog "for information about the project and documentation." +} |