Skip to content

Commit

Permalink
kde-plasma/khotkeys: Remove printscreen.khotkeys from 5.4.3
Browse files Browse the repository at this point in the history
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
  • Loading branch information
a17r authored and kensington committed Jan 13, 2016
1 parent 209a2dd commit 97b695d
Showing 1 changed file with 51 additions and 0 deletions.
51 changes: 51 additions & 0 deletions kde-plasma/khotkeys/khotkeys-5.4.3-r1.ebuild
Original file line number Diff line number Diff line change
@@ -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
}

0 comments on commit 97b695d

Please sign in to comment.