Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/kde:master commit in: kde-apps/dolphin/
Date: Tue, 21 May 2019 23:56:06
Message-Id: 1558481691.66609d476cc03a5dd1c0132b9411335614e00f92.asturm@gentoo
1 commit: 66609d476cc03a5dd1c0132b9411335614e00f92
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Tue May 21 23:34:51 2019 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Tue May 21 23:34:51 2019 +0000
6 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=66609d47
7
8 kde-apps/dolphin: Add 'Share' context menu info to pkg_postinst
9
10 Package-Manager: Portage-2.3.66, Repoman-2.3.12
11 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
12
13 kde-apps/dolphin/dolphin-19.04.49.9999.ebuild | 3 +++
14 kde-apps/dolphin/dolphin-9999.ebuild | 3 +++
15 2 files changed, 6 insertions(+)
16
17 diff --git a/kde-apps/dolphin/dolphin-19.04.49.9999.ebuild b/kde-apps/dolphin/dolphin-19.04.49.9999.ebuild
18 index 3c7c2feb6a..54109fa89b 100644
19 --- a/kde-apps/dolphin/dolphin-19.04.49.9999.ebuild
20 +++ b/kde-apps/dolphin/dolphin-19.04.49.9999.ebuild
21 @@ -78,5 +78,8 @@ pkg_postinst() {
22
23 has_version "kde-apps/kleopatra:${SLOT}" || \
24 elog "For crypto actions install kde-apps/kleopatra:${SLOT}"
25 +
26 + has_version "kde-frameworks/purpose:${SLOT}" || \
27 + elog "For 'Share' context menu actions install kde-frameworks/purpose:${SLOT}"
28 fi
29 }
30
31 diff --git a/kde-apps/dolphin/dolphin-9999.ebuild b/kde-apps/dolphin/dolphin-9999.ebuild
32 index 3c7c2feb6a..54109fa89b 100644
33 --- a/kde-apps/dolphin/dolphin-9999.ebuild
34 +++ b/kde-apps/dolphin/dolphin-9999.ebuild
35 @@ -78,5 +78,8 @@ pkg_postinst() {
36
37 has_version "kde-apps/kleopatra:${SLOT}" || \
38 elog "For crypto actions install kde-apps/kleopatra:${SLOT}"
39 +
40 + has_version "kde-frameworks/purpose:${SLOT}" || \
41 + elog "For 'Share' context menu actions install kde-frameworks/purpose:${SLOT}"
42 fi
43 }