Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (3f13a8e3643fe7d773236000e0987db30a4f6e44)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Vlad Glagolev <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (3f13a8e3643fe7d773236000e0987db30a4f6e44)
  • Date: Mon, 2 Dec 2013 08:14:34 -0600

GIT changes to master grimoire by Vlad Glagolev <stealth AT sourcemage.org>:

shell-term-fm/rdesktop/DEPENDS | 13 ++++++++++++-
shell-term-fm/rdesktop/HISTORY | 3 +++
2 files changed, 15 insertions(+), 1 deletion(-)

New commits:
commit 82d63df2efde63519f93e161ac1efa362f9a5d54
Author: Vlad Glagolev <stealth AT sourcemage.org>
Commit: Vlad Glagolev <stealth AT sourcemage.org>

rdesktop: added missing dependencies

diff --git a/shell-term-fm/rdesktop/DEPENDS b/shell-term-fm/rdesktop/DEPENDS
index ec5a850..ebcab41 100755
--- a/shell-term-fm/rdesktop/DEPENDS
+++ b/shell-term-fm/rdesktop/DEPENDS
@@ -1,10 +1,21 @@
depends openssl &&
depends libx11 &&
+
if list_find $RDESKTOP_SOUND alsa; then
depends alsa-lib
elif list_find $RDESKTOP_SOUND libao; then
depends libao
-fi
+fi &&
+
+optional_depends libgssglue \
+ "--enable-credssp" \
+ "--disable-credssp" \
+ "for CredSSP support" &&
+
+optional_depends pcsc-lite \
+ "--enable-smartcard" \
+ "--disable-smartcard" \
+ "for SmartCard support"

# current support of this is broken
#optional_depends libvncserver \
diff --git a/shell-term-fm/rdesktop/HISTORY b/shell-term-fm/rdesktop/HISTORY
index a4a1401..05b0afd 100644
--- a/shell-term-fm/rdesktop/HISTORY
+++ b/shell-term-fm/rdesktop/HISTORY
@@ -1,3 +1,6 @@
+2013-12-02 Vlad Glagolev <stealth AT sourcemage.org>
+ * DEPENDS: added missing optional deps -- libgssglue, pcsc-lite
+
2013-11-20 Ladislav Hagara <hgr AT vabo.cz>
* DETAILS: 1.8.1




  • [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (3f13a8e3643fe7d773236000e0987db30a4f6e44), Vlad Glagolev, 12/02/2013

Archive powered by MHonArc 2.6.24.

Top of Page