From c9bd2437326b8e83df0e22d655987736023bae70 Mon Sep 17 00:00:00 2001 From: piernov Date: Wed, 6 Jun 2012 22:10:33 +0000 Subject: gnome-common 3.4.0.1-1 ajout patch automake 1.12.1 --- gnome-common/Pkgfile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'gnome-common/Pkgfile') diff --git a/gnome-common/Pkgfile b/gnome-common/Pkgfile index 58e267a..2069195 100755 --- a/gnome-common/Pkgfile +++ b/gnome-common/Pkgfile @@ -8,10 +8,12 @@ name=gnome-common version=3.4.0.1 release=1 -source=(http://download.gnome.org/sources/$name/${version%.*.*}/$name-$version.tar.xz) +source=(http://download.gnome.org/sources/$name/${version%.*.*}/$name-$version.tar.xz + automake-1.12-support.patch) build() { cd $name-$version + patch -p1 < ../automake-1.12-support.patch ./configure --prefix=/usr make make DESTDIR=$PKG install -- cgit v1.2.3-54-g00ecf