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 gnome-desktop json-glib libgl
12 makedepends=(mesa gtk-doc xtrans git python xmlto docbook-xsl meson)
15 _commit=7040e3e595040698fc67ddffaa5be499958237ff # tags/42.0^0
16 source=("git+https://gitlab.gnome.org/GNOME/gnome-session.git#commit=$_commit")
21 git describe --tags | sed 's/\.beta/beta/;s/[^-]*-g/r&/;s/-/+/g'
29 arch-meson $pkgname build
30 meson compile -C build
34 meson test -C build --print-errorlogs
38 meson install -C build --destdir "$pkgdir"