summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGilles Dartiguelongue <eva@gentoo.org>2009-05-02 12:26:09 +0000
committerGilles Dartiguelongue <eva@gentoo.org>2009-05-02 12:26:09 +0000
commitbb96506a274d836021e232cbc0aeec662806f001 (patch)
treef53697d18b8de06e242e3f14284ea028d533a43f /app-accessibility
parentCleanup (diff)
downloadgentoo-2-bb96506a274d836021e232cbc0aeec662806f001.tar.gz
gentoo-2-bb96506a274d836021e232cbc0aeec662806f001.tar.bz2
gentoo-2-bb96506a274d836021e232cbc0aeec662806f001.zip
New version for GNOME 2.26. Bug fixes and translation updates.
Clean up old revisions. (Portage version: 2.2_rc31/cvs/Linux x86_64)
Diffstat (limited to 'app-accessibility')
-rw-r--r--app-accessibility/dasher/ChangeLog14
-rw-r--r--app-accessibility/dasher/dasher-4.10.1.ebuild (renamed from app-accessibility/dasher/dasher-4.7.3.ebuild)45
-rw-r--r--app-accessibility/dasher/dasher-4.6.1.ebuild85
-rw-r--r--app-accessibility/dasher/files/dasher-4.4.0-gnome_help.patch21
-rw-r--r--app-accessibility/dasher/files/dasher-4.5.2-as-needed.patch27
-rw-r--r--app-accessibility/dasher/files/dasher-4.5.2-gcc4-speech-fix.patch45
-rw-r--r--app-accessibility/dasher/files/dasher-4.6.1-gnome.patch45
-rw-r--r--app-accessibility/dasher/files/dasher-4.6.1-lldiv.patch11
-rw-r--r--app-accessibility/dasher/files/dasher-4.7.0-as-needed.patch26
-rw-r--r--app-accessibility/dasher/files/dasher-4.7.3-cairo.patch12
-rw-r--r--app-accessibility/dasher/files/dasher-4.7.3-gcc-4.3.patch10
-rw-r--r--app-accessibility/dasher/files/dasher-4.7.3-no-gnome.patch26
12 files changed, 23 insertions, 344 deletions
diff --git a/app-accessibility/dasher/ChangeLog b/app-accessibility/dasher/ChangeLog
index b252c2557641..66f2f0dfe959 100644
--- a/app-accessibility/dasher/ChangeLog
+++ b/app-accessibility/dasher/ChangeLog
@@ -1,6 +1,18 @@
# ChangeLog for app-accessibility/dasher
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-accessibility/dasher/ChangeLog,v 1.140 2009/04/27 13:00:39 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-accessibility/dasher/ChangeLog,v 1.141 2009/05/02 12:26:08 eva Exp $
+
+*dasher-4.10.1 (02 May 2009)
+
+ 02 May 2009; Gilles Dartiguelongue <eva@gentoo.org>
+ -files/dasher-4.4.0-gnome_help.patch, -files/dasher-4.5.2-as-needed.patch,
+ -files/dasher-4.5.2-gcc4-speech-fix.patch,
+ -files/dasher-4.6.1-gnome.patch, -files/dasher-4.6.1-lldiv.patch,
+ -files/dasher-4.7.0-as-needed.patch, -files/dasher-4.7.3-cairo.patch,
+ -files/dasher-4.7.3-gcc-4.3.patch, -files/dasher-4.7.3-no-gnome.patch,
+ -dasher-4.6.1.ebuild, -dasher-4.7.3.ebuild, +dasher-4.10.1.ebuild:
+ New version for GNOME 2.26. Bug fixes and translation updates.
+ Clean up old revisions.
27 Apr 2009; Jeroen Roovers <jer@gentoo.org> dasher-4.9.0:
Stable for HPPA (bug #260063).
diff --git a/app-accessibility/dasher/dasher-4.7.3.ebuild b/app-accessibility/dasher/dasher-4.10.1.ebuild
index 38b5476b3e80..2ea331bfc75f 100644
--- a/app-accessibility/dasher/dasher-4.7.3.ebuild
+++ b/app-accessibility/dasher/dasher-4.10.1.ebuild
@@ -1,33 +1,29 @@
-# Copyright 1999-2008 Gentoo Foundation
+# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-accessibility/dasher/dasher-4.7.3.ebuild,v 1.9 2008/11/13 19:38:58 ranger Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-accessibility/dasher/dasher-4.10.1.ebuild,v 1.1 2009/05/02 12:26:08 eva Exp $
-WANT_AUTOCONF="2.5"
-WANT_AUTOMAKE="1.8"
-
-inherit autotools eutils gnome2
+inherit gnome2
DESCRIPTION="A text entry interface, driven by continuous pointing gestures"
HOMEPAGE="http://www.inference.phy.cam.ac.uk/dasher/"
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="alpha amd64 hppa ia64 ppc ppc64 sparc x86"
+KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
IUSE="accessibility cairo gnome"
# The package claims to support 'qte', but it hasn't been tested.
# Any patches from someone who can test it are welcome.
# <leonardop@gentoo.org>
-RDEPEND=">=dev-libs/glib-2.6
+RDEPEND=">=dev-libs/glib-2.16
dev-libs/expat
>=x11-libs/gtk+-2.6
>=gnome-base/gconf-2
>=gnome-base/libglade-2
gnome? (
>=gnome-base/libgnome-2
- >=gnome-base/libgnomeui-2
- >=gnome-base/gnome-vfs-2 )
+ >=gnome-base/libgnomeui-2 )
accessibility? (
app-accessibility/gnome-speech
>=gnome-base/libbonobo-2
@@ -37,8 +33,7 @@ RDEPEND=">=dev-libs/glib-2.6
dev-libs/atk )
cairo? ( >=x11-libs/gtk+-2.8 )
x11-libs/libX11
- x11-libs/libXtst
- x11-libs/libXt"
+ x11-libs/libXtst"
DEPEND="${RDEPEND}
>=dev-util/intltool-0.35
>=dev-util/pkgconfig-0.9
@@ -56,31 +51,11 @@ pkg_setup() {
# --enable-chinese
# --enable-tilt (tilt sensor support)
- G2CONF="--disable-scrollkeeper
+ G2CONF="${G2CONF}
+ --disable-scrollkeeper
+ --with-gvfs
$(use_enable accessibility a11y)
$(use_enable accessibility speech)
$(use_with cairo)
$(use_with gnome)"
}
-
-src_unpack() {
- gnome2_src_unpack
-
- sed -i -e 's:gtk-update-icon-cache:true:' ./Data/Makefile.am
-
- # Fix build with --as-needed (upstream bug #525028)
- epatch "${FILESDIR}/${PN}-4.7.0-as-needed.patch"
-
- # https://bugs.gentoo.org/211589
- # https://bugzilla.gnome.org/522121
- epatch "${FILESDIR}"/${P}-gcc-4.3.patch
-
- # Fix compilation with -gnome, upstream bug #398103
- epatch "${FILESDIR}/${P}-no-gnome.patch"
-
- # Fix compilation with -cairo, from upstream bug #490876
- epatch "${FILESDIR}/${P}-cairo.patch"
-
- intltoolize --force || die "intltoolize failed"
- eautoreconf
-}
diff --git a/app-accessibility/dasher/dasher-4.6.1.ebuild b/app-accessibility/dasher/dasher-4.6.1.ebuild
deleted file mode 100644
index 73f51a219765..000000000000
--- a/app-accessibility/dasher/dasher-4.6.1.ebuild
+++ /dev/null
@@ -1,85 +0,0 @@
-# Copyright 1999-2007 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-accessibility/dasher/dasher-4.6.1.ebuild,v 1.9 2007/11/29 05:01:46 jer Exp $
-
-WANT_AUTOCONF="2.5"
-WANT_AUTOMAKE="1.8"
-
-inherit autotools eutils gnome2
-
-DESCRIPTION="A text entry interface, driven by continuous pointing gestures"
-HOMEPAGE="http://www.inference.phy.cam.ac.uk/dasher/"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="alpha amd64 hppa ia64 ppc ppc64 sparc x86"
-
-IUSE="accessibility cairo gnome"
-
-# The package claims to support 'qte', but it hasn't been tested.
-# Any patches from someone who can test it are welcome.
-# <leonardop@gentoo.org>
-RDEPEND=">=dev-libs/glib-2.6
- dev-libs/expat
- >=x11-libs/gtk+-2.6
- >=gnome-base/gconf-2
- >=gnome-base/libglade-2
- gnome? (
- >=gnome-base/libgnome-2
- >=gnome-base/libgnomeui-2
- >=gnome-base/gnome-vfs-2 )
- accessibility? (
- app-accessibility/gnome-speech
- >=gnome-base/libbonobo-2
- >=gnome-base/orbit-2
- >=gnome-base/libgnomeui-2
- >=gnome-extra/at-spi-1
- dev-libs/atk )
- cairo? ( >=x11-libs/gtk+-2.8 )
- x11-libs/libX11
- x11-libs/libXtst
- x11-libs/libXt"
-DEPEND="${RDEPEND}
- >=dev-util/intltool-0.35
- >=dev-util/pkgconfig-0.9
- gnome? (
- >=app-text/gnome-doc-utils-0.3.2
- app-text/scrollkeeper )
- x11-proto/xextproto
- x11-proto/xproto"
-
-DOCS="AUTHORS ChangeLog MAINTAINERS NEWS README"
-
-pkg_setup() {
- # we might want to support japanese and chinese input at some point
- # --enable-japanese
- # --enable-chinese
-
- G2CONF="--disable-scrollkeeper \
- $(use_enable accessibility a11y) \
- $(use_enable accessibility speech) \
- $(use_with cairo) \
- $(use_with gnome)"
-}
-
-src_unpack() {
- gnome2_src_unpack
-
- sed -i -e 's:gtk-update-icon-cache:true:' ./Data/Makefile.am
-
- epatch "${FILESDIR}/${PN}-4.5.2-as-needed.patch"
-
- # Patches to fix compilation when USE=-gnome is used
- # (bug #165154 and bug #189307)
- epatch "${FILESDIR}/${PN}-4.4.0-gnome_help.patch"
- epatch "${FILESDIR}/${PN}-4.6.1-gnome.patch"
-
- # Fix compilation with gcc-4
- epatch "${FILESDIR}/${PN}-4.5.2-gcc4-speech-fix.patch"
-
- # Fix compilation with glibc-2.5
- epatch "${FILESDIR}/${P}-lldiv.patch"
-
- cp aclocal.m4 old-macros.m4
- AT_M4DIR="." eautoreconf
-}
diff --git a/app-accessibility/dasher/files/dasher-4.4.0-gnome_help.patch b/app-accessibility/dasher/files/dasher-4.4.0-gnome_help.patch
deleted file mode 100644
index c1be612ede96..000000000000
--- a/app-accessibility/dasher/files/dasher-4.4.0-gnome_help.patch
+++ /dev/null
@@ -1,21 +0,0 @@
-diff --exclude-from=/home/dang/bin/scripts/diffrc -up -ruN dasher-4.4.0.orig/Data/Help/Makefile.am dasher-4.4.0/Data/Help/Makefile.am
---- dasher-4.4.0.orig/Data/Help/Makefile.am 2007-03-12 10:13:18.000000000 -0400
-+++ dasher-4.4.0/Data/Help/Makefile.am 2007-03-15 15:43:50.000000000 -0400
-@@ -1 +1,5 @@
--SUBDIRS = Gnome
-+SUBDIRS =
-+
-+if GNOME_HELP
-+SUBDIRS += Gnome
-+endif
-diff --exclude-from=/home/dang/bin/scripts/diffrc -up -ruN dasher-4.4.0.orig/configure.in dasher-4.4.0/configure.in
---- dasher-4.4.0.orig/configure.in 2007-03-12 13:27:10.000000000 -0400
-+++ dasher-4.4.0/configure.in 2007-03-15 15:44:36.000000000 -0400
-@@ -348,6 +348,7 @@ AM_CONDITIONAL(DOGTK2, test x$BUILDGTK2
- AM_CONDITIONAL(DOQTE, test x$WITHQTE = xtrue)
- AM_CONDITIONAL(GNOME_SPEECH, test x$WITHSPEECH = xtrue)
- AM_CONDITIONAL(GNOME_A11Y, test x$WITHA11Y = xtrue)
-+AM_CONDITIONAL(GNOME_HELP, test x$WITHGNOME = xtrue)
- AM_CONDITIONAL(WITH_GPE, test x$WITHGPE = xtrue)
- AM_CONDITIONAL(WITH_MAEMO, test x$WITHMAEMO = xtrue)
- AM_CONDITIONAL(WITH_MAEMOFULLSCREEN, test x$WITHMAEMOFULLSCREEN = xtrue)
diff --git a/app-accessibility/dasher/files/dasher-4.5.2-as-needed.patch b/app-accessibility/dasher/files/dasher-4.5.2-as-needed.patch
deleted file mode 100644
index 3c3c76bdeb76..000000000000
--- a/app-accessibility/dasher/files/dasher-4.5.2-as-needed.patch
+++ /dev/null
@@ -1,27 +0,0 @@
-diff --exclude-from=/home/dang/.scripts/diffrc -up -ruN dasher-4.5.2.orig/Src/Makefile.am dasher-4.5.2/Src/Makefile.am
---- dasher-4.5.2.orig/Src/Makefile.am 2007-07-09 13:06:53.000000000 -0400
-+++ dasher-4.5.2/Src/Makefile.am 2007-07-11 15:40:18.000000000 -0400
-@@ -24,10 +24,6 @@ AM_CXXFLAGS = \
- -DPACKAGE_LOCALE_DIR=\"$(datadir)/locale\"
-
- dasher_LDADD = \
-- $(GTK2BUILD_LIBS) \
-- -lexpat \
-- $(POPT_LIBS) \
-- $(GPELIB) \
- Common/libdashermisc.a \
- Gtk2/libdashergtk.a \
- Gtk2/libdashercontrol.a \
-@@ -35,7 +31,11 @@ dasher_LDADD = \
- DasherCore/libdasherprefs.a \
- DasherCore/LanguageModelling/libdasherlm.a \
- DasherCore/Alphabet/libdasheralphabet.a \
-- Common/libdashermisc.a
-+ Common/libdashermisc.a \
-+ $(GTK2BUILD_LIBS) \
-+ -lexpat \
-+ $(POPT_LIBS) \
-+ $(GPELIB)
- #endif
-
- #if DOQTE
diff --git a/app-accessibility/dasher/files/dasher-4.5.2-gcc4-speech-fix.patch b/app-accessibility/dasher/files/dasher-4.5.2-gcc4-speech-fix.patch
deleted file mode 100644
index 51bfdcfdd26f..000000000000
--- a/app-accessibility/dasher/files/dasher-4.5.2-gcc4-speech-fix.patch
+++ /dev/null
@@ -1,45 +0,0 @@
---- Src/Gtk2/dasher_action_speech.cpp 2007/09/25 22:31:10 1.1
-+++ Src/Gtk2/dasher_action_speech.cpp 2007/09/25 22:33:16
-@@ -28,8 +28,8 @@ typedef struct _DasherActionSpeechPrivat
-
- G_DEFINE_TYPE(DasherActionSpeech, dasher_action_speech, TYPE_DASHER_ACTION);
-
--static gboolean dasher_action_speech_execute(DasherAction *pSelf, DasherEditorInternal *pEditor, int iIdx);
--static gboolean dasher_action_speech_preview(DasherAction *pSelf, DasherEditorInternal *pEditor);
-+static gboolean dasher_action_speech_execute(DasherAction *pSelf, DasherEditor *pEditor, int iIdx);
-+static gboolean dasher_action_speech_preview(DasherAction *pSelf, DasherEditor *pEditor);
- static const gchar *dasher_action_speech_get_name(DasherAction *pSelf);
- static int dasher_action_speech_get_sub_count(DasherAction *pSelf);
- static const gchar *dasher_action_speech_get_sub_name(DasherAction *pSelf, int iIdx);
-@@ -66,17 +66,17 @@ dasher_action_speech_new() {
- }
-
- static gboolean
--dasher_action_speech_execute(DasherAction *pSelf, DasherEditorInternal *pEditor, int iIdx) {
-+dasher_action_speech_execute(DasherAction *pSelf, DasherEditor *pEditor, int iIdx) {
- DasherActionSpeechPrivate *pDasherActionSpeechPrivate = DASHER_ACTION_SPEECH_GET_PRIVATE(pSelf);
-
- const char *szData;
-
- switch(iIdx) {
- case 0:
-- szData = dasher_editor_internal_get_all_text(pEditor);
-+ szData = dasher_editor_get_all_text(pEditor);
- break;
- case 1:
-- szData = dasher_editor_internal_get_new_text(pEditor);
-+ szData = dasher_editor_get_new_text(pEditor);
- break;
- case 2:
- szData = pDasherActionSpeechPrivate->szLast;
-@@ -107,8 +107,8 @@ dasher_action_speech_execute(DasherActio
- }
-
- static gboolean
--dasher_action_speech_preview(DasherAction *pSelf, DasherEditorInternal *pEditor) {
-- const gchar *szData = dasher_editor_internal_get_all_text(pEditor);
-+dasher_action_speech_preview(DasherAction *pSelf, DasherEditor *pEditor) {
-+ const gchar *szData = dasher_editor_get_all_text(pEditor);
-
- if(!szData)
- return false;
diff --git a/app-accessibility/dasher/files/dasher-4.6.1-gnome.patch b/app-accessibility/dasher/files/dasher-4.6.1-gnome.patch
deleted file mode 100644
index b31f5c1e9c3b..000000000000
--- a/app-accessibility/dasher/files/dasher-4.6.1-gnome.patch
+++ /dev/null
@@ -1,45 +0,0 @@
-diff -ru dasher-4.6.1/Src/Gtk2/dasher_editor.cpp dasher-4.6.1-patched/Src/Gtk2/dasher_editor.cpp
---- dasher-4.6.1/Src/Gtk2/dasher_editor.cpp 2007-11-03 19:47:26.000000000 -0400
-+++ dasher-4.6.1-patched/Src/Gtk2/dasher_editor.cpp 2007-11-03 19:46:08.000000000 -0400
-@@ -23,9 +23,9 @@
- #include <glib/gi18n.h>
- #include <gtk/gtk.h>
- /* TODO: r4epair gnome libs flags (or get rid of entirely) */
--//#ifdef GNOME_LIBS
-+#ifdef GNOME_LIBS
- #include <libgnomevfs/gnome-vfs.h>
--//#endif
-+#endif
-
- #include "dasher_action_keyboard.h"
- #ifdef WITH_MAEMO
-Only in dasher-4.6.1/Src/Gtk2: dasher_editor.cpp.orig
-Only in dasher-4.6.1-patched/Src/Gtk2: dasher_editor.cpp.rej
-diff -ru dasher-4.6.1/Src/Gtk2/dasher_editor_internal.cpp dasher-4.6.1-patched/Src/Gtk2/dasher_editor_internal.cpp
---- dasher-4.6.1/Src/Gtk2/dasher_editor_internal.cpp 2007-10-15 09:55:06.000000000 -0400
-+++ dasher-4.6.1-patched/Src/Gtk2/dasher_editor_internal.cpp 2007-11-03 19:47:58.000000000 -0400
-@@ -3,9 +3,9 @@
- #include <glib/gi18n.h>
- #include <gtk/gtk.h>
- /* TODO: r4epair gnome libs flags (or get rid of entirely) */
--//#ifdef GNOME_LIBS
-+#ifdef GNOME_LIBS
- #include <libgnomevfs/gnome-vfs.h>
--//#endif
-+#endif
-
-
- #ifdef WITH_MAEMO
-diff -ru dasher-4.6.1/Src/Gtk2/dasher_main.cpp dasher-4.6.1-patched/Src/Gtk2/dasher_main.cpp
---- dasher-4.6.1/Src/Gtk2/dasher_main.cpp 2007-11-03 19:47:26.000000000 -0400
-+++ dasher-4.6.1-patched/Src/Gtk2/dasher_main.cpp 2007-11-03 19:46:08.000000000 -0400
-@@ -8,7 +8,9 @@
- #ifdef WITH_MAEMOFULLSCREEN
- #include <hildon-widgets/hildon-program.h>
- #endif
-+#ifdef GNOME_LIBS
- #include <libgnome/libgnome.h>
-+#endif
-
- #include "GtkDasherControl.h"
- #include "KeyboardHelper.h"
diff --git a/app-accessibility/dasher/files/dasher-4.6.1-lldiv.patch b/app-accessibility/dasher/files/dasher-4.6.1-lldiv.patch
deleted file mode 100644
index 04f70a576d90..000000000000
--- a/app-accessibility/dasher/files/dasher-4.6.1-lldiv.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- Src/DasherCore/DasherViewSquare.cpp. 2007-10-15 15:55:00.000000000 +0200
-+++ Src/DasherCore/DasherViewSquare.cpp 2007-11-28 17:18:08.000000000 +0100
-@@ -802,7 +802,7 @@
- else
- return quot;
- #else
-- lldiv_t res = __gnu_cxx::lldiv(iNumerator, iDenominator);
-+ lldiv_t res = lldiv(iNumerator, iDenominator);
-
- if(res.rem < 0)
- return res.quot - 1;
diff --git a/app-accessibility/dasher/files/dasher-4.7.0-as-needed.patch b/app-accessibility/dasher/files/dasher-4.7.0-as-needed.patch
deleted file mode 100644
index 0487f67dc60c..000000000000
--- a/app-accessibility/dasher/files/dasher-4.7.0-as-needed.patch
+++ /dev/null
@@ -1,26 +0,0 @@
-diff -Nura dasher-4.7.0.old/Src/Makefile.am dasher-4.7.0/Src/Makefile.am
---- dasher-4.7.0.old/Src/Makefile.am 2008-03-29 22:11:18.000000000 +0100
-+++ dasher-4.7.0/Src/Makefile.am 2008-03-29 22:12:27.000000000 +0100
-@@ -24,17 +24,17 @@
- -DPACKAGE_LOCALE_DIR=\"$(datadir)/locale\"
-
- dasher_LDADD = \
-- $(GTK2BUILD_LIBS) \
-- -lexpat \
-- $(POPT_LIBS) \
-- $(GPELIB) \
- Common/libdashermisc.a \
- Gtk2/libdashergtk.a \
- Gtk2/libdashercontrol.a \
- DasherCore/libdashercore.a \
- DasherCore/libdasherprefs.a \
- DasherCore/LanguageModelling/libdasherlm.a \
-- Common/libdashermisc.a
-+ Common/libdashermisc.a \
-+ $(GTK2BUILD_LIBS) \
-+ -lexpat \
-+ $(POPT_LIBS) \
-+ $(GPELIB)
- #endif
-
- #if DOQTE
diff --git a/app-accessibility/dasher/files/dasher-4.7.3-cairo.patch b/app-accessibility/dasher/files/dasher-4.7.3-cairo.patch
deleted file mode 100644
index 04df957cb524..000000000000
--- a/app-accessibility/dasher/files/dasher-4.7.3-cairo.patch
+++ /dev/null
@@ -1,12 +0,0 @@
---- a/Src/Gtk2/Canvas.cpp
-+++ b/Src/Gtk2/Canvas.cpp
-@@ -88,7 +88,9 @@
- g_object_unref(m_pOnscreenBuffer);
- #endif
-
-+#if WITH_CAIRO
- delete[] cairo_colours;
-+#endif
- delete m_pPangoInk;
- }
-
diff --git a/app-accessibility/dasher/files/dasher-4.7.3-gcc-4.3.patch b/app-accessibility/dasher/files/dasher-4.7.3-gcc-4.3.patch
deleted file mode 100644
index 32a49491b936..000000000000
--- a/app-accessibility/dasher/files/dasher-4.7.3-gcc-4.3.patch
+++ /dev/null
@@ -1,10 +0,0 @@
---- dasher-4.7.3/Src/Gtk2/dasher_action_speech.cpp.old 2008-06-06 20:54:34.098275404 +0200
-+++ dasher-4.7.3/Src/Gtk2/dasher_action_speech.cpp 2008-06-06 20:55:38.331005219 +0200
-@@ -8,6 +8,7 @@
- #include <glib/gi18n.h>
- #include <gnome-speech/gnome-speech.h>
- #include <libbonobo.h>
-+#include <cstring>
- //#include <libintl.h>
- //#include <string.h>
-
diff --git a/app-accessibility/dasher/files/dasher-4.7.3-no-gnome.patch b/app-accessibility/dasher/files/dasher-4.7.3-no-gnome.patch
deleted file mode 100644
index 341667e9792d..000000000000
--- a/app-accessibility/dasher/files/dasher-4.7.3-no-gnome.patch
+++ /dev/null
@@ -1,26 +0,0 @@
-Index: configure.in
-===================================================================
---- configure.in (revision 3450)
-+++ configure.in (working copy)
-@@ -412,13 +412,16 @@
- AC_SUBST(GTK2BUILD_CFLAGS)
- AC_SUBST(GTK2BUILD_LIBS)
-
--if [[ x"$WITHGNOME" = xtrue ]]; then
-- GNOME_DOC_INIT
--else
-- # Allows compilation if --without-gnome is passed
-- AM_CONDITIONAL(ENABLE_SK, test "x$enable_scrollkeeper" = "xyes")
-+AC_MSG_CHECKING([for gnome-doc-utils])
-+GNOME_DOC_INIT([0.9.0],[have_gdu=yes],[have_gdu=no])
-+AC_MSG_RESULT($have_gdu)
-+
-+if [[ x"$WITHGNOME" = xtrue ]] && [[ "$have_gdu" = xno ]]; then
-+ AC_MSG_ERROR([gnome-doc-utils not found!])
- fi
-
-+AM_CONDITIONAL(ENABLE_SK, test x"$WITHGNOME" = xfalse -a "x$enable_scrollkeeper" = "xyes")
-+
- AC_CONFIG_FILES([Data/dasher.desktop.in
- Data/Makefile
- Data/training/Makefile