28 lines
576 B
Bash
28 lines
576 B
Bash
# 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
|
|
}
|