1 # Maintainer: Jan Alexander Steffens (heftig) <heftig@archlinux.org>
2 # Contributor: Jan de Groot <jgc@archlinux.org>
8 pkgdesc="Eye of Gnome: An image viewing and cataloging program"
9 url="https://wiki.gnome.org/Apps/EyeOfGnome"
30 _commit=d989d8ac5e60b8c9c429cbe67f3c79b26f22d75b # tags/44.1^0
31 source=("git+https://gitlab.gnome.org/GNOME/eog.git#commit=$_commit")
36 git describe --tags | sed 's/[^-]*-g/r&/;s/-/+/g'
45 arch-meson eog build "${meson_options[@]}"
46 meson compile -C build
50 meson test -C build --print-errorlogs
54 optdepends=('eog-plugins: Additional features')
57 meson install -C build --destdir "$pkgdir"
59 mkdir -p doc/usr/share
60 mv {"$pkgdir",doc}/usr/share/gtk-doc
64 pkgdesc+=" (documentation)"
70 # vim:set sw=2 sts=-1 et: