[arch-commits] Commit in mutter/trunk (PKGBUILD)

Jan Steffens heftig at archlinux.org
Sun Feb 16 16:37:33 UTC 2020


    Date: Sunday, February 16, 2020 @ 16:37:33
  Author: heftig
Revision: 375697

3.34.4-1

Modified:
  mutter/trunk/PKGBUILD

----------+
 PKGBUILD |   10 ++++++----
 1 file changed, 6 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-02-16 15:42:21 UTC (rev 375696)
+++ PKGBUILD	2020-02-16 16:37:33 UTC (rev 375697)
@@ -3,7 +3,7 @@
 # Contributor: Michael Kanis <mkanis_at_gmx_dot_de>
 
 pkgname=mutter
-pkgver=3.34.3+30+g4959ae8bc
+pkgver=3.34.4
 pkgrel=1
 pkgdesc="A window manager for GNOME"
 url="https://gitlab.gnome.org/GNOME/mutter"
@@ -16,7 +16,7 @@
 checkdepends=(xorg-server-xvfb)
 groups=(gnome)
 install=mutter.install
-_commit=4959ae8bc4670cbd09c683d20fd07ded735e4dab  # gnome-3-34
+_commit=0bce4323c7054794a0c7ec8442335f19bba4e239  # tags/3.34.4^0
 source=("git+https://gitlab.gnome.org/GNOME/mutter.git#commit=$_commit"
         0001-EGL-Include-EGL-eglmesaext.h.patch
         0002-surface-actor-wayland-Do-not-send-frame-callbacks-if.patch
@@ -51,7 +51,7 @@
 
 build() {
   CFLAGS="${CFLAGS/-O2/-O3} -fno-semantic-interposition"
-  LDFLAGS+=" -Wl,-Bsymbolic"
+  LDFLAGS+=" -Wl,-Bsymbolic-functions"
   arch-meson $pkgname build \
     -D egl_device=true \
     -D wayland_eglstream=true \
@@ -66,7 +66,9 @@
 
   # Unexpected passes in conform test
   # Stacking test flaky
-  dbus-run-session xvfb-run -s '+iglx -noreset' meson test -C build --print-errorlogs || :
+  dbus-run-session xvfb-run \
+    -s '-screen 0 1920x1080x24 -nolisten local +iglx -noreset' \
+    meson test -C build --print-errorlogs || :
 )
 
 package() {



More information about the arch-commits mailing list