Date: Tuesday, September 29, 2020 @ 16:45:16 Author: heftig Revision: 396969
3.38.0+24+g544b92d15-1: sysprof Modified: mutter/trunk/PKGBUILD ----------+ PKGBUILD | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2020-09-29 16:44:32 UTC (rev 396968) +++ PKGBUILD 2020-09-29 16:45:16 UTC (rev 396969) @@ -3,7 +3,7 @@ # Contributor: Michael Kanis <mkanis_at_gmx_dot_de> pkgname=mutter -pkgver=3.38.0+20+g1e78d90a3 +pkgver=3.38.0+24+g544b92d15 pkgrel=1 pkgdesc="A window manager for GNOME" url="https://gitlab.gnome.org/GNOME/mutter" @@ -12,12 +12,12 @@ depends=(dconf gobject-introspection-runtime gsettings-desktop-schemas libcanberra startup-notification zenity libsm gnome-desktop upower libxkbcommon-x11 gnome-settings-daemon libgudev libinput pipewire xorg-server-xwayland) -makedepends=(gobject-introspection git egl-wayland meson xorg-server) +makedepends=(gobject-introspection git egl-wayland meson xorg-server sysprof) checkdepends=(xorg-server-xvfb) provides=(libmutter-7.so) groups=(gnome) install=mutter.install -_commit=1e78d90a37903d1eaef8f503bf7711a6829df82e # master +_commit=544b92d15ac9887a91681c992c5770491886a251 # master source=("git+https://gitlab.gnome.org/GNOME/mutter.git#commit=$_commit") sha256sums=('SKIP') @@ -37,7 +37,6 @@ -D egl_device=true \ -D wayland_eglstream=true \ -D xwayland_initfd=disabled \ - -D profiler=false \ -D installed_tests=false meson compile -C build }
