Skip to Content.
Sympa Menu

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

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 (d58c5366f29c36045abaff1e161b6a13b755853f)
  • Date: Thu, 22 Nov 2007 12:19:20 -0600

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

gnome2-apps/gnumeric/HISTORY | 5 +++++
gnome2-apps/gnumeric/PRE_BUILD | 6 +++++-
gnome2-apps/gnumeric/session.patch | 23 +++++++++++++++++++++++
3 files changed, 33 insertions(+), 1 deletion(-)

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

gnumeric: Added patch to build devel --without-gnome

diff --git a/gnome2-apps/gnumeric/HISTORY b/gnome2-apps/gnumeric/HISTORY
index 6f5edcd..557386b 100644
--- a/gnome2-apps/gnumeric/HISTORY
+++ b/gnome2-apps/gnumeric/HISTORY
@@ -1,3 +1,8 @@
+2007-11-22 George Sherwood <george AT beernabeer.com>
+ * PRE_BUILD: Added patch.
+ * session.patch: Added patch to fix problem when building
+ --without-gnome
+
2007-11-20 Robin Cook <rcook AT wyrms.net>
* DETAILS: updated VERSION to 1.7.90

diff --git a/gnome2-apps/gnumeric/PRE_BUILD b/gnome2-apps/gnumeric/PRE_BUILD
index 0b2f2a4..84e15f8 100755
--- a/gnome2-apps/gnumeric/PRE_BUILD
+++ b/gnome2-apps/gnumeric/PRE_BUILD
@@ -3,4 +3,8 @@ cd ${SOURCE_DIRECTORY} &&

if [[ "${GNUMERIC_DEVEL}" == "n" ]]; then
patch -p0 < ${SCRIPT_DIRECTORY}/libgda103.patch
-fi
+fi &&
+
+if [[ "$GNUMERIC_DEVEL" == "y" ]]; then
+ patch -p0 < $SCRIPT_DIRECTORY/session.patch
+fi
diff --git a/gnome2-apps/gnumeric/session.patch
b/gnome2-apps/gnumeric/session.patch
new file mode 100644
index 0000000..0bf6867
--- /dev/null
+++ b/gnome2-apps/gnumeric/session.patch
@@ -0,0 +1,23 @@
+--- src/session.h.orig 2007-11-22 21:04:32.000000000 +0400
++++ src/session.h 2007-11-22 20:50:29.000000000 +0400
+@@ -2,6 +2,8 @@
+ #ifndef _GNM_SESSION_H_
+ # define _GNM_SESSION_H_
+
++#include <glib.h>
++
+ G_BEGIN_DECLS
+
+ void gnm_session_init (char const *argv0);
+
+--- src/session.c.orig 2007-11-22 21:04:28.000000000 +0400
++++ src/session.c 2007-11-22 20:50:03.000000000 +0400
+@@ -23,7 +23,6 @@
+ #ifdef GNM_WITH_GNOME
+ #include "gnumeric.h"
+ #include <gtk/gtk.h>
+-#include <glib.h>
+ #include "session.h"
+ #include "application.h"
+ #include <workbook.h>
+



  • [SM-Commit] GIT changes to master grimoire by George Sherwood (d58c5366f29c36045abaff1e161b6a13b755853f), George Sherwood, 11/22/2007

Archive powered by MHonArc 2.6.24.

Top of Page