gnome-common: update to 3.7.4.

This commit is contained in:
Juan RP 2013-05-07 09:41:10 +02:00
parent 26b37502f9
commit f518aa1955
2 changed files with 4 additions and 19 deletions

View file

@ -1,15 +0,0 @@
--- 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,15 +1,15 @@
# Template file for 'gnome-common'
pkgname=gnome-common
version=3.6.0
revision=2
version=3.7.4
revision=1
build_style=gnu-configure
hostmakedepends="automake"
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"
checksum=e10f09de06bddcc8f980422e3bfdcd8185eee7f1eae11543a765ec8e764b8d95
distfiles="${GNOME_SITE}/${pkgname}/3.7/${pkgname}-${version}.tar.xz"
checksum=2af2d97010d2a9aeb3b99dd2ce07d1ef023e15a27b412ffe4f067f016ff7117b
gnome-common_package() {
depends="automake"