Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Juuso Alasuutari (5cbd156e711bea52258ae69b429905ceb56a8d8f)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Juuso Alasuutari <scm AT mail.sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Juuso Alasuutari (5cbd156e711bea52258ae69b429905ceb56a8d8f)
  • Date: Fri, 2 Feb 2007 04:51:21 -0600

GIT changes to master grimoire by Juuso Alasuutari <iuso AT sourcemage.org>:

kde-core/kdebase/HISTORY | 4 ++++
kde-core/kdebase/PRE_SUB_DEPENDS | 7 +++++++
kde-core/kdebase/SUB_DEPENDS | 8 ++++++++
kde-core/kdepim/DEPENDS | 7 +++++++
kde-core/kdepim/HISTORY | 4 ++++
5 files changed, 30 insertions(+)

New commits:
commit 5cbd156e711bea52258ae69b429905ceb56a8d8f
Author: Juuso Alasuutari <iuso AT sourcemage.org>
Commit: Juuso Alasuutari <iuso AT sourcemage.org>

kdepim: sub_depends kdebase SASL when cyrus-sasl enabled (bug #13483)

commit efd7dea90bcc4510cede78ddbaa8e825c5bafdf7
Author: Juuso Alasuutari <iuso AT sourcemage.org>
Commit: Juuso Alasuutari <iuso AT sourcemage.org>

kdebase: add SASL sub-dependency (bug #13483)

diff --git a/kde-core/kdebase/HISTORY b/kde-core/kdebase/HISTORY
index 7f918f8..aceab6b 100644
--- a/kde-core/kdebase/HISTORY
+++ b/kde-core/kdebase/HISTORY
@@ -1,3 +1,7 @@
+2007-02-02 Juuso Alasuutari <iuso AT sourcemage.org>
+ * PRE_SUB_DEPENDS, SUB_DEPENDS: Added, sub-dependency for
+ cyrus-sasl (bug #13483).
+
2007-01-26 Jaka Kranjc <lynxlynxlynx AT sourcemage.org>
* DETAILS: updated spell to 3.5.6

diff --git a/kde-core/kdebase/PRE_SUB_DEPENDS
b/kde-core/kdebase/PRE_SUB_DEPENDS
new file mode 100755
index 0000000..562ffa2
--- /dev/null
+++ b/kde-core/kdebase/PRE_SUB_DEPENDS
@@ -0,0 +1,7 @@
+case $THIS_SUB_DEPENDS in
+SASL) is_depends_enabled $SPELL cyrus-sasl &&
+ return 0
+ ;;
+esac
+
+return 1
diff --git a/kde-core/kdebase/SUB_DEPENDS b/kde-core/kdebase/SUB_DEPENDS
new file mode 100755
index 0000000..94a2f54
--- /dev/null
+++ b/kde-core/kdebase/SUB_DEPENDS
@@ -0,0 +1,8 @@
+case $THIS_SUB_DEPENDS in
+SASL) echo "SASL support requested, forcing cyrus-sasl dependency."
+ depends cyrus-sasl
+ ;;
+ *) echo "Unknown sub-dependency $THIS_SUB_DEPENDS!"
+ return 1
+ ;;
+esac
diff --git a/kde-core/kdepim/DEPENDS b/kde-core/kdepim/DEPENDS
index 7ff14d1..5ca8d95 100755
--- a/kde-core/kdepim/DEPENDS
+++ b/kde-core/kdepim/DEPENDS
@@ -15,6 +15,13 @@ optional_depends cyrus-sasl
'--without-sasl'
\
'for SASL authentication support (which may be needed for
working with e-mail with SMTP and IMAP -- RECOMMENDED)' &&

+# bug #13483
+. "$GRIMOIRE/is_depends_enabled.function" &&
+if is_depends_enabled $SPELL cyrus-sasl
+then
+ sub_depends kdebase SASL
+fi &&
+
config_query ENCRYPTION \
'Would you like to enable encryption support in KMail?' y
if [ "$ENCRYPTION" == "y" ]; then
diff --git a/kde-core/kdepim/HISTORY b/kde-core/kdepim/HISTORY
index 29447bf..b312eb2 100644
--- a/kde-core/kdepim/HISTORY
+++ b/kde-core/kdepim/HISTORY
@@ -1,3 +1,7 @@
+2007-02-02 Juuso Alasuutari <iuso AT sourcemage.org>
+ * DEPENDS: 'sub_depends kdebase SASL' if cyrus-sasl enabled
+ (bug #13483).
+
2007-01-26 Jaka Kranjc <lynxlynxlynx AT sourcemage.org>
* DETAILS: updated spell to 3.5.6




  • [SM-Commit] GIT changes to master grimoire by Juuso Alasuutari (5cbd156e711bea52258ae69b429905ceb56a8d8f), Juuso Alasuutari, 02/02/2007

Archive powered by MHonArc 2.6.24.

Top of Page