| 1 | # Copyright 1999-2009 Gentoo Foundation |
1 | # Copyright 1999-2010 Gentoo Foundation |
| 2 | # Distributed under the terms of the GNU General Public License v2 |
2 | # Distributed under the terms of the GNU General Public License v2 |
| 3 | # $Header: /var/cvsroot/gentoo-x86/eclass/kde4-meta.eclass,v 1.23 2009/08/03 21:59:53 wired Exp $ |
3 | # $Header: /var/cvsroot/gentoo-x86/eclass/kde4-meta.eclass,v 1.48 2011/01/12 21:24:58 dilfridge Exp $ |
| 4 | # |
4 | # |
| 5 | # @ECLASS: kde4-meta.eclass |
5 | # @ECLASS: kde4-meta.eclass |
| 6 | # @MAINTAINER: |
6 | # @MAINTAINER: |
| 7 | # kde@gentoo.org |
7 | # kde@gentoo.org |
| 8 | # @BLURB: Eclass for writing "split" KDE packages. |
8 | # @BLURB: Eclass for writing "split" KDE packages. |
| … | |
… | |
| 14 | |
14 | |
| 15 | inherit kde4-base versionator |
15 | inherit kde4-base versionator |
| 16 | |
16 | |
| 17 | EXPORT_FUNCTIONS pkg_setup src_unpack src_prepare src_configure src_compile src_test src_install pkg_postinst pkg_postrm |
17 | EXPORT_FUNCTIONS pkg_setup src_unpack src_prepare src_configure src_compile src_test src_install pkg_postinst pkg_postrm |
| 18 | |
18 | |
| 19 | if [[ -z ${KMNAME} ]]; then |
|
|
| 20 | die "kde4-meta.eclass inherited but KMNAME not defined - broken ebuild" |
19 | [[ -z ${KMNAME} ]] && die "kde4-meta.eclass inherited but KMNAME not defined - broken ebuild" |
| 21 | fi |
|
|
| 22 | |
|
|
| 23 | case ${KDEBASE} in |
|
|
| 24 | kde-base) |
|
|
| 25 | HOMEPAGE="http://www.kde.org/" |
|
|
| 26 | LICENSE="GPL-2" |
|
|
| 27 | ;; |
|
|
| 28 | koffice) |
|
|
| 29 | HOMEPAGE="http://www.koffice.org/" |
|
|
| 30 | LICENSE="GPL-2" |
|
|
| 31 | ;; |
|
|
| 32 | esac |
|
|
| 33 | |
|
|
| 34 | # Add khelpcenter dependency when installing handbooks |
|
|
| 35 | if [[ ${PN} != khelpcenter ]] && has handbook ${IUSE//+}; then |
|
|
| 36 | RDEPEND+=" handbook? ( >=kde-base/khelpcenter-${PV}:${SLOT}[kdeprefix=] )" |
|
|
| 37 | fi |
|
|
| 38 | |
20 | |
| 39 | # Add dependencies that all packages in a certain module share. |
21 | # Add dependencies that all packages in a certain module share. |
| 40 | case ${KMNAME} in |
22 | case ${KMNAME} in |
| 41 | kdebase|kdebase-apps|kdebase-workspace|kdebase-runtime|kdegraphics) |
23 | kdebase|kdebase-apps|kdebase-workspace|kdebase-runtime|kdegraphics) |
| 42 | COMMONDEPEND+=" >=kde-base/qimageblitz-0.0.4" |
24 | COMMONDEPEND+=" >=media-libs/qimageblitz-0.0.4" |
| 43 | ;; |
|
|
| 44 | kdenetwork) |
|
|
| 45 | COMMONDEPEND+=" >=kde-base/kdepimlibs-${PV}:${SLOT}[kdeprefix=]" |
|
|
| 46 | ;; |
25 | ;; |
| 47 | kdepim|kdepim-runtime) |
26 | kdepim|kdepim-runtime) |
| 48 | COMMONDEPEND+=" |
|
|
| 49 | dev-libs/boost |
|
|
| 50 | >=kde-base/kdepimlibs-${PV}:${SLOT}[kdeprefix=] |
|
|
| 51 | " |
|
|
| 52 | case ${PN} in |
27 | case ${PN} in |
| 53 | akregator|kaddressbook|kjots|kmail|knode|knotes|korganizer|ktimetracker) |
28 | akregator|kaddressbook|kjots|kmail|knode|knotes|korganizer|ktimetracker) |
| 54 | IUSE+=" +kontact" |
29 | IUSE+=" +kontact" |
| 55 | RDEPEND+=" kontact? ( >=kde-base/kontactinterfaces-${PV}:${SLOT}[kdeprefix=] )" |
30 | RDEPEND+=" kontact? ( $(add_kdebase_dep kontact) )" |
| 56 | ;; |
31 | ;; |
| 57 | esac |
32 | esac |
| 58 | ;; |
33 | ;; |
| 59 | kdegames) |
34 | kdegames) |
| 60 | if [[ ${PN} != libkdegames ]]; then |
35 | if [[ ${PN} != libkdegames ]]; then |
| 61 | COMMONDEPEND+=" >=kde-base/libkdegames-${PV}:${SLOT}[kdeprefix=] " |
36 | COMMONDEPEND+=" $(add_kdebase_dep libkdegames)" |
| 62 | fi |
37 | fi |
| 63 | ;; |
38 | ;; |
| 64 | koffice) |
39 | koffice) |
| 65 | [[ ${PN} != koffice-data ]] && IUSE+=" debug" |
40 | [[ ${PN} != koffice-data ]] && IUSE+=" debug" |
| 66 | RDEPEND+=" |
41 | RDEPEND+=" |
| … | |
… | |
| 123 | # If set to "true", $KMMODULE doesn't have to be defined. |
98 | # If set to "true", $KMMODULE doesn't have to be defined. |
| 124 | # |
99 | # |
| 125 | # Example usage: If you're installing subdirectories of a package, like plugins, |
100 | # Example usage: If you're installing subdirectories of a package, like plugins, |
| 126 | # you mark the top subdirectory (containing the package) as $KMEXTRACTONLY, and |
101 | # you mark the top subdirectory (containing the package) as $KMEXTRACTONLY, and |
| 127 | # set KMNOMODULE="true". |
102 | # set KMNOMODULE="true". |
| 128 | if [[ -z ${KMMODULE} && ${KMNOMODULE} != true ]]; then |
103 | if [[ -z ${KMMODULE} ]] && [[ ${KMNOMODULE} != true ]]; then |
| 129 | KMMODULE=${PN} |
104 | KMMODULE=${PN} |
| 130 | fi |
105 | fi |
| 131 | |
106 | |
| 132 | # @ECLASS-VARIABLE: KMEXTRA |
107 | # @ECLASS-VARIABLE: KMEXTRA |
| 133 | # @DESCRIPTION: |
108 | # @DESCRIPTION: |
| 134 | # All subdirectories listed here will be extracted, compiled & installed. |
109 | # All subdirectories listed here will be extracted, compiled & installed. |
| 135 | # $KMMODULE is always added to $KMEXTRA. |
110 | # $KMMODULE is always added to $KMEXTRA. |
| 136 | # If the handbook USE-flag is set, and if this directory exists, |
111 | # If KDE_HANDBOOK is 'always' or 'optional' and handbook USE-flag is set, and if this |
| 137 | # then "doc/$KMMODULE" is added to $KMEXTRA. In other cases, this should be |
112 | # directory exists, then "doc/$KMMODULE" is added to $KMEXTRA. If there's additional |
| 138 | # handled in the ebuild. |
|
|
| 139 | # If the documentation is in a different subdirectory, you should add it to KMEXTRA. |
113 | # documentation in different subdirectories, it should be added to KMEXTRA manually.. |
| 140 | |
114 | |
| 141 | # @ECLASS-VARIABLE: KMCOMPILEONLY |
115 | # @ECLASS-VARIABLE: KMCOMPILEONLY |
| 142 | # @DESCRIPTION: |
116 | # @DESCRIPTION: |
| 143 | # All subdirectories listed here will be extracted & compiled, but not installed. |
117 | # All subdirectories listed here will be extracted & compiled, but not installed. |
| 144 | |
118 | |
| … | |
… | |
| 226 | "${S}"/CMakeLists.txt || die "Sed to exclude bin/kde4 failed" |
200 | "${S}"/CMakeLists.txt || die "Sed to exclude bin/kde4 failed" |
| 227 | fi |
201 | fi |
| 228 | else |
202 | else |
| 229 | local abort tarball tarfile f extractlist moduleprefix postfix |
203 | local abort tarball tarfile f extractlist moduleprefix postfix |
| 230 | case ${PV} in |
204 | case ${PV} in |
| 231 | 4.3.85 | 4.3.90 | 4.3.95 | 4.3.96 | 4.3.98 | 4.2.85 | 4.2.90 | 4.2.95 | 4.2.96 | 4.2.98) |
205 | 4.[45].8[05] | 4.[45].9[023568]) |
| 232 | # block for normally packed upstream unstable snapshots |
206 | # Block for normally packed upstream unstable snapshots |
| 233 | KMTARPARAMS+=" --bzip2" # bz2 |
207 | KMTARPARAMS+=" --bzip2" # bz2 |
| 234 | postfix="bz2" |
208 | postfix="bz2" |
| 235 | ;; |
|
|
| 236 | 4.2.9* | 4.2.8* | 4.2.7* | 4.2.6* | 4.3.9* | 4.3.8* | 4.3.7* | 4.3.6*) |
|
|
| 237 | KMTARPARAMS+=" --lzma" # lzma |
|
|
| 238 | postfix="lzma" |
|
|
| 239 | ;; |
209 | ;; |
| 240 | *) |
210 | *) |
| 241 | KMTARPARAMS+=" --bzip2" # bz2 |
211 | KMTARPARAMS+=" --bzip2" # bz2 |
| 242 | postfix="bz2" |
212 | postfix="bz2" |
| 243 | ;; |
213 | ;; |
| … | |
… | |
| 248 | tarball="kdebase-${PV}.tar.${postfix}" |
218 | tarball="kdebase-${PV}.tar.${postfix}" |
| 249 | # Go one level deeper for kdebase-apps in tarballs |
219 | # Go one level deeper for kdebase-apps in tarballs |
| 250 | moduleprefix=apps/ |
220 | moduleprefix=apps/ |
| 251 | KMTARPARAMS+=" --transform=s|apps/||" |
221 | KMTARPARAMS+=" --transform=s|apps/||" |
| 252 | ;; |
222 | ;; |
|
|
223 | kdepim) |
|
|
224 | if [[ ${PV} == 4.5.93 ]] ; then |
|
|
225 | tarball="kdepim-4.6beta3.tar.${postfix}" |
|
|
226 | else |
|
|
227 | tarball="${KMNAME}-${PV}.tar.${postfix}" |
|
|
228 | fi |
|
|
229 | ;; |
| 253 | *) |
230 | *) |
| 254 | # Create tarball name from module name (this is the default) |
231 | # Create tarball name from module name (this is the default) |
| 255 | tarball="${KMNAME}-${PV}.tar.${postfix}" |
232 | tarball="${KMNAME}-${PV}.tar.${postfix}" |
| 256 | ;; |
233 | ;; |
| 257 | esac |
234 | esac |
| … | |
… | |
| 273 | extractlist+=" ${topdir}${moduleprefix}${f}" |
250 | extractlist+=" ${topdir}${moduleprefix}${f}" |
| 274 | done |
251 | done |
| 275 | extractlist+=" $(__list_needed_subdirectories)" |
252 | extractlist+=" $(__list_needed_subdirectories)" |
| 276 | |
253 | |
| 277 | pushd "${WORKDIR}" > /dev/null |
254 | pushd "${WORKDIR}" > /dev/null |
| 278 | [[ -n ${KDE4_STRICTER} ]] && echo tar -xpf "${tarfile}" ${KMTARPARAMS} ${extractlist} >&2 |
255 | [[ -n ${KDE4_STRICTER} ]] && echo tar -xpf "${tarfile}" ${KMTARPARAMS} ${extractlist} |
| 279 | tar -xpf "${tarfile}" ${KMTARPARAMS} ${extractlist} 2> /dev/null |
256 | if [[ ${I_KNOW_WHAT_I_AM_DOING} ]]; then |
|
|
257 | # to make the devs happy - bug 338397 |
|
|
258 | tar -xpf "${tarfile}" ${KMTARPARAMS} ${extractlist} || ewarn "tar extract command failed at least partially - continuing anyway" |
|
|
259 | else |
|
|
260 | tar -xpf "${tarfile}" ${KMTARPARAMS} ${extractlist} 2> /dev/null || echo "tar extract command failed at least partially - continuing anyway" |
|
|
261 | fi |
| 280 | |
262 | |
| 281 | # Default $S is based on $P; rename the extracted directory to match $S if necessary |
263 | # Default $S is based on $P; rename the extracted directory to match $S if necessary |
| 282 | mv ${topdir} ${P} || die "Died while moving \"${topdir}\" to \"${P}\"" |
264 | mv ${topdir} ${P} || die "Died while moving \"${topdir}\" to \"${P}\"" |
| 283 | |
265 | |
| 284 | popd > /dev/null |
266 | popd > /dev/null |
| … | |
… | |
| 309 | # Also see descriptions of KMMODULE, KMNOMODULE, KMEXTRA, KMCOMPILEONLY, |
291 | # Also see descriptions of KMMODULE, KMNOMODULE, KMEXTRA, KMCOMPILEONLY, |
| 310 | # KMEXTRACTONLY and KMTARPARAMS. |
292 | # KMEXTRACTONLY and KMTARPARAMS. |
| 311 | kde4-meta_create_extractlists() { |
293 | kde4-meta_create_extractlists() { |
| 312 | debug-print-function ${FUNCNAME} "$@" |
294 | debug-print-function ${FUNCNAME} "$@" |
| 313 | |
295 | |
| 314 | # TODO change to KMEXTRA for more strict check |
296 | # Add default handbook locations |
|
|
297 | # FIXME - legacy code - remove when 4.4.5 is gone or preferrably port 4.4.5. |
| 315 | if has handbook ${IUSE//+} && use handbook && [[ -n ${KMMODULE} ]]; then |
298 | if ! slot_is_at_least 4.5 ${SLOT} && has handbook ${IUSE//+} && use handbook && [[ -z ${KMNOMODULE} ]]; then |
| 316 | # We use the basename of $KMMODULE because $KMMODULE can contain |
299 | # We use the basename of $KMMODULE because $KMMODULE can contain |
| 317 | # the path to the module subdirectory. |
300 | # the path to the module subdirectory. |
| 318 | KMEXTRA_NONFATAL+=" |
301 | KMEXTRA_NONFATAL+=" |
| 319 | doc/${KMMODULE##*/}" |
302 | doc/${KMMODULE##*/}" |
|
|
303 | fi |
|
|
304 | |
|
|
305 | # Add default handbook locations |
|
|
306 | if [[ -z ${KMNOMODULE} ]] && { [[ ${KDE_HANDBOOK} = always ]] || { [[ ${KDE_HANDBOOK} = optional ]] && use handbook; }; }; then |
|
|
307 | KMEXTRA_NONFATAL+=" doc/${KMMODULE##*/}" |
| 320 | fi |
308 | fi |
| 321 | |
309 | |
| 322 | # Add some CMake-files to KMEXTRACTONLY. |
310 | # Add some CMake-files to KMEXTRACTONLY. |
| 323 | # Note that this actually doesn't include KMEXTRA handling. |
311 | # Note that this actually doesn't include KMEXTRA handling. |
| 324 | # In those cases you should care to add the relevant files to KMEXTRACTONLY |
312 | # In those cases you should care to add the relevant files to KMEXTRACTONLY |
| … | |
… | |
| 348 | ;; |
336 | ;; |
| 349 | kdegames) |
337 | kdegames) |
| 350 | if [[ ${PN} != libkdegames ]]; then |
338 | if [[ ${PN} != libkdegames ]]; then |
| 351 | KMEXTRACTONLY+=" |
339 | KMEXTRACTONLY+=" |
| 352 | libkdegames/" |
340 | libkdegames/" |
|
|
341 | KMLOADLIBS="${KMLOADLIBS} libkdegames" |
| 353 | fi |
342 | fi |
| 354 | ;; |
343 | ;; |
| 355 | kdepim) |
344 | kdepim) |
| 356 | if [[ ${PN} != libkdepim ]]; then |
345 | if [[ ${PN} != libkdepim ]]; then |
| 357 | KMEXTRACTONLY+=" |
346 | KMEXTRACTONLY+=" |
| 358 | libkdepim/" |
347 | libkdepim/" |
| 359 | fi |
348 | fi |
| 360 | case ${SLOT} in |
|
|
| 361 | 4.3|4.4|live) |
|
|
| 362 | KMEXTRACTONLY+=" |
|
|
| 363 | kdepim-version.h |
|
|
| 364 | config-enterprise.h.cmake" |
|
|
| 365 | ;; |
|
|
| 366 | esac |
|
|
| 367 | KMEXTRACTONLY+=" |
349 | KMEXTRACTONLY+=" |
|
|
350 | config-enterprise.h.cmake |
| 368 | kleopatra/ConfigureChecks.cmake" |
351 | kleopatra/ConfigureChecks.cmake" |
|
|
352 | if slot_is_at_least 4.5 ${SLOT}; then |
|
|
353 | KMEXTRACTONLY+=" |
|
|
354 | CTestCustom.cmake |
|
|
355 | kdepim-version.h.cmake" |
|
|
356 | else |
|
|
357 | KMEXTRACTONLY+=" |
|
|
358 | kdepim-version.h" |
|
|
359 | fi |
| 369 | if has kontact ${IUSE//+} && use kontact; then |
360 | if has kontact ${IUSE//+} && use kontact; then |
| 370 | KMEXTRA+=" |
361 | KMEXTRA+=" |
| 371 | kontact/plugins/${PLUGINNAME:-${PN}}/" |
362 | kontact/plugins/${PLUGINNAME:-${PN}}/" |
| 372 | KMEXTRACTONLY+=" |
|
|
| 373 | kontactinterfaces/" |
|
|
| 374 | fi |
363 | fi |
| 375 | ;; |
364 | ;; |
| 376 | kdeutils) |
365 | kdeutils) |
| 377 | case ${SLOT} in |
|
|
| 378 | 4.3|4.4|live) |
|
|
| 379 | KMEXTRACTONLY+=" |
366 | KMEXTRACTONLY+=" |
| 380 | kdeutils-version.h" |
367 | kdeutils-version.h" |
| 381 | ;; |
|
|
| 382 | esac |
|
|
| 383 | ;; |
368 | ;; |
| 384 | koffice) |
369 | koffice) |
| 385 | KMEXTRACTONLY+=" |
370 | KMEXTRACTONLY+=" |
| 386 | config-endian.h.cmake |
|
|
| 387 | filters/config-filters.h.cmake |
371 | filters/config-filters.h.cmake |
| 388 | config-openexr.h.cmake |
|
|
| 389 | config-opengl.h.cmake |
|
|
| 390 | config-prefix.h.cmake |
|
|
| 391 | " |
372 | " |
| 392 | case ${PV} in |
373 | case ${PV} in |
| 393 | 2.0.*) |
374 | 2.0.*) |
| 394 | KMEXTRACTONLY+=" |
375 | KMEXTRACTONLY+=" |
| 395 | config-openctl.h.cmake" |
376 | config-openctl.h.cmake |
|
|
377 | config-endian.h.cmake |
|
|
378 | config-openexr.h.cmake |
|
|
379 | config-opengl.h.cmake |
|
|
380 | config-prefix.h.cmake" |
|
|
381 | ;; |
|
|
382 | 2.[12].*) |
|
|
383 | KMEXTRACTONLY+=" |
|
|
384 | config-endian.h.cmake |
|
|
385 | config-openexr.h.cmake |
|
|
386 | config-opengl.h.cmake |
|
|
387 | config-prefix.h.cmake" |
| 396 | ;; |
388 | ;; |
| 397 | esac |
389 | esac |
| 398 | ;; |
390 | ;; |
| 399 | esac |
391 | esac |
| 400 | # Don't install cmake modules for split ebuilds, to avoid collisions. |
392 | # Don't install cmake modules for split ebuilds, to avoid collisions. |
| 401 | case ${KMNAME} in |
393 | case ${KMNAME} in |
| 402 | kdepim) |
|
|
| 403 | # No need for unpack since 4.2.86 |
|
|
| 404 | # Remove when 4.2 is wiped out from the tree |
|
|
| 405 | case ${PV} in |
|
|
| 406 | 4.1*|4.2.0|4.2.1|4.2.2|4.2.3|4.2.4|4.2.85) |
|
|
| 407 | KMCOMPILEONLY+=" |
|
|
| 408 | cmake/modules/" |
|
|
| 409 | ;; |
|
|
| 410 | *) ;; |
|
|
| 411 | esac |
|
|
| 412 | ;; |
|
|
| 413 | kdebase-runtime|kdebase-workspace|kdeedu|kdegames|kdegraphics) |
394 | kdebase-runtime|kdebase-workspace|kdeedu|kdegames|kdegraphics) |
| 414 | case ${PN} in |
395 | case ${PN} in |
| 415 | libkdegames|libkdeedu|libkworkspace) |
396 | libkdegames|libkdeedu|libkworkspace) |
| 416 | KMEXTRA+=" |
397 | KMEXTRA+=" |
| 417 | cmake/modules/" |
398 | cmake/modules/" |
| … | |
… | |
| 503 | -i ${_dir}/CMakeLists.txt || die "${LINENO}: died in ${FUNCNAME} while processing ${_dir}" |
484 | -i ${_dir}/CMakeLists.txt || die "${LINENO}: died in ${FUNCNAME} while processing ${_dir}" |
| 504 | fi |
485 | fi |
| 505 | done |
486 | done |
| 506 | } |
487 | } |
| 507 | |
488 | |
| 508 | # FIXME: add description |
|
|
| 509 | # @FUNCTION: kde4-meta_change_cmakelists |
489 | # @FUNCTION: kde4-meta_change_cmakelists |
| 510 | # @DESCRIPTION: |
490 | # @DESCRIPTION: |
|
|
491 | # Adjust CMakeLists.txt to comply to our splitting. |
| 511 | kde4-meta_change_cmakelists() { |
492 | kde4-meta_change_cmakelists() { |
| 512 | debug-print-function ${FUNCNAME} "$@" |
493 | debug-print-function ${FUNCNAME} "$@" |
| 513 | |
494 | |
| 514 | pushd "${S}" > /dev/null |
495 | pushd "${S}" > /dev/null |
| 515 | |
496 | |
| 516 | comment_all_add_subdirectory ./ |
497 | comment_all_add_subdirectory ./ |
| 517 | |
498 | |
| 518 | # Restore "add_subdirectory( cmake )" in ${S}/CMakeLists.txt |
499 | # Restore "add_subdirectory( cmake )" in ${S}/CMakeLists.txt |
| 519 | if [[ -f "${S}"/CMakeLists.txt ]]; then |
500 | if [[ -f CMakeLists.txt ]]; then |
| 520 | sed -e '/add_subdirectory[[:space:]]*([[:space:]]*cmake[[:space:]]*)/s/^#DONOTCOMPILE //' \ |
501 | sed -e '/add_subdirectory[[:space:]]*([[:space:]]*cmake[[:space:]]*)/s/^#DONOTCOMPILE //' \ |
| 521 | -e '/ADD_SUBDIRECTORY[[:space:]]*([[:space:]]*cmake[[:space:]]*)/s/^#DONOTCOMPILE //' \ |
502 | -e '/ADD_SUBDIRECTORY[[:space:]]*([[:space:]]*cmake[[:space:]]*)/s/^#DONOTCOMPILE //' \ |
| 522 | -i "${S}"/CMakeLists.txt || die "${LINENO}: cmake sed died" |
503 | -i CMakeLists.txt || die "${LINENO}: cmake sed died" |
| 523 | fi |
504 | fi |
| 524 | |
505 | |
| 525 | if [[ -z ${KMNOMODULE} ]]; then |
506 | if [[ -z ${KMNOMODULE} ]]; then |
| 526 | # Restore "add_subdirectory" in $KMMODULE subdirectories |
507 | # Restore "add_subdirectory" in $KMMODULE subdirectories |
| 527 | find "${S}"/${KMMODULE} -name CMakeLists.txt -print0 | xargs -0 sed -i -e 's/^#DONOTCOMPILE //g' || \ |
508 | find "${S}"/${KMMODULE} -name CMakeLists.txt -print0 | \ |
|
|
509 | xargs -0 sed -i -e 's/^#DONOTCOMPILE //g' || \ |
| 528 | die "${LINENO}: died in KMMODULE section" |
510 | die "${LINENO}: died in KMMODULE section" |
| 529 | _change_cmakelists_parent_dirs ${KMMODULE} |
511 | _change_cmakelists_parent_dirs ${KMMODULE} |
| 530 | fi |
512 | fi |
| 531 | |
513 | |
| 532 | local i |
514 | local i |
| 533 | |
515 | |
| 534 | # KMEXTRACTONLY section - Some ebuilds need to comment out some subdirs in KMMODULE and they use KMEXTRACTONLY |
516 | # KMEXTRACTONLY section - Some ebuilds need to comment out some subdirs in KMMODULE and they use KMEXTRACTONLY |
| 535 | for i in ${KMEXTRACTONLY}; do |
517 | for i in ${KMEXTRACTONLY}; do |
| 536 | if [[ -d "${S}"/${i} && -f "${S}"/${i}/../CMakeLists.txt ]]; then |
518 | if [[ -d ${i} && -f ${i}/../CMakeLists.txt ]]; then |
| 537 | sed -i -e "/([[:space:]]*$(basename $i)[[:space:]]*)/s/^/#DONOTCOMPILE /" "${S}"/${i}/../CMakeLists.txt || \ |
519 | sed -e "/([[:space:]]*$(basename $i)[[:space:]]*)/s/^/#DONOTCOMPILE /" \ |
|
|
520 | -i ${i}/../CMakeLists.txt || \ |
| 538 | die "${LINENO}: sed died while working in the KMEXTRACTONLY section while processing ${i}" |
521 | die "${LINENO}: sed died while working in the KMEXTRACTONLY section while processing ${i}" |
| 539 | fi |
522 | fi |
| 540 | done |
523 | done |
| 541 | |
524 | |
| 542 | # KMCOMPILEONLY |
525 | # KMCOMPILEONLY |
| … | |
… | |
| 564 | # KMEXTRA_NONFATAL section |
547 | # KMEXTRA_NONFATAL section |
| 565 | for i in ${KMEXTRA_NONFATAL}; do |
548 | for i in ${KMEXTRA_NONFATAL}; do |
| 566 | if [[ -d "${S}"/${i} ]]; then |
549 | if [[ -d "${S}"/${i} ]]; then |
| 567 | find "${S}"/${i} -name CMakeLists.txt -print0 | \ |
550 | find "${S}"/${i} -name CMakeLists.txt -print0 | \ |
| 568 | xargs -0 sed -i -e 's/^#DONOTCOMPILE //g' || \ |
551 | xargs -0 sed -i -e 's/^#DONOTCOMPILE //g' || \ |
| 569 | die "${LINENO}: sed died uncommenting add_subdirectory instructions in KMEXTRA section while processing ${i}" |
552 | die "${LINENO}: sed died uncommenting add_subdirectory instructions in KMEXTRA section while processing ${i}" |
| 570 | _change_cmakelists_parent_dirs ${i} |
553 | _change_cmakelists_parent_dirs ${i} |
| 571 | fi |
554 | fi |
| 572 | done |
555 | done |
| 573 | |
556 | |
| 574 | case ${KMNAME} in |
557 | case ${KMNAME} in |
| 575 | kdebase-workspace) |
558 | kdebase-workspace) |
| 576 | # COLLISION PROTECT section |
559 | # COLLISION PROTECT section |
| 577 | # Install the startkde script just once, as a part of kde-base/kdebase-startkde, |
560 | # Install the startkde script just once, as a part of kde-base/kdebase-startkde, |
| 578 | # not as a part of every package. |
561 | # not as a part of every package. |
| 579 | if [[ ${PN} != kdebase-startkde && -f "${S}"/CMakeLists.txt ]]; then |
562 | if [[ ${PN} != kdebase-startkde && -f CMakeLists.txt ]]; then |
| 580 | # The startkde script moved to kdebase-workspace for KDE4 versions > 3.93.0. |
563 | # The startkde script moved to kdebase-workspace for KDE4 versions > 3.93.0. |
| 581 | sed -i -e '/startkde/s/^/#DONOTINSTALL /' "${S}"/CMakeLists.txt || \ |
564 | sed -e '/startkde/s/^/#DONOTINSTALL /' \ |
| 582 | die "${LINENO}: sed died in the kdebase-startkde collision prevention section" |
565 | -i CMakeLists.txt || die "${LINENO}: sed died in the kdebase-startkde collision prevention section" |
| 583 | fi |
566 | fi |
| 584 | # Strip EXPORT feature section from workspace for KDE4 versions > 4.1.82 |
567 | # Strip EXPORT feature section from workspace for KDE4 versions > 4.1.82 |
| 585 | if [[ ${PN} != libkworkspace ]]; then |
568 | if [[ ${PN} != libkworkspace ]]; then |
| 586 | sed -i \ |
|
|
| 587 | -e '/install(FILES ${CMAKE_CURRENT_BINARY_DIR}\/KDE4WorkspaceConfig.cmake/,/^[[:space:]]*FILE KDE4WorkspaceLibraryTargets.cmake )[[:space:]]*^/d' \ |
569 | sed -e '/install(FILES ${CMAKE_CURRENT_BINARY_DIR}\/KDE4WorkspaceConfig.cmake/,/^[[:space:]]*FILE KDE4WorkspaceLibraryTargets.cmake )[[:space:]]*^/d' \ |
| 588 | CMakeLists.txt || die "${LINENO}: sed died in kdebase-workspace strip config install and fix EXPORT section" |
570 | -i CMakeLists.txt || die "${LINENO}: sed died in kdebase-workspace strip config install and fix EXPORT section" |
| 589 | fi |
571 | fi |
| 590 | ;; |
572 | ;; |
| 591 | kdebase-runtime) |
573 | kdebase-runtime) |
| 592 | # COLLISION PROTECT section |
574 | # COLLISION PROTECT section |
| 593 | # Only install the kde4 script as part of kde-base/kdebase-data |
575 | # Only install the kde4 script as part of kde-base/kdebase-data |
| 594 | if [[ ${PN} != kdebase-data && -f "${S}"/CMakeLists.txt ]]; then |
576 | if [[ ${PN} != kdebase-data && -f CMakeLists.txt ]]; then |
| 595 | sed -i -e '/^install(PROGRAMS[[:space:]]*[^[:space:]]*\/kde4[[:space:]]/s/^/#DONOTINSTALL /' \ |
577 | sed -e '/^install(PROGRAMS[[:space:]]*[^[:space:]]*\/kde4[[:space:]]/s/^/#DONOTINSTALL /' \ |
| 596 | "${S}"/CMakeLists.txt || die "Sed to exclude bin/kde4 failed" |
578 | -i CMakeLists.txt || die "Sed to exclude bin/kde4 failed" |
| 597 | fi |
579 | fi |
|
|
580 | ;; |
|
|
581 | kdenetwork) |
|
|
582 | # Disable hardcoded kdepimlibs check |
|
|
583 | sed -e 's/find_package(KdepimLibs REQUIRED)/macro_optional_find_package(KdepimLibs)/' \ |
|
|
584 | -i CMakeLists.txt || die "failed to disable hardcoded checks" |
| 598 | ;; |
585 | ;; |
| 599 | kdepim) |
586 | kdepim) |
|
|
587 | # Disable hardcoded checks |
|
|
588 | sed -r -e '/find_package\(KdepimLibs/s/REQUIRED//' \ |
|
|
589 | -e '/find_package\((KdepimLibs|Boost|QGpgme|Akonadi|ZLIB|Strigi|SharedDesktopOntologies|Soprano|Nepomuk)/{/macro_optional_/!s/find/macro_optional_&/}' \ |
|
|
590 | -e '/macro_log_feature\((Boost|QGPGME|Akonadi|ZLIB|STRIGI|SHAREDDESKTOPONTOLOGIES|Soprano|Nepomuk)_FOUND/s/ TRUE / FALSE /' \ |
|
|
591 | -e '/if[[:space:]]*([[:space:]]*BUILD_.*)/s/^/#OVERRIDE /' \ |
|
|
592 | -e '/if[[:space:]]*([[:space:]]*[[:alnum:]]*_FOUND[[:space:]]*)/s/^/#OVERRIDE /' \ |
|
|
593 | -i CMakeLists.txt || die "failed to disable hardcoded checks" |
|
|
594 | # Disable broken or redundant build logic |
|
|
595 | if ( has kontact ${IUSE//+} && use kontact ) || [[ ${PN} = kontact ]]; then |
|
|
596 | sed -e '/if[[:space:]]*([[:space:]]*BUILD_.*)/s/^/#OVERRIDE /' \ |
|
|
597 | -e '/if[[:space:]]*([[:space:]]*[[:alnum:]]*_FOUND[[:space:]]*)/s/^/#OVERRIDE /' \ |
|
|
598 | -i kontact/plugins/CMakeLists.txt || die 'failed to override build logic' |
|
|
599 | fi |
|
|
600 | if ! slot_is_at_least 4.5 ${SLOT}; then |
| 600 | case ${PN} in |
601 | case ${PN} in |
| 601 | kaddressbook|kalarm|kmailcvt|kontact|korganizer|korn) |
602 | kalarm|kmailcvt|kontact|korganizer|korn) |
| 602 | sed -i -n -e '/qt4_generate_dbus_interface(.*org\.kde\.kmail\.\(kmail\|mailcomposer\)\.xml/p' \ |
603 | sed -n -e '/qt4_generate_dbus_interface(.*org\.kde\.kmail\.\(kmail\|mailcomposer\)\.xml/p' \ |
| 603 | -e '/add_custom_target(kmail_xml /,/)/p' "${S}"/kmail/CMakeLists.txt || die "uncommenting xml failed" |
604 | -e '/add_custom_target(kmail_xml /,/)/p' \ |
|
|
605 | -i kmail/CMakeLists.txt || die "uncommenting xml failed" |
| 604 | _change_cmakelists_parent_dirs kmail |
606 | _change_cmakelists_parent_dirs kmail |
| 605 | ;; |
607 | ;; |
| 606 | esac |
608 | esac |
|
|
609 | fi |
| 607 | ;; |
610 | ;; |
| 608 | kdewebdev) |
611 | kdewebdev) |
| 609 | # Disable hardcoded kdepimlibs check |
612 | # Disable hardcoded checks |
| 610 | sed -e 's/find_package(KdepimLibs REQUIRED)/macro_optional_find_package(KdepimLibs)/' \ |
613 | sed -e 's/find_package(KdepimLibs REQUIRED)/macro_optional_find_package(KdepimLibs)/' \ |
| 611 | -e 's/find_package(LibXml2 REQUIRED)/macro_optional_find_package(LibXml2)/' \ |
614 | -e 's/find_package(LibXml2 REQUIRED)/macro_optional_find_package(LibXml2)/' \ |
| 612 | -e 's/find_package(LibXslt REQUIRED)/macro_optional_find_package(LibXslt)/' \ |
615 | -e 's/find_package(LibXslt REQUIRED)/macro_optional_find_package(LibXslt)/' \ |
| 613 | -e 's/find_package(Boost REQUIRED)/macro_optional_find_package(Boost)/' \ |
616 | -e 's/find_package(Boost REQUIRED)/macro_optional_find_package(Boost)/' \ |
| 614 | -i CMakeLists.txt || die "failed to disable hardcoded checks" |
617 | -i CMakeLists.txt || die "failed to disable hardcoded checks" |
| 615 | ;; |
618 | ;; |
| 616 | koffice) |
619 | koffice) |
| 617 | # prevent collisions |
620 | # Prevent collisions |
| 618 | if [[ ${PN} != koffice-data ]]; then |
621 | if [[ ${PN} != koffice-data ]]; then |
| 619 | sed -i -e '/install(.*FindKOfficeLibs.cmake/,/)/ d' \ |
622 | sed -e '/install(.*FindKOfficeLibs.cmake/,/)/ d' \ |
| 620 | "${S}"/cmake/modules/CMakeLists.txt || \ |
623 | -i cmake/modules/CMakeLists.txt || die "${LINENO}: sed died in collision prevention section" |
|
|
624 | sed -e '/install(.\+config-openexr\.h.\+)/d' \ |
| 621 | die "${LINENO}: sed died in collision prevention section" |
625 | -i CMakeLists.txt || die "${LINENO}: sed died in collision prevention section" |
|
|
626 | fi |
|
|
627 | # koffice 2.0 |
| 622 | case ${PV} in |
628 | case ${PV} in |
| 623 | 2.0.*) |
629 | 2.0.[1-9]) |
| 624 | sed -i -n -e '1h;1!H;${g;s/install(.\+config-openexr.h.\+)//;p}' \ |
630 | sed -i -n -e '1h;1!H;${g;s/install(.\+config-openexr.h.\+)//;p}' \ |
| 625 | "${S}"/CMakeLists.txt || \ |
631 | "${S}"/CMakeLists.txt || \ |
| 626 | die "${LINENO}: sed died in collision prevention section" |
632 | die "${LINENO}: sed died in collision prevention section" |
| 627 | ;; |
633 | ;; |
| 628 | *) |
634 | *) ;; |
| 629 | sed -i -e '/install(.\+config-openexr\.h.\+)/d' \ |
|
|
| 630 | "${S}"//CMakeLists.txt || \ |
|
|
| 631 | die "${LINENO}: sed died in collision prevention section" |
|
|
| 632 | ;; |
|
|
| 633 | esac |
635 | esac |
|
|
636 | # koffice 2.1.[8-9][0-9] and 9999 |
|
|
637 | case ${PV} in |
|
|
638 | 2.1.8[0-9]|2.1.9[0-9]|9999) |
|
|
639 | sed -e '/^option(BUILD/s/ON/OFF/' \ |
|
|
640 | -e '/^if(NOT BUILD_kchart/,/^endif(NOT BUILD_kchart/d' \ |
|
|
641 | -e '/^if(BUILD_koreport/,/^endif(BUILD_koreport/d' \ |
|
|
642 | -e 's/set(SHOULD_BUILD_F_OFFICE TRUE)/set(SHOULD_BUILD_F_OFFICE FALSE)/' \ |
|
|
643 | -i "${S}"/CMakeLists.txt || die "sed died while fixing cmakelists" |
|
|
644 | if [[ ${PN} != koffice-data ]] && [[ ${PV} == 9999 ]]; then |
|
|
645 | sed -e '/config-opengl.h/d' \ |
|
|
646 | -i "${S}"/CMakeLists.txt || die "sed died while fixing cmakelists" |
|
|
647 | |
| 634 | fi |
648 | fi |
|
|
649 | ;; |
|
|
650 | *) ;; |
|
|
651 | esac |
| 635 | esac |
652 | esac |
| 636 | |
653 | |
| 637 | popd > /dev/null |
654 | popd > /dev/null |
| 638 | } |
655 | } |
| 639 | |
656 | |
| … | |
… | |
| 642 | # Currently just calls its equivalent in kde4-base.eclass(5). Use this one in split |
659 | # Currently just calls its equivalent in kde4-base.eclass(5). Use this one in split |
| 643 | # ebuilds. |
660 | # ebuilds. |
| 644 | kde4-meta_src_configure() { |
661 | kde4-meta_src_configure() { |
| 645 | debug-print-function ${FUNCNAME} "$@" |
662 | debug-print-function ${FUNCNAME} "$@" |
| 646 | |
663 | |
|
|
664 | # backwards-compatibility: make mycmakeargs an array, if it isn't already |
|
|
665 | if [[ $(declare -p mycmakeargs 2>&-) != "declare -a mycmakeargs="* ]]; then |
|
|
666 | mycmakeargs=(${mycmakeargs}) |
|
|
667 | fi |
|
|
668 | |
| 647 | # Set some cmake default values here (usually workarounds for automagic deps) |
669 | # Set some cmake default values here (usually workarounds for automagic deps) |
| 648 | case ${KMNAME} in |
670 | case ${KMNAME} in |
| 649 | kdewebdev) |
671 | kdewebdev) |
| 650 | mycmakeargs=" |
672 | mycmakeargs=( |
| 651 | -DWITH_KdepimLibs=OFF |
673 | -DWITH_KdepimLibs=OFF |
| 652 | -DWITH_LibXml2=OFF |
674 | -DWITH_LibXml2=OFF |
| 653 | -DWITH_LibXslt=OFF |
675 | -DWITH_LibXslt=OFF |
| 654 | -DWITH_Boost=OFF |
676 | -DWITH_Boost=OFF |
| 655 | -DWITH_LibTidy=OFF |
677 | -DWITH_LibTidy=OFF |
| 656 | ${mycmakeargs}" |
678 | "${mycmakeargs[@]}" |
|
|
679 | ) |
|
|
680 | ;; |
|
|
681 | koffice) |
|
|
682 | case ${PV} in |
|
|
683 | 2.1.8[0-9]|2.1.9[0-9]|9999) |
|
|
684 | if [[ ${PN} != "kchart" ]]; then |
|
|
685 | mycmakeargs=( |
|
|
686 | -DBUILD_koreport=OFF |
|
|
687 | "${mycmakeargs[@]}" |
|
|
688 | ) |
|
|
689 | fi |
|
|
690 | ;; |
|
|
691 | esac |
| 657 | ;; |
692 | ;; |
| 658 | esac |
693 | esac |
| 659 | |
694 | |
| 660 | kde4-base_src_configure |
695 | kde4-base_src_configure |
| 661 | } |
696 | } |
| … | |
… | |
| 670 | kde4-base_src_compile "$@" |
705 | kde4-base_src_compile "$@" |
| 671 | } |
706 | } |
| 672 | |
707 | |
| 673 | # @FUNCTION: kde4-meta_src_test |
708 | # @FUNCTION: kde4-meta_src_test |
| 674 | # @DESCRIPTION: |
709 | # @DESCRIPTION: |
| 675 | # Currently just calls its equivalent in kde4-base.eclass(5). Use this in split |
710 | # Currently just calls its equivalent in kde4-base.eclass(5) if |
| 676 | # ebuilds. |
711 | # I_KNOW_WHAT_I_AM_DOING is set. Use this in split ebuilds. |
| 677 | kde4-meta_src_test() { |
712 | kde4-meta_src_test() { |
| 678 | debug-print-function $FUNCNAME "$@" |
713 | debug-print-function $FUNCNAME "$@" |
| 679 | |
714 | |
|
|
715 | if [[ $I_KNOW_WHAT_I_AM_DOING ]]; then |
| 680 | kde4-base_src_test |
716 | kde4-base_src_test |
|
|
717 | else |
|
|
718 | einfo "Tests disabled" |
|
|
719 | fi |
| 681 | } |
720 | } |
| 682 | |
721 | |
| 683 | # @FUNCTION: kde4-meta_src_install |
722 | # @FUNCTION: kde4-meta_src_install |
| 684 | # @DESCRIPTION: |
723 | # @DESCRIPTION: |
| 685 | # Function for installing KDE4 split applications. |
724 | # Function for installing KDE4 split applications. |
| 686 | kde4-meta_src_install() { |
725 | kde4-meta_src_install() { |
| 687 | debug-print-function $FUNCNAME "$@" |
726 | debug-print-function $FUNCNAME "$@" |
| 688 | |
727 | |
|
|
728 | # Search ${S}/${KMMODULE} and install common documentation files found |
|
|
729 | local doc |
|
|
730 | for doc in "${S}/${KMMODULE}"/{AUTHORS,CHANGELOG,ChangeLog*,README*,NEWS,TODO,HACKING}; do |
|
|
731 | [[ -f "${doc}" ]] && [[ -s "${doc}" ]] && dodoc "${doc}" |
|
|
732 | done |
|
|
733 | |
| 689 | kde4-base_src_install |
734 | kde4-base_src_install |
| 690 | } |
735 | } |
| 691 | |
736 | |
| 692 | # @FUNCTION: kde4-meta_src_make_doc |
|
|
| 693 | # @DESCRIPTION: |
|
|
| 694 | # This function searches in ${S}/${KMMODULE}, |
|
|
| 695 | # and tries to install "AUTHORS ChangeLog* README* NEWS TODO" if these files exist. |
|
|
| 696 | kde4-meta_src_make_doc() { |
|
|
| 697 | debug-print-function ${FUNCNAME} "$@" |
|
|
| 698 | |
|
|
| 699 | local doc |
|
|
| 700 | for doc in AUTHORS ChangeLog* README* NEWS TODO; do |
|
|
| 701 | [[ -s ${KMMODULE}/${doc} ]] && newdoc "${KMMODULE}/${doc}" "${doc}.${KMMODULE##*/}" |
|
|
| 702 | done |
|
|
| 703 | |
|
|
| 704 | kde4-base_src_make_doc |
|
|
| 705 | } |
|
|
| 706 | |
|
|
| 707 | # @FUNCTION: kde4-meta_pkg_postinst |
737 | # @FUNCTION: kde4-meta_pkg_postinst |
| 708 | # @DESCRIPTION: |
738 | # @DESCRIPTION: |
| 709 | # Display information about application handbook and invoke kbuildsycoca4. |
739 | # Invoke kbuildsycoca4. |
| 710 | kde4-meta_pkg_postinst() { |
740 | kde4-meta_pkg_postinst() { |
| 711 | debug-print-function ${FUNCNAME} "$@" |
741 | debug-print-function ${FUNCNAME} "$@" |
| 712 | |
|
|
| 713 | if has handbook ${IUSE//+} && ! use handbook; then |
|
|
| 714 | echo |
|
|
| 715 | einfo "Application handbook for ${PN} has not been installed." |
|
|
| 716 | einfo "To install handbook, reemerge =${CATEGORY}/${PF} with 'handbook' USE flag." |
|
|
| 717 | echo |
|
|
| 718 | fi |
|
|
| 719 | |
742 | |
| 720 | kde4-base_pkg_postinst |
743 | kde4-base_pkg_postinst |
| 721 | } |
744 | } |
| 722 | |
745 | |
| 723 | # @FUNCTION: kde4-meta_pkg_postrm |
746 | # @FUNCTION: kde4-meta_pkg_postrm |