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'
|
||||
pkgname=gnome-shell
|
||||
version=3.10.2.1
|
||||
revision=1
|
||||
revision=2
|
||||
build_style=gnu-configure
|
||||
configure_args="--disable-schemas-compile"
|
||||
hostmakedepends="pkg-config intltool gnome-doc-utils gobject-introspection"
|
||||
|
@ -26,7 +26,7 @@ post_install() {
|
|||
|
||||
gnome-shell_package() {
|
||||
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() {
|
||||
vmove all
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue