1 # Maintainer: Jan Alexander Steffens (heftig) <heftig@archlinux.org>
2 # Contributor: Ionut Biru <ibiru@archlinux.org>
4 pkgname=gnome-dictionary
7 pkgdesc="Look up words in dictionary sources"
8 url="https://wiki.gnome.org/Apps/Dictionary"
12 makedepends=(yelp-tools git meson appstream-glib)
13 _commit=c37edfc2cbf91d6bae6d5264d0dcfcb5dd34b313 # tags/40.0^0
14 source=("git+https://gitlab.gnome.org/GNOME/gnome-dictionary.git#commit=$_commit")
19 git describe --tags | sed 's/-/+/g'
27 arch-meson $pkgname build
28 meson compile -C build
36 DESTDIR="$pkgdir" meson install -C build
39 # vim:set ts=2 sw=2 et: