mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-07 07:33:48 +02:00
meld: update to 1.8.0.
This commit is contained in:
parent
da7302ca0f
commit
72341a2326
1 changed files with 4 additions and 4 deletions
|
@ -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
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue