diff options
Diffstat (limited to 'app-accessibility/dasher/dasher-4.4.0.ebuild')
-rw-r--r-- | app-accessibility/dasher/dasher-4.4.0.ebuild | 74 |
1 files changed, 0 insertions, 74 deletions
diff --git a/app-accessibility/dasher/dasher-4.4.0.ebuild b/app-accessibility/dasher/dasher-4.4.0.ebuild deleted file mode 100644 index f944685f5863..000000000000 --- a/app-accessibility/dasher/dasher-4.4.0.ebuild +++ /dev/null @@ -1,74 +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.4.0.ebuild,v 1.2 2007/06/26 23:19:09 mr_bones_ 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}/${P}-gnome_help.patch" - - eautoreconf -} |