Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Julien ROZO (ce8ef51eb5cef86b2fee7f9e5f1fd5e0a839b11c)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Julien ROZO <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Julien ROZO (ce8ef51eb5cef86b2fee7f9e5f1fd5e0a839b11c)
  • Date: Mon, 6 Oct 2008 12:36:37 -0500

GIT changes to master grimoire by Julien ROZO <julien AT rozo.org>:

graphics/inkscape/HISTORY | 5 +++++
graphics/inkscape/PRE_BUILD | 3 ++-
graphics/inkscape/gtk-clist.patch | 12 ++++++++++++
3 files changed, 19 insertions(+), 1 deletion(-)

New commits:
commit 14baffb6b4bed676f906e422aa551c48773f835b
Author: Julien ROZO <julien AT rozo.org>
Commit: Julien ROZO <julien AT rozo.org>

inkscape: added gtk-clist.patch to fix compilation issue with
gtk+2 (see https://bugs.launchpad.net/gentoo/+source/inkscape/+bug/238223)

diff --git a/graphics/inkscape/HISTORY b/graphics/inkscape/HISTORY
index a36bf6a..da2b79e 100644
--- a/graphics/inkscape/HISTORY
+++ b/graphics/inkscape/HISTORY
@@ -1,3 +1,8 @@
+2008-10-06 Julien "_kaze_" ROZO <julien AT rozo.org>
+ * gtk-clist.patch: added a patch to fix compilation issue with gtk+2
+ (see https://bugs.launchpad.net/gentoo/+source/inkscape/+bug/238223)
+ * PRE_BUILD: added gtk-clist.patch
+
2008-08-12 Vlad Glagolev <stealth AT sourcemage.org>
* PRE_BUILD: added poppler.patch to fix compilation problems if
poppler depend is enabled, quoting the paths!
diff --git a/graphics/inkscape/PRE_BUILD b/graphics/inkscape/PRE_BUILD
index 51c82c3..24211c7 100755
--- a/graphics/inkscape/PRE_BUILD
+++ b/graphics/inkscape/PRE_BUILD
@@ -5,4 +5,5 @@ if is_depends_enabled $SPELL poppler; then
patch -p0 < "$SPELL_DIRECTORY/poppler.patch"
fi &&

-patch -p0 < "$SPELL_DIRECTORY/gcc43.patch"
+patch -p0 < "$SPELL_DIRECTORY/gcc43.patch" &&
+patch -p0 < "$SPELL_DIRECTORY/gtk-clist.patch"
diff --git a/graphics/inkscape/gtk-clist.patch
b/graphics/inkscape/gtk-clist.patch
new file mode 100644
index 0000000..4728466
--- /dev/null
+++ b/graphics/inkscape/gtk-clist.patch
@@ -0,0 +1,12 @@
+--- src/widgets/sp-xmlview-attr-list.h 2008/06/07 22:06:52 1.1
++++ src/widgets/sp-xmlview-attr-list.h 2008/06/07 22:09:22
+@@ -13,7 +13,7 @@
+ */
+
+ #include <stdio.h>
+-#include <gtk/gtkclist.h>
++#include <gtk/gtk.h>
+ #include "../xml/repr.h"
+
+ #include <glib.h>
+



  • [SM-Commit] GIT changes to master grimoire by Julien ROZO (ce8ef51eb5cef86b2fee7f9e5f1fd5e0a839b11c), Julien ROZO, 10/06/2008

Archive powered by MHonArc 2.6.24.

Top of Page