From 95a3fe729b1a1516203f46d32c2a232df3182c89 Mon Sep 17 00:00:00 2001 From: Juan RP Date: Tue, 23 Oct 2012 00:40:48 +0200 Subject: [PATCH] gnome-common: update to 3.6.0. --- .../gnome-common/patches/automake-1.12-support.patch | 11 ----------- srcpkgs/gnome-common/template | 8 ++++---- 2 files changed, 4 insertions(+), 15 deletions(-) delete mode 100644 srcpkgs/gnome-common/patches/automake-1.12-support.patch diff --git a/srcpkgs/gnome-common/patches/automake-1.12-support.patch b/srcpkgs/gnome-common/patches/automake-1.12-support.patch deleted file mode 100644 index 07cccee19f..0000000000 --- a/srcpkgs/gnome-common/patches/automake-1.12-support.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- macros2/gnome-autogen.sh.orig 2012-05-31 14:42:38.034589137 +0200 -+++ macros2/gnome-autogen.sh 2012-05-31 14:44:29.863881889 +0200 -@@ -329,7 +329,7 @@ case $REQUIRED_AUTOMAKE_VERSION in - 1.6*) automake_progs="automake-1.11 automake-1.10 automake-1.9 automake-1.8 automake-1.7 automake-1.6" ;; - 1.7*) automake_progs="automake-1.11 automake-1.10 automake-1.9 automake-1.8 automake-1.7" ;; - 1.8*) automake_progs="automake-1.11 automake-1.10 automake-1.9 automake-1.8" ;; -- 1.9*) automake_progs="automake-1.11 automake-1.10 automake-1.9" ;; -+ 1.9*) automake_progs="automake-1.12 automake-1.11 automake-1.10 automake-1.9" ;; - 1.10*) automake_progs="automake-1.11 automake-1.10" ;; - 1.11*) automake_progs="automake-1.11" ;; - esac diff --git a/srcpkgs/gnome-common/template b/srcpkgs/gnome-common/template index 1dfbc9b8a2..e9354a565f 100644 --- a/srcpkgs/gnome-common/template +++ b/srcpkgs/gnome-common/template @@ -1,15 +1,15 @@ # Template file for 'gnome-common' pkgname=gnome-common -version=3.4.0.1 +version=3.6.0 +revision=1 noarch=yes -distfiles="${GNOME_SITE}/$pkgname/3.4/$pkgname-$version.tar.xz" build_style=gnu-configure fulldepends="automake" -revision=1 short_desc="Common scripts and macros to develop with GNOME" maintainer="davehome " homepage="http://www.gnome.org" license="GPL-2" -checksum=3d92a5d1dae550c409f644d87a4bba17342e14fb11ce8b1e58757ce35f3a46f7 +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."