New package: meld-1.6.0.

This commit is contained in:
Juan RP 2012-09-19 07:59:35 +02:00
parent b0640d2656
commit 37c12b2ebb

27
srcpkgs/meld/template Normal file
View file

@ -0,0 +1,27 @@
# Template file for 'meld'
pkgname=meld
version=1.6.0
revision=1
noarch=yes
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"
checksum=a0ec4e19e85ea4df0214da4c92a4069095d37a252ab240fc1bc00f29a627fea8
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."
pycompile_dirs="usr/lib/meld/meld/"
gtk_iconcache_dirs="/usr/share/icons/hicolor"