[Lunar-commits] <moonbase> calibre: fixed the broken build.

Dave Brown dagbrown at lunar-linux.org
Mon Apr 13 10:36:43 CEST 2009


commit 1551e6b44b9348c14c2b30ca6979b82ab63afdf1
Author: Dave Brown <dagbrown at lunar-linux.org>
Date:   Mon Apr 13 17:36:43 2009 +0900

    calibre: fixed the broken build.
    
    This seems to be related to setuputils changing in Python 2.6.
---
 qt4-apps/calibre/BUILD   |    2 +-
 qt4-apps/calibre/DEPENDS |    2 ++
 2 files changed, 3 insertions(+), 1 deletions(-)

diff --git a/qt4-apps/calibre/BUILD b/qt4-apps/calibre/BUILD
index 975f49c..3b01b7b 100644
--- a/qt4-apps/calibre/BUILD
+++ b/qt4-apps/calibre/BUILD
@@ -3,6 +3,6 @@
   . /etc/profile.d/qt4.rc &&
   python ./setup.py build &&
   prepare_install  &&
-  python ./setup.py easy_install -U mechanize
+  python ./setup.py easy_install .
 
 ) > $C_FIFO 2>&1
diff --git a/qt4-apps/calibre/DEPENDS b/qt4-apps/calibre/DEPENDS
index 96e25d7..45eb2ce 100644
--- a/qt4-apps/calibre/DEPENDS
+++ b/qt4-apps/calibre/DEPENDS
@@ -8,4 +8,6 @@ depends xdg-utils     &&
 depends BeautifulSoup &&
 depends help2man      &&
 depends lxml          &&
+depends ClientForm    &&
+depends mechanize     &&
 depends hal


More information about the Lunar-commits mailing list