[SM-Commit] GIT changes to master grimoire by Ismael Luceno (eefc43189e177c9903f65f787adb994facbf109d)

Ismael Luceno scm at sourcemage.org
Sun Apr 11 13:28:57 EDT 2010


GIT changes to master grimoire by Ismael Luceno <ismael.luceno at gmail.com>:

 utils/avahi/HISTORY                                                 |    6 ++-
 utils/avahi/PRE_SUB_DEPENDS                                         |   18 +++++++---
 utils/avahi/REPAIR^6dc6a5705994d7985da9e10dc00841d5^PRE_SUB_DEPENDS |   15 ++++++++
 3 files changed, 33 insertions(+), 6 deletions(-)

New commits:
commit eefc43189e177c9903f65f787adb994facbf109d
Author: Ismael Luceno <ismael.luceno at gmail.com>
Commit: Ismael Luceno <ismael.luceno at gmail.com>

    avahi: Fixed PRE_SUB_DEPENDS for howl and libdns_sd compatibility

diff --git a/utils/avahi/HISTORY b/utils/avahi/HISTORY
index 8e9bd50..fcbb270 100644
--- a/utils/avahi/HISTORY
+++ b/utils/avahi/HISTORY
@@ -1,3 +1,8 @@
+2010-04-11 Ismael Luceno <ismael at sourcemage.org>
+	* PRE_SUB_DEPENDS,
+          REPAIR^6dc6a5705994d7985da9e10dc00841d5^PRE_SUB_DEPENDS: Fixed
+          PRE_SUB_DEPENDS for howl and libdns_sd compatibility
+
 2010-04-04 Ismael Luceno <ismael at sourcemage.org>
 	* BUILD, CONFIGURE: add options to install howl and libdns_sd compatibility layers
 
@@ -100,4 +105,3 @@
 
 2006-06-26 Pieter Lenaerts <e-type at sourcemage.org>
 	* BUILD, DETAILS, DEPENDS, HISTORY: created spell
-
diff --git a/utils/avahi/PRE_SUB_DEPENDS b/utils/avahi/PRE_SUB_DEPENDS
index 9d9392d..534017b 100755
--- a/utils/avahi/PRE_SUB_DEPENDS
+++ b/utils/avahi/PRE_SUB_DEPENDS
@@ -1,7 +1,15 @@
 case $THIS_SUB_DEPENDS in
-  MONO)  if is_depends_enabled $SPELL mono; then return 0; fi;;
-  QT3)   if is_depends_enabled $SPELL qt-x11; then return 0; fi;;
-  QT4)   if is_depends_enabled $SPELL qt4; then return 0; fi;;
-  GTK2)  if is_depends_enabled $SPELL gtk+2; then return 0; fi;;
-esac  &&
+  MONO)
+    if is_depends_enabled $SPELL mono; then return 0; fi;;
+  QT3)
+    if is_depends_enabled $SPELL qt-x11; then return 0; fi;;
+  QT4)
+    if is_depends_enabled $SPELL qt4; then return 0; fi;;
+  GTK2)
+    if is_depends_enabled $SPELL gtk+2; then return 0; fi;;
+  COMPAT_LIBDNS_SD)
+    if [[ "$AVAHI_COMPAT_LIBDNS_SD" == y ]]; then return 0; fi;;
+  COMPAT_HOWL)
+    if [[ "$AVAHI_COMPAT_HOWL" == y ]]; then return 0; fi;;
+esac &&
 return 1
diff --git a/utils/avahi/REPAIR^6dc6a5705994d7985da9e10dc00841d5^PRE_SUB_DEPENDS b/utils/avahi/REPAIR^6dc6a5705994d7985da9e10dc00841d5^PRE_SUB_DEPENDS
new file mode 100755
index 0000000..534017b
--- /dev/null
+++ b/utils/avahi/REPAIR^6dc6a5705994d7985da9e10dc00841d5^PRE_SUB_DEPENDS
@@ -0,0 +1,15 @@
+case $THIS_SUB_DEPENDS in
+  MONO)
+    if is_depends_enabled $SPELL mono; then return 0; fi;;
+  QT3)
+    if is_depends_enabled $SPELL qt-x11; then return 0; fi;;
+  QT4)
+    if is_depends_enabled $SPELL qt4; then return 0; fi;;
+  GTK2)
+    if is_depends_enabled $SPELL gtk+2; then return 0; fi;;
+  COMPAT_LIBDNS_SD)
+    if [[ "$AVAHI_COMPAT_LIBDNS_SD" == y ]]; then return 0; fi;;
+  COMPAT_HOWL)
+    if [[ "$AVAHI_COMPAT_HOWL" == y ]]; then return 0; fi;;
+esac &&
+return 1



More information about the SM-Commit mailing list