commit: 1692538e81c03e4c319895c3a7da13b30ab75d6c
Author: Andreas Sturmlechner <andreas.sturmlechner <AT> gmail <DOT> com>
AuthorDate: Sun Dec 20 23:47:00 2015 +0000
Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Tue Dec 22 16:06:06 2015 +0000
URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=1692538e
kde-apps/dolphin: Update postinst message wrt KF 5.17
Package-Manager: portage-2.2.26
kde-apps/dolphin/dolphin-15.12.0.ebuild | 5 +++--
kde-apps/dolphin/dolphin-15.12.49.9999.ebuild | 5 +++--
kde-apps/dolphin/dolphin-9999.ebuild | 5 +++--
3 files changed, 9 insertions(+), 6 deletions(-)
diff --git a/kde-apps/dolphin/dolphin-15.12.0.ebuild
b/kde-apps/dolphin/dolphin-15.12.0.ebuild
index a3482e6..d957356 100644
--- a/kde-apps/dolphin/dolphin-15.12.0.ebuild
+++ b/kde-apps/dolphin/dolphin-15.12.0.ebuild
@@ -78,9 +78,10 @@ src_configure() {
pkg_postinst() {
kde5_pkg_postinst
- if ( ! has_version kde-apps/ark:${SLOT} || ! has_version
kde-apps/libkonq:${SLOT} ); then
+ if ( ! has_version "kde-apps/ark:${SLOT}" || has_version
"<kde-frameworks/kio-5.17.0" ); then
echo
- elog "For compress/extract actions, please install
kde-apps/ark:${SLOT} and kde-apps/libkonq:${SLOT}"
+ elog "For compress/extract and other actions, please install"
+ elog "kde-apps/ark:${SLOT} and >=kde-frameworks/kio-5.17.0"
echo
fi
}
diff --git a/kde-apps/dolphin/dolphin-15.12.49.9999.ebuild
b/kde-apps/dolphin/dolphin-15.12.49.9999.ebuild
index f6cc2b0..a85ed42 100644
--- a/kde-apps/dolphin/dolphin-15.12.49.9999.ebuild
+++ b/kde-apps/dolphin/dolphin-15.12.49.9999.ebuild
@@ -78,9 +78,10 @@ src_configure() {
pkg_postinst() {
kde5_pkg_postinst
- if ( ! has_version kde-apps/ark:${SLOT} || ! has_version
kde-apps/libkonq:${SLOT} ); then
+ if ( ! has_version "kde-apps/ark:${SLOT}" || has_version
"<kde-frameworks/kio-5.17.0" ); then
echo
- elog "For compress/extract actions, please install
kde-apps/ark:${SLOT} and kde-apps/libkonq:${SLOT}"
+ elog "For compress/extract and other actions, please install"
+ elog "kde-apps/ark:${SLOT} and >=kde-frameworks/kio-5.17.0"
echo
fi
}
diff --git a/kde-apps/dolphin/dolphin-9999.ebuild
b/kde-apps/dolphin/dolphin-9999.ebuild
index f6cc2b0..a85ed42 100644
--- a/kde-apps/dolphin/dolphin-9999.ebuild
+++ b/kde-apps/dolphin/dolphin-9999.ebuild
@@ -78,9 +78,10 @@ src_configure() {
pkg_postinst() {
kde5_pkg_postinst
- if ( ! has_version kde-apps/ark:${SLOT} || ! has_version
kde-apps/libkonq:${SLOT} ); then
+ if ( ! has_version "kde-apps/ark:${SLOT}" || has_version
"<kde-frameworks/kio-5.17.0" ); then
echo
- elog "For compress/extract actions, please install
kde-apps/ark:${SLOT} and kde-apps/libkonq:${SLOT}"
+ elog "For compress/extract and other actions, please install"
+ elog "kde-apps/ark:${SLOT} and >=kde-frameworks/kio-5.17.0"
echo
fi
}