summaryrefslogtreecommitdiff
path: root/kde-misc
diff options
context:
space:
mode:
authorV3n3RiX <venerix@rogentos.ro>2016-10-10 17:39:12 +0100
committerV3n3RiX <venerix@rogentos.ro>2016-10-10 17:39:12 +0100
commit0020758a799677be922f25ddd05a8034f21400c7 (patch)
treebb35a39b25fe32b32ed3602e0026703db39c5f14 /kde-misc
parenta86864872e56fb96708e2052407715dcf92d47a4 (diff)
with this commit, kogaion overlay is finally clean of unused and deprecated ebuilds
Diffstat (limited to 'kde-misc')
-rw-r--r--kde-misc/ksuperkey/files/bind_krunner_to_super_key.patch9
-rw-r--r--kde-misc/ksuperkey/ksuperkey-99999.ebuild37
2 files changed, 0 insertions, 46 deletions
diff --git a/kde-misc/ksuperkey/files/bind_krunner_to_super_key.patch b/kde-misc/ksuperkey/files/bind_krunner_to_super_key.patch
deleted file mode 100644
index 8237c681..00000000
--- a/kde-misc/ksuperkey/files/bind_krunner_to_super_key.patch
+++ /dev/null
@@ -1,9 +0,0 @@
---- ksuperkey.desktop.orig 2014-09-20 02:47:18.006202520 +0300
-+++ ksuperkey.desktop 2014-09-20 02:49:39.237793168 +0300
-@@ -1,5 +1,5 @@
- [Desktop Entry]
--Exec=ksuperkey
-+Exec=ksuperkey -e 'Super_L=Alt_L|F2'
- X-DBUS-StartupType=none
- Name=ksuperkey
- Type=Service
diff --git a/kde-misc/ksuperkey/ksuperkey-99999.ebuild b/kde-misc/ksuperkey/ksuperkey-99999.ebuild
deleted file mode 100644
index f7e7ad42..00000000
--- a/kde-misc/ksuperkey/ksuperkey-99999.ebuild
+++ /dev/null
@@ -1,37 +0,0 @@
-# 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
-}