diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2018-02-13 19:57:55 +0100 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2018-02-13 20:43:12 +0100 |
commit | d4fe789db1d07b9069fafd3728f09cfc325800d6 (patch) | |
tree | caf29d096849a0b777c8c3a2383fc0666c6d11eb /kde-plasma/khotkeys | |
parent | kde-frameworks/kholidays: Restore accidentally lost ~arm,~arm64 keywords (diff) | |
download | gentoo-d4fe789db1d07b9069fafd3728f09cfc325800d6.tar.gz gentoo-d4fe789db1d07b9069fafd3728f09cfc325800d6.tar.bz2 gentoo-d4fe789db1d07b9069fafd3728f09cfc325800d6.zip |
kde-plasma: Add KDE Plasma 5.12.1
Package-Manager: Portage-2.3.24, 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.1.ebuild | 46 |
2 files changed, 47 insertions, 0 deletions
diff --git a/kde-plasma/khotkeys/Manifest b/kde-plasma/khotkeys/Manifest index d190bd25874f..253c70f75d2e 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.0.tar.xz 1057424 BLAKE2B 859d21c13460f1c1ecb0b89318e7ab7892e86f64ccbacd34bd3cb57c17c94772bb89373dd773fee1342bbb52372f52fdee47d69f38a446c14c45b639a23a672b SHA512 b84aaa2733d79bb0d358f5e171737ba71a52f34275a8e9560d4cc982ccf9ff9b42b5aee398dac7ad2ba1c7866c9ccef127c3541e1cef330e8536e90ef21f32a1 +DIST khotkeys-5.12.1.tar.xz 1058416 BLAKE2B 893cd9ab6a8d3e94e1073fadfe34ba6b94e80ed2a73066adeb926b48d8cd8497540695849a9286dec244038e6faefa494e1a07804d71f39ff6d9ff182e8d9e66 SHA512 308d915f13178211a446ada86498fc4a9c37b2905bec3d8da722ec0dab03e0ee7f4ec5c38ed86da472ddc35f3644ad989fff786a730ec1f216e67c8e136cafc1 diff --git a/kde-plasma/khotkeys/khotkeys-5.12.1.ebuild b/kde-plasma/khotkeys/khotkeys-5.12.1.ebuild new file mode 100644 index 000000000000..60f38c3c3a35 --- /dev/null +++ b/kde-plasma/khotkeys/khotkeys-5.12.1.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 +" |