From 94b357bfcc594ac64c5a51af68fbb2d5bb8f64c9 Mon Sep 17 00:00:00 2001 From: Andreas Grapentin Date: Sun, 21 Jan 2018 13:01:30 +0100 Subject: pcr/geis: updated to 2.2.17 --- pcr/geis/PKGBUILD | 29 ++++++++++++++++++----------- 1 file changed, 18 insertions(+), 11 deletions(-) diff --git a/pcr/geis/PKGBUILD b/pcr/geis/PKGBUILD index 655a60338..18d06141f 100644 --- a/pcr/geis/PKGBUILD +++ b/pcr/geis/PKGBUILD @@ -1,11 +1,14 @@ -# Maintainer (Arch): Nicolas Quiénot -# Contributor (Arch): Xiao-Long Chen +# Maintainer (AUR): Nicolas Quiénot +# Contributor (AUR): Xiao-Long Chen + +# parabola changes and rationale: +# no changes. pkgname=geis -pkgver=2.2.15 -pkgrel=3 +pkgver=2.2.17 +pkgrel=2 pkgdesc="Implementation of the GEIS (Gesture Engine Interface and Support) interface." -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'armv7h') url="https://launchpad.net/geis" license=('GPL' 'LGPL') depends=('grail' 'dbus' 'python-gobject') @@ -14,20 +17,24 @@ provides=('utouch-geis') conflicts=('utouch-geis') replaces=('utouch-geis') options=('!emptydirs' '!libtool') -source=("http://launchpad.net/${pkgname}/trunk/${pkgver}/+download/${pkgname}-${pkgver}.tar.gz") +source=("http://launchpad.net/${pkgname}/trunk/${pkgver}/+download/${pkgname}-${pkgver}.tar.xz") +md5sums=('2ff9d76a3ea5794516bb02c9d1924faf') + + +prepare() { + cd "$pkgname-$pkgver" +} build() { - cd "$srcdir/$pkgname-$pkgver" + cd "$pkgname-$pkgver" ## add -Wno-format in CFLAGS see FS#34658 - CFLAGS="$CFLAGS -Wno-format" ./configure --prefix=/usr --disable-static + CFLAGS="$CFLAGS -Wno-format -Wno-misleading-indentation -Wno-error" ./configure --prefix=/usr --disable-static make } package() { - cd "$srcdir/$pkgname-$pkgver" - + cd "$pkgname-$pkgver" make DESTDIR="${pkgdir}/" install } -md5sums=('94c8a08497f5fc22061fb0573ca1e220') -- cgit v1.2.3