meld stable port information

Package: meld
Version: 1.5.3
Revision: 1
Description: Visual diff and merge tool
DescDetail: <<
Meld is a GNOME 2 visual diff and merge tool. It integrates especially
well with CVS. The diff viewer lets you edit files in place (diffs
update dynamically), and a middle column shows detailed changes and
allows merges. The margins show location of changes for easy
navigation, and it also features a tabbed interface that allows you to
open many diffs at once.
<<
DescPort: <<
Patch the main script to use a specific python so that we make sure to
have the one that has the needed python libraries and also to understand
installation to tempdir %d not ultimate location.
<<
DescPackaging: <<
The usual scrollkeeper install-time fix.
See: https://bugzilla.gnome.org/show_bug.cgi?id=605440

Tweak message to reflect fink's package-name for optional runtime dependency.
<<
Homepage: http://meldmerge.org
License: GPL
Maintainer: Daniel Macks
Depends: <<
dpkg-base-files,
pycairo-py27 (>= 1.8.8-3),
pygobject2-py27 (>= 2.20.0-1),
pygtk2-gtk-py27 (>= 2.16.0-1),
pygtksourceview2-py27 (>= 2.8.0-4),
python27,
rarian-compat,
x11
<<
BuildDepends: <<
fink (>= 0.32-1),
gettext-bin,
gettext-tools,
intltool40,
pycairo-py27-dev (>= 1.8.8-3),
pygobject2-py27-dev (>= 2.20.0-1),
pygtk2-gtk-py27-dev (>= 2.16.0-1),
pygtksourceview2-py27 (>= 2.8.0-4)
<<
Recommends: gnome-python2-desktop-py26 (>= 2.28.0-1)
Source: mirror:gnome:sources/%n/1.5/%n-%v.tar.xz
Source-MD5: 30e70ecd0689f2ae29a10656cdf33056
PatchScript: <<
perl -pi -e 's|/usr/bin/env python|%p/bin/python2.7|' bin/meld tools/*
perl -pi -e "s/-scrollkeeper-update/#-scrollkeeper-update/g" help/*/Makefile
find . -type f | xargs perl -pi -e 's/gnome-python-desktop/gnome-python2-desktop-py27 >= 2.28.0-1/'
<<
CompileScript: <<
PYTHON=%p/bin/python2.7 make prefix=%p
<<
InstallScript: <<
PYTHON=%p/bin/python2.7 make -j1 prefix=%p install DESTDIR=%d
<<
DocFileS: COPYING:COPYING.meld meld/vc/COPYING:COPYING.vc meld/vc/README:README.vc
PostInstScript: <<
if [ configure = "$1" ]; then
scrollkeeper-update -q
fi
<<
PostRmScript: <<
if [ remove != "$1" ]; then
scrollkeeper-update -q
fi
<<