[Lunar-commits] <moonbase-gnome> abiword: cleanup and fix
v4hn
me at v4hn.de
Thu Aug 2 18:15:24 CEST 2012
commit 89f7f5a349031bdc2ec964b7b4b508d6fbbef06f
Author: v4hn <me at v4hn.de>
Date: Thu, 02 Aug 2012 09:15:24 -0700
URL: https://github.com/lunar-linux/moonbase-gnome/commit/89f7f5a349031bdc2ec964b7b4b508d6fbbef06f
abiword: cleanup and fix
---
apps/abiword/BUILD +4/-0
apps/abiword/CONFIGURE +1/-0
apps/abiword/DEPENDS +3/-3
3 files changed, 8 insertions (+), 3 deletions (-)
--- a/apps/abiword/BUILD
+++ b/apps/abiword/BUILD
@@ -1,5 +1,9 @@
(
+ 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
--- /dev/null
+++ b/apps/abiword/CONFIGURE
@@ -0,0 +1 @@
+mquery PLUGINS "Build all plugins supported by your setup?" y "--enable-plugins" "--disable-plugins"
--- a/apps/abiword/DEPENDS
+++ b/apps/abiword/DEPENDS
@@ -1,11 +1,11 @@
depends fribidi
depends wv
depends boost
-depends goffice
depends cairo
depends gtk+-2
depends librsvg
-optional_depends "gucharmap" "" "" "enable character map for abiword"
-optional_depends "gtkmathview" "" "" "enable a built-in formula editor"
+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)"
More information about the Lunar-commits
mailing list