Skip to Content.
Sympa Menu

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

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 (d9640fea78073646c148144dc0323ecd7b7aed10)
  • Date: Fri, 8 Sep 2006 12:32:49 -0500

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

kde-core/kdeedu/DEPENDS | 33 ++++++++++++++++++++++++++++++++-
kde-core/kdeedu/HISTORY | 3 +++
2 files changed, 35 insertions(+), 1 deletion(-)

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

kdeedu: added optional depends

diff --git a/kde-core/kdeedu/DEPENDS b/kde-core/kdeedu/DEPENDS
index 307377a..19c1ebc 100755
--- a/kde-core/kdeedu/DEPENDS
+++ b/kde-core/kdeedu/DEPENDS
@@ -1,8 +1,39 @@
depends kdebase &&
+depends perl &&

source $SECTION_DIRECTORY/KDE_DEPENDS &&

optional_depends python \
'--enable-kig-python-scripting' \
'--disable-kig-python-scripting' \
- 'for Kig Python Scripting support '
+ 'for Kig Python Scripting support ' &&
+
+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 ocaml \
+ '' \
+ '' \
+ 'for OCaml scripting support' &&
+
+optional_depends facile \
+ '' \
+ '' \
+ 'for constraint programming'
diff --git a/kde-core/kdeedu/HISTORY b/kde-core/kdeedu/HISTORY
index 8bb1231..38ea340 100644
--- a/kde-core/kdeedu/HISTORY
+++ b/kde-core/kdeedu/HISTORY
@@ -1,3 +1,6 @@
+2006-09-08 Anton Brondz <dinolinux AT sourcemage.org>
+ * DEPENDS: added optional depends, bug #12652
+
2006-08-03 Jaka Kranjc <lynxlynxlynx AT sourcemage.org>
* DETAILS: 3.5.4




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

Archive powered by MHonArc 2.6.24.

Top of Page