# $Id$ # Maintainer: Jan Alexander Steffens (heftig) # Maintainer (Parabola): Márcio Silva _pkgname=eog-plugins pkgname=eog-plugins-nonprism pkgver=3.8.1 pkgrel=2 pkgdesc="Plugins for Eye of Gnome, without libgdata support" arch=('i686' 'x86_64') url="http://www.gnome.org/" license=('GPL2') depends=('eog' 'libchamplain') makedepends=('intltool') provides=("$_pkgname=$pkgver") conflicts=$_pkgname replaces=$_pkgname install=eog-plugins.install options=('!libtool') source=(http://download.gnome.org/sources/$_pkgname/${pkgver%.*}/$_pkgname-$pkgver.tar.xz) sha256sums=('5cf8dab5b6622b9e712da4094185112cc84baa96f2775cc76bf654b1c443cfb9') build() { cd $_pkgname-$pkgver PYTHON=/usr/bin/python2 ./configure --prefix=/usr \ --sysconfdir=/etc --localstatedir=/var # https://bugzilla.gnome.org/show_bug.cgi?id=655517 sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool make } package() { cd $_pkgname-$pkgver make DESTDIR="$pkgdir" install } # vim:set ts=2 sw=2 et: