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

Anton Brondz scm at mail.sourcemage.org
Thu Sep 7 15:39:43 EDT 2006


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



More information about the SM-Commit mailing list