Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-gfx/krita/files/, media-gfx/krita/
Date: Thu, 27 Jun 2019 17:21:29
Message-Id: 1561655883.01d6d2e44e75a77477ec077e76abfa078c1886c8.asturm@gentoo
1 commit: 01d6d2e44e75a77477ec077e76abfa078c1886c8
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Thu Jun 27 16:53:35 2019 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Thu Jun 27 17:18:03 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=01d6d2e4
7
8 media-gfx/krita: Drop 4.2.1
9
10 Package-Manager: Portage-2.3.67, Repoman-2.3.16
11 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
12
13 media-gfx/krita/Manifest | 1 -
14 .../krita/files/krita-4.2.0-tests-optional.patch | 324 ---------------------
15 media-gfx/krita/krita-4.2.1.ebuild | 118 --------
16 3 files changed, 443 deletions(-)
17
18 diff --git a/media-gfx/krita/Manifest b/media-gfx/krita/Manifest
19 index 2e2c22bf373..e5583f50a1c 100644
20 --- a/media-gfx/krita/Manifest
21 +++ b/media-gfx/krita/Manifest
22 @@ -1,3 +1,2 @@
23 DIST krita-4.1.8.tar.gz 244065767 BLAKE2B ba2cbb6d1575cec189e8f10461b720a081f185e1e078fc1e8194c9e6d455dade45f35f1ae5a891717918b3c03863a2a7f3f819753a106ede5695003cfa260157 SHA512 d027444415bffbd6abd29ca69598fdb1e6a652fd4f1944092ff12016a57ff2ee3bab209c93e065905ec9bfea395e50f833915bb924b97a2c119d101057cba6c9
24 -DIST krita-4.2.1.tar.gz 245929278 BLAKE2B 06544424bae7965be2fbf7a0e9d4fc260de80f16e6f8beba600432139e20f4c9bde24244d5b8ce5573fbc354ee0461c6930255f47798618998b895828a682390 SHA512 879d1efe2e3f888a5f37a843ae739f6441d142f0a2831f15b11e7a86e1c4df99fee0bda9accc7a41d374f3df16cff60ac17e490b4f656db0b480fd32a5bca3f1
25 DIST krita-4.2.2.tar.gz 246075662 BLAKE2B 0d4f57924f4a63afbbd53df885844aa02e93b75afb0be3a32f1be6a6d3b031389b6efc907e725b31f31f6846fd8a02cefb33e93354a75191f7ba6bf485b72f4e SHA512 7ca5f18c9c8c0448ac2634bb6e0108328b4ae84527741aa35863a3423449797a4e1e1debcd7c6ace2c6c3362d339ed5b7970af71e5bd4b0e7299cf8e877ca096
26
27 diff --git a/media-gfx/krita/files/krita-4.2.0-tests-optional.patch b/media-gfx/krita/files/krita-4.2.0-tests-optional.patch
28 deleted file mode 100644
29 index b605e922aba..00000000000
30 --- a/media-gfx/krita/files/krita-4.2.0-tests-optional.patch
31 +++ /dev/null
32 @@ -1,324 +0,0 @@
33 ---- a/plugins/color/lcms2engine/CMakeLists.txt 2019-06-01 15:10:43.442258240 +0200
34 -+++ b/plugins/color/lcms2engine/CMakeLists.txt 2019-06-01 15:10:43.452257980 +0200
35 -@@ -1,6 +1,8 @@
36 - project( lcmsengine )
37 -
38 -+if(BUILD_TESTING)
39 - add_subdirectory(tests)
40 -+endif()
41 -
42 - include_directories(SYSTEM
43 - ${LCMS2_INCLUDE_DIR}
44 ---- a/plugins/extensions/qmic/CMakeLists.txt 2019-06-01 15:10:43.469257540 +0200
45 -+++ b/plugins/extensions/qmic/CMakeLists.txt 2019-06-01 15:10:43.477257332 +0200
46 -@@ -20,4 +20,6 @@
47 - target_link_libraries(kritaqmic kritaui)
48 - install(TARGETS kritaqmic DESTINATION ${KRITA_PLUGIN_INSTALL_DIR})
49 -
50 -+if(BUILD_TESTING)
51 - add_subdirectory(tests)
52 -+endif()
53 ---- a/plugins/filters/CMakeLists.txt 2019-06-01 15:10:43.488257047 +0200
54 -+++ b/plugins/filters/CMakeLists.txt 2019-06-01 15:10:43.497256813 +0200
55 -@@ -1,4 +1,6 @@
56 -+if(BUILD_TESTING)
57 - add_subdirectory( tests )
58 -+endif()
59 - add_subdirectory( blur )
60 - add_subdirectory( colors )
61 - add_subdirectory( colorsfilters )
62 ---- a/plugins/filters/unsharp/CMakeLists.txt 2019-06-01 15:10:43.508256528 +0200
63 -+++ b/plugins/filters/unsharp/CMakeLists.txt 2019-06-01 15:10:43.516256320 +0200
64 -@@ -1,4 +1,6 @@
65 -+if(BUILD_TESTING)
66 - add_subdirectory( tests )
67 -+endif()
68 -
69 - set(kritaunsharpfilter_SOURCES
70 - unsharp.cpp
71 ---- a/plugins/dockers/lut/CMakeLists.txt 2019-06-01 15:10:43.527256035 +0200
72 -+++ b/plugins/dockers/lut/CMakeLists.txt 2019-06-01 15:10:43.535255828 +0200
73 -@@ -1,4 +1,6 @@
74 -+if(BUILD_TESTING)
75 - add_subdirectory(tests)
76 -+endif()
77 -
78 - include_directories(SYSTEM
79 - ${OCIO_INCLUDE_DIR}
80 ---- a/plugins/dockers/animation/CMakeLists.txt 2019-06-01 15:10:43.546255542 +0200
81 -+++ b/plugins/dockers/animation/CMakeLists.txt 2019-06-01 15:10:43.555255309 +0200
82 -@@ -1,5 +1,7 @@
83 - if (NOT WIN32 AND NOT APPLE)
84 -- add_subdirectory(tests)
85 -+ if(BUILD_TESTING)
86 -+add_subdirectory(tests)
87 -+endif()
88 - endif()
89 -
90 - set(KRITA_ANIMATIONDOCKER_SOURCES
91 ---- a/plugins/tools/tool_transform2/CMakeLists.txt 2019-06-01 15:10:43.566255024 +0200
92 -+++ b/plugins/tools/tool_transform2/CMakeLists.txt 2019-06-01 15:10:43.574254816 +0200
93 -@@ -1,5 +1,7 @@
94 - if (NOT WIN32 AND NOT APPLE)
95 -- add_subdirectory(tests)
96 -+ if(BUILD_TESTING)
97 -+add_subdirectory(tests)
98 -+endif()
99 - endif()
100 -
101 - set(kritatooltransform_SOURCES
102 ---- a/plugins/tools/basictools/CMakeLists.txt 2019-06-01 15:10:43.584254557 +0200
103 -+++ b/plugins/tools/basictools/CMakeLists.txt 2019-06-01 15:10:43.592254349 +0200
104 -@@ -1,5 +1,7 @@
105 - if (NOT APPLE)
106 -- add_subdirectory(tests)
107 -+ if(BUILD_TESTING)
108 -+add_subdirectory(tests)
109 -+endif()
110 - endif ()
111 -
112 - set(kritadefaulttools_SOURCES
113 ---- a/plugins/impex/tiff/CMakeLists.txt 2019-06-01 15:10:43.602254090 +0200
114 -+++ b/plugins/impex/tiff/CMakeLists.txt 2019-06-01 15:10:43.609253908 +0200
115 -@@ -1,4 +1,6 @@
116 -+if(BUILD_TESTING)
117 - add_subdirectory(tests)
118 -+endif()
119 -
120 - set(libkritatiffconverter_LIB_SRCS
121 - kis_tiff_converter.cc
122 ---- a/plugins/impex/libkra/CMakeLists.txt 2019-06-01 15:10:43.620253623 +0200
123 -+++ b/plugins/impex/libkra/CMakeLists.txt 2019-06-01 15:10:43.627253441 +0200
124 -@@ -1,4 +1,6 @@
125 -+if(BUILD_TESTING)
126 - add_subdirectory(tests)
127 -+endif()
128 -
129 - set(kritalibkra_LIB_SRCS
130 - kis_colorize_dom_utils.cpp
131 ---- a/plugins/impex/jpeg/CMakeLists.txt 2019-06-01 15:10:43.638253156 +0200
132 -+++ b/plugins/impex/jpeg/CMakeLists.txt 2019-06-01 15:10:43.646252949 +0200
133 -@@ -1,4 +1,6 @@
134 -+if(BUILD_TESTING)
135 - add_subdirectory(tests)
136 -+endif()
137 -
138 - set(ICCJPEG_SOURCE_DIR "${CMAKE_CURRENT_SOURCE_DIR}/3rdparty/lcms")
139 -
140 ---- a/plugins/impex/psd/CMakeLists.txt 2019-06-01 15:10:43.662252534 +0200
141 -+++ b/plugins/impex/psd/CMakeLists.txt 2019-06-01 15:10:43.671252300 +0200
142 -@@ -1,5 +1,7 @@
143 - if (NOT MSVC AND NOT APPLE)
144 -- add_subdirectory(tests)
145 -+ if(BUILD_TESTING)
146 -+add_subdirectory(tests)
147 -+endif()
148 - endif()
149 -
150 - configure_file(config_psd.h.cmake ${CMAKE_CURRENT_BINARY_DIR}/config_psd.h)
151 ---- a/plugins/impex/xcf/CMakeLists.txt 2019-06-01 15:10:43.685251937 +0200
152 -+++ b/plugins/impex/xcf/CMakeLists.txt 2019-06-01 15:10:43.694251704 +0200
153 -@@ -1,4 +1,6 @@
154 -+if(BUILD_TESTING)
155 - add_subdirectory(tests)
156 -+endif()
157 -
158 - set(XCFTOOLS_SOURCE_DIR "${CMAKE_CURRENT_SOURCE_DIR}/3rdparty/xcftools")
159 -
160 ---- a/plugins/impex/heightmap/CMakeLists.txt 2019-06-01 15:10:43.705251418 +0200
161 -+++ b/plugins/impex/heightmap/CMakeLists.txt 2019-06-01 15:10:43.714251185 +0200
162 -@@ -1,4 +1,6 @@
163 -+if(BUILD_TESTING)
164 - add_subdirectory(tests)
165 -+endif()
166 -
167 - include_directories( ${CMAKE_CURRENT_SOURCE_DIR} )
168 -
169 ---- a/plugins/impex/csv/CMakeLists.txt 2019-06-01 15:10:43.725250900 +0200
170 -+++ b/plugins/impex/csv/CMakeLists.txt 2019-06-01 15:10:43.734250666 +0200
171 -@@ -1,4 +1,6 @@
172 -+if(BUILD_TESTING)
173 - add_subdirectory(tests)
174 -+endif()
175 -
176 - # import
177 -
178 ---- a/plugins/impex/exr/CMakeLists.txt 2019-06-01 15:10:43.745250381 +0200
179 -+++ b/plugins/impex/exr/CMakeLists.txt 2019-06-01 15:10:43.754250148 +0200
180 -@@ -1,4 +1,6 @@
181 -+if(BUILD_TESTING)
182 - add_subdirectory(tests)
183 -+endif()
184 -
185 - include_directories(SYSTEM ${OPENEXR_INCLUDE_DIR} )
186 -
187 ---- a/plugins/impex/ppm/CMakeLists.txt 2019-06-01 15:10:43.765249862 +0200
188 -+++ b/plugins/impex/ppm/CMakeLists.txt 2019-06-01 15:10:43.773249655 +0200
189 -@@ -1,4 +1,6 @@
190 -+if(BUILD_TESTING)
191 - add_subdirectory(tests)
192 -+endif()
193 -
194 - include_directories( ${CMAKE_CURRENT_SOURCE_DIR} )
195 -
196 ---- a/plugins/impex/svg/CMakeLists.txt 2019-06-01 15:10:43.784249370 +0200
197 -+++ b/plugins/impex/svg/CMakeLists.txt 2019-06-01 15:10:43.792249162 +0200
198 -@@ -1,4 +1,6 @@
199 -+if(BUILD_TESTING)
200 - add_subdirectory(tests)
201 -+endif()
202 -
203 - set(kritasvgimport_SOURCES
204 - kis_svg_import.cc
205 ---- a/plugins/impex/png/CMakeLists.txt 2019-06-01 15:10:43.803248877 +0200
206 -+++ b/plugins/impex/png/CMakeLists.txt 2019-06-01 15:10:43.811248669 +0200
207 -@@ -1,4 +1,6 @@
208 -+if(BUILD_TESTING)
209 - add_subdirectory(tests)
210 -+endif()
211 -
212 - set(kritapngimport_SOURCES
213 - kis_png_import.cc
214 ---- a/plugins/paintops/libpaintop/CMakeLists.txt 2019-06-01 15:10:43.823248358 +0200
215 -+++ b/plugins/paintops/libpaintop/CMakeLists.txt 2019-06-01 15:10:43.831248150 +0200
216 -@@ -104,4 +104,6 @@
217 - install(TARGETS kritalibpaintop ${INSTALL_TARGETS_DEFAULT_ARGS})
218 -
219 -
220 -+if(BUILD_TESTING)
221 - add_subdirectory(tests)
222 -+endif()
223 ---- a/plugins/paintops/defaultpaintops/CMakeLists.txt 2019-06-01 15:10:43.842247865 +0200
224 -+++ b/plugins/paintops/defaultpaintops/CMakeLists.txt 2019-06-01 15:10:43.850247658 +0200
225 -@@ -1,4 +1,6 @@
226 -+if(BUILD_TESTING)
227 - add_subdirectory(brush/tests)
228 -+endif()
229 -
230 - include_directories(brush
231 - duplicate
232 ---- a/libs/metadata/CMakeLists.txt 2019-06-01 15:10:43.862247346 +0200
233 -+++ b/libs/metadata/CMakeLists.txt 2019-06-01 15:10:43.870247139 +0200
234 -@@ -29,4 +29,6 @@
235 -
236 - install(TARGETS kritametadata ${INSTALL_TARGETS_DEFAULT_ARGS})
237 -
238 -+if(BUILD_TESTING)
239 - add_subdirectory(tests)
240 -+endif()
241 ---- a/libs/global/CMakeLists.txt 2019-06-01 15:10:43.881246854 +0200
242 -+++ b/libs/global/CMakeLists.txt 2019-06-01 15:10:43.890246620 +0200
243 -@@ -1,4 +1,6 @@
244 -+if(BUILD_TESTING)
245 - add_subdirectory( tests )
246 -+endif()
247 -
248 - include(CheckFunctionExists)
249 - check_function_exists(backtrace HAVE_BACKTRACE)
250 ---- a/libs/ui/CMakeLists.txt 2019-06-01 15:10:43.901246335 +0200
251 -+++ b/libs/ui/CMakeLists.txt 2019-06-01 15:10:43.911246076 +0200
252 -@@ -7,7 +7,9 @@
253 - ${OCIO_INCLUDE_DIR}
254 - )
255 -
256 -+if(BUILD_TESTING)
257 - add_subdirectory( tests )
258 -+endif()
259 -
260 - if (APPLE)
261 - find_library(FOUNDATION_LIBRARY Foundation)
262 ---- a/libs/flake/CMakeLists.txt 2019-06-01 15:10:43.922245790 +0200
263 -+++ b/libs/flake/CMakeLists.txt 2019-06-01 15:10:43.931245557 +0200
264 -@@ -9,7 +9,9 @@
265 - )
266 -
267 - add_subdirectory(styles)
268 -+if(BUILD_TESTING)
269 - add_subdirectory(tests)
270 -+endif()
271 -
272 - set(kritaflake_SRCS
273 - KoGradientHelper.cpp
274 ---- a/libs/brush/CMakeLists.txt 2019-06-01 15:10:43.943245246 +0200
275 -+++ b/libs/brush/CMakeLists.txt 2019-06-01 15:10:43.952245012 +0200
276 -@@ -1,4 +1,6 @@
277 -+if(BUILD_TESTING)
278 - add_subdirectory( tests )
279 -+endif()
280 -
281 - include_directories(SYSTEM
282 - ${EIGEN3_INCLUDE_DIR}
283 ---- a/libs/widgetutils/CMakeLists.txt 2019-06-01 15:10:43.963244727 +0200
284 -+++ b/libs/widgetutils/CMakeLists.txt 2019-06-01 15:10:43.972244494 +0200
285 -@@ -1,4 +1,6 @@
286 -+if(BUILD_TESTING)
287 - add_subdirectory(tests)
288 -+endif()
289 -
290 - configure_file(xmlgui/config-xmlgui.h.cmake ${CMAKE_CURRENT_BINARY_DIR}/config-xmlgui.h )
291 -
292 ---- a/libs/store/CMakeLists.txt 2019-06-01 15:10:43.984244182 +0200
293 -+++ b/libs/store/CMakeLists.txt 2019-06-01 15:10:43.992243975 +0200
294 -@@ -1,6 +1,8 @@
295 - include_directories(${QUAZIP_INCLUDE_DIRS})
296 -
297 -+if(BUILD_TESTING)
298 - add_subdirectory(tests)
299 -+endif()
300 -
301 - set(kritastore_LIB_SRCS
302 - KoDirectoryStore.cpp
303 ---- a/libs/pigment/CMakeLists.txt 2019-06-01 15:10:44.002243716 +0200
304 -+++ b/libs/pigment/CMakeLists.txt 2019-06-01 15:10:44.010243508 +0200
305 -@@ -31,7 +31,9 @@
306 - message("${__per_arch_factory_objs}")
307 - endif()
308 -
309 -+if(BUILD_TESTING)
310 - add_subdirectory(tests)
311 -+endif()
312 - add_subdirectory(benchmarks)
313 -
314 - set(kritapigment_SRCS
315 ---- a/libs/libkis/CMakeLists.txt 2019-06-01 15:10:44.021243223 +0200
316 -+++ b/libs/libkis/CMakeLists.txt 2019-06-01 15:10:44.028243041 +0200
317 -@@ -47,4 +47,6 @@
318 - install(TARGETS kritalibkis ${INSTALL_TARGETS_DEFAULT_ARGS})
319 -
320 -
321 -+if(BUILD_TESTING)
322 - add_subdirectory(tests)
323 -+endif()
324 ---- a/libs/image/CMakeLists.txt 2019-06-01 15:10:44.039242756 +0200
325 -+++ b/libs/image/CMakeLists.txt 2019-06-01 15:10:44.047242548 +0200
326 -@@ -1,4 +1,6 @@
327 -+if(BUILD_TESTING)
328 - add_subdirectory( tests )
329 -+endif()
330 -
331 - add_subdirectory( tiles3 )
332 -
333 ---- a/libs/image/tiles3/CMakeLists.txt 2019-06-01 15:10:44.057242289 +0200
334 -+++ b/libs/image/tiles3/CMakeLists.txt 2019-06-01 15:10:44.065242082 +0200
335 -@@ -1 +1,3 @@
336 -+if(BUILD_TESTING)
337 - add_subdirectory(tests)
338 -+endif()
339 ---- a/libs/odf/CMakeLists.txt 2019-06-01 15:10:44.076241796 +0200
340 -+++ b/libs/odf/CMakeLists.txt 2019-06-01 15:10:44.084241589 +0200
341 -@@ -1,4 +1,6 @@
342 -+if(BUILD_TESTING)
343 - add_subdirectory( tests )
344 -+endif()
345 -
346 - set(kritaodf_LIB_SRCS
347 - KoOdf.cpp
348 ---- a/libs/widgets/CMakeLists.txt 2019-06-01 15:10:44.094241329 +0200
349 -+++ b/libs/widgets/CMakeLists.txt 2019-06-01 15:10:44.102241122 +0200
350 -@@ -1,4 +1,6 @@
351 -+if(BUILD_TESTING)
352 - add_subdirectory( tests )
353 -+endif()
354 -
355 - include_directories(${CMAKE_CURRENT_BINARY_DIR})
356 -
357
358 diff --git a/media-gfx/krita/krita-4.2.1.ebuild b/media-gfx/krita/krita-4.2.1.ebuild
359 deleted file mode 100644
360 index f9b39e3a7af..00000000000
361 --- a/media-gfx/krita/krita-4.2.1.ebuild
362 +++ /dev/null
363 @@ -1,118 +0,0 @@
364 -# Copyright 1999-2019 Gentoo Authors
365 -# Distributed under the terms of the GNU General Public License v2
366 -
367 -EAPI=7
368 -
369 -KDE_TEST="forceoptional"
370 -QT_MINIMAL="5.12.3"
371 -VIRTUALX_REQUIRED="test"
372 -PYTHON_COMPAT=( python3_{5,6,7} )
373 -inherit kde5 python-single-r1
374 -
375 -if [[ ${KDE_BUILD_TYPE} = release ]]; then
376 - SRC_URI="mirror://kde/stable/${PN}/${PV}/${P}.tar.gz"
377 - KEYWORDS="~amd64 ~x86"
378 -fi
379 -
380 -DESCRIPTION="Free digital painting application. Digital Painting, Creative Freedom!"
381 -HOMEPAGE="https://kde.org/applications/graphics/krita/ https://krita.org/"
382 -LICENSE="GPL-3"
383 -IUSE="color-management fftw gif +gsl heif +jpeg openexr pdf qtmedia +raw tiff vc"
384 -REQUIRED_USE="${PYTHON_REQUIRED_USE}"
385 -
386 -BDEPEND="
387 - dev-cpp/eigen:3
388 - dev-lang/perl
389 - sys-devel/gettext
390 -"
391 -COMMON_DEPEND="${PYTHON_DEPS}
392 - $(add_frameworks_dep karchive)
393 - $(add_frameworks_dep kcompletion)
394 - $(add_frameworks_dep kconfig)
395 - $(add_frameworks_dep kcoreaddons)
396 - $(add_frameworks_dep kcrash)
397 - $(add_frameworks_dep kguiaddons)
398 - $(add_frameworks_dep ki18n)
399 - $(add_frameworks_dep kiconthemes)
400 - $(add_frameworks_dep kitemmodels)
401 - $(add_frameworks_dep kitemviews)
402 - $(add_frameworks_dep kwidgetsaddons)
403 - $(add_frameworks_dep kwindowsystem)
404 - $(add_frameworks_dep kxmlgui)
405 - $(add_qt_dep qtconcurrent)
406 - $(add_qt_dep qtdbus)
407 - $(add_qt_dep qtdeclarative)
408 - $(add_qt_dep qtgui '-gles2' '' '5=')
409 - $(add_qt_dep qtnetwork)
410 - $(add_qt_dep qtprintsupport)
411 - $(add_qt_dep qtsvg)
412 - $(add_qt_dep qtwidgets)
413 - $(add_qt_dep qtx11extras)
414 - $(add_qt_dep qtxml)
415 - dev-libs/boost:=
416 - dev-libs/quazip
417 - dev-python/PyQt5[${PYTHON_USEDEP}]
418 - dev-python/sip[${PYTHON_USEDEP}]
419 - media-gfx/exiv2:=
420 - media-libs/lcms
421 - media-libs/libpng:0=
422 - sys-libs/zlib
423 - virtual/opengl
424 - x11-libs/libX11
425 - x11-libs/libxcb
426 - x11-libs/libXi
427 - color-management? ( media-libs/opencolorio )
428 - fftw? ( sci-libs/fftw:3.0= )
429 - gif? ( media-libs/giflib )
430 - gsl? ( sci-libs/gsl:= )
431 - jpeg? ( virtual/jpeg:0 )
432 - heif? ( media-libs/libheif:= )
433 - openexr? (
434 - media-libs/ilmbase:=
435 - media-libs/openexr
436 - )
437 - pdf? ( app-text/poppler[qt5] )
438 - qtmedia? ( $(add_qt_dep qtmultimedia) )
439 - raw? ( media-libs/libraw:= )
440 - tiff? ( media-libs/tiff:0 )
441 -"
442 -DEPEND="${COMMON_DEPEND}
443 - vc? ( >=dev-libs/vc-1.1.0 )
444 -"
445 -RDEPEND="${COMMON_DEPEND}
446 - !app-office/calligra:4[calligra_features_krita]
447 - !app-office/calligra-l10n:4[calligra_features_krita(+)]
448 -"
449 -
450 -# bug 630508
451 -RESTRICT+=" test"
452 -
453 -PATCHES=( "${FILESDIR}/${PN}-4.2.0-tests-optional.patch" )
454 -
455 -pkg_setup() {
456 - python-single-r1_pkg_setup
457 - kde5_pkg_setup
458 -}
459 -
460 -src_configure() {
461 - # Prevent sandbox violation from FindPyQt5.py module
462 - # See Gentoo-bug 655918
463 - addpredict /dev/dri
464 -
465 - local mycmakeargs=(
466 - $(cmake-utils_use_find_package color-management OCIO)
467 - $(cmake-utils_use_find_package fftw FFTW3)
468 - $(cmake-utils_use_find_package gif GIF)
469 - $(cmake-utils_use_find_package gsl GSL)
470 - $(cmake-utils_use_find_package heif HEIF)
471 - $(cmake-utils_use_find_package jpeg JPEG)
472 - $(cmake-utils_use_find_package openexr OpenEXR)
473 - $(cmake-utils_use_find_package pdf Poppler)
474 - $(cmake-utils_use_find_package qtmedia Qt5Multimedia)
475 - $(cmake-utils_use_find_package raw LibRaw)
476 - $(cmake-utils_use_find_package tiff TIFF)
477 - $(cmake-utils_use_find_package vc Vc)
478 - )
479 -
480 - kde5_src_configure
481 -}