Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Sukneet Basuta (a125405196d14a3daa27c8e9f4e8ab8197d27212)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Sukneet Basuta <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Sukneet Basuta (a125405196d14a3daa27c8e9f4e8ab8197d27212)
  • Date: Sun, 14 Mar 2010 04:03:40 -0500

GIT changes to master grimoire by Sukneet Basuta <sukneet AT sourcemage.org>:

gnome2-apps/abiword/CONFIGURE | 6 +++++-
gnome2-apps/abiword/HISTORY | 3 +++
2 files changed, 8 insertions(+), 1 deletion(-)

New commits:
commit a125405196d14a3daa27c8e9f4e8ab8197d27212
Author: Sukneet Basuta <sukneet AT sourcemage.org>
Commit: Sukneet Basuta <sukneet AT sourcemage.org>

abidword: added configure option to compile plugins

diff --git a/gnome2-apps/abiword/CONFIGURE b/gnome2-apps/abiword/CONFIGURE
index 63a3d48..d3dc7fd 100755
--- a/gnome2-apps/abiword/CONFIGURE
+++ b/gnome2-apps/abiword/CONFIGURE
@@ -4,4 +4,8 @@ config_query_option ABIWORD_OPTS "Install clipart?" n \

config_query_option ABIWORD_OPTS "Install additional templates?" n \
"--enable-templates" \
- "--disable-templates"
+ "--disable-templates" &&
+
+config_query_option ABIWORD_OPTS "Install additional plugins?" y \
+ "--enable-plugins" \
+ "--disable-plugins"
diff --git a/gnome2-apps/abiword/HISTORY b/gnome2-apps/abiword/HISTORY
index 66eb320..55f336b 100644
--- a/gnome2-apps/abiword/HISTORY
+++ b/gnome2-apps/abiword/HISTORY
@@ -1,3 +1,6 @@
+2010-03-09 Sukneet Basuta <sukneet AT sourcemage.org>
+ * CONFIGURE: added configure option to build plugins
+
2010-02-13 Vlad Glagolev <stealth AT sourcemage.org>
* DETAILS: updated spell to 2.8.2
* DEPENDS: removed unneeded gucharmap dependency



  • [SM-Commit] GIT changes to master grimoire by Sukneet Basuta (a125405196d14a3daa27c8e9f4e8ab8197d27212), Sukneet Basuta, 03/14/2010

Archive powered by MHonArc 2.6.24.

Top of Page