+++ /dev/null
-From 80f22fe6825ac090ec259e31114371640261240d Mon Sep 17 00:00:00 2001
-From: Heiko Becker <heirecka@exherbo.org>
-Date: Thu, 20 Jun 2019 13:59:08 +0200
-Subject: Add DesktopEntry to notifyrc
-
-Summary:
-This allows the notification KCM, that comes with Plasma 5.16, to
-identify RSIBreak as an application.
-
-Test Plan: Shows up under applications, not under system services.
-
-Reviewers: aacid
-
-Differential Revision: https://phabricator.kde.org/D21994
----
- src/rsibreak.notifyrc | 1 +
- 1 file changed, 1 insertion(+)
-
-diff --git a/src/rsibreak.notifyrc b/src/rsibreak.notifyrc
-index 0067fa7..c82a4ab 100644
---- a/src/rsibreak.notifyrc
-+++ b/src/rsibreak.notifyrc
-@@ -1,5 +1,6 @@
- [Global]
- IconName=rsibreak
-+DesktopEntry=org.kde.rsibreak
- Comment=RSIBreak
- Comment[bg]=RSIBreak
- Comment[ca]=RSIBreak
---
-cgit v1.1
+++ /dev/null
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-KDE_HANDBOOK="forceoptional"
-VIRTUALX_REQUIRED="test"
-inherit kde5
-
-DESCRIPTION="Small utility which bothers you at certain intervals"
-HOMEPAGE="https://userbase.kde.org/RSIBreak"
-if [[ ${KDE_BUILD_TYPE} = release ]]; then
- SRC_URI="mirror://kde/stable/${PN}/$(ver_cut 1-2)/${P}.tar.xz"
-fi
-
-LICENSE="GPL-2+ handbook? ( FDL-1.2 )"
-KEYWORDS="amd64 x86"
-IUSE=""
-
-BDEPEND="sys-devel/gettext"
-DEPEND="
- $(add_frameworks_dep kconfig)
- $(add_frameworks_dep kconfigwidgets)
- $(add_frameworks_dep kcoreaddons)
- $(add_frameworks_dep kcrash)
- $(add_frameworks_dep kdbusaddons)
- $(add_frameworks_dep ki18n)
- $(add_frameworks_dep kiconthemes)
- $(add_frameworks_dep kidletime)
- $(add_frameworks_dep knotifications)
- $(add_frameworks_dep knotifyconfig)
- $(add_frameworks_dep ktextwidgets)
- $(add_frameworks_dep kwidgetsaddons)
- $(add_frameworks_dep kwindowsystem)
- $(add_frameworks_dep kxmlgui)
- $(add_qt_dep qtdbus)
- $(add_qt_dep qtgui)
- $(add_qt_dep qtwidgets)
-"
-# bug 587170 for frameworkintegration
-RDEPEND="${DEPEND}
- $(add_frameworks_dep frameworkintegration)
-"
-
-PATCHES=( "${FILESDIR}/${P}-desktopentry.patch" )