blob: 61c9a9f3fef0a70afed3865998d10e0657d7213e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
|
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/gnome-extra/mousetweaks/mousetweaks-2.24.2.ebuild,v 1.1 2008/11/23 22:30:16 eva Exp $
inherit gnome2
DESCRIPTION="Mouse accessibility enhancements for the GNOME desktop"
HOMEPAGE="http://live.gnome.org/Mousetweaks/Home"
LICENSE="GPL-3"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
IUSE=""
RDEPEND=">=x11-libs/gtk+-2.13.1
>=gnome-base/libglade-2.4
>=gnome-base/gconf-2.16
>=dev-libs/dbus-glib-0.72
>=gnome-base/gnome-panel-2
gnome-extra/at-spi
x11-libs/libXtst
x11-libs/libXfixes
x11-libs/libXcursor"
DEPEND="${RDEPEND}
gnome-base/gnome-common
>=dev-util/intltool-0.40
>=dev-util/pkgconfig-0.17"
|