blob: 4b80a3e5afed2b147e44288a4ca82cd6ac66caf5 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/xfce-extra/gsynaptics-mcs-plugin/gsynaptics-mcs-plugin-1.0.0.ebuild,v 1.4 2008/05/14 13:22:52 drac Exp $
inherit xfce44
xfce44
DESCRIPTION="a simple MCS plugin that starts gsynaptics and launches gsynaptics-init"
HOMEPAGE="http://goodies.xfce.org/projects/mcs-plugins/gsynaptics-mcs-plugin"
SRC_URI="http://goodies.xfce.org/releases/${PN}/${P}${COMPRESS}"
KEYWORDS="amd64 x86"
IUSE="debug"
RDEPEND=">=xfce-base/xfce-mcs-manager-${XFCE_MASTER_VERSION}
>=xfce-base/libxfcegui4-${XFCE_MASTER_VERSION}
gnome-extra/gsynaptics"
DEPEND="${RDEPEND}
dev-util/intltool"
DOCS="AUTHORS ChangeLog NEWS README"
|