Update of /cvsroot/fink/dists/10.4-transitional/unstable/main/finkinfo/gnome
In directory 
sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv13023/10.4-transitional/unstable/main/finkinfo/gnome

Modified Files:
        pygtk2-py.info 
Log Message:
New version.


Index: pygtk2-py.info
===================================================================
RCS file: 
/cvsroot/fink/dists/10.4-transitional/unstable/main/finkinfo/gnome/pygtk2-py.info,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- pygtk2-py.info      26 May 2005 07:43:10 -0000      1.2
+++ pygtk2-py.info      23 Jun 2005 09:33:35 -0000      1.3
@@ -1,7 +1,7 @@
 Info2: <<
 Package: pygtk2-py%type_pkg[python]
-Version: 2.0.0
-Revision: 28
+Version: 2.6.2
+Revision: 11
 Description: Python bindings for the GTK widget set
 DescDetail: <<
 PyGTK provides an object oriented interface that is slightly higher
@@ -31,17 +31,19 @@
 
 which is solved by <http://www.async.com.br/faq/pygtk/index.py?req=all#2.4>
 
-#Patched examples/ to use the desired python interpretter:
-#  perl -pi.bak -e 
's|#\!\s*/usr/bin/env\s+python.*|#\!%p/bin/python%type_raw[python]|' `find 
examples -name '*.py'`
-#
 #The widget demo examples/pygtk-demo works, but some of the other
 #examples in examples/* do not (for a variety of reasons).
 ^--no longer install examples/
 ^--See also http://bugzilla.gnome.org/show_bug.cgi?id=132058
 
-The -py22 package is not well tested.
+Patched examples (not installed) and codegen, demos, tests scripts to
+use the desired python interpretter.
 
-Thanks to Clef and graphics/pil for help debugging *Script.
+py-configure doesn't have a way to specify a temp install directory
+for package construction, so the compiled binaries still think they
+are under %d. Doesn't seem to matter functionally.
+
+Thanks to Clef and graphics/pil for help debugging *Script in 2.0 pkgs.
 
 Originally ported by Michel Alexandre Salim <[EMAIL PROTECTED]>
 (up to pygtk2-1.99.15-1)
@@ -49,31 +51,32 @@
 Homepage: http://www.daa.com.au/~james/pygtk/
 License: LGPL
 Maintainer: Daniel Macks <[EMAIL PROTECTED]>
-BuildDepends: pkgconfig, glib2, pango1, atk1, gtk+2, libglade2, gtkglarea2 (>= 
1.99.0-1), libxml2, x11-dev, gtk+2-dev, glib2-dev (>= 2.2.3-1), atk1 (>= 
1.4.0-1), pango1-xft2-dev (>= 1.2.5-1), libpng3, libjpeg, libtiff, pkgconfig 
(>= 0.15.0-2), gettext-dev, gettext-bin, gettext-tools, libiconv-dev, gtk-doc 
(>= 1.1-1), fink (>= 0.20.2-1)
-Depends: x11, (%type_pkg[python] = 23) python%type_pkg[python], 
(%type_pkg[python] = 23) python%type_pkg[python]-shlibs, (%type_pkg[python] = 
22) python%type_pkg[python] (>= 2.2.2-1), (%type_pkg[python] = 22) 
python%type_pkg[python]-shlibs (>= 2.2.2-1), numeric-py%type_pkg[python], 
glib2-shlibs, pango1-shlibs, atk1-shlibs, gtk+2-shlibs, libglade2-shlibs, 
gtkglarea2-shlibs (>= 1.99.0-1), libxml2-shlibs
-#Depends: gtkglarea2-shlibs (>= 2.0.0-1)
+BuildDepends: x11-dev, python%type_pkg[python], numeric-py%type_pkg[python], 
pkgconfig (>= 0.9.0-1), glib2 (>= 2.6.0-1), glib2-dev (>= 2.6.0-1), 
pango1-xft2-dev (>= 1.8.0-1), atk1 (>= 1.8.0-1), gtk+2 (>= 2.3.4-1), gtk+2-dev 
(>= 2.3.4-1), libglade2 (>= 2.4.0-1), libxml2, libpng3, libjpeg, libtiff, 
libgettext3-dev, gettext-bin, gettext-tools, libiconv-dev, gtk-doc (>= 1.1-1), 
fink (>= 0.20.2-1)
+Depends: x11, python%type_pkg[python], numeric-py%type_pkg[python], 
glib2-shlibs (>= 2.6.0-1), pango1-xft2-shlibs (>= 1.8.0-1), atk1-shlibs (>= 
1.8.0-1), gtk+2-shlibs (>= 2.3.4-1), libglade2-shlibs (>= 2.4.0-1), 
libxml2-shlibs, libpng3-shlibs, libjpeg-shlibs, libtiff-shlibs
 Conflicts: pygtk2
 Replaces: pygtk2
-Source: mirror:gnome:sources/pygtk/2.0/pygtk-%v.tar.bz2
-Source-MD5: 14db9cfffe31f6df0351bd5fec69f606
-Type: python (2.2 2.3 2.4)
-ConfigureParams: --mandir='${prefix}/share/man'
+Source: mirror:gnome:sources/pygtk/2.6/pygtk-%v.tar.bz2
+Source-MD5: 0d4dca0564fc867a976808d18443f059
+Type: python (2.3 2.4)
+PatchScript: <<
+  perl -pi -e 
's|#\!\s*/usr/bin/env\s+python.*|#\!%p/bin/python%type_raw[python]|' `find 
examples -name \*.py` codegen/*.py tests/*.py
+<<
+ConfigureParams: --mandir=%p/share/man --disable-dependency-tracking 
--datadir=%p/lib
 CompileScript: <<
   PYTHON=%p/bin/python%type_raw[python] ./configure %c
-  (export CPPFLAGS=""; %p/bin/python%type_raw[python] setup.py build)
+  make
 <<
 InstallScript: <<
-  %p/bin/python%type_raw[python] setup.py install --prefix=%i
-  make install prefix=%i
+   make install DESTDIR=%d
 <<
-DocFiles: AUTHORS COPYING ChangeLog MAPPING NEWS README THREADS TODO
+DocFiles: AUTHORS COPYING ChangeLog* MAPPING NEWS README THREADS TODO
 SplitOff: <<
   Package: %N-dev
   Description: Tools for compiling against pygtk2
-  Depends: python%type_pkg[python], %N (= %v-%r), pkgconfig
-  Conflicts: pygtk2-py22-dev, pygtk2-py23-dev,  pygtk2-py24-dev
-  Replaces: pygtk2-py22-dev, pygtk2-py23-dev,  pygtk2-py24-dev
-  Files: bin/pygtk-codegen-2.0 include/pygtk-2.0 lib/pkgconfig/pygtk-2.0.pc 
share/pygtk/2.0
-  DocFiles: AUTHORS COPYING ChangeLog MAPPING NEWS README THREADS TODO
+  Depends: %N (= %v-%r)
+  Conflicts: pygtk2-py22-dev, pygtk2-py23-dev, pygtk2-py24-dev
+  Replaces: pygtk2-py22-dev, pygtk2-py23-dev, pygtk2-py24-dev
+  Files: bin include lib/pkgconfig lib/pygtk
+  DocFiles: AUTHORS COPYING ChangeLog* MAPPING NEWS README THREADS TODO
 <<
 <<



-------------------------------------------------------
SF.Net email is sponsored by: Discover Easy Linux Migration Strategies
from IBM. Find simple to follow Roadmaps, straightforward articles,
informative Webcasts and more! Get everything you need to get up to
speed, fast. http://ads.osdn.com/?ad_id=7477&alloc_id=16492&op=click
_______________________________________________
Fink-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/fink-commits

Reply via email to