Skip to Content.
Sympa Menu

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

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 (7ad4e2cb9fbed3a423083f240ce8a301ee21a555)
  • Date: Wed, 6 Sep 2006 14:15:01 -0500

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

kde-core/kdeartwork/DEPENDS | 22 +++++++++++++++++++++-
kde-core/kdeartwork/HISTORY | 3 +++
2 files changed, 24 insertions(+), 1 deletion(-)

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

kdeartwork: added optional depends

diff --git a/kde-core/kdeartwork/DEPENDS b/kde-core/kdeartwork/DEPENDS
index 8bccc22..c8c5c8d 100755
--- a/kde-core/kdeartwork/DEPENDS
+++ b/kde-core/kdeartwork/DEPENDS
@@ -5,4 +5,24 @@ source $SECTION_DIRECTORY/KDE_DEPENDS
optional_depends OPENGL \
'--with-gl' \
'--without-gl' \
- 'for 3D OpenGL modes'
+ 'for 3D OpenGL modes' &&
+
+optional_depends libart_lgpl \
+ '--with-libart' \
+ '--without-libart' \
+ 'for libart support' &&
+
+optional_depends xscreensaver \
+ '--with-xscreensaver' \
+ '--without-xscreensaver' \
+ 'for xscreensaver support' &&
+
+optional_depends libxml2 \
+ '' \
+ '' \
+ 'for a C++ XML interface' &&
+
+optional_depends libxslt \
+ '' \
+ '' \
+ 'for XSLT support'
diff --git a/kde-core/kdeartwork/HISTORY b/kde-core/kdeartwork/HISTORY
index 587a71f..f590ae8 100644
--- a/kde-core/kdeartwork/HISTORY
+++ b/kde-core/kdeartwork/HISTORY
@@ -1,3 +1,6 @@
+2006-09-06 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 (7ad4e2cb9fbed3a423083f240ce8a301ee21a555), Anton Brondz, 09/06/2006

Archive powered by MHonArc 2.6.24.

Top of Page