From 057c89b8da6c05bb1647401cb8b3c7b1f5f7af53 Mon Sep 17 00:00:00 2001 From: Juan RP Date: Tue, 5 Feb 2013 02:11:02 +0100 Subject: [PATCH] chroot-gettext: update to 0.18.2. --- srcpkgs/chroot-gettext/template | 26 ++++++++++---------------- 1 file changed, 10 insertions(+), 16 deletions(-) diff --git a/srcpkgs/chroot-gettext/template b/srcpkgs/chroot-gettext/template index 258ea8cfd4..956018d42b 100644 --- a/srcpkgs/chroot-gettext/template +++ b/srcpkgs/chroot-gettext/template @@ -1,28 +1,22 @@ # Template build file for 'chroot-gettext'. pkgname=chroot-gettext -version=0.18.1.1 +version=0.18.2 revision=1 wrksrc="gettext-${version}" build_wrksrc=gettext-tools build_style=gnu-configure configure_args="--disable-java --disable-native-java --disable-csharp ---disable-libasprintf --enable-threads=posix --disable-rpath ---disable-acl --with-included-glib --with-included-libcroco --without-git ---with-included-libxml --without-included-regex --without-emacs ---disable-shared --disable-nls --disable-openmp --disable-curses ---without-included-regex" -distfiles="http://ftp.gnu.org/pub/gnu/gettext/gettext-$version.tar.gz" -short_desc="Internationalized Message Handling tools -- for xbps-src use" -maintainer="Juan RP " -checksum=93ac71a7afa5b70c1b1032516663658c51e653087f42a3fc8044752c026443e9 + --disable-libasprintf --enable-threads=posix --disable-rpath + --disable-acl --with-included-glib --with-included-libcroco --without-git + --with-included-libxml --without-included-regex --without-emacs + --disable-shared --disable-nls --disable-openmp --disable-curses + --without-included-regex" homepage="http://www.gnu.org/software/gettext/" license="GPL-3" -long_desc=" - GNU gettext provides the necessary tools and libraries for handling - messages in different languages, as one of the steps to - internationalisation (or i18n) of a utility. - - This package is only meant to be used by xbps-src, don't install it manually." +short_desc="Internationalized Message Handling tools -- for xbps-src use" +maintainer="Juan RP " +distfiles="http://ftp.gnu.org/pub/gnu/gettext/gettext-$version.tar.gz" +checksum=516a6370b3b3f46e2fc5a5e222ff5ecd76f3089bc956a7587a6e4f89de17714c bootstrap=yes conflicts="gettext>=0"