commit: 97b695d911232edd0f59eeef08c63911d9ca07bb Author: Andreas Sturmlechner <andreas.sturmlechner <AT> gmail <DOT> com> AuthorDate: Thu Dec 31 21:38:56 2015 +0000 Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org> CommitDate: Wed Jan 13 15:03:43 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=97b695d9
kde-plasma/khotkeys: Remove printscreen.khotkeys from 5.4.3 Upstream removed the file in >=5.5.0 because spectacle ships its own. An updated ksnapshot was released to do the same. To avoid a situation where one ksnapshot is compatible with <5.5.0, the other with >=5.5.0, remove it here too. As a side-effect, spectacle hotkeys will work in 5.4.3 as well. https://mail.kde.org/pipermail/kde-distro-packagers/2015-November/000107.html Package-Manager: portage-2.2.24 kde-plasma/khotkeys/khotkeys-5.4.3-r1.ebuild | 51 ++++++++++++++++++++++++++++ 1 file changed, 51 insertions(+) diff --git a/kde-plasma/khotkeys/khotkeys-5.4.3-r1.ebuild b/kde-plasma/khotkeys/khotkeys-5.4.3-r1.ebuild new file mode 100644 index 0000000..967b375 --- /dev/null +++ b/kde-plasma/khotkeys/khotkeys-5.4.3-r1.ebuild @@ -0,0 +1,51 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 + +KDE_HANDBOOK="true" +inherit kde5 + +DESCRIPTION="KDE workspace hotkey module" +KEYWORDS=" ~amd64 ~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) + dev-qt/qtdbus:5 + dev-qt/qtgui:5 + dev-qt/qtwidgets:5 + dev-qt/qtx11extras:5 + x11-libs/libX11 +" +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 +" + +src_install() { + kde5_src_install + rm "${ED}"usr/share/khotkeys/printscreen.khotkeys || die +}
