blob: a7a848c5fd191b91ba434ab22bbe0d26bd36e34d (
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-2007 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.3 2007/03/10 10:31:11 welp 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"
|