Package: meld Version: 1.0.0 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. Patch target executable to use correct python interp. Critical po/fr.po patch: http://bugzilla.gnome.org/show_bug.cgi?id=309408 << DescPackaging: << The usual scrollkeeper install-time fix. Can't switch to python2.4 because gnome-python2-py24 don't exist. << Homepage: http://meld.sourceforge.net/ License: GPL Maintainer: Daniel Macks Depends: x11, python23, gnome-python2-py23, pyorbit2-py23, pygtk2-py23, scrollkeeper BuildDepends: x11-dev, pygtk2-py23-dev, gettext-bin, gettext-tools, intltool Source: mirror:gnome:sources/%n/1.0/%n-%v.tar.bz2 Source-MD5: ccde817f0396d39e9e40f31a3a7611f6 Patch: %n.patch PatchScript: << perl -pi.bak -e 's|/usr/bin/env python|%p/bin/python2.3|' meld tools/* perl -ni.bak -e 'print unless /scrollkeeper-install/' help/C/GNUmakefile << CompileScript: << PYTHON=%p/bin/python2.3 make prefix=%p << InstallScript: << PYTHON=%p/bin/python2.3 make prefix=%p install DESTDIR=%d << DocFileS: AUTHORS COPYING changelog PostInstScript: << if [ configure = "$1" ]; then scrollkeeper-update -q fi << PostRmScript: << if [ remove != "$1" ]; then scrollkeeper-update -q fi <<