Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Robin Cook (2b51b6d9463569357a7b8904d57bd58133518848)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Robin Cook <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Robin Cook (2b51b6d9463569357a7b8904d57bd58133518848)
  • Date: Sun, 13 Jun 2010 21:12:49 -0500

GIT changes to master grimoire by Robin Cook <rcook AT wyrms.net>:

gnome2-libs/dasher/DEPENDS | 21 +++++++++++++++++----
gnome2-libs/dasher/HISTORY | 5 +++++
2 files changed, 22 insertions(+), 4 deletions(-)

New commits:
commit 2b51b6d9463569357a7b8904d57bd58133518848
Author: Robin Cook <rcook AT wyrms.net>
Commit: Robin Cook <rcook AT wyrms.net>

dasher: made cairo and gnome-speech optional, add gvfs, corrected
configure switch

diff --git a/gnome2-libs/dasher/DEPENDS b/gnome2-libs/dasher/DEPENDS
index a7661f7..deade78 100755
--- a/gnome2-libs/dasher/DEPENDS
+++ b/gnome2-libs/dasher/DEPENDS
@@ -1,21 +1,34 @@
depends libxtst &&
depends glib2 &&
-depends cairo &&
depends gtk+2 &&
depends gconf2 &&
-depends gnome-speech &&
depends libwnck &&
depends libglade2 &&
depends atk &&

+optional_depends cairo \
+ "--with-cairo" \
+ "--without-cairo" \
+ "Build with cairo support?" &&
+
+optional_depends gnome-speech \
+ "--enable-speech" \
+ "--disable-speech" \
+ "Build with speech support?" &&
+
+optional_depends gvfs \
+ "--with-gvfs" \
+ "--without-gvfs" \
+ "Build with gvfs support?" &&
+
optional_depends libgnomeui \
"--with-gnome" \
"--without-gnome" \
"Build with GNOME support" &&

optional_depends at-spi \
- "--with-a11y" \
- "--without-a11y" \
+ "--enable-a11y" \
+ "--disable-a11y" \
"Build with GNOME accessibility support" &&

optional_depends rarian \
diff --git a/gnome2-libs/dasher/HISTORY b/gnome2-libs/dasher/HISTORY
index 8e98f20..89027bc 100644
--- a/gnome2-libs/dasher/HISTORY
+++ b/gnome2-libs/dasher/HISTORY
@@ -1,3 +1,8 @@
+2010-06-13 Robin Cook <rcook AT wyrms.net>
+ * DEPENDS: made cairo and gnome-speech optional
+ added gvfs as optional
+ corrected configure switch for at spi
+
2010-04-01 Vasil Yonkov <spirtbrat AT sourcemage.org>
* DETAILS: updated spell to 4.11




  • [SM-Commit] GIT changes to master grimoire by Robin Cook (2b51b6d9463569357a7b8904d57bd58133518848), Robin Cook, 06/13/2010

Archive powered by MHonArc 2.6.24.

Top of Page