mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-28 08:22:56 +02:00
pinentry: update to 1.1.0. (#9748)
This commit is contained in:
parent
54139ca1f3
commit
1b7a70353b
1 changed files with 4 additions and 4 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'pinentry'
|
# Template file for 'pinentry'
|
||||||
pkgname=pinentry
|
pkgname=pinentry
|
||||||
version=1.0.0
|
version=1.1.0
|
||||||
revision=2
|
revision=1
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--disable-rpath --without-libcap --disable-pinentry-gtk
|
configure_args="--disable-rpath --without-libcap --disable-pinentry-gtk
|
||||||
--enable-pinentry-curses --enable-fallback-curses --enable-pinentry-gtk2
|
--enable-pinentry-curses --enable-fallback-curses --enable-pinentry-gtk2
|
||||||
|
@ -9,11 +9,11 @@ configure_args="--disable-rpath --without-libcap --disable-pinentry-gtk
|
||||||
hostmakedepends="pkg-config"
|
hostmakedepends="pkg-config"
|
||||||
makedepends="ncurses-devel gtk+-devel libassuan-devel libgpg-error-devel qt5-devel"
|
makedepends="ncurses-devel gtk+-devel libassuan-devel libgpg-error-devel qt5-devel"
|
||||||
short_desc="PIN or passphrase entry dialogs for GnuPG"
|
short_desc="PIN or passphrase entry dialogs for GnuPG"
|
||||||
maintainer="Christian Neukirchen <chneukirchen@gmail.com>"
|
maintainer="Leah Neukirchen <leah@vuxu.org>"
|
||||||
license="GPL-2"
|
license="GPL-2"
|
||||||
homepage="https://www.gnupg.org/related_software/pinentry/index.html"
|
homepage="https://www.gnupg.org/related_software/pinentry/index.html"
|
||||||
distfiles="ftp://ftp.gnupg.org/gcrypt/${pkgname}/${pkgname}-${version}.tar.bz2"
|
distfiles="ftp://ftp.gnupg.org/gcrypt/${pkgname}/${pkgname}-${version}.tar.bz2"
|
||||||
checksum=1672c2edc1feb036075b187c0773787b2afd0544f55025c645a71b4c2f79275a
|
checksum=68076686fa724a290ea49cdf0d1c0c1500907d1b759a3bcbfbec0293e8f56570
|
||||||
|
|
||||||
if [ -n "$CROSS_BUILD" ]; then
|
if [ -n "$CROSS_BUILD" ]; then
|
||||||
hostmakedepends+=" qt5-host-tools"
|
hostmakedepends+=" qt5-host-tools"
|
||||||
|
|
Loading…
Add table
Reference in a new issue