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

Robin Cook scm at sourcemage.org
Sun Jun 13 22:12:49 EDT 2010


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
 



More information about the SM-Commit mailing list