From 09e704c74a8d52699786d34488621fa6dbae95e0 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Tue, 23 Jun 2015 16:20:22 +0100 Subject: add ksuperkey, utility to bind KDE krunner to superkey (winkey) --- kde-misc/ksuperkey/ksuperkey-99999.ebuild | 37 +++++++++++++++++++++++++++++++ 1 file changed, 37 insertions(+) create mode 100644 kde-misc/ksuperkey/ksuperkey-99999.ebuild (limited to 'kde-misc/ksuperkey/ksuperkey-99999.ebuild') diff --git a/kde-misc/ksuperkey/ksuperkey-99999.ebuild b/kde-misc/ksuperkey/ksuperkey-99999.ebuild new file mode 100644 index 00000000..f7e7ad42 --- /dev/null +++ b/kde-misc/ksuperkey/ksuperkey-99999.ebuild @@ -0,0 +1,37 @@ +# Distributed under the terms of the GNU General Public License v2 + +EAPI=5 + +inherit eutils git-2 + +DESCRIPTION="Open the KDE Plasma application launcher using the Super key (patched to bind Krunner to Super key)" +HOMEPAGE="https://github.com/hanschen/ksuperkey" + +EGIT_BRANCH=master +EGIT_REPO_URI="https://github.com/hanschen/ksuperkey.git" + +SLOT="0" +LICENSE="GPL-2" +KEYWORDS="amd64 x86" + +IUSE="" +DEPEND="x11-libs/libXtst + x11-libs/libX11" + +RDEPEND="${DEPEND}" + +S=${WORKDIR}/${PN} + + +src_prepare() { + epatch -p0 ${FILESDIR}/bind_krunner_to_super_key.patch +} + +src_compile() { + cd "${S}" + make || die "Make failed" +} + +src_install() { + default +} -- cgit v1.2.3