From 419829d61675bcbb0a15117bf5d4f8a7b572a815 Mon Sep 17 00:00:00 2001 From: Juan RP Date: Mon, 7 Jan 2013 10:25:08 +0100 Subject: [PATCH] gnome-common: added support for automake-1.13. --- .../patches/automake-1.13-support.patch | 15 +++++++++++++++ srcpkgs/gnome-common/template | 6 ++---- 2 files changed, 17 insertions(+), 4 deletions(-) create mode 100644 srcpkgs/gnome-common/patches/automake-1.13-support.patch diff --git a/srcpkgs/gnome-common/patches/automake-1.13-support.patch b/srcpkgs/gnome-common/patches/automake-1.13-support.patch new file mode 100644 index 0000000000..1656f26199 --- /dev/null +++ b/srcpkgs/gnome-common/patches/automake-1.13-support.patch @@ -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" diff --git a/srcpkgs/gnome-common/template b/srcpkgs/gnome-common/template index e9354a565f..aec92008a6 100644 --- a/srcpkgs/gnome-common/template +++ b/srcpkgs/gnome-common/template @@ -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 " 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."