2012-09-19 07:59:35 +02:00
|
|
|
# Template file for 'meld'
|
|
|
|
pkgname=meld
|
2012-10-22 14:05:39 +02:00
|
|
|
version=1.6.1
|
2012-09-19 07:59:35 +02:00
|
|
|
revision=1
|
|
|
|
build_style=gnu-makefile
|
|
|
|
make_build_args="prefix=/usr"
|
|
|
|
make_install_args="prefix=/usr"
|
|
|
|
makedepends="pkg-config intltool gnome-doc-utils"
|
|
|
|
fulldepends="pygtk pygtksourceview desktop-file-utils hicolor-icon-theme"
|
|
|
|
short_desc="Visual diff and merge tool"
|
|
|
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
|
|
|
homepage="http://meldmerge.org/"
|
|
|
|
license="GPL-2"
|
|
|
|
distfiles="${GNOME_SITE}/meld/1.6/meld-${version}.tar.xz"
|
2012-10-22 14:05:39 +02:00
|
|
|
checksum=de9c4d526c7489b6e6c5772b709aea4b77e1b3d1b6cd1701fc1c17ea81733a03
|
2012-09-19 07:59:35 +02:00
|
|
|
long_desc="
|
|
|
|
Meld is a visual diff and merge tool targeted at developers. Meld helps you
|
|
|
|
compare files, directories, and version controlled projects. It provides two
|
|
|
|
and three-way comparison of both files and directories, and has support for
|
|
|
|
many popular version control systems.
|
|
|
|
|
|
|
|
Meld helps you review code changes and understand patches. It might even help
|
|
|
|
you to figure out what is going on in that merge you keep avoiding."
|
|
|
|
|
2012-10-22 14:05:39 +02:00
|
|
|
noarch=yes
|
2012-09-19 07:59:35 +02:00
|
|
|
pycompile_dirs="usr/lib/meld/meld/"
|