Skip to Content.
Sympa Menu

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

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 (c134ab6e10e42b06615766cdc602a8b6f8074a66)
  • Date: Tue, 12 Sep 2006 12:50:38 -0500

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




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

Archive powered by MHonArc 2.6.24.

Top of Page