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