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

Anton Brondz scm at mail.sourcemage.org
Tue Sep 12 13:50:38 EDT 2006


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

 kde-core/kdesdk/DEPENDS |   28 +++++++++++++++++++++++++++-
 kde-core/kdesdk/HISTORY |    3 +++
 2 files changed, 30 insertions(+), 1 deletion(-)

New commits:
commit c134ab6e10e42b06615766cdc602a8b6f8074a66
Author: Anton Brondz <dinolinux at sourcemage.org>
Commit: Anton Brondz <dinolinux at sourcemage.org>

    kdesdk: added optional depends

diff --git a/kde-core/kdesdk/DEPENDS b/kde-core/kdesdk/DEPENDS
index e335337..21f30fd 100755
--- a/kde-core/kdesdk/DEPENDS
+++ b/kde-core/kdesdk/DEPENDS
@@ -1,11 +1,37 @@
 depends  kdebase  &&
+depends  perl     &&
 
 source  $SECTION_DIRECTORY/KDE_DEPENDS  &&
 
 optional_depends  db                            \
+                  '--with-berkeley-db'          \
+                  '--without-berkeley-db'       \
+                  'for Berkeley DB IV support'  &&
+
+optional_depends  fontconfig                    \
                   ''                            \
                   ''                            \
-                  'for Berkeley DB IV support'  &&
+                  'to configure font access'    &&
+
+optional_depends  libxml2                       \
+                  ''                            \
+                  ''                            \
+                  'for a C++ XML interface'     &&
+
+optional_depends  libxslt                       \
+                  ''                            \
+                  ''                            \
+                  'for XSLT support'            &&
+
+optional_depends  cvs                            \
+                  ''                             \
+                  ''                             \
+                  'to use CVS versioning system' &&
+
+optional_depends  doxygen                       \
+                  ''                            \
+                  ''                            \
+                  'for a documentation system'
 
 if  [  "$KDESDK_SUBVERSION"  ==  "y"  ];  then
   depends  APU         &&
diff --git a/kde-core/kdesdk/HISTORY b/kde-core/kdesdk/HISTORY
index 09ebb04..ba72125 100644
--- a/kde-core/kdesdk/HISTORY
+++ b/kde-core/kdesdk/HISTORY
@@ -1,3 +1,6 @@
+2006-09-12 Anton Brondz <dinolinux at sourcemage.org>
+	* DEPENDS: added optional depends, bug #12652
+
 2006-08-01 Jaka Kranjc <lynxlynxlynx at sourcemage.org>
 	* DETAILS: 3.5.4
 



More information about the SM-Commit mailing list