Skip to Content.
Sympa Menu

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

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 (08593a5d8c16b9b55230993b036acc653051e0f6)
  • Date: Fri, 13 May 2016 23:10:55 +0000

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

crypto/pinentry/DEPENDS | 11 ++++++++---
crypto/pinentry/HISTORY | 3 +++
utils/youtube-dl/DETAILS | 2 +-
utils/youtube-dl/HISTORY | 3 +++
4 files changed, 15 insertions(+), 4 deletions(-)

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

crypto/pinentry: added GNOME 3 interface option

commit 81c5216ff44ceb8da00e655ba0f823130cb126df
Author: Pavel Vinogradov <public AT sourcemage.org>
Commit: Pavel Vinogradov <public AT sourcemage.org>

utils/youtube-dl: version 2016.05.10

diff --git a/crypto/pinentry/DEPENDS b/crypto/pinentry/DEPENDS
index 95b3032..f5013b8 100755
--- a/crypto/pinentry/DEPENDS
+++ b/crypto/pinentry/DEPENDS
@@ -11,8 +11,8 @@ optional_depends libsecret \

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

if is_depends_enabled "$SPELL" "libx11"; then
optional_depends gtk+2 \
@@ -20,7 +20,12 @@ if is_depends_enabled "$SPELL" "libx11"; then
"--disable-pinentry-gtk2" \
"to build GTK+2 pinentry" &&

- optional_depends qt4 \
+ optional_depends gtk+3 \
+ "--enable-pinentry-gnome3" \
+ "--disable-pinentry-gnome3" \
+ "to build GNOME 3 pinentry" &&
+
+ optional_depends qt4 \
"--enable-pinentry-qt" \
"--disable-pinentry-qt" \
"to build Qt4 pinentry"
diff --git a/crypto/pinentry/HISTORY b/crypto/pinentry/HISTORY
index b4d0a95..4778310 100644
--- a/crypto/pinentry/HISTORY
+++ b/crypto/pinentry/HISTORY
@@ -1,3 +1,6 @@
+2016-05-13 Pavel Vinogradov <public AT sourcemage.org>
+ * DEPENDS: added option to build GNOME 3 interface
+
2016-03-19 Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
* DETAILS: version 0.9.7
* BUILD: fix path to moc
diff --git a/utils/youtube-dl/DETAILS b/utils/youtube-dl/DETAILS
index 55826af..8a6b086 100755
--- a/utils/youtube-dl/DETAILS
+++ b/utils/youtube-dl/DETAILS
@@ -1,5 +1,5 @@
SPELL=youtube-dl
- VERSION=2016.04.24
+ VERSION=2016.05.10
SOURCE=$SPELL-$VERSION
SOURCE2=$SOURCE.sig
SOURCE2_IGNORE=signature
diff --git a/utils/youtube-dl/HISTORY b/utils/youtube-dl/HISTORY
index 01b6027..adf130f 100644
--- a/utils/youtube-dl/HISTORY
+++ b/utils/youtube-dl/HISTORY
@@ -1,3 +1,6 @@
+2016-05-13 Pavel Vinogradov <public AT sourcemage.org>
+ * DETAILS: updated spell to 2016.05.10
+
2016-04-29 Pavel Vinogradov <public AT sourcemage.org>
* DETAILS: updated spell to 2016.04.24




  • [SM-Commit] GIT changes to master grimoire by Pavel Vinogradov (08593a5d8c16b9b55230993b036acc653051e0f6), Pavel Vinogradov, 05/13/2016

Archive powered by MHonArc 2.6.24.

Top of Page