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: Mon, 06 Feb 2017 00:45:27
Message-Id: 1486341565.299c34969d2f90a066c455548ee1f692a0207bef.asturm@gentoo
1 commit: 299c34969d2f90a066c455548ee1f692a0207bef
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Mon Feb 6 00:39:25 2017 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Mon Feb 6 00:39:25 2017 +0000
6 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=299c3496
7
8 kde-apps/dolphin: Fix DEPENDs, raise FRAMEWORKS_MINIMAL to 5.31.0
9
10 Upstream commits:
11 230fe13d1fccf8c2ab09c0873c1cc4c733cfc3b4
12 62b7f9228a4dd06c6ece81df3dbfe07b077dcb7e
13
14 Package-Manager: portage-2.3.3
15
16 kde-apps/dolphin/dolphin-9999.ebuild | 6 +-----
17 1 file changed, 1 insertion(+), 5 deletions(-)
18
19 diff --git a/kde-apps/dolphin/dolphin-9999.ebuild b/kde-apps/dolphin/dolphin-9999.ebuild
20 index a5332f9..e92465e 100644
21 --- a/kde-apps/dolphin/dolphin-9999.ebuild
22 +++ b/kde-apps/dolphin/dolphin-9999.ebuild
23 @@ -4,6 +4,7 @@
24
25 EAPI=6
26
27 +FRAMEWORKS_MINIMAL="5.30.0"
28 KDE_HANDBOOK="forceoptional"
29 KDE_TEST="true"
30 VIRTUALX_REQUIRED="test"
31 @@ -36,7 +37,6 @@ DEPEND="
32 $(add_frameworks_dep kservice)
33 $(add_frameworks_dep ktextwidgets)
34 $(add_frameworks_dep kwidgetsaddons)
35 - $(add_frameworks_dep kwindowsystem)
36 $(add_frameworks_dep kxmlgui)
37 $(add_frameworks_dep solid)
38 $(add_qt_dep qtconcurrent)
39 @@ -78,14 +78,10 @@ pkg_postinst() {
40 kde5_pkg_postinst
41
42 if ! has_version "kde-apps/ark:${SLOT}" ; then
43 - echo
44 elog "For compress/extract and other actions, please install kde-apps/ark:${SLOT}"
45 - echo
46 fi
47
48 if ! has_version "kde-apps/kleopatra:${SLOT}" ; then
49 - echo
50 elog "For crypto actions, please install kde-apps/kleopatra:${SLOT}"
51 - echo
52 fi
53 }