Gentoo Archives: gentoo-commits

From: Michael Palimaka <kensington@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: kde-apps/dolphin/files/, kde-apps/dolphin/
Date: Thu, 27 Aug 2015 11:09:56
Message-Id: 1440673768.e1543c0d8a58ebfae1f2f98439cb51acf10b335e.kensington@gentoo
1 commit: e1543c0d8a58ebfae1f2f98439cb51acf10b335e
2 Author: Michael Palimaka <kensington <AT> gentoo <DOT> org>
3 AuthorDate: Thu Aug 27 11:09:28 2015 +0000
4 Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org>
5 CommitDate: Thu Aug 27 11:09:28 2015 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e1543c0d
7
8 kde-apps/dolphin: Version bump 15.08.0
9
10 Package-Manager: portage-2.2.20.1
11
12 kde-apps/dolphin/Manifest | 1 +
13 kde-apps/dolphin/dolphin-15.08.0.ebuild | 87 +++++++++++++++++++++++
14 kde-apps/dolphin/files/dolphin-15.08.0-deps.patch | 48 +++++++++++++
15 3 files changed, 136 insertions(+)
16
17 diff --git a/kde-apps/dolphin/Manifest b/kde-apps/dolphin/Manifest
18 index f17829a..08f6847 100644
19 --- a/kde-apps/dolphin/Manifest
20 +++ b/kde-apps/dolphin/Manifest
21 @@ -1 +1,2 @@
22 +DIST dolphin-15.08.0.tar.xz 656524 SHA256 7ac16d7150b7c5e1d6350cf679981d675c995303a7f68eab1290763d3fd35ad9 SHA512 485f5a888ef5f68014c9c33b8a0f63a0d9b20a65098b026714b1b7cf831751bf382430296ef43861d4259bb73f84251353855c60ca096acdb384d1947e8fed57 WHIRLPOOL 3a207189700c11287b2286b5dc017beea4040279849079b5d86a9ce7464023d19d6ba55818ce0a11f609242f01f19a2936ec626a211352944f848dd8646a224c
23 DIST kde-baseapps-4.14.3.tar.xz 2548152 SHA256 125baf42a7ab8c255b5829d12837f54c1791498f79593a9b09a9e55344ade6db SHA512 d422c1ee5cd2e1dc15b5baa2199bb85441196bc3048b9bfa443f898c3a1cfbc7f66087edf016fb594b9e48340517beef54b4429b4fde664374e75486c7cb0f9e WHIRLPOOL b22a98d140bb66ea47aeb5607e606c7a531c82787e27204f5eabb7d29d763b2bfe1456d85242d3e05e7ab4d2366fc622ef1cc624dd1954e276fb36c49840998a
24
25 diff --git a/kde-apps/dolphin/dolphin-15.08.0.ebuild b/kde-apps/dolphin/dolphin-15.08.0.ebuild
26 new file mode 100644
27 index 0000000..2c5f46b
28 --- /dev/null
29 +++ b/kde-apps/dolphin/dolphin-15.08.0.ebuild
30 @@ -0,0 +1,87 @@
31 +# Copyright 1999-2015 Gentoo Foundation
32 +# Distributed under the terms of the GNU General Public License v2
33 +# $Id$
34 +
35 +EAPI=5
36 +
37 +KDE_HANDBOOK="true"
38 +KDE_PUNT_BOGUS_DEPS="true"
39 +KDE_TEST="true"
40 +VIRTUALX_REQUIRED="test"
41 +inherit kde5
42 +
43 +DESCRIPTION="Plasma filemanager focusing on usability"
44 +HOMEPAGE="https://dolphin.kde.org https://www.kde.org/applications/system/dolphin"
45 +KEYWORDS="~amd64 ~x86"
46 +IUSE="semantic-desktop thumbnail"
47 +
48 +DEPEND="
49 + $(add_frameworks_dep kbookmarks)
50 + $(add_frameworks_dep kcmutils)
51 + $(add_frameworks_dep kcodecs)
52 + $(add_frameworks_dep kcompletion)
53 + $(add_frameworks_dep kconfig)
54 + $(add_frameworks_dep kconfigwidgets)
55 + $(add_frameworks_dep kcoreaddons)
56 + $(add_frameworks_dep kdbusaddons)
57 + $(add_frameworks_dep ki18n)
58 + $(add_frameworks_dep kiconthemes)
59 + $(add_frameworks_dep kinit)
60 + $(add_frameworks_dep kio)
61 + $(add_frameworks_dep kitemviews)
62 + $(add_frameworks_dep kjobwidgets)
63 + $(add_frameworks_dep knewstuff)
64 + $(add_frameworks_dep knotifications)
65 + $(add_frameworks_dep kparts)
66 + $(add_frameworks_dep kservice)
67 + $(add_frameworks_dep ktextwidgets)
68 + $(add_frameworks_dep kwidgetsaddons)
69 + $(add_frameworks_dep kwindowsystem)
70 + $(add_frameworks_dep kxmlgui)
71 + $(add_frameworks_dep solid)
72 + dev-qt/qtconcurrent:5
73 + dev-qt/qtdbus:5
74 + dev-qt/qtgui:5
75 + dev-qt/qtwidgets:5
76 + dev-qt/qtxml:5
77 + media-libs/phonon[qt5]
78 + semantic-desktop? (
79 + $(add_frameworks_dep baloo)
80 + $(add_frameworks_dep kfilemetadata)
81 + $(add_kdeapps_dep baloo-widgets)
82 + )
83 + !semantic-desktop? (
84 + $(add_frameworks_dep kdelibs4support)
85 + )
86 +"
87 +RDEPEND="${DEPEND}
88 + $(add_kdeapps_dep kio-extras)
89 + thumbnail? (
90 + $(add_kdeapps_dep ffmpegthumbs '' 5.9999)
91 + $(add_kdeapps_dep thumbnailers '' 5.9999)
92 + )
93 +"
94 +
95 +RESTRICT="test"
96 +
97 +PATCHES=( "${FILESDIR}/${PN}-15.08.0-deps.patch" )
98 +
99 +src_configure() {
100 + local mycmakeargs=(
101 + $(cmake-utils_use_with semantic-desktop KF5Baloo)
102 + $(cmake-utils_use_with semantic-desktop KF5BalooWidgets)
103 + $(cmake-utils_use_with semantic-desktop KF5FileMetaData)
104 + )
105 +
106 + kde5_src_configure
107 +}
108 +
109 +pkg_postinst() {
110 + kde5_pkg_postinst
111 +
112 + if ( ! has_version kde-apps/ark:${SLOT} || ! has_version kde-apps/libkonq:${SLOT} ); then
113 + echo
114 + elog "For compress/extract actions, please install kde-apps/ark:${SLOT} and kde-apps/libkonq:${SLOT}"
115 + echo
116 + fi
117 +}
118
119 diff --git a/kde-apps/dolphin/files/dolphin-15.08.0-deps.patch b/kde-apps/dolphin/files/dolphin-15.08.0-deps.patch
120 new file mode 100644
121 index 0000000..43ae391
122 --- /dev/null
123 +++ b/kde-apps/dolphin/files/dolphin-15.08.0-deps.patch
124 @@ -0,0 +1,48 @@
125 +From 4c0d110b2d36153a564602223b4dd3e04b1f4158 Mon Sep 17 00:00:00 2001
126 +From: Michael Palimaka <kensington@g.o>
127 +Date: Wed, 26 Aug 2015 22:53:44 +1000
128 +Subject: [PATCH] Update dependencies.
129 +
130 +It appears that KF5TextEditor was added for KTextEdit, but that is actually
131 +provided by KF5TextWidgets. It's then necessary to explicitly link to KF5Parts
132 +(it was previously brought in implicitly by KF5TextEditor).
133 +
134 +REVIEW: 124932
135 +---
136 + CMakeLists.txt | 2 +-
137 + src/CMakeLists.txt | 3 ++-
138 + 2 files changed, 3 insertions(+), 2 deletions(-)
139 +
140 +diff --git a/CMakeLists.txt b/CMakeLists.txt
141 +index b56fd7a..a5580e9 100644
142 +--- a/CMakeLists.txt
143 ++++ b/CMakeLists.txt
144 +@@ -62,7 +62,7 @@ find_package(KF5 ${KF5_MIN_VERSION} REQUIRED COMPONENTS
145 + Solid
146 + IconThemes
147 + Completion
148 +- TextEditor
149 ++ TextWidgets
150 + WindowSystem
151 + Notifications
152 + )
153 +diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt
154 +index 2a5e5a6..9689923 100644
155 +--- a/src/CMakeLists.txt
156 ++++ b/src/CMakeLists.txt
157 +@@ -143,10 +143,11 @@ target_link_libraries(
158 + KF5::KIOWidgets
159 + KF5::KIOFileWidgets
160 + KF5::Completion
161 +- KF5::TextEditor
162 ++ KF5::TextWidgets
163 + KF5::WindowSystem
164 + KF5::ConfigCore
165 + KF5::NewStuff
166 ++ KF5::Parts
167 + )
168 +
169 + if(HAVE_BALOO)
170 +--
171 +2.4.6
172 +