1 # Maintainer: Jan Alexander Steffens (heftig) <heftig@archlinux.org>
6 pkgdesc="Plugins for Eye of Gnome"
7 url="https://wiki.gnome.org/Apps/EyeOfGnome/Plugins"
21 _commit=41f9d7d597cbd7423b186ab443b34a3e0feb9e94 # tags/44.0^0
22 source=("git+https://gitlab.gnome.org/GNOME/eog-plugins.git#commit=$_commit")
27 git describe --tags | sed 's/[^-]*-g/r&/;s/-/+/g'
35 arch-meson $pkgname build
36 meson compile -C build
40 meson test -C build --print-errorlogs
44 meson install -C build --destdir "$pkgdir"
47 # vim:set sw=2 sts=-1 et: