[Lunar-commits] r15297 - moonbase/trunk/devel/dbus
Florin Braescu
florin at lunar-linux.org
Wed Jun 8 17:53:44 UTC 2005
Author: florin
Date: 2005-06-08 17:53:44 +0000 (Wed, 08 Jun 2005)
New Revision: 15297
Modified:
moonbase/trunk/devel/dbus/BUILD
moonbase/trunk/devel/dbus/DEPENDS
moonbase/trunk/devel/dbus/POST_INSTALL
Log:
small tweaks.
Modified: moonbase/trunk/devel/dbus/BUILD
===================================================================
--- moonbase/trunk/devel/dbus/BUILD 2005-06-08 17:48:17 UTC (rev 15296)
+++ moonbase/trunk/devel/dbus/BUILD 2005-06-08 17:53:44 UTC (rev 15297)
@@ -11,7 +11,7 @@
fi
OPTS="$OPTS --enable-glib --enable-x --enable-checks --enable-verbose-mode \
- --with-xml=libxml --with-system-pid-file=/var/run/messagebus.pid \
+ --with-xml=libxml --with-system-pid-file=/var/run/messagebus.pid \
--with-system-socket=/var/lib/dbus/system_bus_socket \
--with-session-socket-dir=/tmp"
Modified: moonbase/trunk/devel/dbus/DEPENDS
===================================================================
--- moonbase/trunk/devel/dbus/DEPENDS 2005-06-08 17:48:17 UTC (rev 15296)
+++ moonbase/trunk/devel/dbus/DEPENDS 2005-06-08 17:53:44 UTC (rev 15297)
@@ -1,9 +1,14 @@
-depends glib-2 &&
-depends libxml2 &&
+depends glib-2 &&
+depends libxml2 &&
-optional_depends "gtk+-2" "--enable-gtk" "--disable-gtk" \
+optional_depends "gtk+-2" "--enable-gtk" \
+ "--disable-gtk" \
"for Gtk+-2 bindings" &&
-optional_depends "Pyrex" "--enable-python" "--disable-python" \
- "for Python bindings" &&
-optional_depends "kdelibs3" "--enable-qt" "--disable-qt" \
+
+optional_depends "Pyrex" "--enable-python" \
+ "--disable-python" \
+ "for Python bindings" &&
+
+optional_depends "kdelibs3" "--enable-qt" \
+ "--disable-qt" \
"for QT bindings"
Modified: moonbase/trunk/devel/dbus/POST_INSTALL
===================================================================
--- moonbase/trunk/devel/dbus/POST_INSTALL 2005-06-08 17:48:17 UTC (rev 15296)
+++ moonbase/trunk/devel/dbus/POST_INSTALL 2005-06-08 17:53:44 UTC (rev 15297)
@@ -1,9 +1,7 @@
if ! module_installed gtk-sharp ; then
-
-message "${CYAN}You don't seem to have gtk-sharp installed"
-message "and there's nothing wrong about that."
-message "But if you were to compile mono bindings for dbus"
-message "you have to install gtk-sharp first and recompile"
-message "dbus afterwards.${DEFAULT_COLOR}"
-
+ message "${CYAN}You don't seem to have gtk-sharp installed"
+ message "and there's nothing wrong about that."
+ message "But if you were to compile mono bindings for dbus"
+ message "you have to install gtk-sharp first and recompile"
+ message "dbus afterwards.${DEFAULT_COLOR}"
fi
More information about the Lunar-commits
mailing list