summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Palimaka <kensington@gentoo.org>2016-09-16 02:34:51 +1000
committerMichael Palimaka <kensington@gentoo.org>2016-09-16 02:38:12 +1000
commit302213950f22c276e34bf81d516fd464228938cc (patch)
tree0d4a0c8794730302347449001e0cea49e2e7654e
parent4c2b93129381a94d61438b3bc1d1fa27f610650d (diff)
downloadkde-302213950f22c276e34bf81d516fd464228938cc.tar.gz
kde-302213950f22c276e34bf81d516fd464228938cc.tar.bz2
kde-302213950f22c276e34bf81d516fd464228938cc.zip
kde-plasma/khotkeys: version bump 5.7.95
kde-plasma/khotkeys-5.7.95 was accidentally missed in the earlier bump as it was missing from the kde-plasma-5.8 set (which was based on kde-plasma-live where it was removed due to being removed in Plasma 5.9). Package-Manager: portage-2.3.0
-rw-r--r--kde-plasma/khotkeys/Manifest1
-rw-r--r--kde-plasma/khotkeys/khotkeys-5.7.95.ebuild47
2 files changed, 48 insertions, 0 deletions
diff --git a/kde-plasma/khotkeys/Manifest b/kde-plasma/khotkeys/Manifest
new file mode 100644
index 00000000000..3cf6a42b3c9
--- /dev/null
+++ b/kde-plasma/khotkeys/Manifest
@@ -0,0 +1 @@
+DIST khotkeys-5.7.95.tar.xz 604776 SHA256 d0ec21569ca39c9617e2a5f358acee57773ca6476d3d39390557040515a77f66 SHA512 38f00b821241fbea244946dada12e87cdda6404176e0743cff456796059e40a8314a5150a49eca160496d079ccd91904d2ca980e8d37bff68b01123c529ee056 WHIRLPOOL 434aecc071fda2dbf96e534564a69cbd118b03a15c4d9a0b65cc6ed07580eb60e36d5423071781e35808dd2fb90a8b78cceecadf16dc6b8814fa4a3846dbe9b3
diff --git a/kde-plasma/khotkeys/khotkeys-5.7.95.ebuild b/kde-plasma/khotkeys/khotkeys-5.7.95.ebuild
new file mode 100644
index 00000000000..6d2e8920810
--- /dev/null
+++ b/kde-plasma/khotkeys/khotkeys-5.7.95.ebuild
@@ -0,0 +1,47 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+KDE_HANDBOOK="true"
+inherit kde5
+
+DESCRIPTION="KDE Plasma workspace hotkey module"
+KEYWORDS="~amd64 ~arm ~x86"
+IUSE=""
+
+COMMON_DEPEND="
+ $(add_frameworks_dep kcompletion)
+ $(add_frameworks_dep kconfig)
+ $(add_frameworks_dep kconfigwidgets)
+ $(add_frameworks_dep kcoreaddons)
+ $(add_frameworks_dep kdbusaddons)
+ $(add_frameworks_dep kdelibs4support X)
+ $(add_frameworks_dep kglobalaccel)
+ $(add_frameworks_dep ki18n)
+ $(add_frameworks_dep kio)
+ $(add_frameworks_dep kservice)
+ $(add_frameworks_dep ktextwidgets)
+ $(add_frameworks_dep kwidgetsaddons)
+ $(add_frameworks_dep kwindowsystem)
+ $(add_frameworks_dep kxmlgui)
+ $(add_plasma_dep plasma-workspace)
+ $(add_qt_dep qtdbus)
+ $(add_qt_dep qtgui)
+ $(add_qt_dep qtwidgets)
+ $(add_qt_dep qtx11extras)
+ x11-libs/libX11
+ x11-libs/libXtst
+"
+RDEPEND="${COMMON_DEPEND}
+ $(add_frameworks_dep kded)
+ $(add_plasma_dep kde-cli-tools)
+ !kde-base/khotkeys:4
+ !kde-base/systemsettings:4
+"
+DEPEND="${COMMON_DEPEND}
+ x11-libs/libxcb
+ x11-libs/libXtst
+ x11-proto/xproto
+"