diff --git a/srcpkgs/meld/template b/srcpkgs/meld/template index 85c04dd9542..8f37ca6a567 100644 --- a/srcpkgs/meld/template +++ b/srcpkgs/meld/template @@ -1,7 +1,7 @@ # Template file for 'meld' pkgname=meld version=3.15.1 -revision=1 +revision=2 noarch=yes build_style="python-module" hostmakedepends="pkg-config intltool gnome-doc-utils python itstool gtk-update-icon-cache" @@ -16,5 +16,6 @@ checksum=53a59132bfe78b66b3db0dd32d0857a160d2cbf4f07f963f900134224fe60c6b configure_args="--disable-schemas-compile" post_install() { - rm $DESTDIR/usr/share/glib-2.0/schemas/gschemas.compiled + rm $DESTDIR/usr/share/glib-2.0/schemas/gschemas.compiled \ + $DESTDIR/usr/share/icons/hicolor/icon-theme.cache }