mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-13 18:43:51 +02:00
meld: update to 3.20.0.
This commit is contained in:
parent
dcee383455
commit
e4c0e45f15
1 changed files with 4 additions and 4 deletions
|
@ -1,19 +1,19 @@
|
||||||
# Template file for 'meld'
|
# Template file for 'meld'
|
||||||
pkgname=meld
|
pkgname=meld
|
||||||
version=3.18.3
|
version=3.20.0
|
||||||
revision=1
|
revision=1
|
||||||
noarch=yes
|
noarch=yes
|
||||||
build_style=python3-module
|
build_style=python3-module
|
||||||
|
pycompile_module="meld"
|
||||||
|
configure_args="--disable-schemas-compile"
|
||||||
hostmakedepends="pkg-config intltool gnome-doc-utils python3 itstool gtk-update-icon-cache"
|
hostmakedepends="pkg-config intltool gnome-doc-utils python3 itstool gtk-update-icon-cache"
|
||||||
depends="python3-gobject gsettings-desktop-schemas gtksourceview desktop-file-utils hicolor-icon-theme"
|
depends="python3-gobject gsettings-desktop-schemas gtksourceview desktop-file-utils hicolor-icon-theme"
|
||||||
pycompile_module="meld"
|
|
||||||
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"
|
||||||
homepage="http://meldmerge.org/"
|
homepage="http://meldmerge.org/"
|
||||||
distfiles="${GNOME_SITE}/meld/${version%.*}/meld-${version}.tar.xz"
|
distfiles="${GNOME_SITE}/meld/${version%.*}/meld-${version}.tar.xz"
|
||||||
checksum=960ea71e82cedcb8ec89ae71704fdf21c70fa95bc41dc8511f2120074cc7c16e
|
checksum=cb40fe2f749325d7a13c35ca4928664744ced248793cd5705a630af074887086
|
||||||
configure_args="--disable-schemas-compile"
|
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
rm $DESTDIR/usr/share/glib-2.0/schemas/gschemas.compiled \
|
rm $DESTDIR/usr/share/glib-2.0/schemas/gschemas.compiled \
|
||||||
|
|
Loading…
Add table
Reference in a new issue