21 lines
772 B
Bash
21 lines
772 B
Bash
# Template file for 'meld'
|
|
pkgname=meld
|
|
version=3.16.3
|
|
revision=2
|
|
noarch=yes
|
|
build_style=python2-module
|
|
hostmakedepends="pkg-config intltool gnome-doc-utils python itstool gtk-update-icon-cache"
|
|
depends="python-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=efcae1530bf78113dfad42785ecb03cc06e48cd6a325c3e9236d99948269884c
|
|
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
|
|
}
|