pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
pinentry-gnome3: Update to 1.1.1
Module Name: pkgsrc-wip
Committed By: Michael Baeuerle <micha%NetBSD.org@localhost>
Pushed By: micha
Date: Mon Feb 1 12:44:43 2021 +0100
Changeset: 540a3141643efd0098de512d48f2e58a6d468c62
Modified Files:
Makefile
Added Files:
pinentry-gnome3/DESCR
pinentry-gnome3/Makefile
pinentry-gnome3/PLIST
Log Message:
pinentry-gnome3: 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=540a3141643efd0098de512d48f2e58a6d468c62
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
Makefile | 1 +
pinentry-gnome3/DESCR | 6 ++++++
pinentry-gnome3/Makefile | 22 ++++++++++++++++++++++
pinentry-gnome3/PLIST | 2 ++
4 files changed, 31 insertions(+)
diffs:
diff --git a/Makefile b/Makefile
index cf20a819ba..6b59e5d487 100644
--- a/Makefile
+++ b/Makefile
@@ -3076,6 +3076,7 @@ SUBDIR+= pinball
SUBDIR+= pinentry
SUBDIR+= pinentry-dmenu
SUBDIR+= pinentry-fltk
+SUBDIR+= pinentry-gnome3
SUBDIR+= pinentry-gtk2
SUBDIR+= pinentry-qt4
SUBDIR+= pinentry-qt5
diff --git a/pinentry-gnome3/DESCR b/pinentry-gnome3/DESCR
new file mode 100644
index 0000000000..09d3380714
--- /dev/null
+++ b/pinentry-gnome3/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 GNOME 3 frontend.
diff --git a/pinentry-gnome3/Makefile b/pinentry-gnome3/Makefile
new file mode 100644
index 0000000000..8eb799da35
--- /dev/null
+++ b/pinentry-gnome3/Makefile
@@ -0,0 +1,22 @@
+# $NetBSD$
+
+PKGNAME= ${DISTNAME:S/pinentry-/pinentry-gnome3-/}
+COMMENT= Applications for entering PINs or Passphrases, GNOME 3 enabled
+
+.include "../../wip/pinentry/Makefile.common"
+
+USE_TOOLS+= pkg-config
+CONFIGURE_ARGS+= --disable-pinentry-gtk2
+CONFIGURE_ARGS+= --disable-pinentry-qt
+CONFIGURE_ARGS+= --disable-pinentry-curses
+CONFIGURE_ARGS+= --disable-pinentry-emacs
+#CONFIGURE_ARGS+= --disable-fallback-curses
+CONFIGURE_ARGS+= --enable-pinentry-gnome3
+CONFIGURE_ARGS+= --disable-pinentry-fltk
+CONFIGURE_ARGS+= --disable-pinentry-efl
+CONFIGURE_ARGS+= --disable-libsecret
+
+INSTALL_DIRS= gnome3
+
+.include "../../security/gcr/buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/pinentry-gnome3/PLIST b/pinentry-gnome3/PLIST
new file mode 100644
index 0000000000..334e5a5a0c
--- /dev/null
+++ b/pinentry-gnome3/PLIST
@@ -0,0 +1,2 @@
+@comment $NetBSD: PLIST,v 1.1 2020/08/30 23:53:23 wiz Exp $
+bin/pinentry-gnome3
Home |
Main Index |
Thread Index |
Old Index