1 # Maintainer: Jan Alexander Steffens (heftig) <heftig@archlinux.org>
6 pkgdesc="Access current weather conditions and forecasts"
7 url="https://wiki.gnome.org/Apps/Weather"
10 depends=(gtk4 gjs libgweather-4 geoclue libadwaita)
11 makedepends=(gobject-introspection appstream-glib git meson)
13 _commit=9165610014d95c5a93e61d8d11d91dc98d1adc33 # tags/42.0^0
14 source=("git+https://gitlab.gnome.org/GNOME/gnome-weather.git#commit=$_commit")
19 git describe --tags | sed 's/[^-]*-g/r&/;s/-/+/g'
27 arch-meson $pkgname build
28 meson compile -C build
32 meson test -C build --print-errorlogs
36 meson install -C build --destdir "$pkgdir"