diff options
author | 2004-04-28 09:44:21 +0000 | |
---|---|---|
committer | 2004-04-28 09:44:21 +0000 | |
commit | 3404e33da0dde698cf84f99f0e703aa06145b32d (patch) | |
tree | 8f7a803b24e068a283c406c6b6270d6b2b8dba1b /app-accessibility/dasher/dasher-3.2.10.ebuild | |
parent | Removed two lines in the 2.4.26 ebuild that were excluding a patch (debugging... (diff) | |
download | gentoo-2-3404e33da0dde698cf84f99f0e703aa06145b32d.tar.gz gentoo-2-3404e33da0dde698cf84f99f0e703aa06145b32d.tar.bz2 gentoo-2-3404e33da0dde698cf84f99f0e703aa06145b32d.zip |
New release
Diffstat (limited to 'app-accessibility/dasher/dasher-3.2.10.ebuild')
-rw-r--r-- | app-accessibility/dasher/dasher-3.2.10.ebuild | 40 |
1 files changed, 40 insertions, 0 deletions
diff --git a/app-accessibility/dasher/dasher-3.2.10.ebuild b/app-accessibility/dasher/dasher-3.2.10.ebuild new file mode 100644 index 000000000000..51a2be355933 --- /dev/null +++ b/app-accessibility/dasher/dasher-3.2.10.ebuild @@ -0,0 +1,40 @@ +# Copyright 1999-2004 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-accessibility/dasher/dasher-3.2.10.ebuild,v 1.1 2004/04/28 09:44:21 leonardop Exp $ + +inherit gnome2 + +DESCRIPTION="A text entry interface, driven by continuous pointing gestures" +HOMEPAGE="http://www.inference.phy.cam.ac.uk/dasher/" + +IUSE="accessibility gnome" +SLOT="0" +KEYWORDS="~x86" +LICENSE="GPL-2" + +# 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/expat + >=x11-libs/gtk+-2 + >=gnome-base/gconf-2 + >=gnome-base/libglade-2 + gnome? ( >=gnome-base/libgnome-2 + >=gnome-base/gnome-vfs-2 + >=gnome-base/libgnomeui-2 ) + accessibility? ( >=gnome-base/libbonobo-2 + >=gnome-base/ORBit2-2 + >=gnome-base/libgnomeui-2 + app-accessibility/gnome-speech + >=gnome-extra/at-spi-1 )" + +DEPEND="${RDEPEND} + >=dev-util/intltool-0.18 + dev-util/pkgconfig + app-text/scrollkeeper" + +G2CONF="${G2CONF} $(use_with gnome)" +G2CONF="${G2CONF} $(use_with accessibility a11y)" +G2CONF="${G2CONF} $(use_with accessibility speech)" + +DOCS="ABOUT-NLS AUTHORS ChangeLog COPYING MAINTAINERS NEWS README" |