Skip to Content.
Sympa Menu

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

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 (2dc2d3028f07722c2e53b106b8a233d918236238)
  • Date: Mon, 11 Sep 2006 10:41:32 -0500

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

kde-core/kdenetwork/DEPENDS | 38 ++++++++++++++++++++++++++++++++------
kde-core/kdenetwork/HISTORY | 3 +++
2 files changed, 35 insertions(+), 6 deletions(-)

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

kdenetwork: added optional depends

diff --git a/kde-core/kdenetwork/DEPENDS b/kde-core/kdenetwork/DEPENDS
index 121b530..a838590 100755
--- a/kde-core/kdenetwork/DEPENDS
+++ b/kde-core/kdenetwork/DEPENDS
@@ -1,4 +1,5 @@
depends kdebase &&
+depends perl &&

source $SECTION_DIRECTORY/KDE_DEPENDS &&

@@ -18,16 +19,41 @@ optional_depends openslp
'to enable browsing to find available remote desktops' &&

optional_depends wireless_tools \
- '' \
- '' \
+ '--with-wifi' \
+ '--without-wifi' \
'needed to build KWiFiManager and the KWireless applet' &&

-optional_depends kopete \
- '' \
- '' \
- '' &&
+optional_depends kopete \
+ '' \
+ '' \
+ 'a multiprotocol chat client' &&

optional_depends lisa \
'' \
'' \
'for LAN network browsing support'
+
+optional_depends fontconfig \
+ '' \
+ '' \
+ 'to configure font access' &&
+
+optional_depends POSTSCRIPT_INTERPRETER \
+ '' \
+ '' \
+ 'for PostScript(R) interpreter' &&
+
+optional_depends libxml2 \
+ '' \
+ '' \
+ 'for a C++ XML interface' &&
+
+optional_depends libxslt \
+ '' \
+ '' \
+ 'for XSLT support' &&
+
+optional_depends xmms \
+ '--with-xmms' \
+ '--without-xmms' \
+ 'for XMMS support'
diff --git a/kde-core/kdenetwork/HISTORY b/kde-core/kdenetwork/HISTORY
index 4367e90..be459ea 100644
--- a/kde-core/kdenetwork/HISTORY
+++ b/kde-core/kdenetwork/HISTORY
@@ -1,3 +1,6 @@
+2006-09-11 Anton Brondz <dinolinux AT sourcemage.org>
+ * DEPENDS: added optional depends, bug #12652
+
2006-08-30 Jaka Kranjc <lynxlynxlynx AT sourcemage.org>
* UP_TRIGGERS: added for successful kopete independence #12944




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

Archive powered by MHonArc 2.6.24.

Top of Page