gnome-common: added support for automake-1.13.

This commit is contained in:
Juan RP 2013-01-07 10:25:08 +01:00
parent b959d2203e
commit 419829d616
2 changed files with 17 additions and 4 deletions

View File

@ -0,0 +1,15 @@
--- macros2/gnome-autogen.sh.orig 2013-01-07 10:21:58.723717192 +0100
+++ macros2/gnome-autogen.sh 2013-01-07 10:23:29.024673629 +0100
@@ -350,10 +350,11 @@ case $REQUIRED_AUTOMAKE_VERSION in
1.6*) automake_progs="automake-1.12 automake-1.11 automake-1.10 automake-1.9 automake-1.8 automake-1.7 automake-1.6" ;;
1.7*) automake_progs="automake-1.12 automake-1.11 automake-1.10 automake-1.9 automake-1.8 automake-1.7" ;;
1.8*) automake_progs="automake-1.12 automake-1.11 automake-1.10 automake-1.9 automake-1.8" ;;
- 1.9*) automake_progs="automake-1.12 automake-1.11 automake-1.10 automake-1.9" ;;
+ 1.9*) automake_progs="automake-1.13 utomake-1.12 automake-1.11 automake-1.10 automake-1.9" ;;
1.10*) automake_progs="automake-1.12 automake-1.11 automake-1.10" ;;
1.11*) automake_progs="automake-1.12 automake-1.11" ;;
1.12*) automake_progs="automake-1.12" ;;
+ 1.13*) automake_progs="automake-1.13" ;;
esac
version_check automake AUTOMAKE "$automake_progs" $REQUIRED_AUTOMAKE_VERSION \
"http://ftp.gnu.org/pub/gnu/automake/automake-$REQUIRED_AUTOMAKE_VERSION.tar.gz"

View File

@ -1,7 +1,7 @@
# Template file for 'gnome-common'
pkgname=gnome-common
version=3.6.0
revision=1
revision=2
noarch=yes
build_style=gnu-configure
fulldepends="automake"
@ -9,7 +9,5 @@ short_desc="Common scripts and macros to develop with GNOME"
maintainer="davehome <davehome@redthumb.info.tm>"
homepage="http://www.gnome.org"
license="GPL-2"
distfiles="${GNOME_SITE}/$pkgname/3.6/$pkgname-$version.tar.xz"
distfiles="${GNOME_SITE}/${pkgname}/3.6/${pkgname}-${version}.tar.xz"
checksum=e10f09de06bddcc8f980422e3bfdcd8185eee7f1eae11543a765ec8e764b8d95
long_desc="
This package contains common scripts and macros to develop with GNOME."