[Lunar-commits] <moonbase-gnome3> libgsf introduce and bump version

v4hn me at v4hn.de
Wed Feb 20 02:11:19 CET 2013


commit cd1cd272a1f699bf8aa7047904692272a2cd0f9c
Author: v4hn <me at v4hn.de>
Date: Tue, 19 Feb 2013 17:11:19 -0800
URL: https://github.com/lunar-linux/moonbase-gnome3/commit/cd1cd272a1f699bf8aa7047904692272a2cd0f9c

libgsf introduce and bump version
---
  libs/libgsf/BUILD   | +3/-0     
  libs/libgsf/DEPENDS | +14/-0    
  libs/libgsf/DETAILS | +15/-0    
  3 files changed, 32 insertions(+)

--- /dev/null
+++ b/libs/libgsf/BUILD
@@ -0,0 +1,3 @@
+OPTS+=" --disable-gtk-doc" &&
+
+default_build
--- /dev/null
+++ b/libs/libgsf/DEPENDS
@@ -0,0 +1,14 @@
+depends  glib-2
+depends  zlib
+depends  libxml2
+#depends  XML-Parser
+
+optional_depends  "gdk-pixbuf" \
+                  "--with-gdk-pixbuf" \
+		  "--without-gdk-pixbuf" \
+		  "use gdk thumbnails"
+
+optional_depends  "pygtk"  \
+                  ""       \
+                  "--without-python"  \
+                  "for Python gsf support"
--- /dev/null
+++ b/libs/libgsf/DETAILS
@@ -0,0 +1,15 @@
+          MODULE=libgsf
+         VERSION=1.14.25
+          SOURCE=$MODULE-$VERSION.tar.xz
+      SOURCE_URL=$GNOME_URL/sources/$MODULE/${VERSION%.*}
+      SOURCE_VFY=sha1:f71130a5dcd1081dd1e0dfc49902a1db473cce0d
+        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