Skip to content
Snippets Groups Projects
Unverified Commit aacc9f48 authored by Newbyte's avatar Newbyte :snowflake: Committed by Oliver Smith
Browse files

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

parent 7553dc40
Branches
No related tags found
No related merge requests found
Pipeline #206592 passed
......@@ -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
"
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'
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment