diff options
Diffstat (limited to 'nonprism/eog-plugins/PKGBUILD')
-rw-r--r-- | nonprism/eog-plugins/PKGBUILD | 23 |
1 files changed, 11 insertions, 12 deletions
diff --git a/nonprism/eog-plugins/PKGBUILD b/nonprism/eog-plugins/PKGBUILD index 7f58a89ea..fd9317696 100644 --- a/nonprism/eog-plugins/PKGBUILD +++ b/nonprism/eog-plugins/PKGBUILD @@ -1,20 +1,22 @@ -# $Id: PKGBUILD 279093 2016-10-21 08:15:28Z heftig $ +# $Id$ # Maintainer (Arch): Jan Alexander Steffens (heftig) <jan.steffens@gmail.com> -# Maintainer: Márcio Silva <coadde@hyperbola.info> +# Contributor: Andreas Grapentin <andreas@grapentin.org> +# Contributor: Márcio Silva <coadde@hyperbola.info> + +# parabola changes and rationale: +# - removed libgdata support pkgname=eog-plugins -pkgver=3.16.5+2+g3c82109 +pkgver=3.26.1 pkgrel=1.nonprism1 pkgdesc="Plugins for Eye of Gnome, without libgdata support" -arch=(i686 x86_64) +arch=(x86_64 i686 armv7h) url="https://wiki.gnome.org/Apps/EyeOfGnome/Plugins" license=(GPL2) depends=(eog libchamplain python) -makedepends=(intltool gobject-introspection gnome-common git) -_commit=3c82109e35af704aa32b14d84df1e3b3eaa3cad4 # master -conflicts=(${pkgname}-nonprism) -replaces=(${pkgname}-nonprism) -source=("git://git.gnome.org/eog-plugins#commit=$_commit") +makedepends=(intltool gobject-introspection git) +_commit=b665684a604fd0ca6f27650ac77e5dbc93c29fa3 # tags/3.26.1^0 +source=("git+https://git.gnome.org/browse/eog-plugins#commit=$_commit") sha256sums=('SKIP') pkgver() { @@ -30,10 +32,7 @@ prepare() { build() { cd $pkgname ./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 } |