mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
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'
|
# Template file for 'gnome'
|
||||||
pkgname=gnome
|
pkgname=gnome
|
||||||
version=43.0
|
version=43.0
|
||||||
revision=1
|
revision=2
|
||||||
build_style=meta
|
build_style=meta
|
||||||
short_desc="GNOME meta-package for Void Linux"
|
short_desc="GNOME meta-package for Void Linux"
|
||||||
maintainer="Michal Vasilek <michal@vasilek.cz>"
|
maintainer="Michal Vasilek <michal@vasilek.cz>"
|
||||||
|
@ -59,17 +59,17 @@ _apps_depends="
|
||||||
gnome-font-viewer>=${version}
|
gnome-font-viewer>=${version}
|
||||||
gnome-maps>=${version}
|
gnome-maps>=${version}
|
||||||
gnome-music>=42
|
gnome-music>=42
|
||||||
gnome-nettool>=${version}
|
gnome-nettool>=42
|
||||||
gnome-photos>=${version}
|
gnome-photos>=${version}
|
||||||
gnome-screenshot>=41.0
|
gnome-screenshot>=41.0
|
||||||
gnome-sound-recorder>=${version}
|
gnome-sound-recorder>=42
|
||||||
gnome-system-monitor>=42
|
gnome-system-monitor>=42
|
||||||
gnome-console>=${version}
|
gnome-console>=${version}
|
||||||
gnome-text-editor>=${version}
|
gnome-text-editor>=${version}
|
||||||
gnote>=${version}
|
gnote>=${version}
|
||||||
polari>=3.38.0
|
polari>=3.38.0
|
||||||
rygel>=0.40.2
|
rygel>=0.40.2
|
||||||
simple-scan>=${version}
|
simple-scan>=42
|
||||||
totem>=3.38.2
|
totem>=3.38.2
|
||||||
vino>=3.22.0"
|
vino>=3.22.0"
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue