void-packages/srcpkgs/meld/template
2019-03-31 10:58:42 +02:00

21 lines
793 B
Bash

# Template file for 'meld'
pkgname=meld
version=3.20.1
revision=1
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"
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
}