22 lines
845 B
Bash
22 lines
845 B
Bash
# Template file for 'meld'
|
|
pkgname=meld
|
|
version=3.15.3
|
|
revision=1
|
|
# Should be noted we are following -devel for this package since PR #2685
|
|
noarch=yes
|
|
build_style=python-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=adb1503b4006f611aba0a6adf5db10701f00b3af602bd33bd7adc4b97caeb14f
|
|
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
|
|
}
|