Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (69a917d4230e8dfef1f2d71916e718656e54e6de)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Vlad Glagolev <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (69a917d4230e8dfef1f2d71916e718656e54e6de)
  • Date: Tue, 4 Jan 2011 06:07:36 -0600

GIT changes to master grimoire by Vlad Glagolev <stealth AT sourcemage.org>:

graphics/gbdfed/HISTORY | 4 ++++
graphics/gbdfed/PRE_BUILD | 4 ++++
graphics/gbdfed/deprecated.patch | 13 +++++++++++++
3 files changed, 21 insertions(+)

New commits:
commit 69a917d4230e8dfef1f2d71916e718656e54e6de
Author: Vlad Glagolev <stealth AT sourcemage.org>
Commit: Vlad Glagolev <stealth AT sourcemage.org>

gbdfed: fixed compilation with GTK+ >=2.22

diff --git a/graphics/gbdfed/HISTORY b/graphics/gbdfed/HISTORY
index f8f550c..14c38d3 100644
--- a/graphics/gbdfed/HISTORY
+++ b/graphics/gbdfed/HISTORY
@@ -1,3 +1,7 @@
+2011-01-04 Vlad Glagolev <stealth AT sourcemage.org>
+ * PRE_BUILD: added, to apply the patch
+ * deprecated.patch: added, to fix compilation with GTK+ >=2.22
+
2010-04-24 Vlad Glagolev <stealth AT sourcemage.org>
* DETAILS: updated spell to 1.6; changed source ext
* PRE_BUILD, Makefile.in.patch, getline.patch: removed
diff --git a/graphics/gbdfed/PRE_BUILD b/graphics/gbdfed/PRE_BUILD
new file mode 100755
index 0000000..aebd0f4
--- /dev/null
+++ b/graphics/gbdfed/PRE_BUILD
@@ -0,0 +1,4 @@
+default_pre_build &&
+cd "$SOURCE_DIRECTORY" &&
+
+patch -p0 < "$SPELL_DIRECTORY/deprecated.patch"
diff --git a/graphics/gbdfed/deprecated.patch
b/graphics/gbdfed/deprecated.patch
new file mode 100644
index 0000000..7343b3e
--- /dev/null
+++ b/graphics/gbdfed/deprecated.patch
@@ -0,0 +1,13 @@
+--- Makefile.in.orig 2010-04-16 18:38:59.000000000 +0400
++++ Makefile.in 2011-01-04 15:06:34.227158301 +0300
+@@ -27,9 +27,7 @@
+ CC = @CC@
+ CFLAGS = @XX_CFLAGS@ @CFLAGS@
+
+-DEFINES = @DEFINES@ -DG_DISABLE_DEPRECATED \
+- -DGDK_DISABLE_DEPRECATED -DGDK_PIXBUF_DISABLE_DEPRECATED \
+- -DGTK_DISABLE_DEPRECATED
++DEFINES = @DEFINES@
+
+ SRCS = bdf.c \
+ bdfcons.c \



  • [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (69a917d4230e8dfef1f2d71916e718656e54e6de), Vlad Glagolev, 01/04/2011

Archive powered by MHonArc 2.6.24.

Top of Page