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