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=(intltool gobject-introspection git)
12 _commit=74e84f4665aace0ded73793d882050d691bf9fb6 # tags/3.26.7^0
13 source=("git+https://gitlab.gnome.org/GNOME/eog-plugins.git#commit=$_commit")
18 git describe --tags | sed 's/-/+/g'
23 NOCONFIGURE=1 ./autogen.sh
28 ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var
29 sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
35 make DESTDIR="$pkgdir" install
38 # vim:set ts=2 sw=2 et: