[Lunar-commits] CVS: moonbase/devel/dbus BUILD, 1.7, 1.8 DEPENDS, 1.9, 1.10

Nick Hudson nhudson at lunar-linux.org
Sun Apr 17 03:04:20 UTC 2005


Update of /var/cvs/lunar/moonbase/devel/dbus
In directory espresso.foo-projects.org:/tmp/cvs-serv23607/dbus

Modified Files:
	BUILD DEPENDS 
Log Message:

Fixing depends for qt bindings seems its a bit misleading because you need kdelibs3 installed to actually build the qt bindings.  Thanks goes to Dennis Veatch for pointing this out.


Index: BUILD
===================================================================
RCS file: /var/cvs/lunar/moonbase/devel/dbus/BUILD,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -d -r1.7 -r1.8
--- BUILD	31 Mar 2005 03:06:57 -0000	1.7
+++ BUILD	17 Apr 2005 03:04:17 -0000	1.8
@@ -1,5 +1,9 @@
 (
-  
+ 
+  if module_installed kdelibs3; then
+     export PATH=$KDEDIR/bin:$PATH
+  fi
+ 
   OPTS="$OPTS --enable-glib --enable-x --enable-checks --enable-verbose-mode \
         --with-xml=libxml --with-system-pid-file=/var/run/messagebus.pid    \
         --with-system-socket=/var/lib/dbus/system_bus_socket                 \

Index: DEPENDS
===================================================================
RCS file: /var/cvs/lunar/moonbase/devel/dbus/DEPENDS,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -d -r1.9 -r1.10
--- DEPENDS	31 Mar 2005 08:29:26 -0000	1.9
+++ DEPENDS	17 Apr 2005 03:04:17 -0000	1.10
@@ -7,5 +7,5 @@
                  "for Gtk+-2 bindings"  &&
 optional_depends "Pyrex" "--enable-python" "--disable-python" \
                  "for Python bindings"  &&
-optional_depends "qt3" "--enable-qt" "--disable-qt" \
+optional_depends "kdelibs3" "--enable-qt" "--disable-qt" \
                  "for QT bindings"



More information about the Lunar-commits mailing list