| 1 | # Copyright 1999-2011 Gentoo Foundation |
1 | # Copyright 1999-2011 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.55 2011/06/15 00:11:05 abcd Exp $ |
3 | # $Header: /var/cvsroot/gentoo-x86/eclass/kde4-meta.eclass,v 1.56 2011/07/10 17:53:37 tampakrap 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. |
| … | |
… | |
| 375 | # should not try in that case |
375 | # should not try in that case |
| 376 | # note2: kdeedu 4.6.4 does not have a cmake/modules/ subdir anymore :( |
376 | # note2: kdeedu 4.6.4 does not have a cmake/modules/ subdir anymore :( |
| 377 | # it may be possible to formulate this shorter, but it should also |
377 | # it may be possible to formulate this shorter, but it should also |
| 378 | # still be understandable... |
378 | # still be understandable... |
| 379 | if [[ ${KMNAME} != kdegraphics || ( ( $(get_kde_version) != 4.6 || ${PV} < 4.6.2 ) && $(get_kde_version) < 4.7 ) ]] \ |
379 | if [[ ${KMNAME} != kdegraphics || ( ( $(get_kde_version) != 4.6 || ${PV} < 4.6.2 ) && $(get_kde_version) < 4.7 ) ]] \ |
| 380 | && ! [[ ${KMNAME} == kdeedu && ${PV} == 4.6.4 ]]; then |
380 | && ! [[ ${KMNAME} == kdeedu && ( ${PV} == 4.6.4 || ${PV} == 4.6.5 ) ]]; then |
| 381 | case ${KMNAME} in |
381 | case ${KMNAME} in |
| 382 | kdebase-runtime|kde-runtime|kdebase-workspace|kde-workspace|kdeedu|kdegames|kdegraphics) |
382 | kdebase-runtime|kde-runtime|kdebase-workspace|kde-workspace|kdeedu|kdegames|kdegraphics) |
| 383 | case ${PN} in |
383 | case ${PN} in |
| 384 | libkdegames|libkdeedu|libkworkspace) |
384 | libkdegames|libkdeedu|libkworkspace) |
| 385 | KMEXTRA+=" |
385 | KMEXTRA+=" |