[Lunar-commits] <moonbase-gnome> Revert "libgsf: remove it from here. It is in gnome3 now."
Florin Braescu
florin at lunar-linux.org
Sun Mar 3 18:27:20 CET 2013
commit a8549d0db9890844527bd27b2e4b727fba43b0cd
Author: Florin Braescu <florin at lunar-linux.org>
Date: Sun, 03 Mar 2013 09:27:20 -0800
URL: https://github.com/lunar-linux/moonbase-gnome/commit/a8549d0db9890844527bd27b2e4b727fba43b0cd
Revert "libgsf: remove it from here. It is in gnome3 now."
This reverts commit d43e074e869abe43f599bde33a9c802f1dd5dc4d.
---
desktop/libgsf/BUILD | +6/-0
desktop/libgsf/DEPENDS | +19/-0
desktop/libgsf/DETAILS | +15/-0
3 files changed, 40 insertions(+)
--- /dev/null
+++ b/desktop/libgsf/BUILD
@@ -0,0 +1,6 @@
+(
+
+ OPTS+=" --disable-gtk-doc" &&
+ default_build
+
+) > $C_FIFO 2>&1
--- /dev/null
+++ b/desktop/libgsf/DEPENDS
@@ -0,0 +1,19 @@
+depends glib-2
+depends libxml2
+depends XML-Parser
+
+optional_depends "pygtk" \
+ "" \
+ "--without-python" \
+ "for Python gsf support"
+
+optional_depends "gnome-vfs" \
+ "" \
+ "--without-gnome-vfs --without-bonobo" \
+ "for gnome vfs support"
+
+optional_depends "libbonobo" \
+ "" \
+ "--without-bonobo" \
+ "for bonobo support"
+
--- /dev/null
+++ b/desktop/libgsf/DETAILS
@@ -0,0 +1,15 @@
+ MODULE=libgsf
+ VERSION=1.14.23
+ SOURCE=$MODULE-$VERSION.tar.xz
+ SOURCE_URL=$GNOME_URL/sources/$MODULE/${VERSION%.*}
+ SOURCE_VFY=sha1:4f19933342b2d42246200e3522b0797a032fdf19
+ WEB_SITE=http://www.gnome.org
+ ENTERED=20021118
+ UPDATED=20130111
+ SHORT="Provides an API to access OLE2 streams"
+
+cat << EOF
+libgsf provides an API to access OLE2 streams as used by Microsoft
+in their compound files. Such common file formats as Excel, Word,
+Powerpoint, and Visio use this system.
+EOF
More information about the Lunar-commits
mailing list