Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Anton Brondz (fcc8dd966c704585295ea9c6614a39b9f2275def)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Anton Brondz <scm AT mail.sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Anton Brondz (fcc8dd966c704585295ea9c6614a39b9f2275def)
  • Date: Mon, 11 Sep 2006 16:36:15 -0500

GIT changes to master grimoire by Anton Brondz <dinolinux AT sourcemage.org>:

kde-core/kdepim/DEPENDS | 58
+++++++++++++++++++++++++++++++++++++++++++++---
kde-core/kdepim/HISTORY | 3 ++
2 files changed, 58 insertions(+), 3 deletions(-)

New commits:
commit fcc8dd966c704585295ea9c6614a39b9f2275def
Author: Anton Brondz <dinolinux AT sourcemage.org>
Commit: Anton Brondz <dinolinux AT sourcemage.org>

kdepim: added optional depends

diff --git a/kde-core/kdepim/DEPENDS b/kde-core/kdepim/DEPENDS
index ed1568d..7ff14d1 100755
--- a/kde-core/kdepim/DEPENDS
+++ b/kde-core/kdepim/DEPENDS
@@ -1,6 +1,7 @@
depends flex &&
depends bison &&
depends kdebase &&
+depends perl &&

source $SECTION_DIRECTORY/KDE_DEPENDS &&

@@ -10,8 +11,8 @@ optional_depends openssl
'to use encrypted connections' &&

optional_depends cyrus-sasl
\
- ''
\
- ''
\
+ '--with-sasl'
\
+ '--without-sasl'
\
'for SASL authentication support (which may be needed for
working with e-mail with SMTP and IMAP -- RECOMMENDED)' &&

config_query ENCRYPTION \
@@ -88,4 +89,55 @@ fi &&
optional_depends kdetoys \
'' \
'' \
- 'for weather reports in Kontact'
+ 'for weather reports in Kontact' &&
+
+optional_depends fontconfig \
+ '' \
+ '' \
+ 'to configure font access' &&
+
+optional_depends libxml2 \
+ '' \
+ '' \
+ 'for a C++ XML interface' &&
+
+optional_depends libxslt \
+ '' \
+ '' \
+ 'for XSLT support' &&
+
+optional_depends freetype2 \
+ '' \
+ '' \
+ 'for freetype support' &&
+
+optional_depends POSTSCRIPT-INTERPRETER \
+ '' \
+ '' \
+ 'for a PostScript(R) interpreter' &&
+
+optional_depends mysql \
+ '' \
+ '' \
+ 'for MySQL database support' &&
+
+optional_depends postgresql \
+ '' \
+ '' \
+ 'for PostgreSQL database support' &&
+
+optional_depends unixodbc \
+ '' \
+ '' \
+ 'for ODBC database support' &&
+
+optional_depends openldap \
+ '' \
+ '' \
+ 'for LDAP support' &&
+
+optional_depends gnokii \
+ '--with-gnokii' \
+ '--without-gnokii' \
+ 'for mobile phone support'
+
diff --git a/kde-core/kdepim/HISTORY b/kde-core/kdepim/HISTORY
index 41570ec..7e8d87a 100644
--- a/kde-core/kdepim/HISTORY
+++ b/kde-core/kdepim/HISTORY
@@ -1,3 +1,6 @@
+2006-09-11 Anton Brondz <dinolinux AT sourcemage.org>
+ * DEPENDS: added optional depends, bug #12652
+
2006-08-02 Treeve Jelbert <treeve01 AT pi.be>
* DETAILS: version 3.5.4




  • [SM-Commit] GIT changes to master grimoire by Anton Brondz (fcc8dd966c704585295ea9c6614a39b9f2275def), Anton Brondz, 09/11/2006

Archive powered by MHonArc 2.6.24.

Top of Page