pygtksourceview2-py stable port information

Info2: <<
Package: pygtksourceview2-py%type_pkg[python]
Version: 2.8.0
Revision: 4
Description: Python bindings for GTK source view
DescDetail: <<
PyGtkSourceView provides Python bindings for the GtkSourceView widget
and is built on top of PyGTK.
<<
Homepage: http://sourceforge.net/projects/pygtksourceview
License: LGPL
Maintainer: The Gnome Core Team
BuildDepends: <<
atk1 (>= 1.28.0-1),
cairo (>= 1.8.8-3),
fink (>= 0.24.12),
fink-package-precedence,
fontconfig2-dev (>= 2.8.0-4),
freetype219 (>= 2.3.12-1),
gettext-bin,
gettext-tools,
glib2-dev (>= 2.22.0-1),
glitz,
gtk+2-dev (>= 2.18.0-1),
gtk-doc (>= 1.13-5),
gtksourceview2-dev (>= 2.8.2-1),
pango1-xft2-ft219-dev (>= 1.24.5-4),
pixman (>= 0.16.0-1),
pkgconfig (>= 0.23),
pycairo-py%type_pkg[python]-dev (>= 1.8.8-3),
pygobject2-py%type_pkg[python]-dev (>= 2.20.0-1),
pygtk2-gtk-py%type_pkg[python]-dev (>= 2.16.0-1),
x11-dev
<<
Depends: <<
atk1-shlibs (>= 1.28.0-1),
cairo-shlibs (>= 1.8.8-3),
fontconfig2-shlibs (>= 2.8.0-4),
freetype219-shlibs (>= 2.3.12-1),
glib2-shlibs (>= 2.22.0-1),
gtk+2-shlibs (>= 2.18.0-1),
gtksourceview2-shlibs (>= 2.8.2-1),
numpy-py%type_pkg[python] (>= 1.3.0-7),
pango1-xft2-ft219-shlibs (>= 1.24.5-4),
pycairo-py%type_pkg[python] (>= 1.8.8-3),
pygobject2-py%type_pkg[python] (>= 2.20.0-1),
pygtk2-gtk-py%type_pkg[python] (>= 2.16.0-1),
python%type_pkg[python]
<<
Replaces: pygtksourceview2-py23, pygtksourceview2-py24, pygtksourceview2-py25
Source: mirror:gnome:sources/pygtksourceview/2.8/pygtksourceview-%v.tar.bz2
Source-MD5: bc344044113a52026b4eb7e433a24c29
Type: python (2.6 2.7)
ConfigureParams: --mandir=%p/share/man --enable-dependency-tracking --enable-gtk-doc
CompileScript: <<
PYTHON=%p/bin/python%type_raw[python] PKG_CONFIG_PATH="%p/lib/glib-2.0/pkgconfig-strict:%p/lib/fontconfig2/lib/pkgconfig:$PKG_CONFIG_PATH" ./configure %c
make
fink-package-precedence --prohibit-bdep %n-dev .
<<
InstallScript: <<
make -j1 install DESTDIR=%d
<<
DocFiles: AUTHORS COPYING ChangeLog* NEWS README
SplitOff: <<
Package: %N-dev
Description: Tools for compiling against pygtksourceview2
Depends: %N (= %v-%r)
BuildDependsOnly: true
Conflicts: <<
pygtksourceview2-py23-dev, pygtksourceview2-py24-dev, pygtksourceview2-py25-dev, pygtksourceview2-py26-dev, pygtksourceview2-py27-dev
<<
Replaces: <<
pygtksourceview2-py23, pygtksourceview2-py24, pygtksourceview2-py25,
pygtksourceview2-py23-dev, pygtksourceview2-py24-dev, pygtksourceview2-py25-dev, pygtksourceview2-py26-dev, pygtksourceview2-py27-dev
<<
Files: lib/pkgconfig share/pygtk share/gtk-doc
DocFiles: COPYING
<<
<<

pygtksourceview2-py stable port .patch

diff -Nurd -x'*~' pygtksourceview-2.6.0.orig/configure.ac pygtksourceview-2.6.0/configure.ac
--- pygtksourceview-2.6.0.orig/configure.ac 2009-03-21 16:06:40.000000000 -0400
+++ pygtksourceview-2.6.0/configure.ac 2009-06-08 21:23:55.000000000 -0400
@@ -54,6 +54,8 @@
AC_DISABLE_STATIC
AC_LIBTOOL_WIN32_DLL
AC_PROG_LIBTOOL
+dnl when using libtool 2.x create libtool early, because it's used in configure
+m4_ifdef([LT_OUTPUT], [LT_OUTPUT])

if test "x$os_win32" = xyes -a "x$cross_compiling" = xyes; then
MOO_AM_PYTHON_DEVEL_CROSS_MINGW(,[AC_MSG_ERROR(could not find Python headers)])

pygtksourceview2-py _unstable_ port .patch