[Lunar-commits] <moonbase> glib-2: version bump and no static libs
Duncan Gibson
engelsman at lunar-linux.org
Fri Mar 18 20:15:48 CET 2011
commit 90c9ed63b26e3f56161666053e22a168751f978a
Author: Christian Krause <kizkizzbangbang at googlemail.com>
Date: Fri Mar 18 20:15:48 2011 +0100
glib-2: version bump and no static libs
---
libs/glib-2/BUILD | 2 +-
libs/glib-2/DETAILS | 6 +++---
2 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/libs/glib-2/BUILD b/libs/glib-2/BUILD
index 9c33cc8..8560069 100644
--- a/libs/glib-2/BUILD
+++ b/libs/glib-2/BUILD
@@ -2,7 +2,7 @@
# Do not remove --enable-debug=minimum, it will break some common
# API functions if debug is entirely disabled
- export OPTS+=" --enable-static --enable-shared --enable-debug=minimum" &&
+ export OPTS+=" --disable-static --enable-shared --enable-debug=minimum" &&
default_build
) > $C_FIFO 2>&1
diff --git a/libs/glib-2/DETAILS b/libs/glib-2/DETAILS
index dccdf8f..6777b3e 100644
--- a/libs/glib-2/DETAILS
+++ b/libs/glib-2/DETAILS
@@ -1,14 +1,14 @@
MODULE=glib-2
MAJOR=2.28
- VERSION=28.2
+ VERSION=28.3
SOURCE=$MODULE.$VERSION.tar.bz2
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE.$VERSION
SOURCE_URL[0]=$GNOME_URL/sources/glib/$MAJOR
SOURCE_URL[1]=ftp://ftp.gtk.org/pub/glib/$MAJOR
- SOURCE_VFY=sha1:a15cb7caedde819ec74bd8b5cdf31f7372e5fd14
+ SOURCE_VFY=sha1:77d070832ac35e4b0d3b8edd8e1b4b96ee509d3b
WEB_SITE=http://www.gtk.org
ENTERED=20020313
- UPDATED=20110307
+ UPDATED=20110316
SHORT="A library of useful C routines for trees, hashes, and lists"
cat << EOF
More information about the Lunar-commits
mailing list