Skip to Content.
Sympa Menu

sm-commit - Re: [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: Ladislav Hagara <ladislav.hagara AT unob.cz>
  • To: Anton Brondz <dinolinux AT sourcemage.org>
  • Cc: sm-commit AT lists.ibiblio.org
  • Subject: Re: [SM-Commit] GIT changes to master grimoire by Anton Brondz (e45b891cbfab0412328f263b2493f7fde793e80a)
  • Date: Mon, 04 Sep 2006 21:46:16 +0200


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 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

Seems now we have xmms twice. :-)
--
Ladislav Hagara




Archive powered by MHonArc 2.6.24.

Top of Page