efeacd4f62
Noteworthy changes in version 1.0.0 (2016-11-22) ------------------------------------------------ * Qt pinentry now supports repeat mode in one dialog. * Qt and GTK pinentries now make it possible to show the entered value. * Qt pinentry now only grabs the keyboard if an entry field is focused. * Fixed foreground handling in pinentry-qt if compiled with Qt5 for Windows. * Fixed potential crash in Qt qualitybar calculation. * GTK keyboard grabbing is now a bit more robust. The cursor is changed to a big dot as a visual indication that a pinentry has popped up and is waiting for input. * The GNOME pinentry now falls back to curses if it can't use the GCR system prompter or a screenlock is active. * Fixed error output for cached passwords. * A show/hide passphrase button or checkbox is now available with some pinentry flavors. * Improved diagnostics and error codes.
25 lines
791 B
Makefile
25 lines
791 B
Makefile
# $NetBSD: Makefile,v 1.38 2016/11/28 14:58:34 wiz Exp $
|
|
|
|
PKGNAME= ${DISTNAME:S/pinentry-/pinentry-qt4-/}
|
|
COMMENT= Applications for entering PINs or Passphrases, qt4 enabled
|
|
|
|
.include "../../security/pinentry/Makefile.common"
|
|
|
|
CONFIGURE_ARGS+= --enable-pinentry-qt
|
|
CONFIGURE_ARGS+= --disable-pinentry-curses
|
|
CONFIGURE_ARGS+= --disable-pinentry-emacs
|
|
#CONFIGURE_ARGS+= --disable-fallback-curses
|
|
CONFIGURE_ARGS+= --disable-pinentry-gnome3
|
|
CONFIGURE_ARGS+= --disable-pinentry-gtk2
|
|
|
|
USE_LANGUAGES+= c c++
|
|
USE_TOOLS+= pkg-config gmake
|
|
|
|
INSTALL_DIRS= qt
|
|
|
|
BUILDLINK_API_DEPENDS.libgpg-error+= libgpg-error>=1.0.0
|
|
.include "../../x11/qt4-libs/buildlink3.mk"
|
|
#.include "../../security/libgpg-error/buildlink3.mk"
|
|
#.include "../../security/libksba/buildlink3.mk"
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|