Skip to Content.
Sympa Menu

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

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 (7fa12c7d48a072ab2d1c8a7b4d151690bcfeab69)
  • Date: Wed, 13 Sep 2006 13:26:13 -0500

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

kde-core/kdeutils/DEPENDS | 29 ++++++++++++++++++++++++++++-
kde-core/kdeutils/HISTORY | 3 +++
2 files changed, 31 insertions(+), 1 deletion(-)

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

kdeutils: added optional depends

diff --git a/kde-core/kdeutils/DEPENDS b/kde-core/kdeutils/DEPENDS
index b20434f..464b330 100755
--- a/kde-core/kdeutils/DEPENDS
+++ b/kde-core/kdeutils/DEPENDS
@@ -1,4 +1,5 @@
depends kdebase &&
+depends perl &&

source $SECTION_DIRECTORY/KDE_DEPENDS &&

@@ -20,4 +21,30 @@ optional_depends net-snmp
optional_depends xmms \
'--with-xmms' \
'--without-xmms' \
- 'for built-in XMMS support'
+ 'for built-in XMMS support' &&
+
+
+optional_depends fontconfig \
+ '' \
+ '' \
+ 'to configure font access' &&
+
+optional_depends libxml2 \
+ '' \
+ '' \
+ 'for a C++ XML interface' &&
+
+optional_depends libxslt \
+ '' \
+ '' \
+ 'for XSLT support' &&
+
+optional_depends POSTSCRIPT-INTERPRETER \
+ '' \
+ '' \
+ 'for a PostScript(R) interpreter' &&
+
+optional_depends freetype2 \
+ '' \
+ '' \
+ 'for freetype support'
diff --git a/kde-core/kdeutils/HISTORY b/kde-core/kdeutils/HISTORY
index 0af9b62..e4431ff 100644
--- a/kde-core/kdeutils/HISTORY
+++ b/kde-core/kdeutils/HISTORY
@@ -1,3 +1,6 @@
+2006-09-13 Anton Brondz <dinolinux AT sourcemage.org>
+ * DEPENDS: added optional depends, bug #12652
+
2006-08-02 Treeve Jelbert <treeve AT pi.be>
* DETAILS: version 3.5.4




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

Archive powered by MHonArc 2.6.24.

Top of Page