forked from gentoo/gentoo
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
gnome-base/gnome-extra-apps: bump to 3.32.2
Package-Manager: Portage-2.3.69, Repoman-2.3.12 Signed-off-by: Mart Raudsepp <[email protected]>
- Loading branch information
Showing
1 changed file
with
75 additions
and
0 deletions.
There are no files selected for viewing
75 changes: 75 additions & 0 deletions
75
gnome-base/gnome-extra-apps/gnome-extra-apps-3.32.2.ebuild
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,75 @@ | ||
# Copyright 1999-2019 Gentoo Authors | ||
# Distributed under the terms of the GNU General Public License v2 | ||
|
||
EAPI=7 | ||
|
||
DESCRIPTION="Sub-meta package for the applications of GNOME 3" | ||
HOMEPAGE="https://www.gnome.org/" | ||
LICENSE="metapackage" | ||
SLOT="3.0" | ||
IUSE="+games share +shotwell +tracker" | ||
|
||
KEYWORDS="~amd64" | ||
|
||
# Note to developers: | ||
# This is a wrapper for the extra apps integrated with GNOME 3 | ||
# Keep pkg order within a USE flag as upstream releng versions file | ||
# TODO: Should we keep these here: gnome-dictionary, gucharmap, sound-juicer, vinagre, vino; replace gucharmap with gnome-characters? | ||
# gnome-documents removed for now, as it didn't find a good place upstream and is getting dropped from default sets for distros for 3.30 (and for 3.26 it required newer tracker than we had at the time) | ||
RDEPEND=" | ||
>=gnome-base/gnome-core-libs-${PV} | ||
>=sys-apps/baobab-3.32.0 | ||
>=media-video/cheese-3.32.1 | ||
>=www-client/epiphany-${PV} | ||
>=app-arch/file-roller-3.32.1 | ||
>=gnome-extra/gnome-calculator-3.32.1 | ||
>=gnome-extra/gnome-calendar-3.32.1 | ||
>=gnome-extra/gnome-characters-3.32.1 | ||
>=sys-apps/gnome-disk-utility-3.32.1 | ||
>=media-gfx/gnome-font-viewer-3.32.0 | ||
>=media-gfx/gnome-screenshot-3.32.0 | ||
>=gnome-extra/gnome-system-monitor-3.32.1 | ||
>=gnome-extra/gnome-weather-3.32.2 | ||
>=gnome-extra/gucharmap-12.0.1:2.90 | ||
>=gnome-extra/sushi-3.32.0 | ||
>=media-sound/sound-juicer-3.24.0 | ||
>=net-misc/vino-3.22.0 | ||
>=gnome-base/dconf-editor-3.32.0 | ||
>=app-dicts/gnome-dictionary-3.26.1 | ||
>=mail-client/evolution-${PV} | ||
>=gnome-extra/gnome-tweaks-3.32.0 | ||
>=gnome-extra/nautilus-sendto-3.8.6 | ||
>=net-misc/vinagre-3.22.0 | ||
games? ( | ||
>=games-puzzle/five-or-more-3.32.0 | ||
>=games-board/four-in-a-row-3.32.0 | ||
>=games-board/gnome-chess-3.32.0 | ||
>=games-puzzle/gnome-klotski-3.32.0 | ||
>=games-board/gnome-mahjongg-3.32.0 | ||
>=games-board/gnome-mines-3.32.2 | ||
>=games-arcade/gnome-nibbles-3.32.0 | ||
>=games-arcade/gnome-robots-3.32.0 | ||
>=games-puzzle/gnome-sudoku-3.32.0 | ||
>=games-puzzle/gnome-taquin-3.32.0 | ||
>=games-puzzle/gnome-tetravex-3.32.0 | ||
>=games-puzzle/hitori-3.32.0 | ||
>=games-board/iagno-3.32.0 | ||
>=games-puzzle/lightsoff-3.32.0 | ||
>=games-puzzle/quadrapassel-3.32.0 | ||
>=games-puzzle/swell-foop-3.32.0 | ||
>=games-board/tali-3.32.0 | ||
) | ||
share? ( >=gnome-extra/gnome-user-share-3.32.0.1 ) | ||
shotwell? ( >=media-gfx/shotwell-0.30.7 ) | ||
tracker? ( | ||
>=app-misc/tracker-2.2.2 | ||
>=app-misc/tracker-miners-2.2.2 | ||
>=media-gfx/gnome-photos-3.32.0 | ||
>=media-sound/gnome-music-3.32.2 ) | ||
" | ||
DEPEND="" | ||
BDEPEND="" | ||
S=${WORKDIR} |