mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-16 12:03:50 +02:00
gnome-shell: relax mutter run-time dependency (noticed by xdave).
This commit is contained in:
parent
e04ce262a5
commit
0c1940fcd8
1 changed files with 2 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'gnome-shell'
|
# Template file for 'gnome-shell'
|
||||||
pkgname=gnome-shell
|
pkgname=gnome-shell
|
||||||
version=3.10.2.1
|
version=3.10.2.1
|
||||||
revision=1
|
revision=2
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--disable-schemas-compile"
|
configure_args="--disable-schemas-compile"
|
||||||
hostmakedepends="pkg-config intltool gnome-doc-utils gobject-introspection"
|
hostmakedepends="pkg-config intltool gnome-doc-utils gobject-introspection"
|
||||||
|
@ -26,7 +26,7 @@ post_install() {
|
||||||
|
|
||||||
gnome-shell_package() {
|
gnome-shell_package() {
|
||||||
depends="caribou>=0.4.12 pulseaudio glxinfo desktop-file-utils
|
depends="caribou>=0.4.12 pulseaudio glxinfo desktop-file-utils
|
||||||
gir-freedesktop gnome-control-center>=3.10 mutter>=${version}"
|
gir-freedesktop gnome-control-center>=3.10 mutter>=3.10.2"
|
||||||
pkg_install() {
|
pkg_install() {
|
||||||
vmove all
|
vmove all
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue