[Lunar-commits] <moonbase> pygtk: fixing the DEPENDS.
Dennis 'stumbles' Veatch
stumbles at lunar-linux.org
Sat Mar 7 19:59:15 CET 2009
commit 8165bff4abea5f717c0cfa478c19b36043c50953
Author: Dennis 'stumbles' Veatch <stumbles at lunar-linux.org>
Date: Sat Mar 7 13:59:15 2009 -0500
pygtk: fixing the DEPENDS.
---
python/pygtk/DEPENDS | 11 ++++++-----
1 files changed, 6 insertions(+), 5 deletions(-)
diff --git a/python/pygtk/DEPENDS b/python/pygtk/DEPENDS
index 2caaffc..8c6824d 100644
--- a/python/pygtk/DEPENDS
+++ b/python/pygtk/DEPENDS
@@ -1,5 +1,6 @@
- MODULE=conky
- VERSION=1.4.8
- SOURCE=$MODULE-$VERSION.tar.bz2
- SOURCE_URL=$SFORGE_URL/$MODULE/
- SOURCE_VFY=sha1:770e8c93d3c6d578
\ No newline at end of file
+depends pygobject
+depends gtk+-2
+depends pycairo
+
+optional_depends "libglade" "" "" \
+ "to build the libglade Python bindings (recommended)"
More information about the Lunar-commits
mailing list