commit: 66609d476cc03a5dd1c0132b9411335614e00f92
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Tue May 21 23:34:51 2019 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Tue May 21 23:34:51 2019 +0000
URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=66609d47
kde-apps/dolphin: Add 'Share' context menu info to pkg_postinst
Package-Manager: Portage-2.3.66, Repoman-2.3.12
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
kde-apps/dolphin/dolphin-19.04.49.9999.ebuild | 3 +++
kde-apps/dolphin/dolphin-9999.ebuild | 3 +++
2 files changed, 6 insertions(+)
diff --git a/kde-apps/dolphin/dolphin-19.04.49.9999.ebuild
b/kde-apps/dolphin/dolphin-19.04.49.9999.ebuild
index 3c7c2feb6a..54109fa89b 100644
--- a/kde-apps/dolphin/dolphin-19.04.49.9999.ebuild
+++ b/kde-apps/dolphin/dolphin-19.04.49.9999.ebuild
@@ -78,5 +78,8 @@ pkg_postinst() {
has_version "kde-apps/kleopatra:${SLOT}" || \
elog "For crypto actions install
kde-apps/kleopatra:${SLOT}"
+
+ has_version "kde-frameworks/purpose:${SLOT}" || \
+ elog "For 'Share' context menu actions install
kde-frameworks/purpose:${SLOT}"
fi
}
diff --git a/kde-apps/dolphin/dolphin-9999.ebuild
b/kde-apps/dolphin/dolphin-9999.ebuild
index 3c7c2feb6a..54109fa89b 100644
--- a/kde-apps/dolphin/dolphin-9999.ebuild
+++ b/kde-apps/dolphin/dolphin-9999.ebuild
@@ -78,5 +78,8 @@ pkg_postinst() {
has_version "kde-apps/kleopatra:${SLOT}" || \
elog "For crypto actions install
kde-apps/kleopatra:${SLOT}"
+
+ has_version "kde-frameworks/purpose:${SLOT}" || \
+ elog "For 'Share' context menu actions install
kde-frameworks/purpose:${SLOT}"
fi
}