Restore package: yad-0.40.3

without webkitgtk for html support
resolves #4522
This commit is contained in:
Helmut Pozimski 2018-11-10 10:43:47 +01:00
parent c768754380
commit 9bfa54dbd2
1 changed files with 19 additions and 0 deletions

19
srcpkgs/yad/template Normal file
View File

@ -0,0 +1,19 @@
# Template file for 'yad'
pkgname=yad
version=0.40.3
revision=2
build_style=gnu-configure
configure_args="--enable-icon-browser"
hostmakedepends="automake gettext-devel glib-devel intltool pkg-config"
makedepends="gtk+-devel"
short_desc="Yet Another Dialog"
maintainer="Juan RP <xtraeme@voidlinux.eu>"
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
}