pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
pinentry-gtk2: Update to 1.1.1
Module Name: pkgsrc-wip
Committed By: Michael Baeuerle <micha%NetBSD.org@localhost>
Pushed By: micha
Date: Fri Jan 29 14:56:54 2021 +0100
Changeset: b96b99795b792398de0bac7442008bd5f038ebde
Modified Files:
Makefile
Added Files:
pinentry-gtk2/DESCR
pinentry-gtk2/Makefile
pinentry-gtk2/PLIST
Log Message:
pinentry-gtk2: Update to 1.1.1
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=b96b99795b792398de0bac7442008bd5f038ebde
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
Makefile | 1 +
pinentry-gtk2/DESCR | 6 ++++++
pinentry-gtk2/Makefile | 22 ++++++++++++++++++++++
pinentry-gtk2/PLIST | 2 ++
4 files changed, 31 insertions(+)
diffs:
diff --git a/Makefile b/Makefile
index bdc57fdf51..5f35c8fada 100644
--- a/Makefile
+++ b/Makefile
@@ -3072,6 +3072,7 @@ SUBDIR+= pinball
SUBDIR+= pinentry
SUBDIR+= pinentry-dmenu
SUBDIR+= pinentry-fltk
+SUBDIR+= pinentry-gtk2
SUBDIR+= pinkpony
SUBDIR+= pioneer
SUBDIR+= pipes-c
diff --git a/pinentry-gtk2/DESCR b/pinentry-gtk2/DESCR
new file mode 100644
index 0000000000..e91a8b66ad
--- /dev/null
+++ b/pinentry-gtk2/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 FLTK,
+GTK+ and QT, as well as for the console, using curses.
+
+This package contains the GTK2 frontend.
diff --git a/pinentry-gtk2/Makefile b/pinentry-gtk2/Makefile
new file mode 100644
index 0000000000..0f96d7542c
--- /dev/null
+++ b/pinentry-gtk2/Makefile
@@ -0,0 +1,22 @@
+# $NetBSD$
+
+PKGNAME= ${DISTNAME:S/pinentry-/pinentry-gtk2-/}
+COMMENT= Applications for entering PINs or Passphrases, GTK+ enabled
+
+.include "../../wip/pinentry/Makefile.common"
+
+USE_TOOLS+= pkg-config
+CONFIGURE_ARGS+= --enable-pinentry-gtk2
+CONFIGURE_ARGS+= --disable-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-fltk
+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"
diff --git a/pinentry-gtk2/PLIST b/pinentry-gtk2/PLIST
new file mode 100644
index 0000000000..0f1d4e0065
--- /dev/null
+++ b/pinentry-gtk2/PLIST
@@ -0,0 +1,2 @@
+@comment $NetBSD: PLIST,v 1.1 2010/02/07 15:36:58 drochner Exp $
+bin/pinentry-gtk-2
Home |
Main Index |
Thread Index |
Old Index