diff options
author | Andreas Sturmlechner <andreas.sturmlechner@gmail.com> | 2015-12-31 22:38:56 +0100 |
---|---|---|
committer | Michael Palimaka <kensington@gentoo.org> | 2016-01-14 02:03:43 +1100 |
commit | 97b695d911232edd0f59eeef08c63911d9ca07bb (patch) | |
tree | f17428822057f63acb852e8065052ce80507ab93 /kde-plasma/khotkeys | |
parent | sci-mathematics/{agda,agda-stdlib}: version bump (diff) | |
download | gentoo-97b695d911232edd0f59eeef08c63911d9ca07bb.tar.gz gentoo-97b695d911232edd0f59eeef08c63911d9ca07bb.tar.bz2 gentoo-97b695d911232edd0f59eeef08c63911d9ca07bb.zip |
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
Diffstat (limited to 'kde-plasma/khotkeys')
-rw-r--r-- | kde-plasma/khotkeys/khotkeys-5.4.3-r1.ebuild | 51 |
1 files changed, 51 insertions, 0 deletions
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 000000000000..967b3757f1c0 --- /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 +} |