gnome: fix gnome-{apps,games-collection} deps
some of the version restrictions didn't match the packages resulting in a broken transaction
This commit is contained in:
parent
9736602842
commit
335f10c738
1 changed files with 4 additions and 4 deletions
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'gnome'
|
||||
pkgname=gnome
|
||||
version=43.0
|
||||
revision=1
|
||||
revision=2
|
||||
build_style=meta
|
||||
short_desc="GNOME meta-package for Void Linux"
|
||||
maintainer="Michal Vasilek <michal@vasilek.cz>"
|
||||
|
@ -59,17 +59,17 @@ _apps_depends="
|
|||
gnome-font-viewer>=${version}
|
||||
gnome-maps>=${version}
|
||||
gnome-music>=42
|
||||
gnome-nettool>=${version}
|
||||
gnome-nettool>=42
|
||||
gnome-photos>=${version}
|
||||
gnome-screenshot>=41.0
|
||||
gnome-sound-recorder>=${version}
|
||||
gnome-sound-recorder>=42
|
||||
gnome-system-monitor>=42
|
||||
gnome-console>=${version}
|
||||
gnome-text-editor>=${version}
|
||||
gnote>=${version}
|
||||
polari>=3.38.0
|
||||
rygel>=0.40.2
|
||||
simple-scan>=${version}
|
||||
simple-scan>=42
|
||||
totem>=3.38.2
|
||||
vino>=3.22.0"
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue