meld: remove compiled glib schemas from package.
This commit is contained in:
parent
0168cfc4d4
commit
7f65ff3ced
1 changed files with 5 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'meld'
|
# Template file for 'meld'
|
||||||
pkgname=meld
|
pkgname=meld
|
||||||
version=3.15.0
|
version=3.15.0
|
||||||
revision=1
|
revision=2
|
||||||
noarch=yes
|
noarch=yes
|
||||||
build_style="python-module"
|
build_style="python-module"
|
||||||
hostmakedepends="pkg-config intltool gnome-doc-utils python itstool gtk-update-icon-cache"
|
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"
|
distfiles="${GNOME_SITE}/meld/${version%.*}/meld-${version}.tar.xz"
|
||||||
checksum=3ac5ee6e5177183a24e72ae6681b685c7e410ff756c5ea2b65ff033db400aeca
|
checksum=3ac5ee6e5177183a24e72ae6681b685c7e410ff756c5ea2b65ff033db400aeca
|
||||||
configure_args="--disable-schemas-compile"
|
configure_args="--disable-schemas-compile"
|
||||||
|
|
||||||
|
post_install() {
|
||||||
|
rm $DESTDIR/usr/share/glib-2.0/schemas/gschemas.compiled
|
||||||
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue