You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/gnome-base/gnome/gnome-3.28.2.ebuild

52 lines
1.4 KiB

# Copyright 1999-2019 Gentoo Authors
# 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 cups +extras"
S=${WORKDIR}
# TODO: check accessibility completeness
RDEPEND="
>=gnome-base/gnome-core-libs-${PV}[cups?]
>=gnome-base/gnome-core-apps-${PV}[cups?,bluetooth?]
>=gnome-base/gdm-3.28.1
>=x11-wm/mutter-${PV}
>=gnome-base/gnome-shell-${PV}[bluetooth?]
>=media-fonts/cantarell-0.100
>=x11-themes/gnome-backgrounds-3.28.0
x11-themes/sound-theme-freedesktop
accessibility? (
>=app-accessibility/at-spi2-atk-2.26.2
>=app-accessibility/at-spi2-core-2.28.0
>=app-accessibility/orca-3.28.1
>=gnome-extra/mousetweaks-3.12.0 )
classic? ( >=gnome-extra/gnome-shell-extensions-3.28.1 )
extras? ( >=gnome-base/gnome-extra-apps-${PV} )
"
DEPEND=""
PDEPEND=">=gnome-base/gvfs-1.36.2[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."
}