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

Anton Brondz scm at mail.sourcemage.org
Mon Sep 11 17:36:15 EDT 2006


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
 



More information about the SM-Commit mailing list