1 # Maintainer: Jan Alexander Steffens (heftig) <heftig@archlinux.org>
6 pkgdesc="The GNOME Session Handler"
7 url="https://gitlab.gnome.org/GNOME/gnome-session"
13 gsettings-desktop-schemas
31 _commit=ce29eaa05c68807b9cc5f19f4afb59cc4d806040 # tags/44.0^0
32 source=("git+https://gitlab.gnome.org/GNOME/gnome-session.git#commit=$_commit")
37 git describe --tags | sed 's/\.beta/beta/;s/[^-]*-g/r&/;s/-/+/g'
45 arch-meson $pkgname build
46 meson compile -C build
50 meson test -C build --print-errorlogs
54 meson install -C build --destdir "$pkgdir"
57 # vim:set sw=2 sts=-1 et: