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

Jan Steffens heftig at archlinux.org
Mon Mar 22 17:55:04 UTC 2021


    Date: Monday, March 22, 2021 @ 17:55:04
  Author: heftig
Revision: 410725

3.38.4-2: no sysprof

Modified:
  mutter/trunk/PKGBUILD

----------+
 PKGBUILD |    7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-03-22 17:52:09 UTC (rev 410724)
+++ PKGBUILD	2021-03-22 17:55:04 UTC (rev 410725)
@@ -4,7 +4,7 @@
 
 pkgname=mutter
 pkgver=3.38.4
-pkgrel=1
+pkgrel=2
 pkgdesc="A window manager for GNOME"
 url="https://gitlab.gnome.org/GNOME/mutter"
 arch=(x86_64)
@@ -13,7 +13,7 @@
          libcanberra startup-notification zenity libsm gnome-desktop upower
          libxkbcommon-x11 gnome-settings-daemon libgudev libinput pipewire
          xorg-xwayland graphene)
-makedepends=(gobject-introspection git egl-wayland meson xorg-server sysprof)
+makedepends=(gobject-introspection git egl-wayland meson xorg-server)
 checkdepends=(xorg-server-xvfb)
 provides=(libmutter-7.so)
 groups=(gnome)
@@ -37,7 +37,8 @@
   arch-meson $pkgname build \
     -D egl_device=true \
     -D wayland_eglstream=true \
-    -D installed_tests=false
+    -D installed_tests=false \
+    -D profiler=false
   meson compile -C build
 }
 



More information about the arch-commits mailing list