gnome: move GNOME-games-collection from gnome-apps to gnome-game-collection

This is useful for when you do want GNOME's apps, but aren't interested
in its Game-Collection
This commit is contained in:
Rasmus Thomsen 2019-04-04 16:09:28 +02:00 committed by maxice8
parent 32598064af
commit 67a8e11f14
2 changed files with 27 additions and 18 deletions

View File

@ -0,0 +1 @@
gnome

View File

@ -116,13 +116,10 @@ depends="NetworkManager>=1.14.0_1
yelp-xsl>=3.32.0
zenity>=3.32.0"
_apps_depends="aisleriot>=3.22.3
baobab>=3.32.0
_apps_depends="baobab>=3.32.0
dconf-editor>=3.32.0
devhelp>=3.32.0
evolution>=3.32.0
five-or-more>=3.32.0
four-in-a-row>=3.32.0
ghex>=3.18.3
gitg>=3.26.0
gedit>=3.32.0
@ -132,49 +129,60 @@ _apps_depends="aisleriot>=3.22.3
gnome-calculator>=3.32.0
gnome-calendar>=3.32.0
gnome-characters>=3.32.0
gnome-chess>=3.32.0
gnome-clocks>=3.32.0
gnome-dictionary>=3.26.0
gnome-disk-utility>=3.32.0
gnome-documents>=3.32.0
gnome-font-viewer>=3.32.0
gnome-klotski>=3.32.0
gnome-mahjongg>=3.32.0
gnome-maps>=3.32.0
gnome-mines>=3.32.0
gnome-music>=3.32.0
gnome-nettool>=3.8.1
gnome-nibbles>=3.24.0
gnome-photos>=3.32.0
gnome-recipes>=2.0.0
gnome-robots>=3.32.0
gnome-screenshot>=3.32.0
gnome-sound-recorder>=3.32.0
gnome-sudoku>=3.32.0
gnome-system-monitor>=3.32.0
gnome-terminal>=3.32.0
gnome-tetravex>=3.32.0
gnome-tweaks>=3.32.0
gtk-vnc>=0.6.0_2
hitori>=3.22.4
iagno>=3.32.0
libchamplain>=0.12.16
lightsoff>=3.26.0
nautilus-sendto>=3.8.0
nemiver>=0.9.6
polari>=3.32.0
quadrapassel>=3.22.0
rygel>=0.36.0
simple-scan>=3.32.0
sushi>=3.32.0
swell-foop>=3.26.0
tali>=3.22.0
totem>=3.32.0
totem-pl-parser>=3.26.0
vino>=3.22.0"
_games_collection_depends="
aisleriot>=3.22.3
five-or-more>=3.32.0
four-in-a-row>=3.32.0
gnome-2048>=3.32.0
gnome-chess>=3.32.0
gnome-klotski>=3.32.0
gnome-mahjongg>=3.32.0
gnome-mines>=3.32.0
gnome-nibbles>=3.24.0
gnome-robots>=3.32.0
gnome-sudoku>=3.32.0
gnome-tetravex>=3.32.0
hitori>=3.22.4
iagno>=3.32.0
lightsoff>=3.26.0
quadrapassel>=3.32.0
swell-foop>=3.26.0
tali>=3.32.0
"
gnome-apps_package() {
depends="$_apps_depends"
short_desc="GNOME-Apps meta-package for Void Linux"
}
gnome-games-collection_package() {
depends="$_games_collection_depends"
short_desc="GNOME Games Collection meta-package for Void Linux"
}