From 9ee32689f0b57b9e1de6d22c84ce8e3700b6122b Mon Sep 17 00:00:00 2001 From: davidovski Date: Sat, 4 Jun 2022 15:13:50 +0100 Subject: modified pinentry --- repo/pinentry/pinentry.xibuild | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/repo/pinentry/pinentry.xibuild b/repo/pinentry/pinentry.xibuild index c8fa0a7..df135a0 100644 --- a/repo/pinentry/pinentry.xibuild +++ b/repo/pinentry/pinentry.xibuild @@ -3,20 +3,12 @@ NAME="pinentry" DESC="Collection of simple PIN or passphrase entry dialogs which utilize the Assuan protocol" -MAKEDEPS=" ncurses libcap libgpg-error libassuan gcr libsecret" +MAKEDEPS=" ncurses libcap libgpg-error libassuan " PKG_VER=1.2.0 SOURCE="https://gnupg.org/ftp/gcrypt/pinentry/pinentry-$PKG_VER.tar.bz2" -ADDITIONAL=" -pinentry-curses-ss.post-install -pinentry.post-install -pinentry.post-upgrade -" - prepare() { - default_prepare - cp -ar "$BUILD_ROOT" "$BUILD_ROOT-libsecret" } -- cgit v1.2.1