From cb96a1384da60a8aee12f7f22533e5cb688e03fb Mon Sep 17 00:00:00 2001 From: Alessio Sergi Date: Sat, 27 Dec 2014 11:11:05 +0100 Subject: [PATCH] gettext: update to 0.19.4 --- common/shlibs | 4 ++-- srcpkgs/gettext/template | 13 ++++++------- 2 files changed, 8 insertions(+), 9 deletions(-) diff --git a/common/shlibs b/common/shlibs index 1e2e6a95dcb..78e3f7c6653 100644 --- a/common/shlibs +++ b/common/shlibs @@ -180,8 +180,8 @@ libgdbm.so.4 gdbm-1.10_1_1 libgdbm_compat.so.4 gdbm-1.10_1_1 libintl.so.8 gettext-libs-0.19.2_1 libgnuintl.so.8 gettext-libs-0.19.2_1 -libgettextsrc-0.19.3.so gettext-libs-0.19.3_1 -libgettextlib-0.19.3.so gettext-libs-0.19.3_1 +libgettextsrc-0.19.4.so gettext-libs-0.19.4_1 +libgettextlib-0.19.4.so gettext-libs-0.19.4_1 libgettextpo.so.0 gettext-libs-0.17_1 libattr.so.1 attr-2.4.43_1 libacl.so.1 acl-2.2.47_1 diff --git a/srcpkgs/gettext/template b/srcpkgs/gettext/template index 8f462334891..2aeac48bd2f 100644 --- a/srcpkgs/gettext/template +++ b/srcpkgs/gettext/template @@ -1,6 +1,6 @@ -# Template build file for 'gettext'. +# Template file for 'gettext' pkgname=gettext -version=0.19.3 +version=0.19.4 revision=1 build_style=gnu-configure configure_args="--disable-java --disable-native-java --disable-csharp @@ -13,13 +13,12 @@ maintainer="Juan RP " homepage="http://www.gnu.org/software/gettext/" license="GPL-3" distfiles="http://ftp.gnu.org/pub/gnu/${pkgname}/${pkgname}-${version}.tar.gz" -checksum=93952d505a3d3b1ec10c69d340c7d438b1f9c332710d583981c0608be3eeb3f6 +checksum=8ac9f1ed1a5f8c4e656a2f37f5ba6b9ee04c4df79a575e876b0b6946aa417f3f if [ "$CROSS_BUILD" ]; then hostmakedepends="automake libtool git" pre_configure() { - NOCONFIGURE=1 ./autogen.sh - libtoolize -f + autoreconf -fi } fi @@ -28,7 +27,7 @@ gettext-devel_package() { short_desc+=" - development files" pkg_install() { vmove usr/include - vmove "usr/lib/*.a" + vmove usr/lib/*.a vmove usr/share/doc/gettext vmove usr/share/aclocal vmove usr/share/gettext @@ -37,6 +36,6 @@ gettext-devel_package() { gettext-libs_package() { short_desc+=" - shared libraries" pkg_install() { - vmove "usr/lib/*.so*" + vmove usr/lib/*.so* } }