meld: update to 1.8.0.

This commit is contained in:
Juan RP 2013-09-19 08:27:36 +02:00
parent da7302ca0f
commit 72341a2326

View File

@ -1,6 +1,6 @@
# Template file for 'meld' # Template file for 'meld'
pkgname=meld pkgname=meld
version=1.6.1 version=1.8.0
revision=1 revision=1
build_style=gnu-makefile build_style=gnu-makefile
make_build_args="prefix=/usr" make_build_args="prefix=/usr"
@ -11,8 +11,8 @@ short_desc="Visual diff and merge tool"
maintainer="Juan RP <xtraeme@gmail.com>" maintainer="Juan RP <xtraeme@gmail.com>"
homepage="http://meldmerge.org/" homepage="http://meldmerge.org/"
license="GPL-2" license="GPL-2"
distfiles="${GNOME_SITE}/meld/1.6/meld-${version}.tar.xz" distfiles="${GNOME_SITE}/meld/1.8/meld-${version}.tar.xz"
checksum=de9c4d526c7489b6e6c5772b709aea4b77e1b3d1b6cd1701fc1c17ea81733a03 checksum=749668f9cbd2f8d11d87b46fda0c1a2190d24668a633d0435ed03d58fc36c65b
long_desc=" long_desc="
Meld is a visual diff and merge tool targeted at developers. Meld helps you Meld is a visual diff and merge tool targeted at developers. Meld helps you
compare files, directories, and version controlled projects. It provides two compare files, directories, and version controlled projects. It provides two
@ -27,6 +27,6 @@ meld_package() {
pycompile_dirs="usr/lib/meld/meld/" pycompile_dirs="usr/lib/meld/meld/"
depends="${makedepends}" depends="${makedepends}"
pkg_install() { pkg_install() {
vmove usr vmove all
} }
} }