Skip to Content.
Sympa Menu

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

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 (50fb86d098d0794ac30aad5900543ac33e7ce7fe)
  • Date: Sat, 20 Nov 2010 10:50:31 -0600

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

gnome2-libs/gnome-sharp/HISTORY | 4 ++++
gnome2-libs/gnome-sharp/PRE_BUILD | 5 ++++-
gnome2-libs/gnome-sharp/gnome-sharp.patch | 11 +++++++++++
3 files changed, 19 insertions(+), 1 deletion(-)

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

gnome-sharp: Added patch to build with mono 2.8.x. Samples will not build.

See http://go-mono.com/forums/#nabble-td2969455

diff --git a/gnome2-libs/gnome-sharp/HISTORY b/gnome2-libs/gnome-sharp/HISTORY
index 0029a8d..a65ea5d 100644
--- a/gnome2-libs/gnome-sharp/HISTORY
+++ b/gnome2-libs/gnome-sharp/HISTORY
@@ -1,3 +1,7 @@
+2010-11-20 George Sherwood <gsherwood AT sourcemage.org>
+ * PRE_BUILD: Added patch
+ * gnome-sharp.patch: added patch to build with mono 2.8.x
+
2010-04-06 Vasil Yonkov <spirtbrat AT sourcemage.org>
* DEPENDS: removed gconf2, libgnomeprintui, gnome-panel

diff --git a/gnome2-libs/gnome-sharp/PRE_BUILD
b/gnome2-libs/gnome-sharp/PRE_BUILD
index c7daf65..708468c 100755
--- a/gnome2-libs/gnome-sharp/PRE_BUILD
+++ b/gnome2-libs/gnome-sharp/PRE_BUILD
@@ -1,7 +1,10 @@
default_pre_build &&
cd $SOURCE_DIRECTORY &&

+
sedit "s:libgtkhtml-3.8:libgtkhtml-3.14:g" configure.in &&
libtoolize -f &&
aclocal &&
-autoconf
+autoconf &&
+
+patch -p0 < $SCRIPT_DIRECTORY/gnome-sharp.patch
diff --git a/gnome2-libs/gnome-sharp/gnome-sharp.patch
b/gnome2-libs/gnome-sharp/gnome-sharp.patch
new file mode 100644
index 0000000..2995674
--- /dev/null
+++ b/gnome2-libs/gnome-sharp/gnome-sharp.patch
@@ -0,0 +1,11 @@
+--- Makefile.in.orig 2010-11-20 10:43:30.036002642 -0600
++++ Makefile.in 2010-11-20 10:43:50.688002774 -0600
+@@ -227,7 +227,7 @@
+ top_build_prefix = @top_build_prefix@
+ top_builddir = @top_builddir@
+ top_srcdir = @top_srcdir@
+-SUBDIRS = sources art gnomevfs gnome gconf sample
++SUBDIRS = sources art gnomevfs gnome gconf
+ EXTRA_DIST = \
+ gtk-sharp.snk \
+ gapi-cdecl-insert \



  • [SM-Commit] GIT changes to master grimoire by George Sherwood (50fb86d098d0794ac30aad5900543ac33e7ce7fe), George Sherwood, 11/20/2010

Archive powered by MHonArc 2.6.24.

Top of Page