Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Bor Kraljič (317f1463f1afbb29f68335e1c65b18ac342b3d4e)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Bor Kraljič <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Bor Kraljič (317f1463f1afbb29f68335e1c65b18ac342b3d4e)
  • Date: Tue, 27 Sep 2011 03:38:43 -0500

GIT changes to master grimoire by Bor Kraljič <pyrobor AT ver.si>:

kde4-bindings/kimono/DEPENDS | 1 +
kde4-bindings/kimono/HISTORY | 3 +++
kde4-support/soprano/HISTORY | 4 ++++
kde4-support/soprano/PRE_SUB_DEPENDS | 1 +
kde4-support/soprano/REPAIR^all^PRE_SUB_DEPENDS | 9 +++++++++
kde4-support/soprano/REPAIR^all^SUB_DEPENDS | 14 ++++++++++++++
kde4-support/soprano/SUB_DEPENDS | 2 ++
7 files changed, 34 insertions(+)

New commits:
commit 317f1463f1afbb29f68335e1c65b18ac342b3d4e
Author: Bor Kraljič <pyrobor AT ver.si>
Commit: Bor Kraljič <pyrobor AT ver.si>

soprano: added CLUCENCE as optional sub dependency

commit a9c5ad826b6d82adee04dbcc75cd914a53b2f451
Author: Bor Kraljič <pyrobor AT ver.si>
Commit: Bor Kraljič <pyrobor AT ver.si>

kimono: added dependency on soprano with CLUCENE

diff --git a/kde4-bindings/kimono/DEPENDS b/kde4-bindings/kimono/DEPENDS
index 66518f5..46f9dc1 100755
--- a/kde4-bindings/kimono/DEPENDS
+++ b/kde4-bindings/kimono/DEPENDS
@@ -1,4 +1,5 @@
source $SECTION_DIRECTORY/KDE_DEPENDS &&
depends qyoto &&
+depends -sub "CLUCENE" soprano &&
depends smokeqt &&
depends mono
diff --git a/kde4-bindings/kimono/HISTORY b/kde4-bindings/kimono/HISTORY
index a13bfea..2373b8a 100644
--- a/kde4-bindings/kimono/HISTORY
+++ b/kde4-bindings/kimono/HISTORY
@@ -1,3 +1,6 @@
+2011-09-27 Bor Kraljič <pyrobor AT ver.si>
+ * DEPENDS: added dependency on soprano with CLUCENE
+
2011-09-07 Bor Kraljič <pyrobor AT ver.si>
* DETAILS: updated spell to 4.7.1

diff --git a/kde4-support/soprano/HISTORY b/kde4-support/soprano/HISTORY
index 143e1e7..c0d656c 100644
--- a/kde4-support/soprano/HISTORY
+++ b/kde4-support/soprano/HISTORY
@@ -1,3 +1,7 @@
+2011-09-27 Bor Kraljič <pyrobor AT ver.si>
+ * {,PRE_}SUB_DEPENDS: added CLUCENCE as optional sub dependency
+ * REPAIR^all^{,PRE_}SUB_DEPENDS: added repair files
+
2011-09-14 Bor Kraljič <pyrobor AT ver.si>
* DEPENDS: only optional dependencies will do since we have
SUB_DEPENDS now
* {,PRE_}SUB_DEPENDS: added option to request REDLAND RAPTOR DBUS
VIRTUOSO support
diff --git a/kde4-support/soprano/PRE_SUB_DEPENDS
b/kde4-support/soprano/PRE_SUB_DEPENDS
index f2116b2..af99e59 100755
--- a/kde4-support/soprano/PRE_SUB_DEPENDS
+++ b/kde4-support/soprano/PRE_SUB_DEPENDS
@@ -3,6 +3,7 @@ case $THIS_SUB_DEPENDS in
RAPTOR) is_depends_enabled $SPELL raptor ;;
DBUS) is_depends_enabled $SPELL dbus ;;
VIRTUOSO) is_depends_enabled $SPELL virtuoso ;;
+ CLUCENE) is_depends_enabled $SPELL clucene ;;
*) message "${PROBLEM_COLOR}bogus sub_depends: $SPELL
$THIS_SUB_DEPENDS${DEFAULT_COLOR}"
return 1;;
esac
diff --git a/kde4-support/soprano/REPAIR^all^PRE_SUB_DEPENDS
b/kde4-support/soprano/REPAIR^all^PRE_SUB_DEPENDS
new file mode 100755
index 0000000..af99e59
--- /dev/null
+++ b/kde4-support/soprano/REPAIR^all^PRE_SUB_DEPENDS
@@ -0,0 +1,9 @@
+case $THIS_SUB_DEPENDS in
+ REDLAND) is_depends_enabled $SPELL redland ;;
+ RAPTOR) is_depends_enabled $SPELL raptor ;;
+ DBUS) is_depends_enabled $SPELL dbus ;;
+ VIRTUOSO) is_depends_enabled $SPELL virtuoso ;;
+ CLUCENE) is_depends_enabled $SPELL clucene ;;
+ *) message "${PROBLEM_COLOR}bogus sub_depends: $SPELL
$THIS_SUB_DEPENDS${DEFAULT_COLOR}"
+ return 1;;
+esac
diff --git a/kde4-support/soprano/REPAIR^all^SUB_DEPENDS
b/kde4-support/soprano/REPAIR^all^SUB_DEPENDS
new file mode 100755
index 0000000..4b2665f
--- /dev/null
+++ b/kde4-support/soprano/REPAIR^all^SUB_DEPENDS
@@ -0,0 +1,14 @@
+case $THIS_SUB_DEPENDS in
+ REDLAND) message "Redland support requested forcing dependency" &&
+ depends redland ;;
+ RAPTOR) message "Raptor support requested forcing dependency" &&
+ depends raptor ;;
+ DBUS) message "Dbus support requested forcing dependency" &&
+ depends dbus ;;
+ VIRTUOSO) message "Redland support requested forcing dependency" &&
+ runtime_depends virtuoso ;;
+ CLUCENE) message "Clucene support requested forcing dependency" &&
+ depends clucene ;;
+ *) message "${PROBLEM_COLOR}bogus sub_depends: $SPELL
$THIS_SUB_DEPENDS${DEFAULT_COLOR}"
+ return 1;;
+esac
diff --git a/kde4-support/soprano/SUB_DEPENDS
b/kde4-support/soprano/SUB_DEPENDS
index 64aa2bb..4b2665f 100755
--- a/kde4-support/soprano/SUB_DEPENDS
+++ b/kde4-support/soprano/SUB_DEPENDS
@@ -7,6 +7,8 @@ case $THIS_SUB_DEPENDS in
depends dbus ;;
VIRTUOSO) message "Redland support requested forcing dependency" &&
runtime_depends virtuoso ;;
+ CLUCENE) message "Clucene support requested forcing dependency" &&
+ depends clucene ;;
*) message "${PROBLEM_COLOR}bogus sub_depends: $SPELL
$THIS_SUB_DEPENDS${DEFAULT_COLOR}"
return 1;;
esac



  • [SM-Commit] GIT changes to master grimoire by Bor Kraljič (317f1463f1afbb29f68335e1c65b18ac342b3d4e), Bor Kraljič, 09/27/2011

Archive powered by MHonArc 2.6.24.

Top of Page