[jhbuild] [3.0] avahi: Do not depend on pygtk or python-dbus.



commit 5109396c35e9b5241c54ed3c8af51e593db3966c
Author: Murray Cumming <murrayc murrayc com>
Date:   Sun Nov 7 14:32:49 2010 +0100

    [3.0] avahi: Do not depend on pygtk or python-dbus.
    
    Because we already use the --disable-python configure option,
    presumably because there is no pygtk for GTK+ 3.
    Also remove the mention of a patch that no longer exists.

 modulesets/gnome-external-deps-3.0.modules |    5 ++---
 1 files changed, 2 insertions(+), 3 deletions(-)
---
diff --git a/modulesets/gnome-external-deps-3.0.modules b/modulesets/gnome-external-deps-3.0.modules
index 6019f0e..19f02c5 100644
--- a/modulesets/gnome-external-deps-3.0.modules
+++ b/modulesets/gnome-external-deps-3.0.modules
@@ -40,17 +40,16 @@
 
   <!-- explicit disabling of qt3 and qt4 can be removed once avahi
        correctly detects what is available. -->
+  <!-- explicit disabling of the python binding can be removed once avahi
+       has adapated to the lack of a pygtk for GTK+ 3. -->
   <tarball autogenargs="--enable-gtk --enable-introspection=no --disable-qt3 --disable-qt4 --disable-mono --disable-monodoc --disable-manpages --disable-python --enable-compat-howl --enable-compat-libdns_sd --enable-gtk3 --with-systemdsystemunitdir=no" id="avahi"  version="0.6.28">
     <source href="http://avahi.org/download/avahi-0.6.28.tar.gz";
             hash="sha256:a0d80aac88212b9f9d5331c248091d3c9c9209f0e41985421636ebd14230fc91"
             md5sum="d0143a5aa3265019072e53ab497818d0" size="1238660"/>
-    <patch file="avahi-build-fix.patch" strip="1"/>
     <dependencies>
       <dep package="gtk+"/>
       <dep package="gtk+-3"/>
       <dep package="libdaemon"/>
-      <dep package="dbus-python"/>
-      <dep package="pygtk"/>
     </dependencies>
   </tarball>
 



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]