mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-07 23:53:51 +02:00
meld: update to 3.22.0.
This commit is contained in:
parent
f87b828f1e
commit
a3e43925f0
1 changed files with 7 additions and 12 deletions
|
@ -1,21 +1,16 @@
|
||||||
# Template file for 'meld'
|
# Template file for 'meld'
|
||||||
pkgname=meld
|
pkgname=meld
|
||||||
version=3.20.4
|
version=3.22.0
|
||||||
revision=2
|
revision=1
|
||||||
build_style=python3-module
|
build_style=meson
|
||||||
configure_args="--disable-schemas-compile"
|
|
||||||
hostmakedepends="pkg-config intltool python3-distro itstool
|
hostmakedepends="pkg-config intltool python3-distro itstool
|
||||||
gtk-update-icon-cache libxml2-python3"
|
gtk-update-icon-cache libxml2-python3 glib-devel"
|
||||||
depends="python3-gobject gsettings-desktop-schemas gtksourceview
|
makedepends="python3-devel gtk+3-devel gtksourceview4-devel python3-gobject-devel"
|
||||||
|
depends="python3-gobject gsettings-desktop-schemas gtksourceview4
|
||||||
desktop-file-utils hicolor-icon-theme"
|
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"
|
||||||
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=f48e10eec606f687a87061e78668f6bb40e63e032175c4c7033636b65a157d13
|
checksum=3fc107c98ef6e75358ffd2b0d14c85ddb48fe14a11e939a94322faaa8e90c40d
|
||||||
|
|
||||||
post_install() {
|
|
||||||
rm $DESTDIR/usr/share/glib-2.0/schemas/gschemas.compiled \
|
|
||||||
$DESTDIR/usr/share/icons/hicolor/icon-theme.cache
|
|
||||||
}
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue