|
From: Justin F. H. <th...@us...> - 2003-10-25 20:43:00
|
Update of /cvsroot/fink/dists/10.3/unstable/main/finkinfo/languages In directory sc8-pr-cvs1:/tmp/cvs-serv16989 Added Files: wxpython-py23.info wxpython-py23.patch Log Message: Adding wxpython-py23, new filename, plus 10 removed dlcompat --- NEW FILE: wxpython-py23.info --- Package: wxpython-py23 Version: 2.4.1.2 Revision: 11 Maintainer: Jeffrey Whitaker <js...@fa...> BuildDepends: libpng3, libjpeg, libtiff, glib, gtk+, wxgtk (>= %v-1), wxgtk (<< 2.4.1.3-1) Depends: python23, wxgtk-shlibs (>= %v-1), wxgtk-shlibs (<< 2.4.1.3-1) Source: mirror:sourceforge:wxpython/wxPythonSrc-%v.tar.gz Source-MD5: 515fa95c5c0497404a858213b6586411 SourceDirectory: wxPythonSrc-%v/wxPython Patch: %f.patch CompileScript: << python2.3 setup.py BUILD_DLLWIDGET=0 WXPORT=gtk build << InstallScript: << python2.3 setup.py install --prefix=%i mkdir -p %i/share/doc/%n cp -R demo %i/share/doc/%n cp -R samples %i/share/doc/%n << Description: WxWindows library bindings for Python DocFiles: README.txt CHANGES.txt licence/licence.txt licence/lgpl.txt License: GPL Homepage: http://www.wxpython.org/ --- NEW FILE: wxpython-py23.patch --- --- wxPython/setup.py.orig Tue Apr 22 12:26:28 2003 +++ wxPython/setup.py Tue Apr 22 14:01:30 2003 @@ -394,7 +394,7 @@ #---------------------------------------------------------------------- -elif os.name == 'posix' and sys.platform[:6] == "darwin": +elif os.name == 'posix' and sys.platform[:6] == "darwin" and WXPORT != 'gtk': # Flags and such for a Darwin (Max OS X) build of Python WXDIR = '..' # assumes IN_CVS_TREE WXPLAT = '__WXMAC__' |