diff options
author | Gilles Dartiguelongue <eva@gentoo.org> | 2007-07-22 23:16:03 +0000 |
---|---|---|
committer | Gilles Dartiguelongue <eva@gentoo.org> | 2007-07-22 23:16:03 +0000 |
commit | f19ce707027cb7d4efd2434a0af0db2e489964e9 (patch) | |
tree | 0b159eb6e30e2d711d19b48f83eeb76ff708002b /app-accessibility | |
parent | stable on ppc64 (diff) | |
download | gentoo-2-f19ce707027cb7d4efd2434a0af0db2e489964e9.tar.gz gentoo-2-f19ce707027cb7d4efd2434a0af0db2e489964e9.tar.bz2 gentoo-2-f19ce707027cb7d4efd2434a0af0db2e489964e9.zip |
bump to 4.4.2 (various minor bugfixes)
(Portage version: 2.1.3_rc8)
Diffstat (limited to 'app-accessibility')
-rw-r--r-- | app-accessibility/dasher/ChangeLog | 8 | ||||
-rw-r--r-- | app-accessibility/dasher/dasher-4.4.2.ebuild | 74 | ||||
-rw-r--r-- | app-accessibility/dasher/files/digest-dasher-4.4.2 | 3 |
3 files changed, 84 insertions, 1 deletions
diff --git a/app-accessibility/dasher/ChangeLog b/app-accessibility/dasher/ChangeLog index 4fe2ed7f4e99..09f74d311826 100644 --- a/app-accessibility/dasher/ChangeLog +++ b/app-accessibility/dasher/ChangeLog @@ -1,10 +1,16 @@ # 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.94 2007/07/22 08:24:13 omp Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-accessibility/dasher/ChangeLog,v 1.95 2007/07/22 23:16:03 eva Exp $ 22 Jul 2007; David Shakaryan <omp@gentoo.org> dasher-4.0.2.ebuild: Remove virtual/x11 from dependencies. +*dasher-4.4.2 (22 Jul 2007) + + 22 Jul 2007; Gilles Dartiguelongue <eva@gentoo.org> +dasher-4.4.2.ebuild: + bump to 4.4.2 + * Various minor bugfixes + 21 May 2007; Raúl Porcel <armin76@gentoo.org> dasher-4.2.2.ebuild: alpha stable wrt #164978 diff --git a/app-accessibility/dasher/dasher-4.4.2.ebuild b/app-accessibility/dasher/dasher-4.4.2.ebuild new file mode 100644 index 000000000000..27fe32f514ea --- /dev/null +++ b/app-accessibility/dasher/dasher-4.4.2.ebuild @@ -0,0 +1,74 @@ +# 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.2.ebuild,v 1.1 2007/07/22 23:16:03 eva 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.2 b/app-accessibility/dasher/files/digest-dasher-4.4.2 new file mode 100644 index 000000000000..d44c4ea1ab51 --- /dev/null +++ b/app-accessibility/dasher/files/digest-dasher-4.4.2 @@ -0,0 +1,3 @@ +MD5 ca50a357d5043e4e5f114ecda7cd1c73 dasher-4.4.2.tar.bz2 6880246 +RMD160 17d33eb2db6f2e7dc9e7e227509f8254ae732baf dasher-4.4.2.tar.bz2 6880246 +SHA256 0ee0d5e7f867bd21f0ab13dcd72dd2dd7eb6bb0d7918c18971ece81d3c2a76ed dasher-4.4.2.tar.bz2 6880246 |