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"
15 gsettings-desktop-schemas
25 optdepends=('gnome-control-center: Manage online accounts')
27 _commit=0d0ef588ad192094c63b73d768a8a01d091d61a7 # tags/44.1^0
28 source=("git+https://gitlab.gnome.org/GNOME/gnome-calendar.git#commit=$_commit")
33 git describe --tags | sed 's/[^-]*-g/r&/;s/-/+/g'
41 arch-meson $pkgname build
42 meson compile -C build
46 meson test -C build --print-errorlogs
50 meson install -C build --destdir "$pkgdir"
53 # vim:set sw=2 sts=-1 et: