| 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.24 2009/08/07 01:00:11 wired Exp $ |
3 | # $Header: /var/cvsroot/gentoo-x86/eclass/kde4-meta.eclass,v 1.36 2010/05/15 16:51:46 reavertm 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 | # Add khelpcenter dependency when installing handbooks |
|
|
| 24 | if [[ ${PN} != khelpcenter ]] && has handbook ${IUSE//+}; then |
|
|
| 25 | RDEPEND+=" handbook? ( >=kde-base/khelpcenter-${PV}:${SLOT}[kdeprefix=] )" |
|
|
| 26 | fi |
|
|
| 27 | |
20 | |
| 28 | # Add dependencies that all packages in a certain module share. |
21 | # Add dependencies that all packages in a certain module share. |
| 29 | case ${KMNAME} in |
22 | case ${KMNAME} in |
| 30 | kdebase|kdebase-apps|kdebase-workspace|kdebase-runtime|kdegraphics) |
23 | kdebase|kdebase-apps|kdebase-workspace|kdebase-runtime|kdegraphics) |
| 31 | COMMONDEPEND+=" >=kde-base/qimageblitz-0.0.4" |
24 | COMMONDEPEND+=" >=media-libs/qimageblitz-0.0.4" |
| 32 | ;; |
|
|
| 33 | kdenetwork) |
|
|
| 34 | COMMONDEPEND+=" >=kde-base/kdepimlibs-${PV}:${SLOT}[kdeprefix=]" |
|
|
| 35 | ;; |
25 | ;; |
| 36 | kdepim|kdepim-runtime) |
26 | kdepim|kdepim-runtime) |
| 37 | COMMONDEPEND+=" |
27 | ! slot_is_at_least 4.4 ${SLOT} && COMMONDEPEND+=" $(add_kdebase_dep kdepimlibs)" |
| 38 | dev-libs/boost |
|
|
| 39 | >=kde-base/kdepimlibs-${PV}:${SLOT}[kdeprefix=] |
|
|
| 40 | " |
|
|
| 41 | case ${PN} in |
28 | case ${PN} in |
| 42 | akregator|kaddressbook|kjots|kmail|knode|knotes|korganizer|ktimetracker) |
29 | akregator|kaddressbook|kjots|kmail|knode|knotes|korganizer|ktimetracker) |
| 43 | IUSE+=" +kontact" |
30 | IUSE+=" +kontact" |
| 44 | RDEPEND+=" kontact? ( >=kde-base/kontactinterfaces-${PV}:${SLOT}[kdeprefix=] )" |
31 | RDEPEND+=" kontact? ( $(add_kdebase_dep kontact) )" |
| 45 | ;; |
32 | ;; |
| 46 | esac |
33 | esac |
| 47 | ;; |
34 | ;; |
| 48 | kdegames) |
35 | kdegames) |
| 49 | if [[ ${PN} != libkdegames ]]; then |
36 | if [[ ${PN} != libkdegames ]]; then |
| 50 | COMMONDEPEND+=" >=kde-base/libkdegames-${PV}:${SLOT}[kdeprefix=] " |
37 | COMMONDEPEND+=" $(add_kdebase_dep libkdegames)" |
| 51 | fi |
38 | fi |
| 52 | ;; |
39 | ;; |
| 53 | koffice) |
40 | koffice) |
| 54 | [[ ${PN} != koffice-data ]] && IUSE+=" debug" |
41 | [[ ${PN} != koffice-data ]] && IUSE+=" debug" |
| 55 | RDEPEND+=" |
42 | RDEPEND+=" |
| … | |
… | |
| 215 | "${S}"/CMakeLists.txt || die "Sed to exclude bin/kde4 failed" |
202 | "${S}"/CMakeLists.txt || die "Sed to exclude bin/kde4 failed" |
| 216 | fi |
203 | fi |
| 217 | else |
204 | else |
| 218 | local abort tarball tarfile f extractlist moduleprefix postfix |
205 | local abort tarball tarfile f extractlist moduleprefix postfix |
| 219 | case ${PV} in |
206 | case ${PV} in |
| 220 | 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) |
207 | 4.[34].8[05] | 4.[34].9[0568]) |
| 221 | # block for normally packed upstream unstable snapshots |
208 | # block for normally packed upstream unstable snapshots |
| 222 | KMTARPARAMS+=" --bzip2" # bz2 |
209 | KMTARPARAMS+=" --bzip2" # bz2 |
| 223 | postfix="bz2" |
210 | postfix="bz2" |
| 224 | ;; |
211 | ;; |
| 225 | 4.2.9* | 4.2.8* | 4.2.7* | 4.2.6* | 4.3.9* | 4.3.8* | 4.3.7* | 4.3.6*) |
212 | 4.[34].[6-9]*) |
| 226 | KMTARPARAMS+=" --lzma" # lzma |
213 | # Not passing --xz, as it doesn't work with stable tar |
|
|
214 | KMTARPARAMS+=" --use-compress-program=xz" # xz |
| 227 | postfix="lzma" |
215 | postfix="xz" |
| 228 | ;; |
216 | ;; |
| 229 | *) |
217 | *) |
| 230 | KMTARPARAMS+=" --bzip2" # bz2 |
218 | KMTARPARAMS+=" --bzip2" # bz2 |
| 231 | postfix="bz2" |
219 | postfix="bz2" |
| 232 | ;; |
220 | ;; |
| … | |
… | |
| 337 | ;; |
325 | ;; |
| 338 | kdegames) |
326 | kdegames) |
| 339 | if [[ ${PN} != libkdegames ]]; then |
327 | if [[ ${PN} != libkdegames ]]; then |
| 340 | KMEXTRACTONLY+=" |
328 | KMEXTRACTONLY+=" |
| 341 | libkdegames/" |
329 | libkdegames/" |
|
|
330 | KMLOADLIBS="${KMLOADLIBS} libkdegames" |
| 342 | fi |
331 | fi |
| 343 | ;; |
332 | ;; |
| 344 | kdepim) |
333 | kdepim) |
| 345 | if [[ ${PN} != libkdepim ]]; then |
334 | if [[ ${PN} != libkdepim ]]; then |
| 346 | KMEXTRACTONLY+=" |
335 | KMEXTRACTONLY+=" |
| 347 | libkdepim/" |
336 | libkdepim/" |
| 348 | fi |
337 | fi |
| 349 | case ${SLOT} in |
|
|
| 350 | 4.3|4.4|live) |
|
|
| 351 | KMEXTRACTONLY+=" |
|
|
| 352 | kdepim-version.h |
|
|
| 353 | config-enterprise.h.cmake" |
|
|
| 354 | ;; |
|
|
| 355 | esac |
|
|
| 356 | KMEXTRACTONLY+=" |
338 | KMEXTRACTONLY+=" |
|
|
339 | config-enterprise.h.cmake |
| 357 | kleopatra/ConfigureChecks.cmake" |
340 | kleopatra/ConfigureChecks.cmake" |
|
|
341 | if slot_is_at_least 4.5 ${SLOT}; then |
|
|
342 | KMEXTRACTONLY+=" |
|
|
343 | CTestCustom.cmake |
|
|
344 | kdepim-version.h.cmake" |
|
|
345 | else |
|
|
346 | KMEXTRACTONLY+=" |
|
|
347 | kdepim-version.h" |
|
|
348 | fi |
| 358 | if has kontact ${IUSE//+} && use kontact; then |
349 | if has kontact ${IUSE//+} && use kontact; then |
| 359 | KMEXTRA+=" |
350 | KMEXTRA+=" |
| 360 | kontact/plugins/${PLUGINNAME:-${PN}}/" |
351 | kontact/plugins/${PLUGINNAME:-${PN}}/" |
|
|
352 | if ! slot_is_at_least 4.4 ${SLOT}; then |
| 361 | KMEXTRACTONLY+=" |
353 | KMEXTRACTONLY+=" |
| 362 | kontactinterfaces/" |
354 | kontactinterfaces/" |
|
|
355 | fi |
| 363 | fi |
356 | fi |
| 364 | ;; |
357 | ;; |
| 365 | kdeutils) |
358 | kdeutils) |
| 366 | case ${SLOT} in |
|
|
| 367 | 4.3|4.4|live) |
|
|
| 368 | KMEXTRACTONLY+=" |
359 | KMEXTRACTONLY+=" |
| 369 | kdeutils-version.h" |
360 | kdeutils-version.h" |
| 370 | ;; |
|
|
| 371 | esac |
|
|
| 372 | ;; |
361 | ;; |
| 373 | koffice) |
362 | koffice) |
| 374 | KMEXTRACTONLY+=" |
363 | KMEXTRACTONLY+=" |
| 375 | config-endian.h.cmake |
364 | config-endian.h.cmake |
| 376 | filters/config-filters.h.cmake |
365 | filters/config-filters.h.cmake |
| … | |
… | |
| 386 | esac |
375 | esac |
| 387 | ;; |
376 | ;; |
| 388 | esac |
377 | esac |
| 389 | # Don't install cmake modules for split ebuilds, to avoid collisions. |
378 | # Don't install cmake modules for split ebuilds, to avoid collisions. |
| 390 | case ${KMNAME} in |
379 | case ${KMNAME} in |
| 391 | kdepim) |
|
|
| 392 | # No need for unpack since 4.2.86 |
|
|
| 393 | # Remove when 4.2 is wiped out from the tree |
|
|
| 394 | case ${PV} in |
|
|
| 395 | 4.1*|4.2.0|4.2.1|4.2.2|4.2.3|4.2.4|4.2.85) |
|
|
| 396 | KMCOMPILEONLY+=" |
|
|
| 397 | cmake/modules/" |
|
|
| 398 | ;; |
|
|
| 399 | *) ;; |
|
|
| 400 | esac |
|
|
| 401 | ;; |
|
|
| 402 | kdebase-runtime|kdebase-workspace|kdeedu|kdegames|kdegraphics) |
380 | kdebase-runtime|kdebase-workspace|kdeedu|kdegames|kdegraphics) |
| 403 | case ${PN} in |
381 | case ${PN} in |
| 404 | libkdegames|libkdeedu|libkworkspace) |
382 | libkdegames|libkdeedu|libkworkspace) |
| 405 | KMEXTRA+=" |
383 | KMEXTRA+=" |
| 406 | cmake/modules/" |
384 | cmake/modules/" |
| … | |
… | |
| 492 | -i ${_dir}/CMakeLists.txt || die "${LINENO}: died in ${FUNCNAME} while processing ${_dir}" |
470 | -i ${_dir}/CMakeLists.txt || die "${LINENO}: died in ${FUNCNAME} while processing ${_dir}" |
| 493 | fi |
471 | fi |
| 494 | done |
472 | done |
| 495 | } |
473 | } |
| 496 | |
474 | |
| 497 | # FIXME: add description |
|
|
| 498 | # @FUNCTION: kde4-meta_change_cmakelists |
475 | # @FUNCTION: kde4-meta_change_cmakelists |
| 499 | # @DESCRIPTION: |
476 | # @DESCRIPTION: |
|
|
477 | # Adjust CMakeLists.txt to comply to our splitting. |
| 500 | kde4-meta_change_cmakelists() { |
478 | kde4-meta_change_cmakelists() { |
| 501 | debug-print-function ${FUNCNAME} "$@" |
479 | debug-print-function ${FUNCNAME} "$@" |
| 502 | |
480 | |
| 503 | pushd "${S}" > /dev/null |
481 | pushd "${S}" > /dev/null |
| 504 | |
482 | |
| 505 | comment_all_add_subdirectory ./ |
483 | comment_all_add_subdirectory ./ |
| 506 | |
484 | |
| 507 | # Restore "add_subdirectory( cmake )" in ${S}/CMakeLists.txt |
485 | # Restore "add_subdirectory( cmake )" in ${S}/CMakeLists.txt |
| 508 | if [[ -f "${S}"/CMakeLists.txt ]]; then |
486 | if [[ -f CMakeLists.txt ]]; then |
| 509 | sed -e '/add_subdirectory[[:space:]]*([[:space:]]*cmake[[:space:]]*)/s/^#DONOTCOMPILE //' \ |
487 | sed -e '/add_subdirectory[[:space:]]*([[:space:]]*cmake[[:space:]]*)/s/^#DONOTCOMPILE //' \ |
| 510 | -e '/ADD_SUBDIRECTORY[[:space:]]*([[:space:]]*cmake[[:space:]]*)/s/^#DONOTCOMPILE //' \ |
488 | -e '/ADD_SUBDIRECTORY[[:space:]]*([[:space:]]*cmake[[:space:]]*)/s/^#DONOTCOMPILE //' \ |
| 511 | -i "${S}"/CMakeLists.txt || die "${LINENO}: cmake sed died" |
489 | -i CMakeLists.txt || die "${LINENO}: cmake sed died" |
| 512 | fi |
490 | fi |
| 513 | |
491 | |
| 514 | if [[ -z ${KMNOMODULE} ]]; then |
492 | if [[ -z ${KMNOMODULE} ]]; then |
| 515 | # Restore "add_subdirectory" in $KMMODULE subdirectories |
493 | # Restore "add_subdirectory" in $KMMODULE subdirectories |
| 516 | find "${S}"/${KMMODULE} -name CMakeLists.txt -print0 | xargs -0 sed -i -e 's/^#DONOTCOMPILE //g' || \ |
494 | find "${S}"/${KMMODULE} -name CMakeLists.txt -print0 | \ |
|
|
495 | xargs -0 sed -i -e 's/^#DONOTCOMPILE //g' || \ |
| 517 | die "${LINENO}: died in KMMODULE section" |
496 | die "${LINENO}: died in KMMODULE section" |
| 518 | _change_cmakelists_parent_dirs ${KMMODULE} |
497 | _change_cmakelists_parent_dirs ${KMMODULE} |
| 519 | fi |
498 | fi |
| 520 | |
499 | |
| 521 | local i |
500 | local i |
| 522 | |
501 | |
| 523 | # KMEXTRACTONLY section - Some ebuilds need to comment out some subdirs in KMMODULE and they use KMEXTRACTONLY |
502 | # KMEXTRACTONLY section - Some ebuilds need to comment out some subdirs in KMMODULE and they use KMEXTRACTONLY |
| 524 | for i in ${KMEXTRACTONLY}; do |
503 | for i in ${KMEXTRACTONLY}; do |
| 525 | if [[ -d "${S}"/${i} && -f "${S}"/${i}/../CMakeLists.txt ]]; then |
504 | if [[ -d ${i} && -f ${i}/../CMakeLists.txt ]]; then |
| 526 | sed -i -e "/([[:space:]]*$(basename $i)[[:space:]]*)/s/^/#DONOTCOMPILE /" "${S}"/${i}/../CMakeLists.txt || \ |
505 | sed -e "/([[:space:]]*$(basename $i)[[:space:]]*)/s/^/#DONOTCOMPILE /" \ |
|
|
506 | -i ${i}/../CMakeLists.txt || \ |
| 527 | die "${LINENO}: sed died while working in the KMEXTRACTONLY section while processing ${i}" |
507 | die "${LINENO}: sed died while working in the KMEXTRACTONLY section while processing ${i}" |
| 528 | fi |
508 | fi |
| 529 | done |
509 | done |
| 530 | |
510 | |
| 531 | # KMCOMPILEONLY |
511 | # KMCOMPILEONLY |
| … | |
… | |
| 553 | # KMEXTRA_NONFATAL section |
533 | # KMEXTRA_NONFATAL section |
| 554 | for i in ${KMEXTRA_NONFATAL}; do |
534 | for i in ${KMEXTRA_NONFATAL}; do |
| 555 | if [[ -d "${S}"/${i} ]]; then |
535 | if [[ -d "${S}"/${i} ]]; then |
| 556 | find "${S}"/${i} -name CMakeLists.txt -print0 | \ |
536 | find "${S}"/${i} -name CMakeLists.txt -print0 | \ |
| 557 | xargs -0 sed -i -e 's/^#DONOTCOMPILE //g' || \ |
537 | xargs -0 sed -i -e 's/^#DONOTCOMPILE //g' || \ |
| 558 | die "${LINENO}: sed died uncommenting add_subdirectory instructions in KMEXTRA section while processing ${i}" |
538 | die "${LINENO}: sed died uncommenting add_subdirectory instructions in KMEXTRA section while processing ${i}" |
| 559 | _change_cmakelists_parent_dirs ${i} |
539 | _change_cmakelists_parent_dirs ${i} |
| 560 | fi |
540 | fi |
| 561 | done |
541 | done |
| 562 | |
542 | |
| 563 | case ${KMNAME} in |
543 | case ${KMNAME} in |
| 564 | kdebase-workspace) |
544 | kdebase-workspace) |
| 565 | # COLLISION PROTECT section |
545 | # COLLISION PROTECT section |
| 566 | # Install the startkde script just once, as a part of kde-base/kdebase-startkde, |
546 | # Install the startkde script just once, as a part of kde-base/kdebase-startkde, |
| 567 | # not as a part of every package. |
547 | # not as a part of every package. |
| 568 | if [[ ${PN} != kdebase-startkde && -f "${S}"/CMakeLists.txt ]]; then |
548 | if [[ ${PN} != kdebase-startkde && -f CMakeLists.txt ]]; then |
| 569 | # The startkde script moved to kdebase-workspace for KDE4 versions > 3.93.0. |
549 | # The startkde script moved to kdebase-workspace for KDE4 versions > 3.93.0. |
| 570 | sed -i -e '/startkde/s/^/#DONOTINSTALL /' "${S}"/CMakeLists.txt || \ |
550 | sed -e '/startkde/s/^/#DONOTINSTALL /' \ |
| 571 | die "${LINENO}: sed died in the kdebase-startkde collision prevention section" |
551 | -i CMakeLists.txt || die "${LINENO}: sed died in the kdebase-startkde collision prevention section" |
| 572 | fi |
552 | fi |
| 573 | # Strip EXPORT feature section from workspace for KDE4 versions > 4.1.82 |
553 | # Strip EXPORT feature section from workspace for KDE4 versions > 4.1.82 |
| 574 | if [[ ${PN} != libkworkspace ]]; then |
554 | if [[ ${PN} != libkworkspace ]]; then |
| 575 | sed -i \ |
|
|
| 576 | -e '/install(FILES ${CMAKE_CURRENT_BINARY_DIR}\/KDE4WorkspaceConfig.cmake/,/^[[:space:]]*FILE KDE4WorkspaceLibraryTargets.cmake )[[:space:]]*^/d' \ |
555 | sed -e '/install(FILES ${CMAKE_CURRENT_BINARY_DIR}\/KDE4WorkspaceConfig.cmake/,/^[[:space:]]*FILE KDE4WorkspaceLibraryTargets.cmake )[[:space:]]*^/d' \ |
| 577 | CMakeLists.txt || die "${LINENO}: sed died in kdebase-workspace strip config install and fix EXPORT section" |
556 | -i CMakeLists.txt || die "${LINENO}: sed died in kdebase-workspace strip config install and fix EXPORT section" |
| 578 | fi |
557 | fi |
| 579 | ;; |
558 | ;; |
| 580 | kdebase-runtime) |
559 | kdebase-runtime) |
| 581 | # COLLISION PROTECT section |
560 | # COLLISION PROTECT section |
| 582 | # Only install the kde4 script as part of kde-base/kdebase-data |
561 | # Only install the kde4 script as part of kde-base/kdebase-data |
| 583 | if [[ ${PN} != kdebase-data && -f "${S}"/CMakeLists.txt ]]; then |
562 | if [[ ${PN} != kdebase-data && -f CMakeLists.txt ]]; then |
| 584 | sed -i -e '/^install(PROGRAMS[[:space:]]*[^[:space:]]*\/kde4[[:space:]]/s/^/#DONOTINSTALL /' \ |
563 | sed -e '/^install(PROGRAMS[[:space:]]*[^[:space:]]*\/kde4[[:space:]]/s/^/#DONOTINSTALL /' \ |
| 585 | "${S}"/CMakeLists.txt || die "Sed to exclude bin/kde4 failed" |
564 | -i CMakeLists.txt || die "Sed to exclude bin/kde4 failed" |
| 586 | fi |
565 | fi |
|
|
566 | ;; |
|
|
567 | kdenetwork) |
|
|
568 | # Disable hardcoded kdepimlibs check |
|
|
569 | sed -e 's/find_package(KdepimLibs REQUIRED)/macro_optional_find_package(KdepimLibs)/' \ |
|
|
570 | -i CMakeLists.txt || die "failed to disable hardcoded checks" |
| 587 | ;; |
571 | ;; |
| 588 | kdepim) |
572 | kdepim) |
|
|
573 | # Disable hardcoded checks |
|
|
574 | sed -r -e '/find_package\(KdepimLibs/s/REQUIRED//' \ |
|
|
575 | -e '/find_package\((KdepimLibs|Boost|QGpgme|Akonadi|ZLIB|Strigi|SharedDesktopOntologies|Soprano|Nepomuk)/{/macro_optional_/!s/find/macro_optional_&/}' \ |
|
|
576 | -e '/macro_log_feature\((Boost|QGPGME|Akonadi|ZLIB|STRIGI|SHAREDDESKTOPONTOLOGIES|Soprano|Nepomuk)_FOUND/s/ TRUE / FALSE /' \ |
|
|
577 | -e '/if[[:space:]]*([[:space:]]*BUILD_.*)/s/^/#OVERRIDE /' \ |
|
|
578 | -e '/if[[:space:]]*([[:space:]]*[[:alnum:]]*_FOUND[[:space:]]*)/s/^/#OVERRIDE /' \ |
|
|
579 | -i CMakeLists.txt || die "failed to disable hardcoded checks" |
|
|
580 | # Disable broken or redundant build logic |
|
|
581 | if ( has kontact ${IUSE//+} && use kontact ) || [[ ${PN} = kontact ]]; then |
|
|
582 | sed -e '/if[[:space:]]*([[:space:]]*BUILD_.*)/s/^/#OVERRIDE /' \ |
|
|
583 | -e '/if[[:space:]]*([[:space:]]*[[:alnum:]]*_FOUND[[:space:]]*)/s/^/#OVERRIDE /' \ |
|
|
584 | -i kontact/plugins/CMakeLists.txt || die 'failed to override build logic' |
|
|
585 | fi |
|
|
586 | if ! slot_is_at_least 4.5 ${SLOT}; then |
| 589 | case ${PN} in |
587 | case ${PN} in |
| 590 | kaddressbook|kalarm|kmailcvt|kontact|korganizer|korn) |
588 | kalarm|kmailcvt|kontact|korganizer|korn) |
| 591 | sed -i -n -e '/qt4_generate_dbus_interface(.*org\.kde\.kmail\.\(kmail\|mailcomposer\)\.xml/p' \ |
589 | sed -n -e '/qt4_generate_dbus_interface(.*org\.kde\.kmail\.\(kmail\|mailcomposer\)\.xml/p' \ |
| 592 | -e '/add_custom_target(kmail_xml /,/)/p' "${S}"/kmail/CMakeLists.txt || die "uncommenting xml failed" |
590 | -e '/add_custom_target(kmail_xml /,/)/p' \ |
|
|
591 | -i kmail/CMakeLists.txt || die "uncommenting xml failed" |
| 593 | _change_cmakelists_parent_dirs kmail |
592 | _change_cmakelists_parent_dirs kmail |
| 594 | ;; |
593 | ;; |
| 595 | esac |
594 | esac |
|
|
595 | fi |
| 596 | ;; |
596 | ;; |
| 597 | kdewebdev) |
597 | kdewebdev) |
| 598 | # Disable hardcoded kdepimlibs check |
598 | # Disable hardcoded checks |
| 599 | sed -e 's/find_package(KdepimLibs REQUIRED)/macro_optional_find_package(KdepimLibs)/' \ |
599 | sed -e 's/find_package(KdepimLibs REQUIRED)/macro_optional_find_package(KdepimLibs)/' \ |
| 600 | -e 's/find_package(LibXml2 REQUIRED)/macro_optional_find_package(LibXml2)/' \ |
600 | -e 's/find_package(LibXml2 REQUIRED)/macro_optional_find_package(LibXml2)/' \ |
| 601 | -e 's/find_package(LibXslt REQUIRED)/macro_optional_find_package(LibXslt)/' \ |
601 | -e 's/find_package(LibXslt REQUIRED)/macro_optional_find_package(LibXslt)/' \ |
| 602 | -e 's/find_package(Boost REQUIRED)/macro_optional_find_package(Boost)/' \ |
602 | -e 's/find_package(Boost REQUIRED)/macro_optional_find_package(Boost)/' \ |
| 603 | -i CMakeLists.txt || die "failed to disable hardcoded checks" |
603 | -i CMakeLists.txt || die "failed to disable hardcoded checks" |
| 604 | ;; |
604 | ;; |
| 605 | koffice) |
605 | koffice) |
| 606 | # prevent collisions |
606 | # Prevent collisions |
| 607 | if [[ ${PN} != koffice-data ]]; then |
607 | if [[ ${PN} != koffice-data ]]; then |
| 608 | sed -i -e '/install(.*FindKOfficeLibs.cmake/,/)/ d' \ |
608 | sed -e '/install(.*FindKOfficeLibs.cmake/,/)/ d' \ |
| 609 | "${S}"/cmake/modules/CMakeLists.txt || \ |
609 | -i cmake/modules/CMakeLists.txt || die "${LINENO}: sed died in collision prevention section" |
|
|
610 | sed -e '/install(.\+config-openexr\.h.\+)/d' \ |
| 610 | die "${LINENO}: sed died in collision prevention section" |
611 | -i CMakeLists.txt || die "${LINENO}: sed died in collision prevention section" |
|
|
612 | fi |
|
|
613 | # koffice 2.0 |
| 611 | case ${PV} in |
614 | case ${PV} in |
| 612 | 2.0.*) |
615 | 2.0.[1-9]) |
| 613 | sed -i -n -e '1h;1!H;${g;s/install(.\+config-openexr.h.\+)//;p}' \ |
616 | sed -i -n -e '1h;1!H;${g;s/install(.\+config-openexr.h.\+)//;p}' \ |
| 614 | "${S}"/CMakeLists.txt || \ |
617 | "${S}"/CMakeLists.txt || \ |
| 615 | die "${LINENO}: sed died in collision prevention section" |
618 | die "${LINENO}: sed died in collision prevention section" |
| 616 | ;; |
619 | ;; |
| 617 | *) |
620 | *) ;; |
| 618 | sed -i -e '/install(.\+config-openexr\.h.\+)/d' \ |
|
|
| 619 | "${S}"//CMakeLists.txt || \ |
|
|
| 620 | die "${LINENO}: sed died in collision prevention section" |
|
|
| 621 | ;; |
|
|
| 622 | esac |
621 | esac |
|
|
622 | # koffice 2.1.[8-9][0-9] and 9999 |
|
|
623 | case ${PV} in |
|
|
624 | 2.1.8[0-9]|2.1.9[0-9]|9999) |
|
|
625 | sed -e '/^option(BUILD/s/ON/OFF/' \ |
|
|
626 | -e '/^if(NOT BUILD_kchart/,/^endif(NOT BUILD_kchart/d' \ |
|
|
627 | -e '/^if(BUILD_koreport/,/^endif(BUILD_koreport/d' \ |
|
|
628 | -e 's/set(SHOULD_BUILD_F_OFFICE TRUE)/set(SHOULD_BUILD_F_OFFICE FALSE)/' \ |
|
|
629 | -i "${S}"/CMakeLists.txt || die "sed died while fixing cmakelists" |
|
|
630 | if [[ ${PN} != koffice-data ]] && [[ ${PV} == 9999 ]]; then |
|
|
631 | sed -e '/config-opengl.h/d' \ |
|
|
632 | -i "${S}"/CMakeLists.txt || die "sed died while fixing cmakelists" |
|
|
633 | |
| 623 | fi |
634 | fi |
|
|
635 | ;; |
|
|
636 | *) ;; |
|
|
637 | esac |
| 624 | esac |
638 | esac |
| 625 | |
639 | |
| 626 | popd > /dev/null |
640 | popd > /dev/null |
| 627 | } |
641 | } |
| 628 | |
642 | |
| … | |
… | |
| 631 | # Currently just calls its equivalent in kde4-base.eclass(5). Use this one in split |
645 | # Currently just calls its equivalent in kde4-base.eclass(5). Use this one in split |
| 632 | # ebuilds. |
646 | # ebuilds. |
| 633 | kde4-meta_src_configure() { |
647 | kde4-meta_src_configure() { |
| 634 | debug-print-function ${FUNCNAME} "$@" |
648 | debug-print-function ${FUNCNAME} "$@" |
| 635 | |
649 | |
|
|
650 | # backwards-compatibility: make mycmakeargs an array, if it isn't already |
|
|
651 | if [[ $(declare -p mycmakeargs 2>&-) != "declare -a mycmakeargs="* ]]; then |
|
|
652 | mycmakeargs=(${mycmakeargs}) |
|
|
653 | fi |
|
|
654 | |
| 636 | # Set some cmake default values here (usually workarounds for automagic deps) |
655 | # Set some cmake default values here (usually workarounds for automagic deps) |
| 637 | case ${KMNAME} in |
656 | case ${KMNAME} in |
| 638 | kdewebdev) |
657 | kdewebdev) |
| 639 | mycmakeargs=" |
658 | mycmakeargs=( |
| 640 | -DWITH_KdepimLibs=OFF |
659 | -DWITH_KdepimLibs=OFF |
| 641 | -DWITH_LibXml2=OFF |
660 | -DWITH_LibXml2=OFF |
| 642 | -DWITH_LibXslt=OFF |
661 | -DWITH_LibXslt=OFF |
| 643 | -DWITH_Boost=OFF |
662 | -DWITH_Boost=OFF |
| 644 | -DWITH_LibTidy=OFF |
663 | -DWITH_LibTidy=OFF |
| 645 | ${mycmakeargs}" |
664 | "${mycmakeargs[@]}" |
|
|
665 | ) |
|
|
666 | ;; |
|
|
667 | koffice) |
|
|
668 | case ${PV} in |
|
|
669 | 2.1.8[0-9]|2.1.9[0-9]|9999) |
|
|
670 | if [[ ${PN} != "kchart" ]]; then |
|
|
671 | mycmakeargs=( |
|
|
672 | -DBUILD_koreport=OFF |
|
|
673 | "${mycmakeargs[@]}" |
|
|
674 | ) |
|
|
675 | fi |
|
|
676 | ;; |
|
|
677 | esac |
| 646 | ;; |
678 | ;; |
| 647 | esac |
679 | esac |
| 648 | |
680 | |
| 649 | kde4-base_src_configure |
681 | kde4-base_src_configure |
| 650 | } |
682 | } |
| … | |
… | |
| 659 | kde4-base_src_compile "$@" |
691 | kde4-base_src_compile "$@" |
| 660 | } |
692 | } |
| 661 | |
693 | |
| 662 | # @FUNCTION: kde4-meta_src_test |
694 | # @FUNCTION: kde4-meta_src_test |
| 663 | # @DESCRIPTION: |
695 | # @DESCRIPTION: |
| 664 | # Currently just calls its equivalent in kde4-base.eclass(5). Use this in split |
696 | # Currently just calls its equivalent in kde4-base.eclass(5) if |
| 665 | # ebuilds. |
697 | # I_KNOW_WHAT_I_AM_DOING is set. Use this in split ebuilds. |
| 666 | kde4-meta_src_test() { |
698 | kde4-meta_src_test() { |
| 667 | debug-print-function $FUNCNAME "$@" |
699 | debug-print-function $FUNCNAME "$@" |
| 668 | |
700 | |
|
|
701 | if [[ $I_KNOW_WHAT_I_AM_DOING ]]; then |
| 669 | kde4-base_src_test |
702 | kde4-base_src_test |
|
|
703 | else |
|
|
704 | einfo "Tests disabled" |
|
|
705 | fi |
| 670 | } |
706 | } |
| 671 | |
707 | |
| 672 | # @FUNCTION: kde4-meta_src_install |
708 | # @FUNCTION: kde4-meta_src_install |
| 673 | # @DESCRIPTION: |
709 | # @DESCRIPTION: |
| 674 | # Function for installing KDE4 split applications. |
710 | # Function for installing KDE4 split applications. |
| 675 | kde4-meta_src_install() { |
711 | kde4-meta_src_install() { |
| 676 | debug-print-function $FUNCNAME "$@" |
712 | debug-print-function $FUNCNAME "$@" |
| 677 | |
713 | |
|
|
714 | # Search ${S}/${KMMODULE} and install any "AUTHORS ChangeLog* README* NEWS TODO HACKING" found |
|
|
715 | local doc |
|
|
716 | for doc in AUTHORS ChangeLog* README* NEWS TODO HACKING; do |
|
|
717 | [[ -s "${S}/${KMMODULE}/${doc}" ]] && dodoc "${S}/${KMMODULE}/${doc}" |
|
|
718 | done |
|
|
719 | |
| 678 | kde4-base_src_install |
720 | kde4-base_src_install |
| 679 | } |
721 | } |
| 680 | |
722 | |
| 681 | # @FUNCTION: kde4-meta_src_make_doc |
|
|
| 682 | # @DESCRIPTION: |
|
|
| 683 | # This function searches in ${S}/${KMMODULE}, |
|
|
| 684 | # and tries to install "AUTHORS ChangeLog* README* NEWS TODO" if these files exist. |
|
|
| 685 | kde4-meta_src_make_doc() { |
|
|
| 686 | debug-print-function ${FUNCNAME} "$@" |
|
|
| 687 | |
|
|
| 688 | local doc |
|
|
| 689 | for doc in AUTHORS ChangeLog* README* NEWS TODO; do |
|
|
| 690 | [[ -s ${KMMODULE}/${doc} ]] && newdoc "${KMMODULE}/${doc}" "${doc}.${KMMODULE##*/}" |
|
|
| 691 | done |
|
|
| 692 | |
|
|
| 693 | kde4-base_src_make_doc |
|
|
| 694 | } |
|
|
| 695 | |
|
|
| 696 | # @FUNCTION: kde4-meta_pkg_postinst |
723 | # @FUNCTION: kde4-meta_pkg_postinst |
| 697 | # @DESCRIPTION: |
724 | # @DESCRIPTION: |
| 698 | # Display information about application handbook and invoke kbuildsycoca4. |
725 | # Invoke kbuildsycoca4. |
| 699 | kde4-meta_pkg_postinst() { |
726 | kde4-meta_pkg_postinst() { |
| 700 | debug-print-function ${FUNCNAME} "$@" |
727 | debug-print-function ${FUNCNAME} "$@" |
| 701 | |
|
|
| 702 | if has handbook ${IUSE//+} && ! use handbook; then |
|
|
| 703 | echo |
|
|
| 704 | einfo "Application handbook for ${PN} has not been installed." |
|
|
| 705 | einfo "To install handbook, reemerge =${CATEGORY}/${PF} with 'handbook' USE flag." |
|
|
| 706 | echo |
|
|
| 707 | fi |
|
|
| 708 | |
728 | |
| 709 | kde4-base_pkg_postinst |
729 | kde4-base_pkg_postinst |
| 710 | } |
730 | } |
| 711 | |
731 | |
| 712 | # @FUNCTION: kde4-meta_pkg_postrm |
732 | # @FUNCTION: kde4-meta_pkg_postrm |