# Maintainer: Jan Alexander Steffens (heftig) # Contributor: Jan de Groot pkgname=gnome-calendar pkgver=41.1 pkgrel=2 pkgdesc="Simple and beautiful calendar application designed to perfectly fit the GNOME desktop" url="https://wiki.gnome.org/Apps/Calendar" arch=(x86_64) license=(GPL) depends=(evolution-data-server gsettings-desktop-schemas gnome-control-center libdazzle libhandy) makedepends=(git meson) groups=(gnome) _commit=59ad10ba3aaed69c96c5e7f710b3f2c6b35131ae # tags/41.1^0 source=("git+https://gitlab.gnome.org/GNOME/gnome-calendar.git#commit=$_commit") sha256sums=('SKIP') pkgver() { cd $pkgname git describe --tags | sed 's/-/+/g' } prepare() { cd $pkgname } build() { arch-meson $pkgname build meson compile -C build } check() { meson test -C build --print-errorlogs } package() { meson install -C build --destdir "$pkgdir" } # vim:set sw=2 et: