Date: Thursday, September 30, 2021 @ 19:01:24 Author: heftig Revision: 424907
40.5-1 Modified: mutter/trunk/PKGBUILD Deleted: mutter/trunk/mutter.install ----------------+ PKGBUILD | 8 ++++---- mutter.install | 7 ------- 2 files changed, 4 insertions(+), 11 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2021-09-30 17:54:41 UTC (rev 424906) +++ PKGBUILD 2021-09-30 19:01:24 UTC (rev 424907) @@ -3,7 +3,7 @@ # Contributor: Michael Kanis <mkanis_at_gmx_dot_de> pkgname=mutter -pkgver=40.4 +pkgver=40.5 pkgrel=1 pkgdesc="A window manager for GNOME" url="https://gitlab.gnome.org/GNOME/mutter" @@ -13,12 +13,12 @@ libcanberra startup-notification zenity libsm gnome-desktop upower libxkbcommon-x11 gnome-settings-daemon libgudev libinput pipewire xorg-xwayland graphene libxkbfile) -makedepends=(gobject-introspection git egl-wayland meson xorg-server) +makedepends=(gobject-introspection git egl-wayland meson xorg-server + wayland-protocols) checkdepends=(xorg-server-xvfb pipewire-media-session) provides=(libmutter-8.so) groups=(gnome) -install=mutter.install -_commit=2bfef7dbdc6f432a5433c93c1fcdbf00099367c8 # tags/40.4^0 +_commit=2b2b3ab8502a5bcc2436e169279d2421f6f1a605 # tags/40.5^0 source=("git+https://gitlab.gnome.org/GNOME/mutter.git#commit=$_commit") sha256sums=('SKIP') Deleted: mutter.install =================================================================== --- mutter.install 2021-09-30 17:54:41 UTC (rev 424906) +++ mutter.install 2021-09-30 19:01:24 UTC (rev 424907) @@ -1,7 +0,0 @@ -post_install() { - setcap cap_sys_nice+ep usr/bin/mutter -} - -post_upgrade() { - post_install -}
