Skip to Content.
Sympa Menu

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

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 (bff49381c6054e9794320d22835030d9bba32c98)
  • Date: Thu, 7 Sep 2006 14:39:43 -0500

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

kde-core/kdebase/DEPENDS | 59
++++++++++++++++++++++++++++++++++++++++++++++-
kde-core/kdebase/HISTORY | 3 ++
2 files changed, 61 insertions(+), 1 deletion(-)

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

kdebase: added optional depends, bug #12652

diff --git a/kde-core/kdebase/DEPENDS b/kde-core/kdebase/DEPENDS
index 7b5ef8a..9d9692f 100755
--- a/kde-core/kdebase/DEPENDS
+++ b/kde-core/kdebase/DEPENDS
@@ -27,6 +27,8 @@ fi &&

source $SECTION_DIRECTORY/KDE_DEPENDS &&

+depends libpng &&
+
optional_depends OPENGL \
'--with-gl' \
'--without-gl' \
@@ -128,4 +130,59 @@ fi &&
optional_depends ntp \
'' \
'' \
- 'for network time protocol support'
+ 'for network time protocol support' &&
+
+optional_depends fontconfig \
+ '' \
+ '' \
+ 'to configure font access' &&
+
+optional_depends ghostscript \
+ '' \
+ '' \
+ 'for a PostScript(R) interpreter' &&
+
+optional_depends libxml2 \
+ '' \
+ '' \
+ 'for a C++ XML interface' &&
+
+optional_depends libxslt \
+ '' \
+ '' \
+ 'for XSLT support' &&
+
+optional_depends cups \
+ '' \
+ '' \
+ 'for CUPS printing support' &&
+
+optional_depends hfsutils \
+ '' \
+ '' \
+ 'for HFS filesystem utilities' &&
+
+optional_depends fam \
+ '' \
+ '' \
+ 'for filesystem monitoring' &&
+
+optional_depends tiff \
+ '' \
+ '' \
+ 'for TIFF image support' &&
+
+optional_depends jpeg \
+ '' \
+ '' \
+ 'for JPEG image support' &&
+
+optional_depends libmng \
+ '' \
+ '' \
+ 'for animated PNG support' &&
+
+optional_depends freetype2 \
+ '' \
+ '' \
+ 'for freetype support'
diff --git a/kde-core/kdebase/HISTORY b/kde-core/kdebase/HISTORY
index e564790..3da46e8 100644
--- a/kde-core/kdebase/HISTORY
+++ b/kde-core/kdebase/HISTORY
@@ -1,3 +1,6 @@
+2006-09-07 Anton Brondz <dinolinux AT sourcemage.org>
+ * DEPENDS: added optional depends, bug #12652
+
2006-08-31 Pol Vinogradov <vin.public AT gmail.com>
* DEPENDS: moved optional depends on XDAMAGE from xorg-modular
checking to
global area, it works for monolithic xorg too




Archive powered by MHonArc 2.6.24.

Top of Page