[Lunar-commits] <moonbase> libgsf: move it to gnome2/desktop dir.
Florin Braescu
florin at lunar-linux.org
Sat May 8 22:03:32 CEST 2010
commit 84ba41e8a6884c314756669b185c017ef839995c
Author: Florin Braescu <florin at lunar-linux.org>
Date: Sat May 8 23:03:32 2010 +0300
libgsf: move it to gnome2/desktop dir.
---
gnome2/desktop/libgsf/BUILD | 14 ++++++++++++++
gnome2/desktop/libgsf/DEPENDS | 18 ++++++++++++++++++
gnome2/desktop/libgsf/DETAILS | 16 ++++++++++++++++
libs/libgsf/BUILD | 14 --------------
libs/libgsf/DEPENDS | 18 ------------------
libs/libgsf/DETAILS | 16 ----------------
6 files changed, 48 insertions(+), 48 deletions(-)
diff --git a/gnome2/desktop/libgsf/BUILD b/gnome2/desktop/libgsf/BUILD
new file mode 100644
index 0000000..22e51c1
--- /dev/null
+++ b/gnome2/desktop/libgsf/BUILD
@@ -0,0 +1,14 @@
+(
+
+ ./configure --prefix=${GNOME210_PREFIX:-/usr} \
+ --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/gnome2/desktop/libgsf/DEPENDS b/gnome2/desktop/libgsf/DEPENDS
new file mode 100644
index 0000000..c228211
--- /dev/null
+++ b/gnome2/desktop/libgsf/DEPENDS
@@ -0,0 +1,18 @@
+depends glib-2
+depends libxml2
+
+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"
+
diff --git a/gnome2/desktop/libgsf/DETAILS b/gnome2/desktop/libgsf/DETAILS
new file mode 100644
index 0000000..90f613a
--- /dev/null
+++ b/gnome2/desktop/libgsf/DETAILS
@@ -0,0 +1,16 @@
+ MODULE=libgsf
+ MAJOR=1.14
+ VERSION=$MAJOR.18
+ SOURCE=$MODULE-$VERSION.tar.bz2
+ SOURCE_URL=$GNOME_URL/sources/$MODULE/$MAJOR
+ SOURCE_VFY=sha1:149920a6949c65d3a71bead773395935b6aa03a8
+ WEB_SITE=http://www.gnome.org
+ ENTERED=20021118
+ UPDATED=20100508
+ 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
diff --git a/libs/libgsf/BUILD b/libs/libgsf/BUILD
deleted file mode 100644
index 22e51c1..0000000
--- a/libs/libgsf/BUILD
+++ /dev/null
@@ -1,14 +0,0 @@
-(
-
- ./configure --prefix=${GNOME210_PREFIX:-/usr} \
- --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
deleted file mode 100644
index c228211..0000000
--- a/libs/libgsf/DEPENDS
+++ /dev/null
@@ -1,18 +0,0 @@
-depends glib-2
-depends libxml2
-
-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"
-
diff --git a/libs/libgsf/DETAILS b/libs/libgsf/DETAILS
deleted file mode 100644
index 90f613a..0000000
--- a/libs/libgsf/DETAILS
+++ /dev/null
@@ -1,16 +0,0 @@
- MODULE=libgsf
- MAJOR=1.14
- VERSION=$MAJOR.18
- SOURCE=$MODULE-$VERSION.tar.bz2
- SOURCE_URL=$GNOME_URL/sources/$MODULE/$MAJOR
- SOURCE_VFY=sha1:149920a6949c65d3a71bead773395935b6aa03a8
- WEB_SITE=http://www.gnome.org
- ENTERED=20021118
- UPDATED=20100508
- 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