[arch-commits] Commit in mutter/trunk (PKGBUILD)
Jan Steffens
heftig at gemini.archlinux.org
Tue Nov 2 23:23:23 UTC 2021
Date: Tuesday, November 2, 2021 @ 23:23:22
Author: heftig
Revision: 427022
41.0-1
Modified:
mutter/trunk/PKGBUILD
----------+
PKGBUILD | 11 +++++------
1 file changed, 5 insertions(+), 6 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2021-11-02 23:12:29 UTC (rev 427021)
+++ PKGBUILD 2021-11-02 23:23:22 UTC (rev 427022)
@@ -3,7 +3,7 @@
# Contributor: Michael Kanis <mkanis_at_gmx_dot_de>
pkgname=mutter
-pkgver=40.5
+pkgver=41.0
pkgrel=1
pkgdesc="A window manager for GNOME"
url="https://gitlab.gnome.org/GNOME/mutter"
@@ -15,10 +15,10 @@
xorg-xwayland graphene libxkbfile)
makedepends=(gobject-introspection git egl-wayland meson xorg-server
wayland-protocols)
-checkdepends=(xorg-server-xvfb pipewire-media-session)
-provides=(libmutter-8.so)
+checkdepends=(xorg-server-xvfb pipewire-media-session python-dbusmock)
+provides=(libmutter-9.so)
groups=(gnome)
-_commit=2b2b3ab8502a5bcc2436e169279d2421f6f1a605 # tags/40.5^0
+_commit=f5daf0f1b93fedd7fce5ac34c77162dfba3ba7c3 # tags/41.0^0
source=("git+https://gitlab.gnome.org/GNOME/mutter.git#commit=$_commit")
sha256sums=('SKIP')
@@ -59,8 +59,7 @@
)
check() {
- dbus-run-session xvfb-run \
- -s '-screen 0 1920x1080x24 -nolisten local +iglx -noreset' \
+ dbus-run-session xvfb-run -s '-nolisten local' \
bash -c "$(declare -f _check); _check"
}
More information about the arch-commits
mailing list