Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by George Sherwood (1a01ebac53b090b999a6758c8ed889fb42d1a7b9)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: George Sherwood <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by George Sherwood (1a01ebac53b090b999a6758c8ed889fb42d1a7b9)
  • Date: Mon, 29 Oct 2007 13:25:06 -0500

GIT changes to master grimoire by George Sherwood <gsherwood AT sourcemage.org>:

gnome2-apps/gnumeric/DEPENDS | 6 +++---
gnome2-apps/gnumeric/HISTORY | 3 +++
2 files changed, 6 insertions(+), 3 deletions(-)

New commits:
commit 1a01ebac53b090b999a6758c8ed889fb42d1a7b9
Author: George Sherwood <gsherwood AT sourcemage.org>
Commit: George Sherwood <gsherwood AT sourcemage.org>

gnumeric: Updated DEPENDS to all gnumeric devel to build without
all the gnome libs. For gnumeric prints also seems to work
without gnome.

diff --git a/gnome2-apps/gnumeric/DEPENDS b/gnome2-apps/gnumeric/DEPENDS
index e50cf11..9a9ff72 100755
--- a/gnome2-apps/gnumeric/DEPENDS
+++ b/gnome2-apps/gnumeric/DEPENDS
@@ -1,14 +1,14 @@
depends libole2-2 &&
-depends gal2 &&
depends rarian &&
depends libgsf &&


if [[ "${GNUMERIC_DEVEL}" == "y" ]]; then
- depends goffice-0.5
+ depends goffice-0.5 &&
depends libxml2
else
- depends goffice
+ depends goffice &&
+ depends libgnomeprintui
fi &&

optional_depends gtk+2 \
diff --git a/gnome2-apps/gnumeric/HISTORY b/gnome2-apps/gnumeric/HISTORY
index 3a5f9a4..1912f95 100644
--- a/gnome2-apps/gnumeric/HISTORY
+++ b/gnome2-apps/gnumeric/HISTORY
@@ -1,3 +1,6 @@
+2007-10-29 George Sherwood <george AT beernabeer.com>
+ * DEPENDS: Updated to allow building of devel without gnome libs
+
2007-10-21 Robin Cook <rcook AT wyrms.net>
* DETAILS: updated VERSION to 1.7.13




  • [SM-Commit] GIT changes to master grimoire by George Sherwood (1a01ebac53b090b999a6758c8ed889fb42d1a7b9), George Sherwood, 10/29/2007

Archive powered by MHonArc 2.6.24.

Top of Page