Skip to Content.
Sympa Menu

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

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 (e45b891cbfab0412328f263b2493f7fde793e80a)
  • Date: Mon, 4 Sep 2006 14:37:29 -0500

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

kde-core/kdeaddons/DEPENDS | 73
+++++++++++++++++++++++++++------------------
kde-core/kdeaddons/HISTORY | 3 +
2 files changed, 47 insertions(+), 29 deletions(-)

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

kdeaddons: fixed a few mistakes, added optional depends on xmms and db

diff --git a/kde-core/kdeaddons/DEPENDS b/kde-core/kdeaddons/DEPENDS
index 827a965..4a3c276 100755
--- a/kde-core/kdeaddons/DEPENDS
+++ b/kde-core/kdeaddons/DEPENDS
@@ -17,37 +17,52 @@ optional_depends openssl
'--without-ssl' \
'to use encrypted connections' &&

+optional_depends xmms \
+ '--with-xmms' \
+ '--without-xmms' \
+ 'for xmms control applet support' &&
+
+optional_depends db \
+ '--with-berkeley-db' \
+ '--without-berkeley-db' \
+ 'for berkeley db support &&
+
optional_depends sdl \
'' \
'' \
'to use the SDL library' &&

-optional_depends fontconfig \
- '' \
- '' \
- 'to configure font access' &&
-
-optional_depends ghostscript \
- '' \
- '' \
- 'for PostScript(R) interpreter' &&
-
-optional_depends libxml++ \
- '' \
- '' \
- 'for a C++ XML interface' &&
-
-optional_depends libxslt \
- '' \
- '' \
- 'for XSLT support' &&
-
-optional_depends gphoto2 \
- '' \
- '' \
- 'for digital camera support' &&
-
-optional_depends OPENGL \
- '' \
- '' \
- 'for OpenGL support' \
+optional_depends fontconfig \
+ '' \
+ '' \
+ 'to configure font access' &&
+
+optional_depends ghostscript \
+ '' \
+ '' \
+ 'for PostScript(R) interpreter' &&
+
+optional_depends libxml2 \
+ '' \
+ '' \
+ 'for a C++ XML interface' &&
+
+optional_depends libxslt \
+ '' \
+ '' \
+ 'for XSLT support' &&
+
+optional_depends libgphoto2 \
+ '' \
+ '' \
+ 'for digital camera support' &&
+
+optional_depends OPENGL \
+ '' \
+ '' \
+ 'for OpenGL support' &&
+
+optional_depends xmms \
+ '--with-xmms' \
+ '--without-xmms' \
+ 'for xmms control applet support' \
diff --git a/kde-core/kdeaddons/HISTORY b/kde-core/kdeaddons/HISTORY
index 8a14d57..b841f0d 100644
--- a/kde-core/kdeaddons/HISTORY
+++ b/kde-core/kdeaddons/HISTORY
@@ -1,3 +1,6 @@
+2006-09-04 Anton Brondz <dinolinux AT sourcemage.org>
+ * DEPENDS: fixed a few mistakes, added optional dependency on xmms
and db
+
2006-09-02 Anton Brondz <dinolinux AT sourcemage.org>
* DEPENDS: added optional depends, bug #12652





Archive powered by MHonArc 2.6.24.

Top of Page