summaryrefslogtreecommitdiff
blob: 93da87bd7f077e6c9a2ce28fd9853088ce77d72f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $

EAPI="4"

DESCRIPTION="GUI for configuring and running synergy"
HOMEPAGE="http://quicksynergy.sourceforge.net/"
SRC_URI="mirror://sourceforge/quicksynergy/${P}.tar.gz"

LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""

RDEPEND="x11-libs/gtk+:2
	gnome-base/libglade:2.0
	>=x11-misc/synergy-1.2.4"
DEPEND="${RDEPEND}"