1 # Maintainer: Jan Alexander Steffens (heftig) <heftig@archlinux.org>
6 pkgdesc="Clocks applications for GNOME"
7 url="https://wiki.gnome.org/Apps/Clocks"
10 depends=(gtk4 libgweather-4 gnome-desktop-4 geoclue geocode-glib gsound
12 makedepends=(vala gobject-introspection yelp-tools git meson)
15 _commit=53779868cc89b6347a2090025e81af6e70d7c14d # tags/42.0^0
16 source=("git+https://gitlab.gnome.org/GNOME/gnome-clocks.git#commit=$_commit")
21 git describe --tags | sed '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"