Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to devel-kde44 grimoire by Treeve Jelbert (c65acb51347a67abf22bd57a0d30088ea5428047)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Treeve Jelbert <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to devel-kde44 grimoire by Treeve Jelbert (c65acb51347a67abf22bd57a0d30088ea5428047)
  • Date: Sun, 18 Oct 2009 09:12:37 -0500

GIT changes to devel-kde44 grimoire by Treeve Jelbert <treeve AT sourcemage.org>:

kde4-support/soprano/DEPENDS | 23 ++++++++++++-----------
kde4-support/soprano/HISTORY | 4 ++++
kde4-support/soprano/PREPARE | 1 +
kde4/kdeedu4/DEPENDS | 5 ++++-
kde4/kdeedu4/HISTORY | 3 +++
5 files changed, 24 insertions(+), 12 deletions(-)

New commits:
commit c65acb51347a67abf22bd57a0d30088ea5428047
Author: Treeve Jelbert <treeve AT sourcemage.org>
Commit: Treeve Jelbert <treeve AT sourcemage.org>

soprano - improve kde support

commit 54cb5613876fbea0ab4b2e0463619f187a3fe5c7
Author: Treeve Jelbert <treeve AT sourcemage.org>
Commit: Treeve Jelbert <treeve AT sourcemage.org>

kdeedu4 -add optional xplanet, qalculate, gsl

diff --git a/kde4-support/soprano/DEPENDS b/kde4-support/soprano/DEPENDS
index 1efb076..2a63696 100755
--- a/kde4-support/soprano/DEPENDS
+++ b/kde4-support/soprano/DEPENDS
@@ -3,20 +3,21 @@ depends cmake &&
if [[ $SOP_VER == devel ]];then
depends subversion
fi &&
-if [[ $SOP_VER != stable ]];then
- message 'kde4 >= 4.3.69 only supports virtuoso backend for Nepomuk' &&
- optional_depends libiodbc '' '-DSOPRANO_DISABLE_VIRTUOSO_BACKEND=1'
'Virtuoso backend' &&
- if is_depends_enabled $SPELL libiodbc;then
-#'full-text search database'
- runtime_depends virtuoso
- fi
-else
- message 'kde4-4.3.x can use the Redland backend for Nepomuk, but this is
not recommended'
+
+if [[ $SOP_KDE == y ]];then
+ depends dbus &&
+ runtime_depends virtuoso
+else
+ suggest_depends virtuoso '' '-DSOPRANO_DISABLE_VIRTUOSO_BACKEND=1'
'full-text search database' &&
+ optional_depends dbus '' '-DSOPRANO_DISABLE_DBUS=1' 'dbus integration'
fi &&
-optional_depends redland '' '-DSOPRANO_DISABLE_REDLAND_BACKEND=1' 'Redland
backend' &&
-optional_depends dbus '' '-DSOPRANO_DISABLE_DBUS=1' 'dbus integration' &&
if is_depends_enabled $SPELL dbus;then
sub_depends qt4 DBUS
fi &&
+
+if is_depends_enabled $SPELL virtuoso;then
+ depends libiodbc
+fi &&
+optional_depends redland '' '-DSOPRANO_DISABLE_REDLAND_BACKEND=1' 'Redland
backend' &&
optional_depends raptor '' '-DSOPRANO_DISABLE_RAPTOR_PARSER=1' 'raptor
parser and serializer plugins' &&
optional_depends clucene '' '-DSOPRANO_DISABLE_CLUCENE_INDEX=1' 'full-text
search index'
diff --git a/kde4-support/soprano/HISTORY b/kde4-support/soprano/HISTORY
index 6370893..119e0a8 100644
--- a/kde4-support/soprano/HISTORY
+++ b/kde4-support/soprano/HISTORY
@@ -1,3 +1,7 @@
+2009-10-18 Treeve Jelbert <treeve AT sourcemage.org>
+ * PREPARE: query about kde support
+ * DEPENDS: improve kde support
+
2009-10-14 Treeve Jelbert <treeve AT sourcemage.org>
* DEPENDS: don't need TOOLS in qt4
fix typo regarding virtuoso
diff --git a/kde4-support/soprano/PREPARE b/kde4-support/soprano/PREPARE
index ccd4ff3..e17ecc7 100755
--- a/kde4-support/soprano/PREPARE
+++ b/kde4-support/soprano/PREPARE
@@ -1 +1,2 @@
config_query_list SOP_VER 'which version to build?' stable unstable devel
+config_query SOP_KDE 'build for use with KDE4?' y
diff --git a/kde4/kdeedu4/DEPENDS b/kde4/kdeedu4/DEPENDS
index 7a4bebe..029411b 100755
--- a/kde4/kdeedu4/DEPENDS
+++ b/kde4/kdeedu4/DEPENDS
@@ -9,8 +9,11 @@ optional_depends openbabel "" "" "chemistry support"
&&
optional_depends OPENGL "" "" "3D graphs and viewers" &&
optional_depends readline "" "" "build kalgebra console interface" &&
optional_depends libusb "" "" "kstars INDI support" &&
+optional_depends xplanet "" "" "show major planets and most satellites"
&&
optional_depends gpsd "" "" "GPS support in marble" &&
-optional_depends eigen2 "" "" "build Step"
+optional_depends eigen2 "" "" "build Step" &&
+optional_depends gsl "" "" "numerical library" &&
+optional_depends qalculate "" "" "unit conversion in Step"
# libsbigudrv for KStars
# http://indi.sourceforge.net
#
diff --git a/kde4/kdeedu4/HISTORY b/kde4/kdeedu4/HISTORY
index 6bb0757..6f8cc06 100644
--- a/kde4/kdeedu4/HISTORY
+++ b/kde4/kdeedu4/HISTORY
@@ -1,3 +1,6 @@
+2009-10-17 Treeve Jelbert <treeve AT sourcemage.org>
+ * DEPENDS: add optional xplanet, qalculate, gsl
+
2009-10-16 Treeve Jelbert <treeve AT sourcemage.org>
* DETAILS: version 4.3.72svn1035674 (unstable)




  • [SM-Commit] GIT changes to devel-kde44 grimoire by Treeve Jelbert (c65acb51347a67abf22bd57a0d30088ea5428047), Treeve Jelbert, 10/18/2009

Archive powered by MHonArc 2.6.24.

Top of Page