temp/mutter-mobile: remove zenity dependency (MR 3648)

mutter no longer depends on zenity as of version 43.alpha.

See https://gitlab.gnome.org/GNOME/mutter/-/merge_requests/2370
And e331e38a19/NEWS (L137)

Alpine commit: 80c64759d1

[ci:skip-build]: already built successfully in CI
This commit is contained in:
Newbyte 2022-11-17 19:14:53 +01:00 committed by Oliver Smith
parent 7553dc4011
commit aacc9f48dd
No known key found for this signature in database
GPG Key ID: 5AE7F5513E0885CB
2 changed files with 19 additions and 3 deletions

View File

@ -2,7 +2,7 @@
pkgname=mutter-mobile
pkgver=43.0
pkgrel=1
pkgrel=2
pkgdesc="clutter-based window manager and compositor"
url="https://wiki.gnome.org/Projects/Mutter/"
# ricsv64: doesn't build currently:
@ -15,7 +15,6 @@ depends="
mutter-schemas
xkeyboard-config
xwayland
zenity
"
makedepends="
at-spi2-core-dev
@ -68,7 +67,9 @@ provides="mutter=$pkgver-r$pkgrel"
subpackages="$pkgname-dbg $pkgname-dev $pkgname-doc $pkgname-lang $pkgname-schemas::noarch"
_commit="0ab630277d225cd0b5a15eac44e31ee16cec6676"
source="mutter-$_commit.tar.gz::https://gitlab.gnome.org/verdre/mutter/-/archive/$_commit/mutter-$_commit.tar.gz
fixudev-req.patch"
fixudev-req.patch
pcversion.patch
"
builddir="$srcdir/mutter-$_commit"
build() {
@ -112,4 +113,5 @@ package() {
sha512sums="
0f5486c5f9f31483da28b0c3ef8d1bdf54746b543b325ead2f304ba767f71cff011ded65a342b92ec41f8d053f1856fc4bf3a757dcca2c5610e0cb1bc7df1c7e mutter-0ab630277d225cd0b5a15eac44e31ee16cec6676.tar.gz
6f21171bbd0ad0fc67cbaf5fb1478b22b482a9ae33b9328cc51a5dd31bcf7d95cd41e6cbbac21d3d8801cc064a62a64ae38ed7d0501ab605b861058c32f3bc30 fixudev-req.patch
bb46a4692aaff0c9e6092d1ba80d19b336035e983f0f20a437a586757bc2530860f50fbd46b09f73e88f0dd80ea7188d1df467b8f762918717785e618b6e9c4b pcversion.patch
"

View File

@ -0,0 +1,14 @@
apk-tools 2.12.10 fails with this in a .pc depends file
diff --git a/meson.build b/meson.build
index 3550496..15b9e7d 100644
--- a/meson.build
+++ b/meson.build
@@ -25,7 +25,7 @@ uprof_req = '>= 0.3'
pango_req = '>= 1.46.0'
cairo_req = '>= 1.10.0'
pangocairo_req = '>= 1.20'
-gsettings_desktop_schemas_req = '>= 40.alpha'
+gsettings_desktop_schemas_req = '>= 40'
json_glib_req = '>= 0.12.0'
xcomposite_req = '>= 0.4'
xkbcommon_req = '>= 0.4.3'