8e38fe7799
Noteworthy changes in version 1.2.0 (2021-08-25) ------------------------------------------------ * qt: Show a warning if Caps Lock is on on Windows, X11 (requires libX11 and Qt5X11Extras), and Wayland (requires KF5WaylandClient). [T4950] * qt: Support password formatting. This makes generated passwords easier to transcript. [T5517] * qt: Fix showing of pinentry window on Wayland. [T5528] * qt: Check passphrase constraints before accepting passphrase if passphrase constraints are requested to be enforced. [T5532] * qt: Improve detection of running in a GUI session. [T3659] * qt: Improve accessibility when entering new password.
22 lines
717 B
Makefile
22 lines
717 B
Makefile
# $NetBSD: Makefile,v 1.55 2022/01/13 08:05:48 adam Exp $
|
|
|
|
PKGNAME= ${DISTNAME:S/pinentry-/pinentry-gtk2-/}
|
|
COMMENT= Applications for entering PINs or Passphrases, GTK+ enabled
|
|
|
|
.include "../../security/pinentry/Makefile.common"
|
|
|
|
USE_TOOLS+= pkg-config
|
|
CONFIGURE_ARGS+= --enable-pinentry-gtk2
|
|
CONFIGURE_ARGS+= --disable-pinentry-curses
|
|
CONFIGURE_ARGS+= --disable-pinentry-emacs
|
|
CONFIGURE_ARGS+= --disable-pinentry-efl
|
|
CONFIGURE_ARGS+= --disable-pinentry-fltk
|
|
CONFIGURE_ARGS+= --disable-pinentry-gnome3
|
|
CONFIGURE_ARGS+= --disable-pinentry-qt
|
|
CONFIGURE_ARGS+= --disable-libsecret
|
|
|
|
INSTALL_DIRS= gtk+-2
|
|
|
|
BUILDLINK_API_DEPENDS.gtk2+= gtk2+>=2.12.0
|
|
.include "../../x11/gtk2/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|