diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2018-02-21 10:16:57 +0100 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2018-02-21 10:17:19 +0100 |
commit | 8a2722d8a2b0af505d50bea65d62b9a0260d1ee4 (patch) | |
tree | a27dee4736cdf368ab73ff0365609931741ec6fd /kde-plasma/khotkeys | |
parent | app-emulation/lxd: amd64 stable wrt bug #647498 (diff) | |
download | gentoo-8a2722d8a2b0af505d50bea65d62b9a0260d1ee4.tar.gz gentoo-8a2722d8a2b0af505d50bea65d62b9a0260d1ee4.tar.bz2 gentoo-8a2722d8a2b0af505d50bea65d62b9a0260d1ee4.zip |
kde-plasma: Add KDE Plasma 5.12.2
Package-Manager: Portage-2.3.19, Repoman-2.3.6
Diffstat (limited to 'kde-plasma/khotkeys')
-rw-r--r-- | kde-plasma/khotkeys/Manifest | 1 | ||||
-rw-r--r-- | kde-plasma/khotkeys/khotkeys-5.12.2.ebuild | 46 |
2 files changed, 47 insertions, 0 deletions
diff --git a/kde-plasma/khotkeys/Manifest b/kde-plasma/khotkeys/Manifest index 3df0f4e7167b..65db4de9af57 100644 --- a/kde-plasma/khotkeys/Manifest +++ b/kde-plasma/khotkeys/Manifest @@ -1,2 +1,3 @@ DIST khotkeys-5.11.5.tar.xz 1071588 BLAKE2B ded5b2936068cc0a540ed6ec6f0229c62babefc8038db76578180625f04214dd98d3c06da7ee3d4b8a7d7286319039c2fa8c1fb5107f595cfaeb2109a9677c25 SHA512 fbbe09514cba58749945fc310b67e4ee716a49c38e602087c26e9c531334e0d1483a388778ef013678f7705ef575d18d403d922d83058d6025eedff0420693a3 DIST khotkeys-5.12.1.tar.xz 1058416 BLAKE2B 893cd9ab6a8d3e94e1073fadfe34ba6b94e80ed2a73066adeb926b48d8cd8497540695849a9286dec244038e6faefa494e1a07804d71f39ff6d9ff182e8d9e66 SHA512 308d915f13178211a446ada86498fc4a9c37b2905bec3d8da722ec0dab03e0ee7f4ec5c38ed86da472ddc35f3644ad989fff786a730ec1f216e67c8e136cafc1 +DIST khotkeys-5.12.2.tar.xz 1058520 BLAKE2B c0a5e32865bf7c3f578ef08fee21787fb87b13f967bf7d3f42342cf74b4e269faf5318369f46fb35548ea1da72a5d2b33c4f907b16e0d35fa6abb06a96851099 SHA512 538e1b9529c7fca6fd6bf9ea012b86a06fa42077b87246a50519c68ddb3d409163c7058530251eb8afad44a02930d502ce37c9993fed39f01b29675dba667a1d diff --git a/kde-plasma/khotkeys/khotkeys-5.12.2.ebuild b/kde-plasma/khotkeys/khotkeys-5.12.2.ebuild new file mode 100644 index 000000000000..60f38c3c3a35 --- /dev/null +++ b/kde-plasma/khotkeys/khotkeys-5.12.2.ebuild @@ -0,0 +1,46 @@ +# Copyright 1999-2018 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +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-plasma/khotkeys:4 + !kde-plasma/systemsettings:4 +" +DEPEND="${COMMON_DEPEND} + x11-libs/libxcb + x11-libs/libXtst + x11-proto/xproto +" |