pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

pinentry-qt5: Import version 1.1.1



Module Name:	pkgsrc-wip
Committed By:	Michael Baeuerle <micha%NetBSD.org@localhost>
Pushed By:	micha
Date:		Fri Jan 29 17:33:30 2021 +0100
Changeset:	d206cd2c9150e595c189fa5cd8f59b8eb0214512

Modified Files:
	Makefile
Added Files:
	pinentry-qt5/DESCR
	pinentry-qt5/Makefile
	pinentry-qt5/PLIST

Log Message:
pinentry-qt5: Import version 1.1.1

pinentry can use Qt 4 or Qt 5.
This is the Qt 5 based variant.

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=d206cd2c9150e595c189fa5cd8f59b8eb0214512

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 Makefile              |  1 +
 pinentry-qt5/DESCR    |  6 ++++++
 pinentry-qt5/Makefile | 24 ++++++++++++++++++++++++
 pinentry-qt5/PLIST    |  2 ++
 4 files changed, 33 insertions(+)

diffs:
diff --git a/Makefile b/Makefile
index 4088450935..904c7d61b4 100644
--- a/Makefile
+++ b/Makefile
@@ -3074,6 +3074,7 @@ SUBDIR+=	pinentry
 SUBDIR+=	pinentry-dmenu
 SUBDIR+=	pinentry-fltk
 SUBDIR+=	pinentry-gtk2
+SUBDIR+=	pinentry-qt5
 SUBDIR+=	pinkpony
 SUBDIR+=	pioneer
 SUBDIR+=	pipes-c
diff --git a/pinentry-qt5/DESCR b/pinentry-qt5/DESCR
new file mode 100644
index 0000000000..4fb4c06278
--- /dev/null
+++ b/pinentry-qt5/DESCR
@@ -0,0 +1,6 @@
+This is a collection of simple PIN or passphrase entry dialogs which
+utilize the Assuan protocol as described by the aegypten project.
+It provides programs for several graphical toolkits, such as GTK+ and
+QT, as well as for the console, using curses.
+
+This package contains the QT4 frontend.
diff --git a/pinentry-qt5/Makefile b/pinentry-qt5/Makefile
new file mode 100644
index 0000000000..4ed638df9c
--- /dev/null
+++ b/pinentry-qt5/Makefile
@@ -0,0 +1,24 @@
+# $NetBSD$
+
+PKGNAME=		${DISTNAME:S/pinentry-/pinentry-qt5-/}
+COMMENT=		Applications for entering PINs or Passphrases, qt5 enabled
+
+.include		"../../wip/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
+CONFIGURE_ARGS+=	--disable-pinentry-fltk
+
+USE_LANGUAGES+=		c c++
+USE_TOOLS+=		pkg-config gmake
+
+INSTALL_DIRS=		qt
+
+BUILDLINK_API_DEPENDS.libgpg-error+=	libgpg-error>=1.0.0
+.include "../../x11/qt5-qtbase/buildlink3.mk"
+
+.include "../../mk/bsd.pkg.mk"
diff --git a/pinentry-qt5/PLIST b/pinentry-qt5/PLIST
new file mode 100644
index 0000000000..e40cf66bf7
--- /dev/null
+++ b/pinentry-qt5/PLIST
@@ -0,0 +1,2 @@
+@comment $NetBSD: PLIST,v 1.2 2015/09/30 19:56:42 wiz Exp $
+bin/pinentry-qt


Home | Main Index | Thread Index | Old Index