meld: disable schema compile

This commit is contained in:
Enno Boland 2015-09-27 20:33:45 +02:00
parent e4fdd38304
commit 5b2460a418
1 changed files with 2 additions and 1 deletions

View File

@ -1,7 +1,7 @@
# Template file for 'meld'
pkgname=meld
version=3.14.0
revision=1
revision=2
noarch=yes
build_style="python-module"
hostmakedepends="pkg-config intltool gnome-doc-utils python itstool gtk-update-icon-cache"
@ -13,3 +13,4 @@ homepage="http://meldmerge.org/"
license="GPL-2"
distfiles="${GNOME_SITE}/meld/${version%.*}/meld-${version}.tar.xz"
checksum=430e2936b787c90ffa0999d3c94611fcaa64ca1920933f31550d5b931b4f103c
configure_args="--disable-schemas-compile"