1 # Maintainer: Jan Alexander Steffens (heftig) <heftig@archlinux.org>
2 # Contributor: Jan de Groot <jgc@archlinux.org>
7 pkgdesc="A simple GNOME 3 maps application"
8 url="https://wiki.gnome.org/Apps/Maps"
11 depends=(gjs gtk4 libadwaita geocode-glib-2 geoclue libshumate librest libxml2
13 makedepends=(gobject-introspection git meson yelp-tools)
16 _commit=59374895d507728f1239300bad52682b9a7baed3 # tags/v43.1^0
17 source=("git+https://gitlab.gnome.org/GNOME/gnome-maps.git#commit=$_commit")
22 git describe --tags | sed 's/^v//;s/[^-]*-g/r&/;s/-/+/g'
30 arch-meson $pkgname build
31 meson compile -C build
35 meson test -C build --print-errorlogs
39 meson install -C build --destdir "$pkgdir"
42 # vim:set sw=2 sts=-1 et: