From 546691160d528af18bab1b0ac23150baff8f909e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Fabian=20Silva=20Delgado?= Date: Tue, 25 Oct 2016 05:24:46 -0300 Subject: eog-plugins-3.16.5+2+g3c82109-1.nonprism1: updating version --- nonprism/eog-plugins/PKGBUILD | 25 ++++++++++++++++++------- 1 file changed, 18 insertions(+), 7 deletions(-) (limited to 'nonprism') diff --git a/nonprism/eog-plugins/PKGBUILD b/nonprism/eog-plugins/PKGBUILD index 230dc7884..2c5c58477 100644 --- a/nonprism/eog-plugins/PKGBUILD +++ b/nonprism/eog-plugins/PKGBUILD @@ -1,23 +1,34 @@ -# $Id: PKGBUILD 267282 2016-05-09 20:36:50Z heftig $ +# $Id: PKGBUILD 279093 2016-10-21 08:15:28Z heftig $ # Maintainer (Arch): Jan Alexander Steffens (heftig) # Maintainer: Márcio Silva pkgname=eog-plugins -pkgver=3.16.4 +pkgver=3.16.5+2+g3c82109 pkgrel=1.nonprism1 pkgdesc="Plugins for Eye of Gnome, without libgdata support" arch=(i686 x86_64) url="https://wiki.gnome.org/Apps/EyeOfGnome/Plugins" license=(GPL2) depends=(eog libchamplain python) -makedepends=(intltool gobject-introspection) +makedepends=(intltool gobject-introspection gnome-common git) +_commit=3c82109e35af704aa32b14d84df1e3b3eaa3cad4 # master conflicts=(${pkgname}-nonprism) replaces=(${pkgname}-nonprism) -source=(http://download.gnome.org/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz) -sha256sums=('4fcfe7df19cdf8e39f5fec599d7ff46bbd82842d49083274740fbbc51cf4d25e') +source=("git://git.gnome.org/eog-plugins#commit=$_commit") +sha256sums=('SKIP') + +pkgver() { + cd $pkgname + git describe --tags | sed 's/-/+/g' +} + +prepare() { + cd $pkgname + NOCONFIGURE=1 ./autogen.sh +} build() { - cd $pkgname-$pkgver + cd $pkgname ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var # https://bugzilla.gnome.org/show_bug.cgi?id=655517 @@ -27,7 +38,7 @@ build() { } package() { - cd $pkgname-$pkgver + cd $pkgname make DESTDIR="$pkgdir" install } -- cgit v1.2.2