pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
pinentry-qt4: Update to 1.1.1
Module Name: pkgsrc-wip
Committed By: Michael Baeuerle <micha%NetBSD.org@localhost>
Pushed By: micha
Date: Fri Jan 29 18:56:47 2021 +0100
Changeset: 82dac8eaa826b36ddb83f8358344d9b78f57c6c4
Modified Files:
Makefile
Added Files:
pinentry-qt4/DESCR
pinentry-qt4/Makefile
pinentry-qt4/PLIST
Log Message:
pinentry-qt4: Update to 1.1.1
pinentry can use Qt 4 or Qt 5.
This is the Qt 4 based variant.
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=82dac8eaa826b36ddb83f8358344d9b78f57c6c4
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
Makefile | 1 +
pinentry-qt4/DESCR | 6 ++++++
pinentry-qt4/Makefile | 27 +++++++++++++++++++++++++++
pinentry-qt4/PLIST | 2 ++
4 files changed, 36 insertions(+)
diffs:
diff --git a/Makefile b/Makefile
index 904c7d61b4..bcd7b3c606 100644
--- a/Makefile
+++ b/Makefile
@@ -3074,6 +3074,7 @@ SUBDIR+= pinentry
SUBDIR+= pinentry-dmenu
SUBDIR+= pinentry-fltk
SUBDIR+= pinentry-gtk2
+SUBDIR+= pinentry-qt4
SUBDIR+= pinentry-qt5
SUBDIR+= pinkpony
SUBDIR+= pioneer
diff --git a/pinentry-qt4/DESCR b/pinentry-qt4/DESCR
new file mode 100644
index 0000000000..4fb4c06278
--- /dev/null
+++ b/pinentry-qt4/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-qt4/Makefile b/pinentry-qt4/Makefile
new file mode 100644
index 0000000000..0f725f4592
--- /dev/null
+++ b/pinentry-qt4/Makefile
@@ -0,0 +1,27 @@
+# $NetBSD$
+
+PKGNAME= ${DISTNAME:S/pinentry-/pinentry-qt4-/}
+COMMENT= Applications for entering PINs or Passphrases, qt4 enabled
+CONFLICTS= pinentry-qt5-[0-9]*
+
+.include "../../wip/pinentry/Makefile.common"
+
+USE_LANGUAGES+= c c++
+USE_TOOLS+= pkg-config gmake
+
+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
+CONFIGURE_ARGS+= --disable-pinentry-efl
+CONFIGURE_ARGS+= --disable-libsecret
+
+INSTALL_DIRS= qt
+
+BUILDLINK_API_DEPENDS.libgpg-error+= libgpg-error>=1.0.0
+.include "../../x11/qt4-libs/buildlink3.mk"
+
+.include "../../mk/bsd.pkg.mk"
diff --git a/pinentry-qt4/PLIST b/pinentry-qt4/PLIST
new file mode 100644
index 0000000000..e40cf66bf7
--- /dev/null
+++ b/pinentry-qt4/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