Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (a4de92b40926e871c3f1ef595d43fef594e35aef)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Vlad Glagolev <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (a4de92b40926e871c3f1ef595d43fef594e35aef)
  • Date: Sun, 31 Aug 2008 10:32:50 -0500

GIT changes to master grimoire by Vlad Glagolev <stealth AT sourcemage.org>:

dev/null |binary
gnome2-libs/libgsf/DEPENDS | 56
+++++++++++++--------------
gnome2-libs/libgsf/DETAILS | 18 ++++----
gnome2-libs/libgsf/HISTORY | 5 +-
gnome2-libs/libgsf/libgsf-1.14.8.tar.bz2.sig | 0
gnome2-libs/libgsf/libgsf-1.14.9.tar.bz2.sig |binary
6 files changed, 41 insertions(+), 38 deletions(-)

New commits:
commit a4de92b40926e871c3f1ef595d43fef594e35aef
Author: Vlad Glagolev <stealth AT sourcemage.org>
Commit: Vlad Glagolev <stealth AT sourcemage.org>

libgsf: => 1.14.9, fixed deps, cleaned up

diff --git a/gnome2-libs/libgsf/DEPENDS b/gnome2-libs/libgsf/DEPENDS
index 0794c33..c3dbc35 100755
--- a/gnome2-libs/libgsf/DEPENDS
+++ b/gnome2-libs/libgsf/DEPENDS
@@ -1,33 +1,33 @@
-depends automake &&
-# one should be able to disable this, for now force depend
-depends gettext &&
-depends glib2 &&
-depends zlib &&
-depends libxml2 &&
-depends pkgconfig &&
-depends xml-parser-expat &&
+depends gettext &&
+depends glib2 &&
+depends zlib &&
+depends libxml2 &&
+depends pkgconfig &&
+depends xml-parser-expat &&

-optional_depends bzip2 \
- "--with-bz2" \
- "--without-bzip2" \
- "Build additional wrappers for BZ2" &&
+optional_depends bzip2 \
+ "--with-bz2" \
+ "--without-bz2" \
+ "build additional wrappers for BZ2" &&

-optional_depends gnome-vfs2 \
- "--with-gnome" \
- "--without-gnome" \
- "For gnome support" &&
+optional_depends gnome-vfs2 \
+ "--with-gnome-vfs" \
+ "--without-gnome-vfs" \
+ "build additional wrappers for GNOME-VFS" &&

-optional_depends python \
- "--with-python" \
- "--without-python" \
- "For python support" &&
+optional_depends pygtk2 \
+ "--with-python" \
+ "--without-python" \
+ "build with the python support" &&

-optional_depends pyorbit \
- "" \
- "" \
- "Enable ORBit2/python option" &&
+optional_depends libbonobo \
+ "--with-bonobo" \
+ "--without-bonobo" \
+ "for use of bonobo" &&

-optional_depends gtk-doc \
- "--enable-gtk-doc" \
- "--disable-gtk-doc" \
- "Build documentation with gtk-doc"
+optional_depends gtk-doc \
+ "--enable-gtk-doc" \
+ "--disable-gtk-doc" \
+ "build documentation with gtk-doc" &&
+
+optional_depends pyorbit "" "" "enable ORBit2/python option"
diff --git a/gnome2-libs/libgsf/DETAILS b/gnome2-libs/libgsf/DETAILS
index 66851e3..45dfdb4 100755
--- a/gnome2-libs/libgsf/DETAILS
+++ b/gnome2-libs/libgsf/DETAILS
@@ -1,19 +1,19 @@
SPELL=libgsf
- VERSION=1.14.8
+ VERSION=1.14.9
BRANCH=`echo $VERSION|cut -d . -f 1,2`
SOURCE=$SPELL-$VERSION.tar.bz2
-SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
+SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
SOURCE_URL[0]=$GNOME_URL/sources/$SPELL/$BRANCH/$SOURCE
- SOURCE_GPG="gurus.gpg:${SOURCE}.sig"
+ SOURCE_GPG=gurus.gpg:$SOURCE.sig
LICENSE[0]=GNU
WEB_SITE=http://www.gnome.org/projects/gnumeric
ENTERED=20020510
KEYWORDS="gnome2 libs"
- SHORT="libgsf is The GNOME Structured File library"
+ SHORT="GNOME Structured File library"
cat << EOF
-libgsf is The GNOME Structured File library. It is a replacement
-for libole2. A very simple i/o abstraction intended for use importing
-and exporting files. No monitoring, no inline modfication.
-Goal is to support various structured file formats coming from arbitrary
-sources to let us concentrate on parsing the content not the package.
+libgsf is the GNOME Structured File library. It is a replacement for libole2.
+A very simple i/o abstraction intended for use importing and exporting files.
+No monitoring, no inline modfication. Goal is to support various structured
+file formats coming from arbitrary sources to let us concentrate on parsing
+the content not the package.
EOF
diff --git a/gnome2-libs/libgsf/HISTORY b/gnome2-libs/libgsf/HISTORY
index a8a0b06..32f6d48 100644
--- a/gnome2-libs/libgsf/HISTORY
+++ b/gnome2-libs/libgsf/HISTORY
@@ -1,3 +1,7 @@
+2008-08-31 Vlad Glagolev <stealth AT sourcemage.org>
+ * DETAILS: updated spell to 1.14.9; fixed the descs, paths; cleaned up
+ * DEPENDS: added missing, fixed the flags, cleaned up
+
2008-07-13 Arjan Bouter <abouter AT sourcemage.org>
* DEPENDS: optionally depends on python but fails without the options

@@ -150,4 +154,3 @@

2002-10-05 Robin Cook <rcook AT wyrms.net>
* Spell Created
-
diff --git a/gnome2-libs/libgsf/libgsf-1.14.8.tar.bz2.sig
b/gnome2-libs/libgsf/libgsf-1.14.8.tar.bz2.sig
deleted file mode 100644
index 1334127..0000000
Binary files a/gnome2-libs/libgsf/libgsf-1.14.8.tar.bz2.sig and /dev/null
differ
diff --git a/gnome2-libs/libgsf/libgsf-1.14.9.tar.bz2.sig
b/gnome2-libs/libgsf/libgsf-1.14.9.tar.bz2.sig
new file mode 100644
index 0000000..6dedcdd
Binary files /dev/null and b/gnome2-libs/libgsf/libgsf-1.14.9.tar.bz2.sig
differ



  • [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (a4de92b40926e871c3f1ef595d43fef594e35aef), Vlad Glagolev, 08/31/2008

Archive powered by MHonArc 2.6.24.

Top of Page