summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Gryniewicz <dang@gentoo.org>2007-04-24 17:25:17 +0000
committerDaniel Gryniewicz <dang@gentoo.org>2007-04-24 17:25:17 +0000
commit60b773a365fe134b94c161ed234fdfc284d89173 (patch)
treea61c440cf432f498e528fa2f2b95772124cd7e11 /app-accessibility
parentWorks with virtual/jdk-1.4 again, doesn't install a versioned jar and install... (diff)
downloadgentoo-2-60b773a365fe134b94c161ed234fdfc284d89173.tar.gz
gentoo-2-60b773a365fe134b94c161ed234fdfc284d89173.tar.bz2
gentoo-2-60b773a365fe134b94c161ed234fdfc284d89173.zip
Bump to 4.4.1
* Improved non-cairo rendering * Fixed segfault in output (Portage version: 2.1.2.4)
Diffstat (limited to 'app-accessibility')
-rw-r--r--app-accessibility/dasher/ChangeLog9
-rw-r--r--app-accessibility/dasher/dasher-4.4.1.ebuild75
-rw-r--r--app-accessibility/dasher/files/digest-dasher-4.4.13
3 files changed, 86 insertions, 1 deletions
diff --git a/app-accessibility/dasher/ChangeLog b/app-accessibility/dasher/ChangeLog
index baa76e5501c1..ed8292ad9dc6 100644
--- a/app-accessibility/dasher/ChangeLog
+++ b/app-accessibility/dasher/ChangeLog
@@ -1,6 +1,13 @@
# ChangeLog for app-accessibility/dasher
# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-accessibility/dasher/ChangeLog,v 1.91 2007/04/20 19:43:36 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-accessibility/dasher/ChangeLog,v 1.92 2007/04/24 17:25:17 dang Exp $
+
+*dasher-4.4.1 (24 Apr 2007)
+
+ 24 Apr 2007; Daniel Gryniewicz <dang@gentoo.org> +dasher-4.4.1.ebuild:
+ Bump to 4.4.1
+ * Improved non-cairo rendering
+ * Fixed segfault in output
20 Apr 2007; Raúl Porcel <armin76@gentoo.org> dasher-4.2.2.ebuild:
ia64 stable
diff --git a/app-accessibility/dasher/dasher-4.4.1.ebuild b/app-accessibility/dasher/dasher-4.4.1.ebuild
new file mode 100644
index 000000000000..34f8ca6ccff6
--- /dev/null
+++ b/app-accessibility/dasher/dasher-4.4.1.ebuild
@@ -0,0 +1,75 @@
+# 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.4.1.ebuild,v 1.1 2007/04/24 17:25:17 dang 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"
+
+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
+ x11-libs/libXt"
+
+DOCS="AUTHORS ChangeLog MAINTAINERS NEWS README"
+
+
+pkg_setup() {
+ 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.3.4-as-needed.patch"
+
+ # Patch to fix compilation when USE=-gnome is used (bug #165154)
+ epatch "${FILESDIR}/${PN}-4.4.0-gnome_help.patch"
+
+ eautoreconf
+}
diff --git a/app-accessibility/dasher/files/digest-dasher-4.4.1 b/app-accessibility/dasher/files/digest-dasher-4.4.1
new file mode 100644
index 000000000000..89c0f5463d1d
--- /dev/null
+++ b/app-accessibility/dasher/files/digest-dasher-4.4.1
@@ -0,0 +1,3 @@
+MD5 31308ce9747d5de0fa79ddd6a52bb2d9 dasher-4.4.1.tar.bz2 6779949
+RMD160 182793011215bb9bfb515fc4d60c829d1372c705 dasher-4.4.1.tar.bz2 6779949
+SHA256 ac16ef01b5c12d8ef700a705b5f12e4755ba9d0bee7b24175728f8efc42a6026 dasher-4.4.1.tar.bz2 6779949