[Lunar-commits] <moonbase> newt: Version bump to 0.52.13. Swithing Python and tcl to optional_depends

Dennis `stumbles` Veatch stumbles at lunar-linux.org
Wed Oct 26 01:37:30 CEST 2011


commit 936e44bd0152b2efc32b5bf4ada5f45803b3c2cb
Author: Dennis `stumbles` Veatch <stumbles at lunar-linux.org>
Date:   Tue Oct 25 19:37:30 2011 -0400

    newt: Version bump to 0.52.13. Swithing Python and tcl to optional_depends
    
    and adjusting the BUILD.
---
 libs/newt/BUILD   |    3 ++-
 libs/newt/DEPENDS |    5 ++++-
 libs/newt/DETAILS |    6 +++---
 3 files changed, 9 insertions(+), 5 deletions(-)

diff --git a/libs/newt/BUILD b/libs/newt/BUILD
index 94a816c..850e929 100644
--- a/libs/newt/BUILD
+++ b/libs/newt/BUILD
@@ -1,7 +1,8 @@
 (
 
   unset CPP  &&
-  OPTS+=" --without-tcl"  &&
+  CPPFLAGS+=" $PCFLAGS -fPIC" &&
+
   default_build
 
 ) > $C_FIFO 2>&1
diff --git a/libs/newt/DEPENDS b/libs/newt/DEPENDS
index 75e92fe..dd60c30 100644
--- a/libs/newt/DEPENDS
+++ b/libs/newt/DEPENDS
@@ -1,2 +1,5 @@
-depends  Python
+depends  popt
 depends  slang
+
+optional_depends "tcl"    "--with-tcl"    "--without-tcl"    "for tcl support"
+optional_depends "Python" "--with-python" "--without-python" "for Python support"
diff --git a/libs/newt/DETAILS b/libs/newt/DETAILS
index 6458282..71caaa2 100644
--- a/libs/newt/DETAILS
+++ b/libs/newt/DETAILS
@@ -1,11 +1,11 @@
           MODULE=newt
-         VERSION=0.52.12
+         VERSION=0.52.13
           SOURCE=$MODULE-$VERSION.tar.gz
       SOURCE_URL=https://fedorahosted.org/releases/n/e/$MODULE
-      SOURCE_VFY=sha1:6952115806c7b1dbc36858eb4ca0596b235cf6f4
+      SOURCE_VFY=sha1:0891ad749560ea6071edd734a080c9d172d0da0e
         WEB_SITE=http://lunar-linux.org
          ENTERED=20020331
-         UPDATED=20100819
+         UPDATED=20111025
            SHORT="A library for color text mode, widget-based user interfaces"
 
 cat << EOF


More information about the Lunar-commits mailing list