[Lunar-commits] <moonbase-gnome> Revert "abiword: it is in gnome3 now."
Florin Braescu
florin at lunar-linux.org
Sun Mar 3 18:42:19 CET 2013
commit 5bbe4f0f9b39c17a51372b90c33372656f9ef5b7
Author: Florin Braescu <florin at lunar-linux.org>
Date: Sun, 03 Mar 2013 09:42:19 -0800
URL: https://github.com/lunar-linux/moonbase-gnome/commit/5bbe4f0f9b39c17a51372b90c33372656f9ef5b7
Revert "abiword: it is in gnome3 now."
This reverts commit a0473613b7f174f66970bea8dfffaec8865c5c02.
---
apps/abiword/BUILD | +13/-0
apps/abiword/CONFIGURE | +1/-0
apps/abiword/DEPENDS | +11/-0
apps/abiword/DETAILS | +14/-0
4 files changed, 39 insertions(+)
--- /dev/null
+++ b/apps/abiword/BUILD
@@ -0,0 +1,13 @@
+(
+
+ # 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
--- /dev/null
+++ b/apps/abiword/CONFIGURE
@@ -0,0 +1 @@
+mquery PLUGINS "Build all plugins supported by your setup?" y "--enable-plugins" "--disable-plugins"
--- /dev/null
+++ b/apps/abiword/DEPENDS
@@ -0,0 +1,11 @@
+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)"
--- /dev/null
+++ b/apps/abiword/DETAILS
@@ -0,0 +1,14 @@
+ 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
More information about the Lunar-commits
mailing list