From 66625efa43e391cd6fd3ed580b2b3602531ca2fb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pablo=20Correa=20G=C3=B3mez?= Date: Fri, 26 May 2023 09:07:10 +0200 Subject: [PATCH] temp/gnome-shell-mobile: update mutter_api_version (MR 4119) See previous commit for rationale [ci:skip-build] already built successfully in CI --- temp/gnome-shell-mobile/APKBUILD | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/temp/gnome-shell-mobile/APKBUILD b/temp/gnome-shell-mobile/APKBUILD index f10a4f79b..7b10a878f 100644 --- a/temp/gnome-shell-mobile/APKBUILD +++ b/temp/gnome-shell-mobile/APKBUILD @@ -2,7 +2,7 @@ pkgname=gnome-shell-mobile pkgver=44_git20230405 -pkgrel=0 +pkgrel=1 pkgdesc="GNOME shell" url="https://wiki.gnome.org/Projects/GnomeShell" arch="all !armhf !s390x !riscv64" # gjs / riscv64: mutter-mobile @@ -80,6 +80,8 @@ prepare() { default_prepare rm -rf "$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() {