meld: remove compiled glib schemas from package.
This commit is contained in:
parent
0168cfc4d4
commit
7f65ff3ced
|
@ -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
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue