void-packages/srcpkgs/meld/template
2019-12-24 14:20:22 +01:00

21 lines
809 B
Bash

# Template file for 'meld'
pkgname=meld
version=3.20.1
revision=2
archs=noarch
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 libxml2-python3"
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=a54843bc4d6cb1d31d0a58aa725091622194d50c32ef67026b35c86dda3cb249
post_install() {
rm $DESTDIR/usr/share/glib-2.0/schemas/gschemas.compiled \
$DESTDIR/usr/share/icons/hicolor/icon-theme.cache
}