meld: remove compiled glib schemas from package.

This commit is contained in:
Enno Boland 2016-01-15 13:41:01 +01:00
parent 0168cfc4d4
commit 7f65ff3ced

View file

@ -1,7 +1,7 @@
# Template file for 'meld'
pkgname=meld
version=3.15.0
revision=1
revision=2
noarch=yes
build_style="python-module"
hostmakedepends="pkg-config intltool gnome-doc-utils python itstool gtk-update-icon-cache"
@ -14,3 +14,7 @@ license="GPL-2"
distfiles="${GNOME_SITE}/meld/${version%.*}/meld-${version}.tar.xz"
checksum=3ac5ee6e5177183a24e72ae6681b685c7e410ff756c5ea2b65ff033db400aeca
configure_args="--disable-schemas-compile"
post_install() {
rm $DESTDIR/usr/share/glib-2.0/schemas/gschemas.compiled
}