# Maintainer: Ignacy KuchciƄski (ignapk) # Contributor: Simon Gardling # Contributor: Ricardo Liang (rliang) pkgname=mutter-git _pkgname=mutter pkgver=40.0+2+g9e36ff2dd pkgrel=1 pkgdesc="A window manager for GNOME." url="https://gitlab.gnome.org/GNOME/mutter" arch=(x86_64) license=(GPL) depends=(dconf gobject-introspection-runtime gsettings-desktop-schemas-git 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) provides=(mutter) conflicts=(mutter) groups=(gnome) source=("git+https://gitlab.gnome.org/GNOME/mutter.git") sha256sums=('SKIP') pkgver() { cd $_pkgname git describe --tags | sed 's/-/+/g' } build() { arch-meson $_pkgname build \ -D egl_device=true \ -D wayland_eglstream=true meson compile -C build } package() { DESTDIR="$pkgdir" meson install -C build }