diff options
author | davidovski <david@davidovski.xyz> | 2022-06-04 15:13:50 +0100 |
---|---|---|
committer | davidovski <david@davidovski.xyz> | 2022-06-04 15:13:50 +0100 |
commit | 9ee32689f0b57b9e1de6d22c84ce8e3700b6122b (patch) | |
tree | 958fab100bac7de8b7ce922085368c1a29ac95c6 /repo | |
parent | 694f3f8f3a33d7fe29ac4c55ee4d3ced1b5a16fa (diff) |
modified pinentry
Diffstat (limited to 'repo')
-rw-r--r-- | repo/pinentry/pinentry.xibuild | 10 |
1 files changed, 1 insertions, 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" } |