summaryrefslogtreecommitdiffstats
path: root/gnome-common/Pkgfile
diff options
context:
space:
mode:
authorpiernov <piernov@piernov.org>2012-06-06 22:10:33 +0000
committerpiernov <piernov@piernov.org>2012-06-06 22:10:33 +0000
commitc9bd2437326b8e83df0e22d655987736023bae70 (patch)
tree3cd80c96c3c19ab1caaa0a94adee0918c853e693 /gnome-common/Pkgfile
parent09ce79a54a6000ad226e9434e8bded67cbfc8344 (diff)
downloadgnome3-c9bd2437326b8e83df0e22d655987736023bae70.tar.gz
gnome3-c9bd2437326b8e83df0e22d655987736023bae70.tar.bz2
gnome3-c9bd2437326b8e83df0e22d655987736023bae70.tar.xz
gnome3-c9bd2437326b8e83df0e22d655987736023bae70.zip
gnome-common 3.4.0.1-1 ajout patch automake 1.12.1
Diffstat (limited to 'gnome-common/Pkgfile')
-rwxr-xr-xgnome-common/Pkgfile4
1 files changed, 3 insertions, 1 deletions
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