1 # Maintainer: Jan Alexander Steffens (heftig) <heftig@archlinux.org>
2 # Contributor: Jan de Groot <jgc@archlinux.org>
3 # Contributor: Ionut Biru <ibiru@archlinux.org>
4 # Contributor: uastasi <uastasi@archlinux.us>
9 pkgdesc="A note taking application"
10 url="https://wiki.gnome.org/Apps/Gnote"
13 depends=(gtkmm3 gspell libxslt dconf libsecret)
14 makedepends=(yelp-tools meson git)
15 _commit=236c6b0d109814e39daf8a6c404df21445afaf73 # tags/41.1^0
16 source=("git+https://gitlab.gnome.org/GNOME/gnote.git#commit=$_commit")
21 git describe --tags | sed 's/-/+/g'
29 arch-meson $pkgname build
30 meson compile -C build
38 meson install -C build --destdir "$pkgdir"