diff options
author | Leonardo Boshell <leonardop@gentoo.org> | 2006-05-15 20:42:28 +0000 |
---|---|---|
committer | Leonardo Boshell <leonardop@gentoo.org> | 2006-05-15 20:42:28 +0000 |
commit | 0eb0b69aac1d59ed7f5bc54e9a01a8bea87a2aba (patch) | |
tree | ad913e636442e67c2460c9a2f6342452b855146a /app-accessibility/gok/gok-1.0.10.ebuild | |
parent | New release: 0.35.0. Pruning old ebuilds. (diff) | |
download | historical-0eb0b69aac1d59ed7f5bc54e9a01a8bea87a2aba.tar.gz historical-0eb0b69aac1d59ed7f5bc54e9a01a8bea87a2aba.tar.bz2 historical-0eb0b69aac1d59ed7f5bc54e9a01a8bea87a2aba.zip |
New release: 1.0.10
Package-Manager: portage-2.1_rc1-r2
Diffstat (limited to 'app-accessibility/gok/gok-1.0.10.ebuild')
-rw-r--r-- | app-accessibility/gok/gok-1.0.10.ebuild | 55 |
1 files changed, 55 insertions, 0 deletions
diff --git a/app-accessibility/gok/gok-1.0.10.ebuild b/app-accessibility/gok/gok-1.0.10.ebuild new file mode 100644 index 000000000000..bba4b635878a --- /dev/null +++ b/app-accessibility/gok/gok-1.0.10.ebuild @@ -0,0 +1,55 @@ +# Copyright 1999-2006 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-accessibility/gok/gok-1.0.10.ebuild,v 1.1 2006/05/15 20:42:28 leonardop Exp $ + +inherit virtualx gnome2 + +DESCRIPTION="Gnome Onscreen Keyboard" +HOMEPAGE="http://www.gok.ca/" + +LICENSE="LGPL-2" +SLOT="1" +KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86" +IUSE="doc" + +RDEPEND=">=gnome-base/libgnomeui-2 + >=gnome-extra/at-spi-1.5.2 + >=gnome-base/libbonobo-2.5.1 + >=dev-libs/atk-1.3 + >=x11-libs/gtk+-2.3.1 + gnome-base/gail + >=x11-libs/libwnck-2.13.5 + app-accessibility/gnome-speech + media-sound/esound + >=gnome-base/libglade-2 + >=gnome-base/gconf-2 + >=gnome-base/orbit-2 + || ( ( + x11-libs/libXi + x11-libs/libX11 + x11-libs/libSM + x11-libs/libICE ) + virtual/x11 )" + +DEPEND="${RDEPEND} + >=dev-util/intltool-0.34.90 + >=dev-util/pkgconfig-0.9 + app-text/scrollkeeper + doc? ( >=dev-util/gtk-doc-1 ) + || ( ( + x11-libs/libXt + x11-proto/inputproto + x11-proto/kbproto + x11-proto/xproto ) + virtual/x11 )" + +DOCS="AUTHORS ChangeLog NEWS README" + +# So it doesn't break when building kbd files +MAKEOPTS="${MAKEOPTS} -j1" + +src_test() { + addpredict / + Xmake check || die +} + |