summaryrefslogtreecommitdiff
blob: 41da9e235c85cea3a8efb0644a5cc42b78086b4d (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-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$

EAPI=5

inherit toolchain-funcs

DESCRIPTION="Utility allowing you to use the Super key as a shortcut both directly or as part of a combination"
HOMEPAGE="http://kde-apps.org/content/show.php/ksuperkey?content=154569"
SRC_URI="http://kde-apps.org/CONTENT/content-files/154569-${P}.tar.gz"

LICENSE="GPL-3+"
SLOT="5"
KEYWORDS="~amd64"
IUSE=""

RDEPEND="
	x11-libs/libX11
	x11-libs/libXtst
"
DEPEND="${RDEPEND}
	virtual/pkgconfig
"

pkg_setup() {
	tc-export CC
}