Package: meld Version: 1.5.1 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://meld.sourceforge.net/ License: GPL Maintainer: Daniel Macks Depends: << dpkg-base-files, pycairo-py26 (>= 1.8.8-3), pygobject2-py26 (>= 2.20.0-1), pygtk2-gtk-py26 (>= 2.16.0-1), pygtksourceview2-py26 (>= 2.8.0-4), python26, rarian-compat, x11 << BuildDepends: << fink (>= 0.24.12-1), gettext-bin, gettext-tools, intltool40, pycairo-py26-dev (>= 1.8.8-3), pygobject2-py26-dev (>= 2.20.0-1), pygtk2-gtk-py26-dev (>= 2.16.0-1), pygtksourceview2-py26 (>= 2.8.0-4) << Recommends: gnome-python2-desktop-py26 (>= 2.28.0-1) Source: mirror:gnome:sources/%n/1.5/%n-%v.tar.bz2 Source-MD5: 387f24c936e2a433ac3dedd298008675 PatchScript: << perl -pi -e 's|/usr/bin/env python|%p/bin/python2.6|' 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-py26 >= 2.28.0-1/' << CompileScript: << PYTHON=%p/bin/python2.6 make prefix=%p << InstallScript: << PYTHON=%p/bin/python2.6 make -j1 prefix=%p install DESTDIR=%d << DocFileS: AUTHORS COPYING:COPYING.meld help/ChangeLog:ChangeLog.help po/ChangeLog:ChangeLog.po 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 <<