temp/gnome-shell-mobile: update mutter_api_version (MR 4119)
See previous commit for rationale [ci:skip-build] already built successfully in CI
This commit is contained in:
parent
997243f6f7
commit
66625efa43
1 changed files with 3 additions and 1 deletions
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
pkgname=gnome-shell-mobile
|
pkgname=gnome-shell-mobile
|
||||||
pkgver=44_git20230405
|
pkgver=44_git20230405
|
||||||
pkgrel=0
|
pkgrel=1
|
||||||
pkgdesc="GNOME shell"
|
pkgdesc="GNOME shell"
|
||||||
url="https://wiki.gnome.org/Projects/GnomeShell"
|
url="https://wiki.gnome.org/Projects/GnomeShell"
|
||||||
arch="all !armhf !s390x !riscv64" # gjs / riscv64: mutter-mobile
|
arch="all !armhf !s390x !riscv64" # gjs / riscv64: mutter-mobile
|
||||||
|
@ -80,6 +80,8 @@ prepare() {
|
||||||
default_prepare
|
default_prepare
|
||||||
rm -rf "$builddir/subprojects/gvc"
|
rm -rf "$builddir/subprojects/gvc"
|
||||||
mv "$srcdir/libgnome-volume-control-$_gvc_commit" $builddir/subprojects/gvc
|
mv "$srcdir/libgnome-volume-control-$_gvc_commit" $builddir/subprojects/gvc
|
||||||
|
|
||||||
|
sed -i "s/mutter_api_version = '.*'/mutter_api_version = '99'/g" meson.build
|
||||||
}
|
}
|
||||||
|
|
||||||
build() {
|
build() {
|
||||||
|
|
Loading…
Reference in a new issue