[Lunar-commits] <moonbase> kdebindings4: changing the optional_depends to PyQt-4

Dennis 'stumbles' Veatch stumbles at lunar-linux.org
Fri Mar 14 14:19:32 CET 2008


commit a27f6f4247c95cb7bfa429b19fb82bdf8cbc721b
Author: Dennis 'stumbles' Veatch <stumbles at lunar-linux.org>
Date:   Fri Mar 14 09:19:32 2008 -0400

    kdebindings4: changing the optional_depends to PyQt-4
    
    other wise the PyKDE4 python bindings do not get built.
    During the build it will set at 100% for what seems an
    eternity causing you think something has gone awry. Have
    patience.
    
    Also, while there is a PyKDE4 package at riverbank we IMO
    do not need to add it as a separate module. According to
    riverbank they and the kde folks keep the two in sync or
    nearly so.
---
 kde4/base/kdebindings4/DEPENDS |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/kde4/base/kdebindings4/DEPENDS b/kde4/base/kdebindings4/DEPENDS
index 38db601..1e1bd17 100644
--- a/kde4/base/kdebindings4/DEPENDS
+++ b/kde4/base/kdebindings4/DEPENDS
@@ -1,4 +1,4 @@
 depends kdebase4
 
 optional_depends "ruby"   "" "" "for ruby bindings"
-optional_depends "Python" "" "" "for python bindings"
+optional_depends "PyQt-4" "" "" "for KDE4 python bindings"


More information about the Lunar-commits mailing list