summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Sterrett <mr_bones_@gentoo.org>2009-08-18 16:41:48 +0000
committerMichael Sterrett <mr_bones_@gentoo.org>2009-08-18 16:41:48 +0000
commit1eba4b9ce5f8905e124cb23d06a673509adefb4f (patch)
tree0d3260f877325665176a71ffc4dbf90efd8a6bc6 /gnome-extra/gtkhtml/files
parentStable for HPPA (bug #281876). (diff)
downloadgentoo-2-1eba4b9ce5f8905e124cb23d06a673509adefb4f.tar.gz
gentoo-2-1eba4b9ce5f8905e124cb23d06a673509adefb4f.tar.bz2
gentoo-2-1eba4b9ce5f8905e124cb23d06a673509adefb4f.zip
resurrect gtkhtml-3.12.3.ebuild which is still used
(Portage version: 2.1.6.13/cvs/Linux i686, RepoMan options: --force)
Diffstat (limited to 'gnome-extra/gtkhtml/files')
-rw-r--r--gnome-extra/gtkhtml/files/gtkhtml-3.12.3-allow-deprecated.patch68
1 files changed, 68 insertions, 0 deletions
diff --git a/gnome-extra/gtkhtml/files/gtkhtml-3.12.3-allow-deprecated.patch b/gnome-extra/gtkhtml/files/gtkhtml-3.12.3-allow-deprecated.patch
new file mode 100644
index 000000000000..bd2bd74188d5
--- /dev/null
+++ b/gnome-extra/gtkhtml/files/gtkhtml-3.12.3-allow-deprecated.patch
@@ -0,0 +1,68 @@
+diff --exclude-from=/home/dang/.scripts/diffrc -up -ruN gtkhtml-3.12.3.orig/a11y/Makefile.am gtkhtml-3.12.3/a11y/Makefile.am
+--- gtkhtml-3.12.3.orig/a11y/Makefile.am 2007-01-29 04:51:00.000000000 -0500
++++ gtkhtml-3.12.3/a11y/Makefile.am 2008-03-04 19:56:35.000000000 -0500
+@@ -2,7 +2,7 @@ END=
+
+ INCLUDES = -I$(top_srcdir)/src $(GTKHTML_CFLAGS) $(I18N_LIB_CFLAGS)
+
+-AM_CFLAGS = $(GAIL_CFLAGS) -DGTK_DISABLE_DEPRECATED=1 -DGDK_DISABLE_DEPRECATED=1 -DG_DISABLE_DEPRECATED=1 -DGNOME_DISABLE_DEPRECATED=1
++AM_CFLAGS = $(GAIL_CFLAGS) -DGDK_DISABLE_DEPRECATED=1 -DGNOME_DISABLE_DEPRECATED=1
+
+ noinst_LTLIBRARIES = libgtkhtml-a11y.la
+
+diff --exclude-from=/home/dang/.scripts/diffrc -up -ruN gtkhtml-3.12.3.orig/a11y/Makefile.in gtkhtml-3.12.3/a11y/Makefile.in
+--- gtkhtml-3.12.3.orig/a11y/Makefile.in 2007-01-29 10:12:48.000000000 -0500
++++ gtkhtml-3.12.3/a11y/Makefile.in 2008-03-04 19:56:38.000000000 -0500
+@@ -251,7 +251,7 @@ sysconfdir = @sysconfdir@
+ target_alias = @target_alias@
+ END =
+ INCLUDES = -I$(top_srcdir)/src $(GTKHTML_CFLAGS) $(I18N_LIB_CFLAGS)
+-AM_CFLAGS = $(GAIL_CFLAGS) -DGTK_DISABLE_DEPRECATED=1 -DGDK_DISABLE_DEPRECATED=1 -DG_DISABLE_DEPRECATED=1 -DGNOME_DISABLE_DEPRECATED=1
++AM_CFLAGS = $(GAIL_CFLAGS) -DGDK_DISABLE_DEPRECATED=1 -DGNOME_DISABLE_DEPRECATED=1
+ noinst_LTLIBRARIES = libgtkhtml-a11y.la
+ libgtkhtml_a11y_la_SOURCES = \
+ cell.h \
+diff --exclude-from=/home/dang/.scripts/diffrc -up -ruN gtkhtml-3.12.3.orig/components/html-editor/Makefile.am gtkhtml-3.12.3/components/html-editor/Makefile.am
+--- gtkhtml-3.12.3.orig/components/html-editor/Makefile.am 2007-01-29 04:50:53.000000000 -0500
++++ gtkhtml-3.12.3/components/html-editor/Makefile.am 2008-03-04 19:56:21.000000000 -0500
+@@ -23,7 +23,6 @@ AM_CFLAGS = \
+ -DGNOMELOCALEDIR=\""$(prefix)/$(DATADIRNAME)/locale"\"\
+ -DGLADE_DATADIR=\"$(gladedir)\" \
+ -DGDK_DISABLE_DEPRECATED=1 \
+- -DG_DISABLE_DEPRECATED=1 \
+ -DPREFIX=\""$(prefix)"\" \
+ -DSYSCONFDIR=\""$(sysconfdir)"\" \
+ -DDATADIR=\""$(datadir)"\" \
+diff --exclude-from=/home/dang/.scripts/diffrc -up -ruN gtkhtml-3.12.3.orig/components/html-editor/Makefile.in gtkhtml-3.12.3/components/html-editor/Makefile.in
+--- gtkhtml-3.12.3.orig/components/html-editor/Makefile.in 2007-01-29 10:12:49.000000000 -0500
++++ gtkhtml-3.12.3/components/html-editor/Makefile.in 2008-03-04 19:56:23.000000000 -0500
+@@ -325,7 +325,6 @@ AM_CFLAGS = \
+ -DGNOMELOCALEDIR=\""$(prefix)/$(DATADIRNAME)/locale"\"\
+ -DGLADE_DATADIR=\"$(gladedir)\" \
+ -DGDK_DISABLE_DEPRECATED=1 \
+- -DG_DISABLE_DEPRECATED=1 \
+ -DPREFIX=\""$(prefix)"\" \
+ -DSYSCONFDIR=\""$(sysconfdir)"\" \
+ -DDATADIR=\""$(datadir)"\" \
+diff --exclude-from=/home/dang/.scripts/diffrc -up -ruN gtkhtml-3.12.3.orig/src/Makefile.am gtkhtml-3.12.3/src/Makefile.am
+--- gtkhtml-3.12.3.orig/src/Makefile.am 2007-01-29 04:50:59.000000000 -0500
++++ gtkhtml-3.12.3/src/Makefile.am 2008-03-04 19:56:26.000000000 -0500
+@@ -20,7 +20,6 @@ INCLUDES = \
+
+ AM_CFLAGS = \
+ -DGDK_DISABLE_DEPRECATED=1 \
+- -DG_DISABLE_DEPRECATED=1 \
+ -DGNOME_DISABLE_DEPRECATED=1 \
+ -DPREFIX=\""$(prefix)"\" \
+ -DLIBDIR=\""$(datadir)"\" \
+diff --exclude-from=/home/dang/.scripts/diffrc -up -ruN gtkhtml-3.12.3.orig/src/Makefile.in gtkhtml-3.12.3/src/Makefile.in
+--- gtkhtml-3.12.3.orig/src/Makefile.in 2007-01-29 10:12:49.000000000 -0500
++++ gtkhtml-3.12.3/src/Makefile.in 2008-03-04 19:56:28.000000000 -0500
+@@ -379,7 +379,6 @@ INCLUDES = \
+
+ AM_CFLAGS = \
+ -DGDK_DISABLE_DEPRECATED=1 \
+- -DG_DISABLE_DEPRECATED=1 \
+ -DGNOME_DISABLE_DEPRECATED=1 \
+ -DPREFIX=\""$(prefix)"\" \
+ -DLIBDIR=\""$(datadir)"\" \