[Lunar-commits] <moonbase> gettext: version bumped to 0.18.
Florin Braescu
florin at lunar-linux.org
Mon May 10 18:23:26 CEST 2010
commit 517067de27864028af5e7ceca8d359e771c377a1
Author: Florin Braescu <florin at lunar-linux.org>
Date: Mon May 10 19:23:26 2010 +0300
gettext: version bumped to 0.18.
Many new features and improvements for using gcc 4.4.x.
---
libs/gettext/BUILD | 20 ++++++++++++--------
libs/gettext/DETAILS | 10 +++++-----
2 files changed, 17 insertions(+), 13 deletions(-)
diff --git a/libs/gettext/BUILD b/libs/gettext/BUILD
index 91a8e1c..feae17c 100644
--- a/libs/gettext/BUILD
+++ b/libs/gettext/BUILD
@@ -1,13 +1,17 @@
(
- ./configure --build=$BUILD \
- --host=$BUILD \
- --prefix=/usr \
- --sysconfdir=/etc \
- --mandir=/usr/share/man \
- --infodir=/usr/share/info \
- --disable-csharp \
- --without-libintl-prefix \
+ if !( module_installed emacs ); then
+ OPTS+=" --without-emacs"
+ fi &&
+
+ ./configure --build=$BUILD \
+ --host=$BUILD \
+ --prefix=/usr \
+ --sysconfdir=/etc \
+ --mandir=/usr/share/man \
+ --infodir=/usr/share/info \
+ --disable-csharp \
+ --without-libintl-prefix \
$OPTS &&
default_make
diff --git a/libs/gettext/DETAILS b/libs/gettext/DETAILS
index ef2eb83..8b48268 100644
--- a/libs/gettext/DETAILS
+++ b/libs/gettext/DETAILS
@@ -1,12 +1,12 @@
MODULE=gettext
- VERSION=0.17
+ VERSION=0.18
SOURCE=$MODULE-$VERSION.tar.gz
- SOURCE_URL[0]=$GNU_URL/$MODULE/
- SOURCE_URL[1]=ftp://ftp.gnu.org/pub/gnu/$MODULE/
- SOURCE_VFY=sha1:c51803d9f745f6ace36bd09c0486d5735ce399cf
+ SOURCE_URL[0]=$GNU_URL/$MODULE
+ SOURCE_URL[1]=ftp://ftp.gnu.org/pub/gnu/$MODULE
+ SOURCE_VFY=sha1:de396ec6877a451427d8597197d18c2d4b8f1a26
WEB_SITE=http://www.gnu.org/software/gettext
ENTERED=20010922
- UPDATED=20071109
+ UPDATED=20100510
PSAFE="no"
SHORT="The GNU internationalisation library"
More information about the Lunar-commits
mailing list