summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndré Fabian Silva Delgado <emulatorman@parabola.nu>2016-10-25 05:24:46 -0300
committerAndré Fabian Silva Delgado <emulatorman@parabola.nu>2016-10-25 05:31:08 -0300
commit546691160d528af18bab1b0ac23150baff8f909e (patch)
treed9a2e5d912017043cc684130d12034a817bc6ed0
parent25a4a646217c40f18ce46e4d4915ed3f388ab634 (diff)
eog-plugins-3.16.5+2+g3c82109-1.nonprism1: updating version
-rw-r--r--nonprism/eog-plugins/PKGBUILD25
1 files changed, 18 insertions, 7 deletions
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) <jan.steffens@gmail.com>
# Maintainer: Márcio Silva <coadde@parabola.nu>
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
}