Date: Sunday, May 15, 2016 @ 17:47:08 Author: heftig Revision: 268064
3.20.1-2: Move to Adwaita icon theme Modified: geocode-glib/trunk/PKGBUILD ----------+ PKGBUILD | 25 ++++++++++++++++--------- 1 file changed, 16 insertions(+), 9 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2016-05-15 13:54:09 UTC (rev 268063) +++ PKGBUILD 2016-05-15 15:47:08 UTC (rev 268064) @@ -1,19 +1,26 @@ -#$Id: -#Maintainer: Jan de Groot <[email protected]> +# $Id$ +# Maintainer: Jan de Groot <[email protected]> +# Maintainer: Jan Alexander Steffens (heftig) <[email protected]> pkgname=geocode-glib pkgver=3.20.1 -pkgrel=1 +pkgrel=2 pkgdesc="Geocode Helper library" +url="https://git.gnome.org/browse/geocode-glib/" arch=(i686 x86_64) -license=('GPL') -url="https://git.gnome.org/browse/geocode-glib/" -depends=('glib2' 'json-glib' 'libsoup') -makedepends=('intltool' 'gobject-introspection') -options=('!emptydirs') -source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz) +license=(LGPL) +depends=(glib2 json-glib libsoup) +makedepends=(intltool gobject-introspection gnome-common) +options=(!emptydirs) +source=(https://download.gnome.org/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz) sha256sums=('669fc832cabf8cc2f0fc4194a8fa464cdb9c03ebf9aca5353d7cf935ba8637a2') +prepare() { + cd $pkgname-$pkgver + sed -i 's/gnome/Adwaita/g' icons/Makefile.am + NOCONFIGURE=1 gnome-autogen.sh +} + build() { cd $pkgname-$pkgver ./configure --prefix=/usr
