Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Tommy Boatman (b45956d43d06c9a362441ee3d89ad90cf00f0a9d)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Tommy Boatman <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Tommy Boatman (b45956d43d06c9a362441ee3d89ad90cf00f0a9d)
  • Date: Wed, 4 Jul 2012 21:52:31 -0500

GIT changes to master grimoire by Tommy Boatman <tboatman AT sourcemage.org>:

gnome2-apps/giggle/HISTORY | 5 +++++
gnome2-apps/giggle/PRE_BUILD | 3 +++
gnome2-apps/giggle/gmodule.patch | 10 ++++++++++
3 files changed, 18 insertions(+)

New commits:
commit b45956d43d06c9a362441ee3d89ad90cf00f0a9d
Author: Tommy Boatman <tboatman AT sourcemage.org>
Commit: Tommy Boatman <tboatman AT sourcemage.org>

giggle: added patch to address upstream bug 667350

diff --git a/gnome2-apps/giggle/HISTORY b/gnome2-apps/giggle/HISTORY
index 14549aa..5b32df6 100644
--- a/gnome2-apps/giggle/HISTORY
+++ b/gnome2-apps/giggle/HISTORY
@@ -1,3 +1,8 @@
+2012-07-04 Tommy Boatman <tboatman AT sourcemage.org>
+ * PRE_BUILD: add gmodule.patch to address GNOME bug 667350
+ https://bugzilla.gnome.org/show_bug.cgi?id=667350 - gmodule-2.0 no
+ longer in pkg-config files for GTK+. 0.6.2 will fix when released
+
2011-10-25 Vlad Glagolev <stealth AT sourcemage.org>
* DETAILS: updated spell to 0.6.1

diff --git a/gnome2-apps/giggle/PRE_BUILD b/gnome2-apps/giggle/PRE_BUILD
new file mode 100755
index 0000000..bdf18f2
--- /dev/null
+++ b/gnome2-apps/giggle/PRE_BUILD
@@ -0,0 +1,3 @@
+default_pre_build &&
+cd $SOURCE_DIRECTORY &&
+patch -p0 < $SPELL_DIRECTORY/gmodule.patch
diff --git a/gnome2-apps/giggle/gmodule.patch
b/gnome2-apps/giggle/gmodule.patch
new file mode 100644
index 0000000..40099c1
--- /dev/null
+++ b/gnome2-apps/giggle/gmodule.patch
@@ -0,0 +1,10 @@
+--- configure.ac~ 2011-10-24 07:56:10.000000000 -0500
++++ configure.ac 2012-07-04 20:08:45.000000000 -0500
+@@ -57,6 +57,7 @@
+ gio-2.0 >= $GLIB_REQUIRED_VERSION
+ glib-2.0 >= $GLIB_REQUIRED_VERSION
+ gthread-2.0 >= $GLIB_REQUIRED_VERSION
++ gmodule-2.0 >= $GLIB_REQUIRED_VERSION
+ gdk-pixbuf-2.0 >= $GDK_PIXBUF_REQUIRED_VERSION
+ gdk-3.0 >= $GTK_REQUIRED_VERSION
+ gtk+-3.0 >= $GTK_REQUIRED_VERSION



  • [SM-Commit] GIT changes to master grimoire by Tommy Boatman (b45956d43d06c9a362441ee3d89ad90cf00f0a9d), Tommy Boatman, 07/04/2012

Archive powered by MHonArc 2.6.24.

Top of Page