1 # Maintainer: Jan Alexander Steffens (heftig) <heftig@archlinux.org>
6 pkgdesc="Write out notes, every detail matters"
7 url="https://wiki.gnome.org/Apps/Notes"
10 depends=(tracker3 glib2 gnome-online-accounts gtk3 json-glib
11 evolution-data-server libhandy libxml2 curl util-linux-libs webkit2gtk)
12 makedepends=(yelp-tools git meson)
13 provides=("bijiben=$pkgver")
16 _commit=b5189e213b50cac50f5602945836dc4d85b17959 # tags/BIJIBEN_40_1^0
17 source=("git+https://gitlab.gnome.org/GNOME/gnome-notes.git#commit=$_commit")
22 git describe --tags | sed 's/^BIJIBEN_//;s/_/./g;s/-/+/g'
30 arch-meson $pkgname build -D update_mimedb=false
31 meson compile -C build
35 meson test -C build --print-errorlogs
39 DESTDIR="$pkgdir" meson install -C build