Skip to Content.
Sympa Menu

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

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 (dd69f2d243677cb9011e15c8cb419702f6113b56)
  • Date: Thu, 7 Sep 2006 16:47:44 -0500

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

kde-core/kdebindings/DEPENDS | 30 ++++++++++++++++++++++++++++++
kde-core/kdebindings/DETAILS | 4 ++--
kde-core/kdebindings/HISTORY | 4 ++++
3 files changed, 36 insertions(+), 2 deletions(-)

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

kdebindings: updated to 3.5.4, added optional depends

diff --git a/kde-core/kdebindings/DEPENDS b/kde-core/kdebindings/DEPENDS
index 5c27c4e..edd03ba 100755
--- a/kde-core/kdebindings/DEPENDS
+++ b/kde-core/kdebindings/DEPENDS
@@ -45,3 +45,33 @@ optional_depends glib
'' \
'--disable-glibtest' \
'for GLIB bindings'
+
+optional_depends fontconfig \
+ '' \
+ '' \
+ 'to configure font access' &&
+
+optional_depends libxml2 \
+ '' \
+ '' \
+ 'for a C++ XML interface' &&
+
+optional_depends libxslt \
+ '' \
+ '' \
+ 'for XSLT support' &&
+
+optional_depends python \
+ '' \
+ '' \
+ 'for Python bindings' &&
+
+optional_depends doxygen \
+ '' \
+ '' \
+ 'for a documentation system' &&
+
+optional_depends X11-LIBS \
+ '--with-x' \
+ '--without-x' \
+ 'to use the X window system'
diff --git a/kde-core/kdebindings/DETAILS b/kde-core/kdebindings/DETAILS
index 5cb96d6..52d4b15 100755
--- a/kde-core/kdebindings/DETAILS
+++ b/kde-core/kdebindings/DETAILS
@@ -1,8 +1,8 @@
source $SECTION_DIRECTORY/KDE_DETAILS

SPELL=kdebindings
- VERSION=3.5.3
-
SOURCE_HASH=sha512:dcc6e6af9db5a11ca8284dd6a188f34110f9cd23dedd57cc61e41875c047ae9f45e9cafa113bb88b6da85b41db46d84dcdf27341388f8233f7c8b2c1929366f5
+ VERSION=3.5.4
+
SOURCE_HASH=sha512:8d51305054c03aa6a3a7a8a09cf4bc2f30f87a3f9c24e89a047a4dea96da14293aa7f9c7c3fd1b8f9456caa53ae5fa26e0554ba6b6526d6a80d1ce0afadbf43e
SOURCE=$SPELL-$VERSION.tar.bz2
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
SOURCE_URL[0]=$KDE_URL/stable/$VERSION/src/$SOURCE
diff --git a/kde-core/kdebindings/HISTORY b/kde-core/kdebindings/HISTORY
index b0b305f..6dea134 100644
--- a/kde-core/kdebindings/HISTORY
+++ b/kde-core/kdebindings/HISTORY
@@ -1,3 +1,7 @@
+2006-09-07 Anton Brondz <dinolinux AT sourcemage.org>
+ * DETAILS: updated to 3.5.4
+ * DEPENDS: added optional depends, bug #12652
+
2006-06-29 Eric Sandall <eric AT sandall.us>
* DETAILS: Removed BUILD_API=2, set grimoire-wide





Archive powered by MHonArc 2.6.24.

Top of Page