yad: update to 0.40.3, use github releases (resolves #1789) (#1790)

This commit is contained in:
cr6git 2018-08-16 06:11:57 +02:00 committed by GitHub
parent 54e0af4751
commit cf6e1a3e0a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,14 +1,19 @@
# Template file for 'yad'
pkgname=yad
version=0.40.0
version=0.40.3
revision=1
build_style=gnu-configure
configure_args="--enable-html --enable-icon-browser"
hostmakedepends="intltool pkg-config"
hostmakedepends="automake gettext-devel glib-devel intltool pkg-config"
makedepends="webkitgtk2-devel"
short_desc="Yet Another Dialog"
maintainer="Juan RP <xtraeme@voidlinux.eu>"
license="GPL-3"
homepage="http://sourceforge.net/projects/yad-dialog/"
distfiles="${SOURCEFORGE_SITE}/$pkgname-dialog/$pkgname-$version.tar.xz"
checksum=c2d0b7d1b6d3a0877299faa00db75d58c974f81fce72d520a3a84e67d1d60ef4
license="GPL-3.0-or-later"
homepage="https://github.com/v1cont/yad"
distfiles="https://github.com/v1cont/yad/archive/v${version}.tar.gz"
checksum=a63a88ea1946a6ba5d45921abed6b53558215ca4b93b4cd7205de00e9a4848bb
pre_configure() {
autoreconf -ivf
intltoolize
}