Restore package: yad-0.40.3
without webkitgtk for html support resolves #4522
This commit is contained in:
parent
c768754380
commit
9bfa54dbd2
|
@ -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
|
||||
}
|
Loading…
Reference in New Issue