| Version | EAPI | Keywords | Slot |
|---|---|---|---|
| 48.0 | 8 | amd64 | 2.0 |
# Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DESCRIPTION="Meta package for GNOME, merge this package to install"
HOMEPAGE="https://www.gnome.org/"
S="${WORKDIR}"
LICENSE="metapackage"
SLOT="2.0" # Cannot be installed at the same time as gnome-2
KEYWORDS="amd64"
IUSE="accessibility +bluetooth +classic cups +extras"
# TODO: check accessibility completeness
DEPEND=""
RDEPEND="
>=gnome-base/gnome-core-libs-${PV}[cups?]
>=gnome-base/gnome-core-apps-${PV}[cups?,bluetooth?]
>=gnome-base/gdm-${PV}
>=x11-wm/mutter-${PV}
>=gnome-base/gnome-shell-${PV}
media-fonts/adwaita-fonts
>=x11-themes/gnome-backgrounds-${PV}
x11-themes/sound-theme-freedesktop
accessibility? (
>=app-accessibility/at-spi2-core-2.56
>=app-accessibility/orca-47.3
>=gnome-extra/mousetweaks-3.32.0
)
classic? ( >=gnome-extra/gnome-shell-extensions-${PV} )
extras? ( >=gnome-base/gnome-extra-apps-${PV} )
"
PDEPEND=">=gnome-base/gvfs-1.56.1[udisks]"
BDEPEND=""
pkg_postinst() {
# Remind 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."
}
>=gnome-base/gnome-core-libs-48.0[cups?] >=gnome-base/gnome-core-apps-48.0[cups?,bluetooth?] >=gnome-base/gdm-48.0 >=x11-wm/mutter-48.0 >=gnome-base/gnome-shell-48.0 media-fonts/adwaita-fonts >=x11-themes/gnome-backgrounds-48.0 x11-themes/sound-theme-freedesktop accessibility? ( >=app-accessibility/at-spi2-core-2.56 >=app-accessibility/orca-47.3 >=gnome-extra/mousetweaks-3.32.0 ) classic? ( >=gnome-extra/gnome-shell-extensions-48.0 ) extras? ( >=gnome-base/gnome-extra-apps-48.0 )