diff options
author | Gilles Dartiguelongue <eva@gentoo.org> | 2007-07-21 22:30:58 +0000 |
---|---|---|
committer | Gilles Dartiguelongue <eva@gentoo.org> | 2007-07-21 22:30:58 +0000 |
commit | 95feaf87d91a677f27864cef825b6f936d581348 (patch) | |
tree | 8da595ab7357dd1f9c892bb754a7fa1885b7d571 /app-accessibility/gnome-mag/gnome-mag-0.14.6.ebuild | |
parent | Corrected the USE flag handling. Fixes bug 185958. (diff) | |
download | gentoo-2-95feaf87d91a677f27864cef825b6f936d581348.tar.gz gentoo-2-95feaf87d91a677f27864cef825b6f936d581348.tar.bz2 gentoo-2-95feaf87d91a677f27864cef825b6f936d581348.zip |
bump to 0.14.6 with fixes for tests, removed 0.14.1 (~)
(Portage version: 2.1.3_rc8)
Diffstat (limited to 'app-accessibility/gnome-mag/gnome-mag-0.14.6.ebuild')
-rw-r--r-- | app-accessibility/gnome-mag/gnome-mag-0.14.6.ebuild | 48 |
1 files changed, 48 insertions, 0 deletions
diff --git a/app-accessibility/gnome-mag/gnome-mag-0.14.6.ebuild b/app-accessibility/gnome-mag/gnome-mag-0.14.6.ebuild new file mode 100644 index 000000000000..11a83a0c22eb --- /dev/null +++ b/app-accessibility/gnome-mag/gnome-mag-0.14.6.ebuild @@ -0,0 +1,48 @@ +# Copyright 1999-2007 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-accessibility/gnome-mag/gnome-mag-0.14.6.ebuild,v 1.1 2007/07/21 22:30:58 eva Exp $ + +inherit virtualx gnome2 + +DESCRIPTION="Gnome magnification service definition" +HOMEPAGE="http://www.gnome.org/" + +LICENSE="LGPL-2" +SLOT="1" +KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd" +IUSE="" + +RDEPEND=">=dev-libs/glib-2.11.1 + >=x11-libs/gtk+-2.6" + +# for future use ? +#RDEPEND="${RDEPEND} +# >=dev-python/pygtk-2.6 +# >=dev-python/gnome-python-2.10 +# >=gnome-base/gnome-desktop-2.10" + +RDEPEND="${RDEPEND} + >=gnome-base/libbonobo-1.107 + >=gnome-extra/at-spi-1.5.2 + >=gnome-base/orbit-2.3.100 + + x11-libs/libX11 + x11-libs/libXtst + x11-libs/libXdamage + x11-libs/libXfixes + x11-libs/libXcomposite" + +DEPEND="${RDEPEND} + >=dev-util/pkgconfig-0.9 + >=dev-util/intltool-0.35 + + x11-proto/xextproto + x11-proto/xproto" + +DOCS="AUTHORS ChangeLog NEWS README" + +src_test() { + echo "colorblind/data/colorblind-applet.schemas.in" >> ${S}/po/POTFILES.skip + Xmake check || die +} + |