Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Arjan Bouter (9367e2a5df83d91c952eeee2bdeb695c04805890)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Arjan Bouter <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Arjan Bouter (9367e2a5df83d91c952eeee2bdeb695c04805890)
  • Date: Sun, 10 Apr 2011 17:57:08 -0500

GIT changes to master grimoire by Arjan Bouter <abouter AT sourcemage.org>:

gnome2-apps/abiword/DEPENDS | 29 ++++++++++++++++++++++++++++-
gnome2-apps/abiword/HISTORY | 3 +++
2 files changed, 31 insertions(+), 1 deletion(-)

New commits:
commit 9367e2a5df83d91c952eeee2bdeb695c04805890
Author: Arjan Bouter <abouter AT sourcemage.org>
Commit: Arjan Bouter <abouter AT sourcemage.org>

abiword: added SOME of the missing deps for the plugins.

diff --git a/gnome2-apps/abiword/DEPENDS b/gnome2-apps/abiword/DEPENDS
index 5ff1e6d..aa4a6fc 100755
--- a/gnome2-apps/abiword/DEPENDS
+++ b/gnome2-apps/abiword/DEPENDS
@@ -33,4 +33,31 @@ optional_depends gnome-vfs2 \
optional_depends enchant \
"--enable-spell" \
"--disable-spell" \
- "for spell checking support"
+ "for spell checking support" &&
+optional_depends asio '--enable-collab-backend-tcp' \
+ '--disable-collab-backend-tcp' \
+ 'for the tcp collaboration plugin' &&
+optional_depends empathy '--enable-collab-backend-telepathy' \
+ '--disable-collab-backend-telepathy' \
+ 'for the telepathy collaboration plugin' &&
+optional_depends loudmouth '--enable-collab-backend-xmpp' \
+ '--disable-collab-backend-xmpp' \
+ 'for the XMPP/Jabber collaboration plugin' &&
+optional_depends dbus-glib '--enable-collab-backend-sugar' \
+ '--disable-collab-backend-sugar' \
+ 'for the Sugar collaboration plugin' &&
+optional_depends libsoup '--enable-collab-backend-service' \
+ '--disable-collab-backend-service' \
+ 'for the service collaboration plugin' &&
+if is_depends_enabled $SPELL libsoup; then
+ depends asio
+fi &&
+optional_depends libwmf '' '' 'for the Windows Metafile Format plugin' &&
+optional_depends libgda4 '' '' 'for gda database access plugin' &&
+optional_depends gtkmathview '' '' 'for mathview MathML plugin' &&
+optional_depends libwpd '' '' 'for the WordPerfect plugin' &&
+optional_depends libwpg '' '' 'for the WordPerfect graphics plugin' &&
+optional_depends aiksaurus '' '' 'for the aiksaurus (thesaurus) plugin' &&
+optional_depends psiconv '' '' 'for the psiconv (psion conversion) plugin' &&
+optional_depends gimp '' '' 'for the gimp plugin' &&
+optional_depends tidy '' '' 'for HTML cleaning using tidy'
diff --git a/gnome2-apps/abiword/HISTORY b/gnome2-apps/abiword/HISTORY
index 2d46e85..6d1c3b5 100644
--- a/gnome2-apps/abiword/HISTORY
+++ b/gnome2-apps/abiword/HISTORY
@@ -1,3 +1,6 @@
+2011-04-10 Arjan Bouter <abouter AT sourcemage.org>
+ * DEPENDS: added some of the missing deps for collab and plugins.
+
2010-06-14 Vlad Glagolev <stealth AT sourcemage.org>
* DETAILS: updated spell to 2.8.6
* BUILD: added missing `&&'



  • [SM-Commit] GIT changes to master grimoire by Arjan Bouter (9367e2a5df83d91c952eeee2bdeb695c04805890), Arjan Bouter, 04/10/2011

Archive powered by MHonArc 2.6.24.

Top of Page