summaryrefslogtreecommitdiffstats
path: root/abs/extra/gnome-common
diff options
context:
space:
mode:
authorBritney Fransen <brfransen@gmail.com>2016-01-20 22:32:19 (GMT)
committerBritney Fransen <brfransen@gmail.com>2016-01-20 22:32:19 (GMT)
commit39e1bf9e627d26579403794823759709389b574e (patch)
tree2fd22ca13439aa0261a9be613b5f4922b6331dbc /abs/extra/gnome-common
parent342de3aa7b6154d021d4881e02d3ca522b3b6a47 (diff)
downloadlinhes_pkgbuild-39e1bf9e627d26579403794823759709389b574e.zip
linhes_pkgbuild-39e1bf9e627d26579403794823759709389b574e.tar.gz
linhes_pkgbuild-39e1bf9e627d26579403794823759709389b574e.tar.bz2
gnome-common: update to 3.18.0
Diffstat (limited to 'abs/extra/gnome-common')
-rw-r--r--abs/extra/gnome-common/PKGBUILD18
1 files changed, 8 insertions, 10 deletions
diff --git a/abs/extra/gnome-common/PKGBUILD b/abs/extra/gnome-common/PKGBUILD
index 445cd50..7d68863 100644
--- a/abs/extra/gnome-common/PKGBUILD
+++ b/abs/extra/gnome-common/PKGBUILD
@@ -1,22 +1,20 @@
-# $Id: PKGBUILD 157808 2012-04-29 21:33:25Z ibiru $
+# $Id$
# Maintainer: Jan de Groot <jgc@archlinux.org>
pkgname=gnome-common
-pkgver=3.4.0.1
-pkgrel=2
+pkgver=3.18.0
+pkgrel=1
pkgdesc="Common development macros for GNOME"
arch=(any)
-license=('GPL')
+depends=(sh autoconf-archive intltool yelp-tools gtk-doc)
+license=(GPL)
url="http://www.gnome.org"
-source=(http://download.gnome.org/sources/$pkgname/${pkgver:0:3}/$pkgname-$pkgver.tar.xz
- automake1.12.patch::http://git.gnome.org/browse/gnome-common/patch/?id=1fed4ee7015b89a1ac4c4a535aeb753e820e4970)
-sha256sums=('3d92a5d1dae550c409f644d87a4bba17342e14fb11ce8b1e58757ce35f3a46f7'
- '78081e33a0091bfb4531e723fcd6b28219c1c94173aea9071ecb5fe6da9066ab')
+source=(http://download.gnome.org/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
+sha256sums=('22569e370ae755e04527b76328befc4c73b62bfd4a572499fde116b8318af8cf')
build() {
cd $pkgname-$pkgver
- patch -Np1 -i "$srcdir/automake1.12.patch"
- ./configure --prefix=/usr
+ ./configure --prefix=/usr --with-autoconf-archive
make
}