summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 9b102a963bce0c7a617624ead9bf82836162e16e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
# Maintainer: Simon Gardling <titaniumtown@gmail.com>

pkgname=mutter-git
_pkgname=mutter
pkgver=40.alpha.1.1+222+gee3d26f22
pkgrel=1
pkgdesc="A window manager for GNOME."
url="https://gitlab.gnome.org/GNOME/mutter"
arch=(x86_64)
license=(GPL)
depends=(dconf js68 gjs-git gobject-introspection-runtime gsettings-desktop-schemas-git libcanberra sysprof-git
         startup-notification zenity libsm gnome-desktop upower libxkbcommon-x11 glib2-git
         gnome-settings-daemon libgudev libinput pipewire-git jack2 xorg-server-xwayland-git)
makedepends=(intltool gobject-introspection git egl-wayland xorg-server)
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
  ninja -C build
}

package() {
  DESTDIR="$pkgdir" meson install -C build
}