aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2017-02-06 01:39:25 +0100
committerAndreas Sturmlechner <asturm@gentoo.org>2017-02-06 01:39:25 +0100
commit299c34969d2f90a066c455548ee1f692a0207bef (patch)
treebad52495f8cc9c22c93fbfc8319afe51477b6a29
parentkde-apps/gwenview: Re-add pkg_postinst info about kipi-plugins,svgpart (diff)
downloadkde-299c3496.tar.gz
kde-299c3496.tar.bz2
kde-299c3496.zip
kde-apps/dolphin: Fix DEPENDs, raise FRAMEWORKS_MINIMAL to 5.31.0
Upstream commits: 230fe13d1fccf8c2ab09c0873c1cc4c733cfc3b4 62b7f9228a4dd06c6ece81df3dbfe07b077dcb7e Package-Manager: portage-2.3.3
-rw-r--r--kde-apps/dolphin/dolphin-9999.ebuild6
1 files changed, 1 insertions, 5 deletions
diff --git a/kde-apps/dolphin/dolphin-9999.ebuild b/kde-apps/dolphin/dolphin-9999.ebuild
index a5332f9d65..e92465e780 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
}