[Lunar-commits] r19743 - moonbase/trunk/python/pygtk2

Chad Kittel v3rt1g0 at lunar-linux.org
Thu Apr 20 04:34:08 UTC 2006


Author: v3rt1g0
Date: 2006-04-20 04:34:08 +0000 (Thu, 20 Apr 2006)
New Revision: 19743

Modified:
   moonbase/trunk/python/pygtk2/BUILD
   moonbase/trunk/python/pygtk2/DEPENDS
   moonbase/trunk/python/pygtk2/DETAILS
Log:
  Misc Tidy: pygtk2 (2.8.6)

   * added missing optional depends on libglade
   * let BUILD use default_build
   * misc formatting


Modified: moonbase/trunk/python/pygtk2/BUILD
===================================================================
--- moonbase/trunk/python/pygtk2/BUILD	2006-04-20 03:41:49 UTC (rev 19742)
+++ moonbase/trunk/python/pygtk2/BUILD	2006-04-20 04:34:08 UTC (rev 19743)
@@ -1,7 +1,7 @@
 (
 
-  ./configure --enable-thread  \
-              --prefix=/usr   &&
-  default_make 
+  OPTS="$OPTS  --enable-thread"
 
+  default_build
+
 ) > $C_FIFO 2>&1

Modified: moonbase/trunk/python/pygtk2/DEPENDS
===================================================================
--- moonbase/trunk/python/pygtk2/DEPENDS	2006-04-20 03:41:49 UTC (rev 19742)
+++ moonbase/trunk/python/pygtk2/DEPENDS	2006-04-20 04:34:08 UTC (rev 19743)
@@ -1,2 +1,4 @@
 depends  Python  &&
-depends  gtk+-2
+depends  gtk+-2  &&
+
+optional_depends  "libglade2"  ""  ""  "to build the libglade Python bindings"

Modified: moonbase/trunk/python/pygtk2/DETAILS
===================================================================
--- moonbase/trunk/python/pygtk2/DETAILS	2006-04-20 03:41:49 UTC (rev 19742)
+++ moonbase/trunk/python/pygtk2/DETAILS	2006-04-20 04:34:08 UTC (rev 19743)
@@ -9,7 +9,7 @@
         WEB_SITE=http://www.pygtk.org
          ENTERED=20020726
          UPDATED=20060413
-           SHORT="pygtk is a set of Python bindings for GTK."
+           SHORT="Python bindings for Gtk+-2"
 
 cat << EOF
 PyGTK is an extension module for python that gives you access to the GTK+ 



More information about the Lunar-commits mailing list