1 # Maintainer: Jan Alexander Steffens (heftig) <heftig@archlinux.org>
2 # Contributor: Jan de Groot <jgc@archlinux.org>
7 pkgdesc="Simple and beautiful calendar application designed to perfectly fit the GNOME desktop"
8 url="https://wiki.gnome.org/Apps/Calendar"
11 depends=(evolution-data-server libsoup libadwaita libgweather-4 geoclue
12 geocode-glib gsettings-desktop-schemas gnome-control-center)
13 makedepends=(git meson)
16 _commit=0207e3902efe3dae1dbd96264cd239fb91b8f573 # tags/42.2^0
17 source=("git+https://gitlab.gnome.org/GNOME/gnome-calendar.git#commit=$_commit")
22 git describe --tags | sed '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"