void-packages/srcpkgs/meld/template
2019-01-07 09:14:45 +01:00

21 lines
791 B
Bash

# Template file for 'meld'
pkgname=meld
version=3.20.0
revision=1
noarch=yes
build_style=python3-module
pycompile_module="meld"
configure_args="--disable-schemas-compile"
hostmakedepends="pkg-config intltool gnome-doc-utils python3 itstool gtk-update-icon-cache"
depends="python3-gobject gsettings-desktop-schemas gtksourceview desktop-file-utils hicolor-icon-theme"
short_desc="Visual diff and merge tool"
maintainer="Helmut Pozimski <helmut@pozimski.eu>"
license="GPL-2.0-or-later"
homepage="http://meldmerge.org/"
distfiles="${GNOME_SITE}/meld/${version%.*}/meld-${version}.tar.xz"
checksum=cb40fe2f749325d7a13c35ca4928664744ced248793cd5705a630af074887086
post_install() {
rm $DESTDIR/usr/share/glib-2.0/schemas/gschemas.compiled \
$DESTDIR/usr/share/icons/hicolor/icon-theme.cache
}