commit: 299c34969d2f90a066c455548ee1f692a0207bef
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Mon Feb 6 00:39:25 2017 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Mon Feb 6 00:39:25 2017 +0000
URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=299c3496
kde-apps/dolphin: Fix DEPENDs, raise FRAMEWORKS_MINIMAL to 5.31.0
Upstream commits:
230fe13d1fccf8c2ab09c0873c1cc4c733cfc3b4
62b7f9228a4dd06c6ece81df3dbfe07b077dcb7e
Package-Manager: portage-2.3.3
kde-apps/dolphin/dolphin-9999.ebuild | 6 +-----
1 file changed, 1 insertion(+), 5 deletions(-)
diff --git a/kde-apps/dolphin/dolphin-9999.ebuild
b/kde-apps/dolphin/dolphin-9999.ebuild
index a5332f9..e92465e 100644
--- a/kde-apps/dolphin/dolphin-9999.ebuild
+++ b/kde-apps/dolphin/dolphin-9999.ebuild
@@ -4,6 +4,7 @@
EAPI=6
+FRAMEWORKS_MINIMAL="5.30.0"
KDE_HANDBOOK="forceoptional"
KDE_TEST="true"
VIRTUALX_REQUIRED="test"
@@ -36,7 +37,6 @@ DEPEND="
$(add_frameworks_dep kservice)
$(add_frameworks_dep ktextwidgets)
$(add_frameworks_dep kwidgetsaddons)
- $(add_frameworks_dep kwindowsystem)
$(add_frameworks_dep kxmlgui)
$(add_frameworks_dep solid)
$(add_qt_dep qtconcurrent)
@@ -78,14 +78,10 @@ pkg_postinst() {
kde5_pkg_postinst
if ! has_version "kde-apps/ark:${SLOT}" ; then
- echo
elog "For compress/extract and other actions, please install
kde-apps/ark:${SLOT}"
- echo
fi
if ! has_version "kde-apps/kleopatra:${SLOT}" ; then
- echo
elog "For crypto actions, please install
kde-apps/kleopatra:${SLOT}"
- echo
fi
}