mirror of
https://github.com/void-linux/void-packages.git
synced 2025-04-26 11:10:31 +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'
|
||||
pkgname=meld
|
||||
version=1.8.4
|
||||
version=3.12.1
|
||||
revision=1
|
||||
noarch=yes
|
||||
build_style=gnu-makefile
|
||||
make_build_args="prefix=/usr"
|
||||
make_install_args="prefix=/usr"
|
||||
hostmakedepends="pkg-config intltool gnome-doc-utils python"
|
||||
build_style="python-module"
|
||||
python_versions="2.7"
|
||||
hostmakedepends="pkg-config intltool gnome-doc-utils python itstool"
|
||||
makedepends="pygtk-devel pygtksourceview desktop-file-utils hicolor-icon-theme"
|
||||
depends="pygtk pygtksourceview desktop-file-utils hicolor-icon-theme"
|
||||
pycompile_dirs="usr/lib/meld/meld/"
|
||||
|
@ -14,5 +13,5 @@ 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.8/meld-${version}.tar.xz"
|
||||
checksum=b46e5786343f236d203037a7ace8f1b28145a51a3f84fa527efcf62f47b5b8de
|
||||
distfiles="${GNOME_SITE}/meld/${version%.*}/meld-${version}.tar.xz"
|
||||
checksum=8e09284f8d50347386a428e1a2222f2b3a704bf84b3736908082968b5b0dc7f8
|
||||
|
|
Loading…
Add table
Reference in a new issue