[Lunar-commits] <moonbase-gnome> Merge branch 'master' of github.com:lunar-linux/moonbase-gnome
Florin Braescu
florin at lunar-linux.org
Sun Mar 3 18:25:45 CET 2013
commit d33ecd825a414230386be897caa48da27e0d3b69
Author: Florin Braescu <florin at lunar-linux.org>
Date: Sun, 03 Mar 2013 09:25:45 -0800
URL: https://github.com/lunar-linux/moonbase-gnome/commit/d33ecd825a414230386be897caa48da27e0d3b69
Merge branch 'master' of github.com:lunar-linux/moonbase-gnome
---
apps/abiword/BUILD | +0/-13
apps/abiword/CONFIGURE | +0/-1
apps/abiword/DEPENDS | +0/-11
apps/abiword/DETAILS | +0/-14
apps/gnumeric/BUILD | +0/-7
apps/gnumeric/DEPENDS | +0/-29
apps/gnumeric/DETAILS | +0/-20
core/gtk-engines2/BUILD | +0/-15
core/gtk-engines2/DEPENDS | +0/-1
core/gtk-engines2/DETAILS | +0/-15
desktop/gnome-doc-utils/BUILD | +0/-12
desktop/gnome-doc-utils/DEPENDS | +0/-2
desktop/gnome-doc-utils/DETAILS | +0/-18
desktop/goffice/BUILD | +0/-7
desktop/goffice/DEPENDS | +0/-2
desktop/goffice/DETAILS | +0/-19
desktop/libgsf/BUILD | +0/-6
desktop/libgsf/DEPENDS | +0/-19
desktop/libgsf/DETAILS | +0/-15
desktop/libsoup/BUILD | +0/-11
desktop/libsoup/CONFIGURE | +0/-1
desktop/libsoup/DEPENDS | +0/-8
desktop/libsoup/DETAILS | +0/-19
23 files changed, 265 deletions(-)
--- a/apps/abiword/BUILD
+++ /dev/null
@@ -1,13 +0,0 @@
-(
-
- # build fixes for jpeg 9 and glib2
- sedit "27 i typedef int boolean;\n#define HAVE_BOOLEAN" src/af/util/xp/ut_jpeg.cpp &&
- sedit "s:# *include <glib/[^>]*>:#include <glib.h>:" src/af/util/xp/ut_go_file.h goffice-bits/goffice/app/goffice-app.h &&
-
- sedit "s:--no-undefined:-no-undefined:" src/Makefile.in &&
-
- OPTS+=" --disable-static" &&
-
- default_build
-
-) > $C_FIFO 2>&1
--- a/apps/abiword/CONFIGURE
+++ /dev/null
@@ -1 +0,0 @@
-mquery PLUGINS "Build all plugins supported by your setup?" y "--enable-plugins" "--disable-plugins"
--- a/apps/abiword/DEPENDS
+++ /dev/null
@@ -1,11 +0,0 @@
-depends fribidi
-depends wv
-depends boost
-depends cairo
-depends gtk+-2
-depends librsvg
-
-optional_depends "goffice" "--with-goffice" "--without-goffice" "use system goffice library"
-optional_depends "enchant" "" "--disable-spell" "enable spell-checking"
-
-optional_depends "gtkmathview" "" "" "for built-in formula editor(say yes to plugins)"
--- a/apps/abiword/DETAILS
+++ /dev/null
@@ -1,14 +0,0 @@
- MODULE=abiword
- VERSION=2.8.6
- SOURCE=$MODULE-$VERSION.tar.gz
- SOURCE_URL=http://www.abisource.com/downloads/$MODULE/$VERSION/source
- SOURCE_VFY=sha1:998f69d038000b3fc027d4259548f02d67c8d0df
- WEB_SITE=http://www.abisource.com
- ENTERED=20011224
- UPDATED=20100614
- SHORT="A full-featured, yet light and fast word processor"
-
-cat << EOF
-Abiword is a free word processing program similar to Microsoft Word.
-It is suitable for typing papers, letter, reports, memos and so forth.
-EOF
--- a/apps/gnumeric/BUILD
+++ /dev/null
@@ -1,7 +0,0 @@
-(
-
- sedit "s:libgsf-gnome:libgsf:" configure &&
-
- default_build
-
-) > $C_FIFO 2>&1
--- a/apps/gnumeric/DEPENDS
+++ /dev/null
@@ -1,29 +0,0 @@
-depends goffice
-
-optional_depends libgnomedb "" "" "enable gnome-db for gnumeric"
-optional_depends scrollkeeper "" "--without-gnome" "enable cataloging system"
-
-optional_depends "pygtk" \
- "--with-python" \
- "--without-python" \
- "compile the Python plugin loader"
-
-optional_depends "perl" \
- "--with-perl" \
- "--without-perl" \
- "compile the Perl plugin loader"
-
-optional_depends "libgda" \
- "--with-gda" \
- "--without-gda" \
- "compile the Gnome Database Access plugin"
-
-optional_depends "psiconv" \
- "--with-psiconv" \
- "--without-psiconv" \
- "compile with Psiconv support"
-
-optional_depends "libgnomeui" \
- "--with-gnome" \
- "--without-gnome" \
- "compile with gnome support"
--- a/apps/gnumeric/DETAILS
+++ /dev/null
@@ -1,20 +0,0 @@
- MODULE=gnumeric
- MAJOR=1.10
- VERSION=$MAJOR.17
- SOURCE=$MODULE-$VERSION.tar.bz2
- SOURCE_URL=$GNOME_URL/sources/$MODULE/$MAJOR
- SOURCE_VFY=sha1:8a59a369bfe232c3f13f0467513182e190d36661
- WEB_SITE=http://www.gnumeric.org
- ENTERED=20021224
- UPDATED=20110801
- SHORT="The GNOME spreadsheet application"
-
-cat << EOF
-Gnumeric is a powerful spreadsheet application that interoperates well
-with other spreadsheets. It comes with plugins that enable it to deal
-with commonly-used spreadsheet file formats. Gnumeric is intended to
-be a drop-in replacement for commercial spreadsheets.
-Gnumeric will import your existing Excel, 1-2-3, Applix, Sylk, XBase
-and Oleo files. Gnumeric can export to LaTeX 2e (.tex), TROFF (.me)
-and HTML as well.
-EOF
--- a/core/gtk-engines2/BUILD
+++ /dev/null
@@ -1,15 +0,0 @@
-(
-
- # the following sedit rule is needed to compile with
- # current glib-2 -- wdp
- sedit "s:#include <glib/gtimer.h>:#include <glib.h>:" engines/clearlooks/src/animation.c &&
-
- # Adds in support for Clearlooks animation (still needs to be
- # activated by the user in the grkrc file) and enables the
- # lua based scritping engine (uses an internal version of lua,
- # no outside depends needed)
- OPTS+=" --enable-animation --enable-lua"
-
- default_build
-
-) > $C_FIFO 2>&1
--- a/core/gtk-engines2/DEPENDS
+++ /dev/null
@@ -1 +0,0 @@
-depends gtk+-2
--- a/core/gtk-engines2/DETAILS
+++ /dev/null
@@ -1,15 +0,0 @@
- MODULE=gtk-engines2
- MAJOR=2.20
- VERSION=$MAJOR.2
- SOURCE=gtk-engines-$VERSION.tar.bz2
-SOURCE_DIRECTORY=$BUILD_DIRECTORY/gtk-engines-$VERSION
- SOURCE_URL=$GNOME_URL/sources/gtk-engines/$MAJOR
- SOURCE_VFY=sha1:574c7577d70eaacecd2ffa14e288ef88fdcb6c2a
- WEB_SITE=http://www.gtk.org
- ENTERED=20020714
- UPDATED=20101229
- SHORT="Theme engines for GTK+-2"
-
-cat << EOF
-Standard theme engines and themes for GTK+-2.0.
-EOF
--- a/desktop/gnome-doc-utils/BUILD
+++ /dev/null
@@ -1,12 +0,0 @@
-(
-
- ./configure --prefix=${GNOME210_PREFIX:-/usr} \
- --build=$BUILD \
- --sysconfdir=/etc \
- --localstatedir=/var \
- --infodir=${GNOME210_PREFIX:-/usr}/share/info \
- --mandir=${GNOME210_PREFIX:-/usr}/share/man \
- $OPTS &&
- default_make
-
-) > $C_FIFO 2>&1
--- a/desktop/gnome-doc-utils/DEPENDS
+++ /dev/null
@@ -1,2 +0,0 @@
-depends scrollkeeper
-depends PyXML
--- a/desktop/gnome-doc-utils/DETAILS
+++ /dev/null
@@ -1,18 +0,0 @@
- MODULE=gnome-doc-utils
- MAJOR=0.20
- VERSION=$MAJOR.6
- SOURCE=$MODULE-$VERSION.tar.bz2
- SOURCE_URL=$GNOME_URL/sources/$MODULE/$MAJOR
- SOURCE_VFY=sha1:c11dda3cff4248a6918cfaf0d7b892fc20bf329e
- WEB_SITE=http://www.gnome.org
- ENTERED=20050315
- UPDATED=20111118
- SHORT="Documentation utilities for the GNOME project"
-
-cat << EOF
-gnome-doc-utils is a collection of documentation utilities for the
-GNOME project. Notably, it contains utilities for building
-documentation and all auxiliary files in your source tree, and it
-contains the DocBook XSLT stylesheets that were once distributed with
-Yelp.
-EOF
--- a/desktop/goffice/BUILD
+++ /dev/null
@@ -1,7 +0,0 @@
-(
- # see https://bugzilla.gnome.org/show_bug.cgi?id=670316
- sed -e 's:glib/gregex.h:glib.h:' -i configure &&
-
- default_build
-
-) > $C_FIFO 2>&1
--- a/desktop/goffice/DEPENDS
+++ /dev/null
@@ -1,2 +0,0 @@
-depends libgsf
-depends libglade
--- a/desktop/goffice/DETAILS
+++ /dev/null
@@ -1,19 +0,0 @@
- MODULE=goffice
- MAJOR=0.8
- VERSION=$MAJOR.17
- SOURCE=$MODULE-$VERSION.tar.bz2
- SOURCE_URL=$GNOME_URL/sources/$MODULE/$MAJOR
- SOURCE_VFY=sha1:0c8f578f30746b92f37bd8e6eb13dbbaaa124278
- WEB_SITE=www.gnome.org
- ENTERED=20071104
- UPDATED=20120803
- SHORT="A glib/gtk set of document centric objects and utilities"
-
-cat << EOF
-GOffice provides some added capabilities for abiword and gnumeric2 and gnucash.
-There are common operations for document centric applications that are
-conceptually simple, but complex to implement fully.
- - plugins
- - load/save documents
- - undo/redo
-EOF
--- a/desktop/libgsf/BUILD
+++ /dev/null
@@ -1,6 +0,0 @@
-(
-
- OPTS+=" --disable-gtk-doc" &&
- default_build
-
-) > $C_FIFO 2>&1
--- a/desktop/libgsf/DEPENDS
+++ /dev/null
@@ -1,19 +0,0 @@
-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"
-
--- a/desktop/libgsf/DETAILS
+++ /dev/null
@@ -1,15 +0,0 @@
- 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
--- a/desktop/libsoup/BUILD
+++ /dev/null
@@ -1,11 +0,0 @@
-(
-
- OPTS+=" --disable-static --disable-tls-check" &&
-
- if [ "`get_module_config DOCS`" = "n" ] ; then
- sedit "s/SUBDIRS = libsoup tests docs/SUBDIRS = libsoup tests/g" Makefile.in
- fi &&
-
- default_build
-
-) > $C_FIFO 2>&1
--- a/desktop/libsoup/CONFIGURE
+++ /dev/null
@@ -1 +0,0 @@
-mquery DOCS "Build docs?" n
--- a/desktop/libsoup/DEPENDS
+++ /dev/null
@@ -1,8 +0,0 @@
-depends glib-2
-depends libxml2
-depends sqlite
-
-optional_depends "libproxy" "" "" "for libproxy support"
-optional_depends "GConf" "" "--without-gnome" "for gnome support"
-optional_depends "libgnome-keyring" "" "--without-gnome" "for gnome support"
-optional_depends "gobject-introspection" "--enable-introspection" "--disable-introspection" "for gobject introspection"
--- a/desktop/libsoup/DETAILS
+++ /dev/null
@@ -1,19 +0,0 @@
- MODULE=libsoup
- MAJOR=2.38
- VERSION=$MAJOR.1
- SOURCE=$MODULE-$VERSION.tar.xz
- SOURCE_URL=$GNOME_URL/sources/$MODULE/$MAJOR
- SOURCE_VFY=sha1:8418440ff59917dee2e5618965cf8683b61258bf
- WEB_SITE=http://www.gnome.org
- ENTERED=20030413
- UPDATED=20120502
- PSAFE=no
- SHORT="a SOAP implementation in C"
-
-cat << EOF
-Soup is a SOAP (Simple Object Access Protocol) implementation in C.
-It provides an queued asynchronous callback-based mechanism for sending and
-servicing SOAP requests, and a WSDL (Web Service Definition Language) to C
-compiler which generates client stubs and server skeletons for easily calling
-and implementing SOAP methods.
-EOF
More information about the Lunar-commits
mailing list