meld: rebuild for Python 3.10

This commit is contained in:
Andrew J. Hesford 2021-09-24 23:16:07 -04:00
parent a236d807dc
commit 43c01fee23

View file

@ -1,11 +1,13 @@
# Template file for 'meld' # Template file for 'meld'
pkgname=meld pkgname=meld
version=3.20.4 version=3.20.4
revision=1 revision=2
build_style=python3-module build_style=python3-module
configure_args="--disable-schemas-compile" configure_args="--disable-schemas-compile"
hostmakedepends="pkg-config intltool python3 itstool gtk-update-icon-cache libxml2-python3" hostmakedepends="pkg-config intltool python3-distro itstool
depends="python3-gobject gsettings-desktop-schemas gtksourceview desktop-file-utils hicolor-icon-theme" 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" short_desc="Visual diff and merge tool"
maintainer="Helmut Pozimski <helmut@pozimski.eu>" maintainer="Helmut Pozimski <helmut@pozimski.eu>"
license="GPL-2.0-or-later" license="GPL-2.0-or-later"