Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Pavel Vinogradov (d6bef8aaf9f3057cca99148c0ee256be17330b62)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Pavel Vinogradov <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Pavel Vinogradov (d6bef8aaf9f3057cca99148c0ee256be17330b62)
  • Date: Wed, 20 Dec 2017 23:03:08 +0000

GIT changes to master grimoire by Pavel Vinogradov <public AT sourcemage.org>:

crypto/pinentry/DEPENDS | 18 ++++++++++++++++--
crypto/pinentry/DETAILS | 2 +-
crypto/pinentry/HISTORY | 5 +++++
3 files changed, 22 insertions(+), 3 deletions(-)

New commits:
commit d6bef8aaf9f3057cca99148c0ee256be17330b62
Author: Pavel Vinogradov <public AT sourcemage.org>
Commit: Pavel Vinogradov <public AT sourcemage.org>

crypto/pinentry: version 1.1.0

diff --git a/crypto/pinentry/DEPENDS b/crypto/pinentry/DEPENDS
index f5013b8..35ec9a1 100755
--- a/crypto/pinentry/DEPENDS
+++ b/crypto/pinentry/DEPENDS
@@ -11,7 +11,7 @@ optional_depends libsecret \

optional_depends libx11 \
"" \
- "--disable-pinentry-gtk2 --disable-pinentry-gnome3
--disable-pinentry-qt" \
+ "--disable-pinentry-gtk2 --disable-pinentry-gnome3
--disable-pinentry-qt --disable-pinentry-qt5 --disable-pinentry-fltk" \
"for X11 support (needed for GTK+2/GNOME 3/QT4 support)" &&

if is_depends_enabled "$SPELL" "libx11"; then
@@ -25,8 +25,22 @@ if is_depends_enabled "$SPELL" "libx11"; then
"--disable-pinentry-gnome3" \
"to build GNOME 3 pinentry" &&

+ if is_depends_enabled "$SPELL" "gtk+3"; then
+ depends gcr
+ fi &&
+
optional_depends qt4 \
"--enable-pinentry-qt" \
"--disable-pinentry-qt" \
- "to build Qt4 pinentry"
+ "to build Qt4 pinentry" &&
+
+ optional_depends qtbase \
+ "--enable-pinentry-qt5" \
+ "--disable-pinentry-qt5" \
+ "to build Qt5 pinentry" &&
+
+ optional_depends fltk \
+ "--enable-pinentry-fltk" \
+ "--disable-pinentry-fltk" \
+ "to build fltk 1.3 pinentry"
fi
diff --git a/crypto/pinentry/DETAILS b/crypto/pinentry/DETAILS
index 215a678..18a17e1 100755
--- a/crypto/pinentry/DETAILS
+++ b/crypto/pinentry/DETAILS
@@ -1,5 +1,5 @@
SPELL=pinentry
- VERSION=1.0.0
+ VERSION=1.1.0
SOURCE=$SPELL-$VERSION.tar.bz2
SOURCE2=$SOURCE.sig
SOURCE2_IGNORE=signature
diff --git a/crypto/pinentry/HISTORY b/crypto/pinentry/HISTORY
index 2934bad..29ebdf0 100644
--- a/crypto/pinentry/HISTORY
+++ b/crypto/pinentry/HISTORY
@@ -1,3 +1,8 @@
+2017-12-20 Pavel Vinogradov <public AT sourcemage.org>
+ * DETAILS: version 1.1.0
+ * DEPENDS: added qt5 and fltk UI options, also, gcr is required for
+ gtk+3 UI
+
2017-01-02 Treeve Jelbert <treeve AT sourcemage.org>
* DETAILS: version 1.0.0




  • [SM-Commit] GIT changes to master grimoire by Pavel Vinogradov (d6bef8aaf9f3057cca99148c0ee256be17330b62), Pavel Vinogradov, 12/20/2017

Archive powered by MHonArc 2.6.24.

Top of Page