summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 0e013b55132d6a1ced9fd24594c542addf87cdd2 (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
34
35
36
37
38
# Maintainer: Márcio <marciosr10@gmail.com>

pkgname=mutter-40alfa
_pkgname=mutter
pkgver=40.0+1+g4a5b98380
pkgrel=1
pkgdesc="A window manager for GNOME."
url="https://gitlab.gnome.org/GNOME/mutter"
arch=(x86_64)
license=(GPL)
depends=(dconf js78 gjs gobject-introspection-runtime gsettings-desktop-schemas
				 libcanberra sysprof startup-notification zenity libsm gnome-desktop
				 upower libxkbcommon-x11 gnome-settings-daemon libgudev libinput
				 pipewire jack2 xorg-xwayland gsettings-desktop-schemas-git glib2)
				  
makedepends=(intltool gobject-introspection git egl-wayland xorg-server meson graphene)

provides=(mutter)
conflicts=(mutter)
groups=(gnome)
options=(debug !strip)
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
}