1 # Maintainer: Jan Alexander Steffens (heftig) <heftig@archlinux.org>
6 pkgdesc="Plugins for Eye of Gnome"
8 url="https://wiki.gnome.org/Apps/EyeOfGnome/Plugins"
10 depends=(eog libchamplain libgdata python-gobject)
11 makedepends=(gobject-introspection git meson)
13 _commit=057d63da22618c4e9edbfc686f9959b2fcd5bf3c # tags/42.2^0
14 source=("git+https://gitlab.gnome.org/GNOME/eog-plugins.git#commit=$_commit")
19 git describe --tags | sed 's/[^-]*-g/r&/;s/-/+/g'
27 arch-meson $pkgname build
28 meson compile -C build
32 meson test -C build --print-errorlogs
36 meson install -C build --destdir "$pkgdir"
39 # vim:set sw=2 sts=-1 et: