19 lines
756 B
Bash
19 lines
756 B
Bash
# Template file for 'meld'
|
|
pkgname=meld
|
|
version=3.20.3
|
|
revision=1
|
|
build_style=python3-module
|
|
configure_args="--disable-schemas-compile"
|
|
hostmakedepends="pkg-config intltool 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=f0e32b29bdb3aeb10060265042fd3541b1ecd38410c87a40b1456ef8d416051a
|
|
|
|
post_install() {
|
|
rm $DESTDIR/usr/share/glib-2.0/schemas/gschemas.compiled \
|
|
$DESTDIR/usr/share/icons/hicolor/icon-theme.cache
|
|
}
|