gnome-base/gnome-extra-apps: fix pkgcheck warnings

Signed-off-by: Cristian Othón Martínez Vera <cfuga@cfuga.mx>
Part-of: https://github.com/gentoo/gentoo/pull/35643
Closes: https://github.com/gentoo/gentoo/pull/35643
Signed-off-by: Pacho Ramos <pacho@gentoo.org>
This commit is contained in:
Cristian Othón Martínez Vera
2025-06-18 13:24:35 -06:00
committed by Pacho Ramos
parent 1d62f8cb5c
commit 0e080b51a1

View File

@@ -5,16 +5,19 @@ EAPI=8
DESCRIPTION="Sub-meta package for the applications of GNOME"
HOMEPAGE="https://www.gnome.org/"
S=${WORKDIR}
LICENSE="metapackage"
SLOT="3.0"
IUSE="+games share +shotwell +tracker"
KEYWORDS="~amd64 ~arm64 ~loong ~ppc64 ~riscv ~x86"
IUSE="+games share +shotwell +tracker"
# Note to developers:
# This is a wrapper for the extra apps integrated with GNOME
# Keep pkg order within a USE flag as upstream releng versions file
# TODO: Should we keep these here: gnome-dictionary, gucharmap, sound-juicer, file-roller, gnome-photos; replace gucharmap with gnome-characters?
# TODO: Should we keep these here: gnome-dictionary, gucharmap, sound-juicer,
# file-roller, gnome-photos; replace gucharmap with gnome-characters?
# TODO: Add gnome-remote-desktop as replacement for vino that was removed from meta in 3.36?
# TODO: Replace cheese with Snapshot once we have it packaged
# TODO: Update epiphany min dep
@@ -67,6 +70,3 @@ RDEPEND="
>=media-sound/gnome-music-45.0
)
"
DEPEND=""
BDEPEND=""
S=${WORKDIR}