You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/x11-misc/ksuperkey/ksuperkey-0.4.ebuild

29 lines
576 B

# 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
}