Package: meld Version: 1.7.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 Patch out several 'make install' actions that are inappropriate for a for a staging-dir or non-live installation. Tweak message to reflect fink's package-name for optional runtime dependency. (very large dependency tree just to get syntax-highlighting) << Homepage: http://meldmerge.org License: GPL Maintainer: Daniel Macks Depends: << dpkg-base-files, desktop-file-utils, pycairo-py27 (>= 1.10.0-1), pygobject2-py27 (>= 2.20.0-1), pygtk2-gtk-py27 (>= 2.17.0-1), pygtksourceview2-py27 (>= 2.8.0-4), python27, rarian-compat, shared-mime-info, x11 << BuildDepends: << fink (>= 0.32-1), gettext-bin, gettext-tools, intltool40, pycairo-py27-dev (>= 1.10.0-1), pygobject2-py27-dev (>= 2.20.0-1), pygtk2-gtk-py27-dev (>= 2.17.0-1), pygtksourceview2-py27 (>= 2.8.0-4) << Recommends: gnome-python2-desktop-py27 (>= 2.28.0-1) Source: mirror:gnome:sources/%n/1.7/%n-%v.tar.xz Source-MD5: 80688ff72a8d8c5987d2dfb05bd0769c PatchScript: << perl -pi -e 's|/usr/bin/env python|%p/bin/python2.7|' bin/meld tools/* perl -pi -e "s/(-scrollkeeper-update)/#\1/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 <<