pinentry-gtk: update to 1.3.0.

This commit is contained in:
Leah Neukirchen 2024-03-26 15:04:51 +01:00
parent 84f4f02784
commit 23f6611c8d

View file

@ -4,7 +4,7 @@
_desc="PIN or passphrase entry dialogs for GnuPG"
pkgname=pinentry-gtk
version=1.2.1
version=1.3.0
revision=1
build_style=gnu-configure
configure_args="--without-libcap --enable-fallback-curses
@ -12,15 +12,15 @@ configure_args="--without-libcap --enable-fallback-curses
--disable-pinentry-emacs --enable-pinentry-qt
--enable-pinentry-gtk2 --enable-pinentry-gnome3
$(vopt_enable libsecret)"
hostmakedepends="pkg-config qt5-host-tools"
hostmakedepends="pkg-config qt6-base qt6-tools"
makedepends="ncurses-devel libassuan-devel libgpg-error-devel
gcr-devel gtk+-devel qt5-devel $(vopt_if libsecret libsecret-devel)"
gcr-devel gtk+-devel qt6-base-devel $(vopt_if libsecret libsecret-devel)"
short_desc="${_desc} based on GTK+"
maintainer="Leah Neukirchen <leah@vuxu.org>"
license="GPL-2.0-or-later"
homepage="https://www.gnupg.org/related_software/pinentry/index.html"
distfiles="https://gnupg.org/ftp/gcrypt/pinentry/pinentry-${version}.tar.bz2"
checksum=457a185e5a85238fb945a955dc6352ab962dc8b48720b62fc9fa48c7540a4067
checksum=9b3cd5226e7597f2fded399a3bc659923351536559e9db0826981bca316494de
alternatives="pinentry:pinentry:/usr/bin/pinentry-gtk-2"