From 50f178a8fdfa246d2d0dcffe34e264126b9a35a8 Mon Sep 17 00:00:00 2001 From: Oliver Smith Date: Sun, 27 Nov 2022 17:38:40 +0100 Subject: [PATCH] temp/mutter-mobile: fix dep mutter-mobile-schemas (MR 3672) It should have depended on mutter-mobile-schemas instead of mutter-mobile. Looks like mutter-mobile-schemas was getting installed instead of mutter-mobile for it only by chance until now. [ci:skip-build]: already built successfully in CI --- temp/mutter-mobile/APKBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/temp/mutter-mobile/APKBUILD b/temp/mutter-mobile/APKBUILD index 960489905..5202802e0 100644 --- a/temp/mutter-mobile/APKBUILD +++ b/temp/mutter-mobile/APKBUILD @@ -2,7 +2,7 @@ pkgname=mutter-mobile pkgver=43.0 -pkgrel=2 +pkgrel=3 pkgdesc="clutter-based window manager and compositor" url="https://wiki.gnome.org/Projects/Mutter/" # ricsv64: doesn't build currently: @@ -12,7 +12,7 @@ license="GPL-2.0-or-later" depends=" gnome-settings-daemon gsettings-desktop-schemas - mutter-schemas + mutter-mobile-schemas xkeyboard-config xwayland "