blob: 8dc800ce6d05a7038475a3344dd4bd8cf82a5976 (
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
|
# 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.22.1.ebuild,v 1.1 2008/04/07 20:23:41 eva Exp $
inherit gnome2 autotools
DESCRIPTION="Mouse accessibility enhancements for the GNOME desktop"
HOMEPAGE="http://live.gnome.org/Mousetweaks/Home"
LICENSE="GPL-3"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~ia64 ~sparc ~x86"
IUSE=""
RDEPEND=">=x11-libs/gtk+-2.10
>=gnome-base/gconf-2
>=gnome-base/libglade-2
>=gnome-base/gnome-panel-2
>=dev-libs/dbus-glib-0.72
gnome-extra/at-spi
>=gnome-base/libgnome-2
>=gnome-base/libgnomeui-2
x11-libs/libXfixes"
DEPEND="${RDEPEND}"
|