mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-09 00:23:52 +02:00
meld: update to 3.15.3.
This commit is contained in:
parent
a9a4538b60
commit
a8e17d8c64
1 changed files with 4 additions and 3 deletions
|
@ -1,9 +1,10 @@
|
||||||
# Template file for 'meld'
|
# Template file for 'meld'
|
||||||
pkgname=meld
|
pkgname=meld
|
||||||
version=3.15.2
|
version=3.15.3
|
||||||
revision=1
|
revision=1
|
||||||
|
# Should be noted we are following -devel for this package since PR #2685
|
||||||
noarch=yes
|
noarch=yes
|
||||||
build_style="python-module"
|
build_style=python-module
|
||||||
hostmakedepends="pkg-config intltool gnome-doc-utils python itstool gtk-update-icon-cache"
|
hostmakedepends="pkg-config intltool gnome-doc-utils python itstool gtk-update-icon-cache"
|
||||||
depends="python-gobject gsettings-desktop-schemas gtksourceview desktop-file-utils hicolor-icon-theme"
|
depends="python-gobject gsettings-desktop-schemas gtksourceview desktop-file-utils hicolor-icon-theme"
|
||||||
pycompile_module="meld"
|
pycompile_module="meld"
|
||||||
|
@ -12,7 +13,7 @@ maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||||
homepage="http://meldmerge.org/"
|
homepage="http://meldmerge.org/"
|
||||||
license="GPL-2"
|
license="GPL-2"
|
||||||
distfiles="${GNOME_SITE}/meld/${version%.*}/meld-${version}.tar.xz"
|
distfiles="${GNOME_SITE}/meld/${version%.*}/meld-${version}.tar.xz"
|
||||||
checksum=7df34d973dd96163cb1c85bae7d713be610a53f49f2450acb01d501cea24ad16
|
checksum=adb1503b4006f611aba0a6adf5db10701f00b3af602bd33bd7adc4b97caeb14f
|
||||||
configure_args="--disable-schemas-compile"
|
configure_args="--disable-schemas-compile"
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
|
|
Loading…
Add table
Reference in a new issue