Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Arjan Bouter (a2f08ee21f95f72c452112f7ce7b16c0629b32e7)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Arjan Bouter <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Arjan Bouter (a2f08ee21f95f72c452112f7ce7b16c0629b32e7)
  • Date: Sun, 13 Jul 2008 17:34:15 -0500

GIT changes to master grimoire by Arjan Bouter <abouter AT sourcemage.org>:

gnome2-apps/gnumeric/DEPENDS | 6 +++++-
gnome2-apps/gnumeric/HISTORY | 3 +++
gnome2-libs/libgsf/DEPENDS | 5 +++++
gnome2-libs/libgsf/HISTORY | 3 +++
4 files changed, 16 insertions(+), 1 deletion(-)

New commits:
commit 1edf35bd064be616d5fffe5dfe73d6871ddeddf1
Author: Arjan Bouter <abouter AT sourcemage.org>
Commit: Arjan Bouter <abouter AT sourcemage.org>

gnumeric: made rarian an optional dep

commit 6424d4dfe64cbe4b858540ded23985dd5007eaac
Author: Arjan Bouter <abouter AT sourcemage.org>
Commit: Arjan Bouter <abouter AT sourcemage.org>

libgsf: _optionally_ depends on python

diff --git a/gnome2-apps/gnumeric/DEPENDS b/gnome2-apps/gnumeric/DEPENDS
index 1b15840..8b556e1 100755
--- a/gnome2-apps/gnumeric/DEPENDS
+++ b/gnome2-apps/gnumeric/DEPENDS
@@ -1,5 +1,4 @@
depends libole2-2 &&
-depends rarian &&
depends libgsf &&
depends goffice &&
depends libxml2 &&
@@ -29,6 +28,11 @@ optional_depends libgnomedb3 \
"--without-gda" \
"for database support" &&

+optional_depends rarian \
+ "" \
+ "" \
+ "register with rarian" &&
+
optional_depends python \
"--with-python" \
"--without-python" \
diff --git a/gnome2-apps/gnumeric/HISTORY b/gnome2-apps/gnumeric/HISTORY
index a10c190..947d8e5 100644
--- a/gnome2-apps/gnumeric/HISTORY
+++ b/gnome2-apps/gnumeric/HISTORY
@@ -1,3 +1,6 @@
+2008-07-13 Arjan Bouter <abouter AT sourcemage.org>
+ * DEPENDS: made rarian optional
+
2008-07-12 Vlad Glagolev <stealth AT sourcemage.org>
* DEPENDS: fixed goffice dep for new version
* DETAILS: quoting the paths!
diff --git a/gnome2-libs/libgsf/DEPENDS b/gnome2-libs/libgsf/DEPENDS
index 8dfe82f..0794c33 100755
--- a/gnome2-libs/libgsf/DEPENDS
+++ b/gnome2-libs/libgsf/DEPENDS
@@ -17,6 +17,11 @@ optional_depends gnome-vfs2 \
"--without-gnome" \
"For gnome support" &&

+optional_depends python \
+ "--with-python" \
+ "--without-python" \
+ "For python support" &&
+
optional_depends pyorbit \
"" \
"" \
diff --git a/gnome2-libs/libgsf/HISTORY b/gnome2-libs/libgsf/HISTORY
index 59529f6..a8a0b06 100644
--- a/gnome2-libs/libgsf/HISTORY
+++ b/gnome2-libs/libgsf/HISTORY
@@ -1,3 +1,6 @@
+2008-07-13 Arjan Bouter <abouter AT sourcemage.org>
+ * DEPENDS: optionally depends on python but fails without the options
+
2008-03-08 Vlad Glagolev <stealth AT sourcemage.org>
* DETAILS: updated spell to 1.14.8




  • [SM-Commit] GIT changes to master grimoire by Arjan Bouter (a2f08ee21f95f72c452112f7ce7b16c0629b32e7), Arjan Bouter, 07/13/2008

Archive powered by MHonArc 2.6.24.

Top of Page