1 # Maintainer: Jan Alexander Steffens (heftig) <heftig@archlinux.org>
6 pkgdesc="The GNOME Session Handler"
7 url="https://gitlab.gnome.org/GNOME/gnome-session"
10 depends=(systemd dconf gsettings-desktop-schemas gtk3 gnome-desktop
11 json-glib libgl libsm libxtst)
12 makedepends=(mesa gtk-doc xtrans git python xmlto docbook-xsl meson)
14 _commit=eace95defb1b285952452dfd2a790d39181d762e # tags/40.1.1^0
15 source=("git+https://gitlab.gnome.org/GNOME/gnome-session.git#commit=$_commit")
20 git describe --tags | sed 's/\.beta/beta/;s/-/+/g'
28 arch-meson $pkgname build
29 meson compile -C build
33 meson test -C build --print-errorlogs
37 DESTDIR="$pkgdir" meson install -C build