[arch-commits] Commit in gnome-common/trunk (PKGBUILD)

Ionut Biru ibiru at archlinux.org
Sun Apr 29 21:32:28 UTC 2012


    Date: Sunday, April 29, 2012 @ 17:32:28
  Author: ibiru
Revision: 157807

add support for automake 1.12

Modified:
  gnome-common/trunk/PKGBUILD

----------+
 PKGBUILD |    9 ++++++---
 1 file changed, 6 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2012-04-29 18:29:57 UTC (rev 157806)
+++ PKGBUILD	2012-04-29 21:32:28 UTC (rev 157807)
@@ -3,16 +3,19 @@
 
 pkgname=gnome-common
 pkgver=3.4.0.1
-pkgrel=1
+pkgrel=2
 pkgdesc="Common development macros for GNOME"
 arch=(any)
 license=('GPL')
 url="http://www.gnome.org"
-source=(http://download.gnome.org/sources/$pkgname/${pkgver:0:3}/$pkgname-$pkgver.tar.xz)
-sha256sums=('3d92a5d1dae550c409f644d87a4bba17342e14fb11ce8b1e58757ce35f3a46f7')
+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')
 
 build() {
   cd $pkgname-$pkgver
+  patch -Np1 -i "$srcdir/automake1.12.patch"
   ./configure --prefix=/usr
   make
 }




More information about the arch-commits mailing list