1 # Maintainer: Jan Alexander Steffens (heftig) <heftig@archlinux.org>
6 pkgdesc="GSettings editor for GNOME"
7 url="https://wiki.gnome.org/Apps/DconfEditor"
11 depends=(libhandy dconf)
12 makedepends=(vala meson git)
14 _commit=27b4f9d1d53783507f03eb9b6a140f0646ce746e # tags/43.0^0
15 source=("git+https://gitlab.gnome.org/GNOME/dconf-editor.git#commit=$_commit")
20 git describe --tags | sed 's/[^-]*-g/r&/;s/-/+/g'
28 arch-meson $pkgname build
29 meson compile -C build
33 meson test -C build --print-errorlogs
37 meson install -C build --destdir "$pkgdir"
40 # vim:set sw=2 sts=-1 et: