Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: kde-misc/rsibreak/, kde-misc/rsibreak/files/
Date: Sat, 22 Jun 2019 16:08:33
Message-Id: 1561219617.0bfa9822e76d07ebbea5e811024acae92068f2ea.asturm@gentoo
1 commit: 0bfa9822e76d07ebbea5e811024acae92068f2ea
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Sat Jun 22 16:02:27 2019 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Sat Jun 22 16:06:57 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0bfa9822
7
8 kde-misc/rsibreak: Add support for Plasma 5.16 notifications
9
10 Package-Manager: Portage-2.3.67, Repoman-2.3.15
11 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
12
13 .../files/rsibreak-0.12.10-desktopentry.patch | 31 ++++++++++++++++++++++
14 ...k-0.12.10.ebuild => rsibreak-0.12.10-r1.ebuild} | 2 ++
15 2 files changed, 33 insertions(+)
16
17 diff --git a/kde-misc/rsibreak/files/rsibreak-0.12.10-desktopentry.patch b/kde-misc/rsibreak/files/rsibreak-0.12.10-desktopentry.patch
18 new file mode 100644
19 index 00000000000..7d552f92f98
20 --- /dev/null
21 +++ b/kde-misc/rsibreak/files/rsibreak-0.12.10-desktopentry.patch
22 @@ -0,0 +1,31 @@
23 +From 80f22fe6825ac090ec259e31114371640261240d Mon Sep 17 00:00:00 2001
24 +From: Heiko Becker <heirecka@×××××××.org>
25 +Date: Thu, 20 Jun 2019 13:59:08 +0200
26 +Subject: Add DesktopEntry to notifyrc
27 +
28 +Summary:
29 +This allows the notification KCM, that comes with Plasma 5.16, to
30 +identify RSIBreak as an application.
31 +
32 +Test Plan: Shows up under applications, not under system services.
33 +
34 +Reviewers: aacid
35 +
36 +Differential Revision: https://phabricator.kde.org/D21994
37 +---
38 + src/rsibreak.notifyrc | 1 +
39 + 1 file changed, 1 insertion(+)
40 +
41 +diff --git a/src/rsibreak.notifyrc b/src/rsibreak.notifyrc
42 +index 0067fa7..c82a4ab 100644
43 +--- a/src/rsibreak.notifyrc
44 ++++ b/src/rsibreak.notifyrc
45 +@@ -1,5 +1,6 @@
46 + [Global]
47 + IconName=rsibreak
48 ++DesktopEntry=org.kde.rsibreak
49 + Comment=RSIBreak
50 + Comment[bg]=RSIBreak
51 + Comment[ca]=RSIBreak
52 +--
53 +cgit v1.1
54
55 diff --git a/kde-misc/rsibreak/rsibreak-0.12.10.ebuild b/kde-misc/rsibreak/rsibreak-0.12.10-r1.ebuild
56 similarity index 95%
57 rename from kde-misc/rsibreak/rsibreak-0.12.10.ebuild
58 rename to kde-misc/rsibreak/rsibreak-0.12.10-r1.ebuild
59 index db6c4817908..b65ba4d4125 100644
60 --- a/kde-misc/rsibreak/rsibreak-0.12.10.ebuild
61 +++ b/kde-misc/rsibreak/rsibreak-0.12.10-r1.ebuild
62 @@ -41,3 +41,5 @@ DEPEND="
63 RDEPEND="${DEPEND}
64 $(add_frameworks_dep frameworkintegration)
65 "
66 +
67 +PATCHES=( "${FILESDIR}/${P}-desktopentry.patch" )