mirror of
https://github.com/void-linux/void-packages.git
synced 2025-04-26 19:13:51 +02:00
meld: update to 3.12.1.
This commit is contained in:
parent
5b2c8cf486
commit
00e65a700d
1 changed files with 6 additions and 7 deletions
|
@ -1,12 +1,11 @@
|
||||||
# Template file for 'meld'
|
# Template file for 'meld'
|
||||||
pkgname=meld
|
pkgname=meld
|
||||||
version=1.8.4
|
version=3.12.1
|
||||||
revision=1
|
revision=1
|
||||||
noarch=yes
|
noarch=yes
|
||||||
build_style=gnu-makefile
|
build_style="python-module"
|
||||||
make_build_args="prefix=/usr"
|
python_versions="2.7"
|
||||||
make_install_args="prefix=/usr"
|
hostmakedepends="pkg-config intltool gnome-doc-utils python itstool"
|
||||||
hostmakedepends="pkg-config intltool gnome-doc-utils python"
|
|
||||||
makedepends="pygtk-devel pygtksourceview desktop-file-utils hicolor-icon-theme"
|
makedepends="pygtk-devel pygtksourceview desktop-file-utils hicolor-icon-theme"
|
||||||
depends="pygtk pygtksourceview desktop-file-utils hicolor-icon-theme"
|
depends="pygtk pygtksourceview desktop-file-utils hicolor-icon-theme"
|
||||||
pycompile_dirs="usr/lib/meld/meld/"
|
pycompile_dirs="usr/lib/meld/meld/"
|
||||||
|
@ -14,5 +13,5 @@ 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.8/meld-${version}.tar.xz"
|
distfiles="${GNOME_SITE}/meld/${version%.*}/meld-${version}.tar.xz"
|
||||||
checksum=b46e5786343f236d203037a7ace8f1b28145a51a3f84fa527efcf62f47b5b8de
|
checksum=8e09284f8d50347386a428e1a2222f2b3a704bf84b3736908082968b5b0dc7f8
|
||||||
|
|
Loading…
Add table
Reference in a new issue