Update of /cvsroot/fink/experimental/dmacks/finkinfo/gnome-2.10
In directory 
sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv27498/dists/experimental/dmacks/finkinfo/gnome-2.10

Added Files:
        gnome-python2-py.info 
Log Message:
New gnome-python2-pyXX (works on 10.3, untested on 10.4T; waiting on
gnome-python-extras before going into unstable)


--- NEW FILE: gnome-python2-py.info ---
Info2: <<
Package: gnome-python2-py%type_pkg[python]
Version: 2.12.0
Revision: 1
Maintainer: Jeremy Higgs <[EMAIL PROTECTED]>
Source: mirror:gnome:sources/gnome-python/2.12/gnome-python-%v.tar.bz2
Source-MD5: 5a8f636a0cf8f179094287017f69bc39
Type: python (2.3 2.4)
Depends: <<
  python%type_pkg[python],
  pyorbit2-py%type_pkg[python] (>= 2.0.1-1),
  pygtk2-py%type_pkg[python] (>=2.6.2-1),
  gnome-vfs2-ssl (>= 2.9.3-1) | gnome-vfs2 (>= 2.9.3-1),
  gconf2-shlibs (>= 2.11.1-1),
  libbonobo2 (>= 2.8.0-1),
  libbonoboui2 (>= 2.8.0-1),
  libxml2-shlibs,
  orbit2-shlibs,
  popt-shlibs,
  glib2-shlibs (>= 2.6.0-1),
  libgettext3-shlibs,
  libiconv,
  libart2-shlibs,
  atk1-shlibs,
  audiofile-shlibs,
  esound-shlibs,
  gtk+2-shlibs (>= 2.6.0-1),
  libgnome2-shlibs (>= 2.8.0-1),
  libgnomeui2-shlibs (>= 2.8.0-1),
  libgnomecanvas2-shlibs (>= 2.8.0-1),
  libjpeg-shlibs,
  pango1-xft2-shlibs,
  x11
<<
#gnome-python2-extras-py%type_pkg[python]
BuildDepends: <<
  pkgconfig,
  pyorbit2-py%type_pkg[python]-dev (>= 2.0.1-1),
  pygtk2-py%type_pkg[python]-dev (>=2.6.2-1),
  gnome-vfs2-ssl-dev (>= 2.9.3-1) | gnome-vfs2-dev (>= 2.9.3-1),
  gconf2-dev (>= 2.11.1-1),
  libbonobo2-dev (>= 2.8.0-1),
  libbonoboui2-dev (>= 2.8.0-1),
  libxml2,
  orbit2-dev,
  popt,
  glib2-dev (>= 2.6.0-1),
  libgettext3-dev,
  libiconv-dev,
  libart2,
  atk1,
  audiofile,
  esound,
  gtk+2-dev (>= 2.6.0-1),
  libgnome2-dev (>= 2.8.0-1),
  libgnomeui2-dev (>= 2.8.0-1),
  libgnomecanvas2-dev (>= 2.8.0-1),
  libjpeg,
  pango1-xft2-dev,
  x11-dev
<<
PatchScript: <<
  perl -pi -e 's/#include <pygobject.h>/#define NO_IMPORT_PYGOBJECT\n$&/' 
gconf/gconf-types.c
  perl -pi -e 's/#define NO_IMPORT_PYGOBJECT/$&\n#define NO_IMPORT_PYGNOMEVFS/' 
gnome/ui.override
  perl -pi -e 's/#define NO_IMPORT_PYGOBJECT/$&\n#define NO_IMPORT_PYORBIT/' 
bonobo/pybonobo.c
  perl -pi -e 's/#include <pygobject.h>/#define NO_IMPORT_PYGOBJECT\n$&/' 
gnomevfs/vfs-async-handle.c
  perl -pi -e 's|-lpython|-L%p/lib/python%type_raw[python]/config $&|' 
gnomevfs/Makefile.in
<<
SetCPPFLAGS: -no-cpp-precomp -fno-common
ConfigureParams: --disable-dependency-tracking
CompileScript: <<
  PYTHON='%p/bin/python%type_raw[python]' ./configure %c
  make
# make check
<<
InstallScript: <<
  make install prefix=%i
# install -d -m 755 %i/share/doc/%n/examples
# install -m 644 examples/* %i/share/doc/%n/examples
<<
DocFiles: AUTHORS COPYING ChangeLog* NEWS README
#
SplitOff: <<
  Package: %N-dev
  Depends: %N (= %v-%r)
  Conflicts: %{Ni}23-dev, %{Ni}24-dev
  Replaces: %{Ni}23-dev, %{Ni}24-dev, %{Ni}23 (<< 2.12.0-1), %{Ni}24 (<< 
2.12.0-1)
  BuildDependsOnly: true
  Files: <<
    include
    lib/gnome-vfs-2.0/modules/*.la
    lib/python%type_raw[python]/site-packages/gtk-2.0/*.la 
    lib/python%type_raw[python]/site-packages/gtk-2.0/gnome/*.la 
    lib/python%type_raw[python]/site-packages/gtk-2.0/bonobo/*.la 
    lib/pkgconfig
    share/pygtk
  <<
  DocFiles: AUTHORS COPYING ChangeLog* NEWS README
<<
#
SplitOff2: <<
  Package: %N-vfsmodule
  Depends: %N (= %v-%r)
  Conflicts: %{Ni}23-vfsmodule, %{Ni}24-vfsmodule
  Replaces: %{Ni}23-vfsmodule, %{Ni}24-vfsmodule
  Files: lib/gnome-vfs-2.0
  DocFiles: AUTHORS COPYING ChangeLog* NEWS README
<<
#
Description: Python bindings for GNOME2
DescDetail: <<
gnome-python2 provides bindings for the GNOME2 libraries to use the
Python programming language.
<<
DescPackaging: <<
  Some modules moved to from %n to gnome-python-extras-pyXX starting
  in %n 2.9.1; we Depends on -extra don't break packages that depend
  on us.

  Moved development files into %N-dev starting in 2.12.0-1.

  'make check' requires active x11 display.
<<
DescPort: <<
  Add some #NO_IMPORT_PY* to prevent non-"extern" symbol collisions.
  Patch to find path to -lpythonX.X
  See: http://bugzilla.gnome.org/show_bug.cgi?id=315382
<<
Homepage: http://www.daa.com.au/~james/pygtk/
License: LGPL
<<



-------------------------------------------------------
SF.Net email is sponsored by:
Tame your development challenges with Apache's Geronimo App Server. 
Download it for free - -and be entered to win a 42" plasma tv or your very
own Sony(tm)PSP.  Click here to play: http://sourceforge.net/geronimo.php
_______________________________________________
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits

Reply via email to