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.
31 lines
1 KiB
Text
31 lines
1 KiB
Text
# $NetBSD: Makefile.common,v 1.16 2022/01/13 08:05:48 adam Exp $
|
|
#
|
|
# used by security/pinentry/Makefile
|
|
# used by security/pinentry-fltk/Makefile
|
|
# used by security/pinentry-gnome3/Makefile
|
|
# used by security/pinentry-gtk2/Makefile
|
|
# used by security/pinentry-qt5/Makefile
|
|
|
|
DISTNAME= pinentry-1.2.0
|
|
|
|
CATEGORIES= security
|
|
MASTER_SITES= ftp://ftp.gnupg.org/gcrypt/pinentry/
|
|
EXTRACT_SUFX= .tar.bz2
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= https://gnupg.org/related_software/pinentry/index.html
|
|
LICENSE= gnu-gpl-v2
|
|
|
|
DISTINFO_FILE= ${.CURDIR}/../../security/pinentry/distinfo
|
|
PATCHDIR= ${.CURDIR}/../../security/pinentry/patches
|
|
|
|
GNU_CONFIGURE= yes
|
|
CONFIGURE_ARGS+= --with-libiconv-prefix=${BUILDLINK_PREFIX.iconv}
|
|
INFO_FILES= yes
|
|
|
|
.include "../../security/libassuan2/buildlink3.mk"
|
|
BUILDLINK_API_DEPENDS.libgpg-error+= libgpg-error>=1.16
|
|
.include "../../security/libgpg-error/buildlink3.mk"
|
|
.include "../../converters/libiconv/buildlink3.mk"
|
|
.include "../../mk/curses.buildlink3.mk"
|
|
.include "../../mk/pthread.buildlink3.mk"
|