vp-build/srcpkgs/meld/template

22 lines
774 B
Bash

# Template file for 'meld'
pkgname=meld
version=3.17.1
revision=1
noarch=yes
build_style=python3-module
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"
pycompile_module="meld"
short_desc="Visual diff and merge tool"
maintainer="Juan RP <xtraeme@voidlinux.eu>"
homepage="http://meldmerge.org/"
license="GPL-2"
distfiles="${GNOME_SITE}/meld/${version%.*}/meld-${version}.tar.xz"
checksum=0f499a7fed47e557dc49afff140b1dc5eb2ee99ca265c45e923862d2c0d8f1df
configure_args="--disable-schemas-compile"
post_install() {
rm $DESTDIR/usr/share/glib-2.0/schemas/gschemas.compiled \
$DESTDIR/usr/share/icons/hicolor/icon-theme.cache
}