[Lunar-commits] <moonbase> libgsf: version bumped to 1.14.18.
Florin Braescu
florin at lunar-linux.org
Sat May 8 22:02:30 CEST 2010
commit 018c39569db2d53b82cf5f8980a6fe7fac311b12
Author: Florin Braescu <florin at lunar-linux.org>
Date: Sat May 8 23:02:30 2010 +0300
libgsf: version bumped to 1.14.18.
Bugfix release.
---
libs/libgsf/BUILD | 19 +++++++++----------
libs/libgsf/DEPENDS | 18 +++++++++++++-----
libs/libgsf/DETAILS | 10 +++++-----
3 files changed, 27 insertions(+), 20 deletions(-)
diff --git a/libs/libgsf/BUILD b/libs/libgsf/BUILD
index f5876aa..22e51c1 100644
--- a/libs/libgsf/BUILD
+++ b/libs/libgsf/BUILD
@@ -1,15 +1,14 @@
(
-
+
./configure --prefix=${GNOME210_PREFIX:-/usr} \
- --build=$BUILD \
- --sysconfdir=/etc \
- --localstatedir=/var \
- --infodir=${GNOME210_PREFIX:-/usr}/share/info \
- --mandir=${GNOME210_PREFIX:-/usr}/share/man \
- --enable-svgz \
- --disable-gtk-doc \
- $OPTS &&
+ --build=$BUILD \
+ --sysconfdir=/etc \
+ --localstatedir=/var \
+ --enable-svgz \
+ --disable-gtk-doc \
+ --infodir=${GNOME210_PREFIX:-/usr}/share/info \
+ --mandir=${GNOME210_PREFIX:-/usr}/share/man \
+ $OPTS &&
default_make
-
) > $C_FIFO 2>&1
diff --git a/libs/libgsf/DEPENDS b/libs/libgsf/DEPENDS
index c0a6993..c228211 100644
--- a/libs/libgsf/DEPENDS
+++ b/libs/libgsf/DEPENDS
@@ -1,10 +1,18 @@
-depends glib-2 &&
-depends libxml2 &&
+depends glib-2
+depends libxml2
-optional_depends "pygtk" "" "--without-python" \
+optional_depends "pygtk" \
+ "" \
+ "--without-python" \
"for Python gsf support"
-optional_depends "gnome-vfs" "" "--without-gnome-vfs --without-bonobo" \
+
+optional_depends "gnome-vfs" \
+ "" \
+ "--without-gnome-vfs --without-bonobo" \
"for gnome vfs support"
-optional_depends "libbonobo" "" "--without-bonobo" \
+
+optional_depends "libbonobo" \
+ "" \
+ "--without-bonobo" \
"for bonobo support"
diff --git a/libs/libgsf/DETAILS b/libs/libgsf/DETAILS
index 7cd2386..90f613a 100644
--- a/libs/libgsf/DETAILS
+++ b/libs/libgsf/DETAILS
@@ -1,12 +1,12 @@
MODULE=libgsf
MAJOR=1.14
- VERSION=1.14.17
+ VERSION=$MAJOR.18
SOURCE=$MODULE-$VERSION.tar.bz2
- SOURCE_URL=$GNOME_URL/sources/$MODULE/$MAJOR/
- SOURCE_VFY=sha1:a1ea6d5e02b7f68cdc61977ec8eaf169e3b8abaf
- WEB_SITE=http://www.gnome.org/
+ SOURCE_URL=$GNOME_URL/sources/$MODULE/$MAJOR
+ SOURCE_VFY=sha1:149920a6949c65d3a71bead773395935b6aa03a8
+ WEB_SITE=http://www.gnome.org
ENTERED=20021118
- UPDATED=20100221
+ UPDATED=20100508
SHORT="Provides an API to access OLE2 streams"
cat << EOF
More information about the Lunar-commits
mailing list