| 1 | # Copyright 1999-2008 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.2 2008/02/15 19:48:40 zlin Exp $ |
3 | # $Header: /var/cvsroot/gentoo-x86/eclass/kde4-meta.eclass,v 1.51 2011/04/06 14:22:14 scarabeus 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. |
| 9 | # @DESCRIPTION: |
9 | # @DESCRIPTION: |
| 10 | # This eclass provides all necessary functions for writing split KDE ebuilds. |
10 | # This eclass provides all necessary functions for writing split KDE ebuilds. |
| 11 | # |
11 | # |
| 12 | # You must define KMNAME to use this eclass, and do so before inheriting it. All other variables are optional. |
12 | # You must define KMNAME to use this eclass, and do so before inheriting it. All other variables are optional. |
| 13 | # Do not include the same item in more than one of KMMODULE, KMMEXTRA, KMCOMPILEONLY, KMEXTRACTONLY. |
13 | # Do not include the same item in more than one of KMMODULE, KMMEXTRA, KMCOMPILEONLY, KMEXTRACTONLY. |
| 14 | # |
|
|
| 15 | # NOTE: This eclass uses the SLOT dependencies from EAPI="1" or compatible, |
|
|
| 16 | # hence you must define EAPI="1" in the ebuild, before inheriting any eclasses. |
|
|
| 17 | |
14 | |
| 18 | inherit multilib kde4-functions kde4-base |
|
|
| 19 | |
|
|
| 20 | EXPORT_FUNCTIONS pkg_setup src_unpack src_compile src_test src_install pkg_postinst pkg_postrm |
|
|
| 21 | |
|
|
| 22 | if [[ -z ${KMNAME} ]]; then |
|
|
| 23 | die "kde4-meta.eclass inherited but KMNAME not defined - broken ebuild" |
15 | [[ -z ${KMNAME} ]] && die "kde4-meta.eclass inherited but KMNAME not defined - broken ebuild" |
| 24 | fi |
|
|
| 25 | |
16 | |
| 26 | case ${KDEBASE} in |
17 | inherit kde4-base toolchain-funcs versionator |
| 27 | kde-base) HOMEPAGE="http://www.kde.org/" |
18 | |
| 28 | LICENSE="GPL-2" ;; |
19 | case ${EAPI:-0} in |
| 29 | koffice) HOMEPAGE="http://www.koffice.org/" |
20 | 3) |
| 30 | LICENSE="GPL-2" ;; |
21 | KDEMETA_EXPF="pkg_setup src_unpack src_prepare src_configure src_compile src_test src_install pkg_preinst pkg_postinst pkg_postrm" |
| 31 | *) die "KDEBASE=${KDEBASE} is unsupported." ;; |
22 | ;; |
|
|
23 | *) |
|
|
24 | KDEMETA_EXPF="pkg_pretend pkg_setup src_unpack src_prepare src_configure src_compile src_test src_install pkg_preinst pkg_postinst pkg_postrm" |
|
|
25 | ;; |
| 32 | esac |
26 | esac |
| 33 | |
27 | EXPORT_FUNCTIONS ${KDEMETA_EXPF} |
| 34 | debug-print "${BASH_SOURCE} ${LINENO} ${ECLASS}: DEPEND ${DEPEND} - before blockers" |
|
|
| 35 | debug-print "${BASH_SOURCE} ${LINENO} ${ECLASS}: RDEPEND ${RDEPEND} - before blockers" |
|
|
| 36 | |
|
|
| 37 | # Add a blocker on the package we're derived from |
|
|
| 38 | DEPEND="${DEPEND} !$(get-parent-package ${CATEGORY}/${PN}):${SLOT}" |
|
|
| 39 | RDEPEND="${RDEPEND} !$(get-parent-package ${CATEGORY}/${PN}):${SLOT}" |
|
|
| 40 | |
|
|
| 41 | debug-print "line ${LINENO} ${ECLASS}: DEPEND ${DEPEND} - after blockers" |
|
|
| 42 | debug-print "line ${LINENO} ${ECLASS}: RDEPEND ${RDEPEND} - after blockers" |
|
|
| 43 | |
28 | |
| 44 | # Add dependencies that all packages in a certain module share. |
29 | # Add dependencies that all packages in a certain module share. |
| 45 | case ${KMNAME} in |
30 | case ${KMNAME} in |
| 46 | kdebase|kdebase-workspace|kdebase-runtime) |
31 | kdebase|kdebase-apps|kdebase-workspace|kdebase-runtime|kdegraphics) |
| 47 | DEPEND="${DEPEND} >=kde-base/qimageblitz-0.0.4" |
32 | COMMONDEPEND+=" >=media-libs/qimageblitz-0.0.4" |
| 48 | RDEPEND="${RDEPEND} >=kde-base/qimageblitz-0.0.4" |
|
|
| 49 | ;; |
33 | ;; |
| 50 | kdepim) |
34 | kdepim|kdepim-runtime) |
| 51 | if [[ ${PN} != kode ]]; then |
|
|
| 52 | DEPEND="${DEPEND} >=kde-base/kode-${PV}:${SLOT}" |
|
|
| 53 | RDEPEND="${RDEPEND} >=kde-base/kode-${PV}:${SLOT}" |
|
|
| 54 | fi |
|
|
| 55 | case ${PN} in |
35 | case ${PN} in |
| 56 | akregator|kaddressbook|kmail|kmobiletools|knode|knotes|korganizer|ktimetracker) |
36 | akregator|kaddressbook|kjots|kmail|knode|knotes|korganizer|ktimetracker) |
| 57 | IUSE="+kontact" |
37 | IUSE+=" +kontact" |
| 58 | DEPEND="${DEPEND} kontact? ( >=kde-base/kontact-${PV}:${SLOT} )" |
38 | RDEPEND+=" kontact? ( $(add_kdebase_dep kontact) )" |
| 59 | RDEPEND="${RDEPEND} kontact? ( >=kde-base/kontact-${PV}:${SLOT} )" |
|
|
| 60 | ;; |
39 | ;; |
| 61 | esac |
40 | esac |
| 62 | ;; |
41 | ;; |
| 63 | kdegames) |
42 | kdegames) |
| 64 | if [[ ${PN} != "libkdegames" ]]; then |
43 | if [[ ${PN} != libkdegames ]]; then |
| 65 | DEPEND="${DEPEND} >=kde-base/libkdegames-${PV}:${SLOT}" |
44 | COMMONDEPEND+=" $(add_kdebase_dep libkdegames)" |
| 66 | RDEPEND="${RDEPEND} >=kde-base/libkdegames-${PV}:${SLOT}" |
|
|
| 67 | fi |
45 | fi |
| 68 | ;; |
46 | ;; |
| 69 | koffice) |
47 | koffice) |
| 70 | case ${PN} in |
48 | [[ ${PN} != koffice-data ]] && IUSE+=" debug" |
| 71 | koffice-libs|koffice-data) : ;; |
49 | RDEPEND+=" |
| 72 | *) |
50 | !app-office/${PN}:0 |
|
|
51 | !app-office/koffice:0 |
|
|
52 | !app-office/koffice-meta:0 |
|
|
53 | " |
|
|
54 | if has openexr ${IUSE//+}; then |
|
|
55 | COMMONDEPEND+=" media-gfx/imagemagick[openexr?]" |
|
|
56 | else |
|
|
57 | COMMONDEPEND+=" media-gfx/imagemagick" |
|
|
58 | fi |
|
|
59 | |
|
|
60 | COMMONDEPEND+=" |
|
|
61 | dev-cpp/eigen:2 |
|
|
62 | media-libs/fontconfig |
|
|
63 | media-libs/freetype:2 |
|
|
64 | " |
|
|
65 | if [[ ${PN} != koffice-libs && ${PN} != koffice-data ]]; then |
| 73 | DEPEND="${DEPEND} >=app-office/koffice-libs-${PV}:${SLOT}" |
66 | COMMONDEPEND+=" >=app-office/koffice-libs-${PV}:${SLOT}" |
| 74 | RDEPEND="${RDEPEND} >=app-office/koffice-libs-${PV}:${SLOT}" |
67 | fi |
| 75 | ;; |
68 | ;; |
| 76 | esac |
|
|
| 77 | ;; |
|
|
| 78 | esac |
69 | esac |
|
|
70 | |
|
|
71 | DEPEND+=" ${COMMONDEPEND}" |
|
|
72 | RDEPEND+=" ${COMMONDEPEND}" |
|
|
73 | unset COMMONDEPEND |
| 79 | |
74 | |
| 80 | debug-print "line ${LINENO} ${ECLASS}: DEPEND ${DEPEND} - after metapackage-specific dependencies" |
75 | debug-print "line ${LINENO} ${ECLASS}: DEPEND ${DEPEND} - after metapackage-specific dependencies" |
| 81 | debug-print "line ${LINENO} ${ECLASS}: RDEPEND ${RDEPEND} - after metapackage-specific dependencies" |
76 | debug-print "line ${LINENO} ${ECLASS}: RDEPEND ${RDEPEND} - after metapackage-specific dependencies" |
| 82 | |
77 | |
|
|
78 | # Useful to build kde4-meta style stuff from extragear/playground (plasmoids etc) |
|
|
79 | case ${BUILD_TYPE} in |
|
|
80 | live) |
|
|
81 | if [[ ${KDE_SCM} == svn ]]; then |
|
|
82 | case ${KMNAME} in |
|
|
83 | extragear*|playground*) |
|
|
84 | ESVN_REPO_URI="${ESVN_MIRROR}/trunk/${KMNAME}" |
|
|
85 | ESVN_PROJECT="${KMNAME}${ESVN_PROJECT_SUFFIX}" |
|
|
86 | ;; |
|
|
87 | esac |
|
|
88 | fi |
|
|
89 | ;; |
|
|
90 | esac |
|
|
91 | |
| 83 | # @ECLASS-VARIABLE: KMNAME |
92 | # @ECLASS-VARIABLE: KMNAME |
| 84 | # @DESCRIPTION: |
93 | # @DESCRIPTION: |
| 85 | # Name of the parent-module (e.g. kdebase, kdepim, ...). You _must_ set it _before_ inheriting this eclass, |
94 | # Name of the parent-module (e.g. kdebase, kdepim, ...). You _must_ set it |
| 86 | # (unlike the other parameters), since it's used to set $SRC_URI. |
95 | # _before_ inheriting this eclass, (unlike the other parameters), since it's |
|
|
96 | # used to set $SRC_URI. |
| 87 | |
97 | |
| 88 | # @ECLASS-VARIABLE: KMMODULE |
98 | # @ECLASS-VARIABLE: KMMODULE |
| 89 | # @DESCRIPTION: |
99 | # @DESCRIPTION: |
| 90 | # Specify exactly one subdirectory of $KMNAME here. Defaults to $PN. |
100 | # Specify exactly one subdirectory of $KMNAME here. Defaults to $PN. |
| 91 | # The subdirectory listed here is treated exactly like items in $KMEXTRA. |
101 | # The subdirectory listed here is treated exactly like items in $KMEXTRA. |
| … | |
… | |
| 96 | # @ECLASS-VARIABLE: KMNOMODULE |
106 | # @ECLASS-VARIABLE: KMNOMODULE |
| 97 | # @DESCRIPTION: |
107 | # @DESCRIPTION: |
| 98 | # If set to "true", $KMMODULE doesn't have to be defined. |
108 | # If set to "true", $KMMODULE doesn't have to be defined. |
| 99 | # |
109 | # |
| 100 | # Example usage: If you're installing subdirectories of a package, like plugins, |
110 | # Example usage: If you're installing subdirectories of a package, like plugins, |
| 101 | # you mark the topsubdirectory (containing the package) as $KMEXTRACTONLY, and set KMNOMODULE="true". |
111 | # you mark the top subdirectory (containing the package) as $KMEXTRACTONLY, and |
| 102 | if [[ ${KMNOMODULE} != "true" && -z ${KMMODULE} ]]; then |
112 | # set KMNOMODULE="true". |
|
|
113 | if [[ -z ${KMMODULE} ]] && [[ ${KMNOMODULE} != true ]]; then |
| 103 | KMMODULE=${PN} |
114 | KMMODULE=${PN} |
| 104 | fi |
115 | fi |
| 105 | |
116 | |
| 106 | # @ECLASS-VARIABLE: KMEXTRA |
117 | # @ECLASS-VARIABLE: KMEXTRA |
| 107 | # @DESCRIPTION: |
118 | # @DESCRIPTION: |
| 108 | # All subdirectories listed here will be extracted, compiled & installed. |
119 | # All subdirectories listed here will be extracted, compiled & installed. |
| 109 | # $KMMODULE is always added to $KMEXTRA. |
120 | # $KMMODULE is always added to $KMEXTRA. |
| 110 | # If the htmlhandbook USE-flag is set, and if this directory exists, |
121 | # If KDE_HANDBOOK is 'always' or 'optional' and handbook USE-flag is set, and if this |
| 111 | # then "doc/$KMMODULE" is added to $KMEXTRA. In other cases, this should be |
122 | # directory exists, then "doc/$KMMODULE" is added to $KMEXTRA. If there's additional |
| 112 | # handled in the ebuild. |
|
|
| 113 | # If the documentation is in a different subdirectory, you should add it to KMEXTRA. |
123 | # documentation in different subdirectories, it should be added to KMEXTRA manually.. |
| 114 | |
124 | |
| 115 | # @ECLASS-VARIABLE: KMCOMPILEONLY |
125 | # @ECLASS-VARIABLE: KMCOMPILEONLY |
| 116 | # @DESCRIPTION: |
126 | # @DESCRIPTION: |
| 117 | # All subdirectories listed here will be extracted & compiled, but not installed. |
127 | # All subdirectories listed here will be extracted & compiled, but not installed. |
| 118 | |
128 | |
|
|
129 | # TODO: better formulation may be needed |
| 119 | # @ECLASS-VARIABLE: KMEXTRACTONLY |
130 | # @ECLASS-VARIABLE: KMEXTRACTONLY |
| 120 | # @DESCRIPTION: |
131 | # @DESCRIPTION: |
| 121 | # All subdirectories listed here will be extracted, but not compiled nor installed. |
132 | # All subdirectories listed here will be extracted, but neither compiled nor installed. |
| 122 | # This can be used to avoid compilation in a subdirectory of a directory in $KMMODULE or $KMEXTRA |
133 | # This can be used to avoid compilation in a subdirectory of a directory in $KMMODULE or $KMEXTRA |
| 123 | |
134 | |
| 124 | # @ECLASS-VARIABLE: KMTARPARAMS |
135 | # @ECLASS-VARIABLE: KMTARPARAMS |
| 125 | # @DESCRIPTION: |
136 | # @DESCRIPTION: |
| 126 | # Specify extra parameters to pass to tar, in kde4-meta_src_extract. |
137 | # Specify extra parameters to pass to tar, in kde4-meta_src_extract. |
| 127 | # '-xpf -j' are passed to tar by default. |
138 | # '-xpf -j' are passed to tar by default. |
| 128 | |
139 | |
|
|
140 | # @FUNCTION: kde4-meta_pkg_pretend |
|
|
141 | # @DESCRIPTION: |
|
|
142 | # Currently only checks the gcc version. |
|
|
143 | kde4-meta_pkg_pretend() { |
|
|
144 | debug-print-function ${FUNCNAME} "$@" |
|
|
145 | |
|
|
146 | slot_is_at_least 4.6 ${SLOT} && ( [[ $(gcc-major-version) -lt 4 ]] || \ |
|
|
147 | ( [[ $(gcc-major-version) -eq 4 && $(gcc-minor-version) -le 3 ]] ) ) \ |
|
|
148 | && die "Sorry, but gcc-4.3 and earlier wont work for KDE SC 4.6 (see bug 354837)." |
|
|
149 | } |
|
|
150 | |
| 129 | # @FUNCTION: kde4-meta_pkg_setup |
151 | # @FUNCTION: kde4-meta_pkg_setup |
| 130 | # @DESCRIPTION: |
152 | # @DESCRIPTION: |
| 131 | # Currently just calls its equivalent in kde4-base.eclass(5). Use this in split |
153 | # Currently calls its equivalent in kde4-base.eclass(5) and checks the gcc version. |
| 132 | # ebuilds. |
154 | # Use this one in split ebuilds. |
| 133 | kde4-meta_pkg_setup() { |
155 | kde4-meta_pkg_setup() { |
|
|
156 | debug-print-function ${FUNCNAME} "$@" |
|
|
157 | |
|
|
158 | has pkg_pretend ${KDEMETA_EXPF} || kde4-meta_pkg_pretend |
|
|
159 | |
| 134 | kde4-base_pkg_setup |
160 | kde4-base_pkg_setup |
| 135 | } |
161 | } |
| 136 | |
162 | |
| 137 | # @FUNCTION: kde4-meta_src_unpack |
163 | # @FUNCTION: kde4-meta_src_unpack |
| 138 | # @DESCRIPTION: |
164 | # @DESCRIPTION: |
| 139 | # This function unpacks the source for split ebuilds. See also |
165 | # This function unpacks the source for split ebuilds. |
| 140 | # kde4-meta-src_extract. |
166 | # Further more is processed in kde4-meta_src_extract |
| 141 | kde4-meta_src_unpack() { |
167 | kde4-meta_src_unpack() { |
| 142 | debug-print-function ${FUNCNAME} "$@" |
168 | debug-print-function ${FUNCNAME} "$@" |
| 143 | |
169 | |
| 144 | if [[ ${KMNAME} = kdepim ]] && \ |
170 | if [[ ${BUILD_TYPE} = live ]]; then |
| 145 | has kontact ${IUSE//+} && \ |
171 | case "${KDE_SCM}" in |
| 146 | use kontact; then |
172 | svn) |
| 147 | KMEXTRA="${KMEXTRA} kontact/plugins/${PLUGINNAME:-${PN}}" |
173 | migrate_store_dir |
| 148 | KMEXTRACTONLY="${KMEXTRACTONLY} kontact/interfaces/" |
174 | S="${WORKDIR}/${P}" |
|
|
175 | mkdir -p "${S}" |
|
|
176 | ESVN_RESTRICT="export" subversion_src_unpack |
|
|
177 | subversion_wc_info |
|
|
178 | subversion_bootstrap |
|
|
179 | ;; |
|
|
180 | git) |
|
|
181 | git_src_unpack |
|
|
182 | ;; |
|
|
183 | esac |
| 149 | fi |
184 | fi |
| 150 | |
|
|
| 151 | kde4-meta_src_extract |
185 | kde4-meta_src_extract |
| 152 | kde4-meta_change_cmakelists |
|
|
| 153 | } |
186 | } |
| 154 | |
187 | |
| 155 | # @FUNCTION: kde4-meta_src_extract |
188 | # @FUNCTION: kde4-meta_src_extract |
| 156 | # @DESCRIPTION: |
189 | # @DESCRIPTION: |
| 157 | # A function to unpack the source for a split KDE ebuild. |
190 | # A function to extract the source for a split KDE ebuild. |
| 158 | # Also see KMMODULE, KMNOMODULE, KMEXTRA, KMCOMPILEONLY, KMEXTRACTONLY and KMTARPARAMS. |
191 | # Also see KMMODULE, KMNOMODULE, KMEXTRA, KMCOMPILEONLY, KMEXTRACTONLY and |
|
|
192 | # KMTARPARAMS. |
| 159 | kde4-meta_src_extract() { |
193 | kde4-meta_src_extract() { |
| 160 | local tarball tarfile f extractlist |
194 | debug-print-function ${FUNCNAME} "$@" |
| 161 | tarball="${KMNAME}-${PV}.tar.bz2" |
|
|
| 162 | tarfile="${DISTDIR}"/${tarball} |
|
|
| 163 | |
195 | |
| 164 | einfo "Unpacking parts of ${tarball} to ${WORKDIR}" |
196 | if [[ ${BUILD_TYPE} = live ]]; then |
| 165 | |
197 | # Export working copy to ${S} |
|
|
198 | einfo "Exporting parts of working copy to ${S}" |
| 166 | kde4-meta_create_extractlists |
199 | kde4-meta_create_extractlists |
| 167 | |
200 | |
|
|
201 | case ${KDE_SCM} in |
|
|
202 | svn) |
|
|
203 | local rsync_options subdir kmnamedir targetdir wc_path escm |
|
|
204 | |
|
|
205 | rsync_options="--group --links --owner --perms --quiet --exclude=.svn/ --exclude=.git/" |
|
|
206 | wc_path="${ESVN_WC_PATH}" |
|
|
207 | escm="{ESVN}" |
|
|
208 | |
|
|
209 | # Copy ${KMNAME} non-recursively (toplevel files) |
|
|
210 | rsync ${rsync_options} "${wc_path}"/${kmnamedir}* "${S}" \ |
|
|
211 | || die "${escm}: can't export toplevel files to '${S}'." |
|
|
212 | # Copy cmake directory |
|
|
213 | if [[ -d "${wc_path}/${kmnamedir}cmake" ]]; then |
|
|
214 | rsync --recursive ${rsync_options} "${wc_path}/${kmnamedir}cmake" "${S}" \ |
|
|
215 | || die "${escm}: can't export cmake files to '${S}'." |
|
|
216 | fi |
|
|
217 | # Copy all subdirectories |
|
|
218 | for subdir in $(__list_needed_subdirectories); do |
|
|
219 | targetdir="" |
|
|
220 | if [[ $subdir = doc/* && ! -e "$wc_path/$kmnamedir$subdir" ]]; then |
|
|
221 | continue |
|
|
222 | fi |
|
|
223 | |
|
|
224 | [[ ${subdir%/} = */* ]] && targetdir=${subdir%/} && targetdir=${targetdir%/*} && mkdir -p "${S}/${targetdir}" |
|
|
225 | rsync --recursive ${rsync_options} "${wc_path}/${kmnamedir}${subdir%/}" "${S}/${targetdir}" \ |
|
|
226 | || die "${escm}: can't export subdirectory '${subdir}' to '${S}/${targetdir}'." |
|
|
227 | done |
|
|
228 | ;; |
|
|
229 | esac |
|
|
230 | else |
|
|
231 | local abort tarball tarfile f extractlist moduleprefix postfix |
|
|
232 | |
|
|
233 | KMTARPARAMS+=" --bzip2" |
|
|
234 | postfix="bz2" |
|
|
235 | |
|
|
236 | case ${KMNAME} in |
|
|
237 | kdebase-apps) |
|
|
238 | # kdebase/apps -> kdebase-apps |
|
|
239 | tarball="kdebase-${PV}.tar.${postfix}" |
|
|
240 | if ! slot_is_at_least 4.6 ${SLOT} || [[ ${PV} == "4.6.0" ]]; then |
|
|
241 | moduleprefix=apps/ |
|
|
242 | KMTARPARAMS+=" --transform=s|apps/||" |
|
|
243 | fi |
|
|
244 | ;; |
|
|
245 | *) |
|
|
246 | # Create tarball name from module name (this is the default) |
|
|
247 | tarball="${KMNAME}-${PV}.tar.${postfix}" |
|
|
248 | ;; |
|
|
249 | esac |
|
|
250 | |
|
|
251 | # Full path to source tarball |
|
|
252 | tarfile="${DISTDIR}/${tarball}" |
|
|
253 | |
|
|
254 | # Detect real toplevel dir from tarball name - it will be used upon extraction |
|
|
255 | # and in __list_needed_subdirectories |
|
|
256 | topdir="${tarball%.tar.*}/" |
|
|
257 | |
|
|
258 | ebegin "Unpacking parts of ${tarball} to ${WORKDIR}" |
|
|
259 | |
|
|
260 | kde4-meta_create_extractlists |
|
|
261 | |
| 168 | for f in cmake/ CMakeLists.txt ConfigureChecks.cmake config.h.cmake \ |
262 | for f in cmake/ CMakeLists.txt ConfigureChecks.cmake config.h.cmake \ |
| 169 | AUTHORS COPYING INSTALL README NEWS ChangeLog |
263 | AUTHORS COPYING INSTALL README NEWS ChangeLog |
| 170 | do |
264 | do |
| 171 | extractlist="${extractlist} ${KMNAME}-${PV}/${f}" |
265 | extractlist+=" ${topdir}${moduleprefix}${f}" |
| 172 | done |
266 | done |
| 173 | extractlist="${extractlist} $(__list_needed_subdirectories)" |
267 | extractlist+=" $(__list_needed_subdirectories)" |
| 174 | KMTARPARAMS="${KMTARPARAMS} -j" |
|
|
| 175 | |
268 | |
| 176 | pushd "${WORKDIR}" > /dev/null |
269 | pushd "${WORKDIR}" > /dev/null |
| 177 | tar -xpf $tarfile $KMTARPARAMS $extractlist 2> /dev/null |
|
|
| 178 | |
270 | |
|
|
271 | # @ECLASS-VARIABLE: KDE4_STRICTER |
|
|
272 | # @DESCRIPTION: |
|
|
273 | # Print out all issues found executing tar / kmextract files |
|
|
274 | # Set on if you want to find issues in kde-base ebuild unpack sequences |
|
|
275 | [[ -n ${KDE4_STRICTER} ]] && echo 'tar -xpf "${tarfile}" ${KMTARPARAMS} ${extractlist}' |
|
|
276 | if [[ ${I_KNOW_WHAT_I_AM_DOING} ]]; then |
|
|
277 | # to make the devs happy - bug 338397 |
|
|
278 | tar -xpf "${tarfile}" ${KMTARPARAMS} ${extractlist} || ewarn "tar extract command failed at least partially - continuing anyway" |
|
|
279 | else |
|
|
280 | tar -xpf "${tarfile}" ${KMTARPARAMS} ${extractlist} 2> /dev/null || echo "tar extract command failed at least partially - continuing anyway" |
|
|
281 | fi |
|
|
282 | |
| 179 | # Default $S is based on $P; rename the extracted directory to match $S |
283 | # Default $S is based on $P; rename the extracted directory to match $S if necessary |
| 180 | mv ${KMNAME}-${PV} ${P} || die "Died while moving \"${KMNAME}-${PV}\" to \"${P}\"" |
284 | mv ${topdir} ${P} || die "Died while moving \"${topdir}\" to \"${P}\"" |
| 181 | |
285 | |
| 182 | popd > /dev/null |
286 | popd > /dev/null |
| 183 | kde4-base_src_unpack |
|
|
| 184 | } |
|
|
| 185 | |
287 | |
|
|
288 | eend $? |
|
|
289 | |
|
|
290 | # We need to clear it here to make verification below work |
|
|
291 | unset moduleprefix |
|
|
292 | |
|
|
293 | if [[ -n ${KDE4_STRICTER} ]]; then |
|
|
294 | for f in $(__list_needed_subdirectories fatal); do |
|
|
295 | if [[ ! -e ${S}/${f#*/} ]]; then |
|
|
296 | eerror "'${f#*/}' is missing" |
|
|
297 | abort=true |
|
|
298 | fi |
|
|
299 | done |
|
|
300 | [[ -n ${abort} ]] && die "There were missing files." |
|
|
301 | fi |
|
|
302 | |
|
|
303 | # We don't need it anymore |
|
|
304 | unset topdir |
|
|
305 | fi |
|
|
306 | } |
|
|
307 | |
|
|
308 | # @FUNCTION: kde4-meta_create_extractlists |
|
|
309 | # @DESCRIPTION: |
| 186 | # Create lists of files and subdirectories to extract. |
310 | # Create lists of files and subdirectories to extract. |
| 187 | # Also see the descriptions of KMMODULE, KMNOMODULE, KMEXTRA, KMCOMPILEONLY, KMEXTRACTONLY and KMTARPARAMS. |
311 | # Also see descriptions of KMMODULE, KMNOMODULE, KMEXTRA, KMCOMPILEONLY, |
|
|
312 | # KMEXTRACTONLY and KMTARPARAMS. |
| 188 | kde4-meta_create_extractlists() { |
313 | kde4-meta_create_extractlists() { |
| 189 | debug-print-function ${FUNCNAME} "$@" |
314 | debug-print-function ${FUNCNAME} "$@" |
| 190 | |
315 | |
| 191 | if has htmlhandbook ${IUSE//+} && use htmlhandbook; then |
316 | # Add default handbook locations |
|
|
317 | # FIXME - legacy code - remove when 4.4.5 is gone or preferrably port 4.4.5. |
|
|
318 | if ! slot_is_at_least 4.5 ${SLOT} && has handbook ${IUSE//+} && use handbook && [[ -z ${KMNOMODULE} ]]; then |
| 192 | # We use the basename of $KMMODULE because $KMMODULE can contain |
319 | # We use the basename of $KMMODULE because $KMMODULE can contain |
| 193 | # the path to the module subdirectory. |
320 | # the path to the module subdirectory. |
|
|
321 | KMEXTRA_NONFATAL+=" |
|
|
322 | doc/${KMMODULE##*/}" |
|
|
323 | fi |
|
|
324 | |
|
|
325 | # Add default handbook locations |
|
|
326 | if [[ -z ${KMNOMODULE} ]] && ( [[ ${KDE_HANDBOOK} == always ]] || ( [[ ${KDE_HANDBOOK} == optional ]] && use handbook ) ); then |
| 194 | KMEXTRA="${KMEXTRA} doc/${KMMODULE##*/}" |
327 | KMEXTRA_NONFATAL+=" doc/${KMMODULE##*/}" |
| 195 | fi |
328 | fi |
| 196 | |
329 | |
| 197 | # Add some CMake-files to KMEXTRACTONLY. |
330 | # Add some CMake-files to KMEXTRACTONLY. |
| 198 | # Note that this actually doesn't include KMEXTRA handling. |
331 | # Note that this actually doesn't include KMEXTRA handling. |
| 199 | # In those cases you should care to add the relevant files to KMEXTRACTONLY |
332 | # In those cases you should care to add the relevant files to KMEXTRACTONLY |
| 200 | case ${KMNAME} in |
333 | case ${KMNAME} in |
| 201 | kdebase) |
334 | kdebase) |
| 202 | KMEXTRACTONLY="${KMEXTRACTONLY} |
335 | if ! slot_is_at_least 4.6 ${SLOT} || [[ ${PV} == "4.6.0" ]]; then |
|
|
336 | KMEXTRACTONLY+=" |
| 203 | apps/config-apps.h.cmake |
337 | apps/config-apps.h.cmake |
| 204 | apps/ConfigureChecks.cmake" |
338 | apps/ConfigureChecks.cmake" |
|
|
339 | else |
|
|
340 | KMEXTRACTONLY+=" |
|
|
341 | config-apps.h.cmake |
|
|
342 | ConfigureChecks.cmake" |
|
|
343 | fi |
| 205 | ;; |
344 | ;; |
|
|
345 | kdebase-apps) |
|
|
346 | KMEXTRACTONLY+=" |
|
|
347 | config-apps.h.cmake |
|
|
348 | ConfigureChecks.cmake" |
|
|
349 | ;; |
| 206 | kdebase-runtime) |
350 | kdebase-runtime) |
| 207 | KMEXTRACTONLY="${KMEXTRACTONLY} |
351 | KMEXTRACTONLY+=" |
| 208 | config-runtime.h.cmake" |
352 | config-runtime.h.cmake" |
| 209 | ;; |
353 | ;; |
| 210 | kdebase-workspace) |
354 | kdebase-workspace) |
| 211 | KMEXTRACTONLY="${KMEXTRACTONLY} |
355 | KMEXTRACTONLY+=" |
| 212 | config-unix.h.cmake |
356 | config-unix.h.cmake |
| 213 | ConfigureChecks.cmake |
357 | ConfigureChecks.cmake |
| 214 | config-workspace.h.cmake |
358 | config-workspace.h.cmake |
| 215 | config-X11.h.cmake |
359 | config-X11.h.cmake |
| 216 | startkde.cmake" |
360 | startkde.cmake |
|
|
361 | KDE4WorkspaceConfig.cmake.in" |
| 217 | ;; |
362 | ;; |
| 218 | kdegames) |
363 | kdegames) |
| 219 | if [[ ${PN} != "libkdegames" ]]; then |
364 | if [[ ${PN} != libkdegames ]]; then |
| 220 | KMEXTRACTONLY="${KMEXTRACTONLY} |
365 | KMEXTRACTONLY+=" |
| 221 | libkdegames" |
366 | libkdegames/" |
|
|
367 | KMLOADLIBS="${KMLOADLIBS} libkdegames" |
| 222 | fi |
368 | fi |
| 223 | ;; |
369 | ;; |
|
|
370 | kdepim) |
|
|
371 | if [[ ${PN} != libkdepim ]]; then |
|
|
372 | KMEXTRACTONLY+=" |
|
|
373 | libkdepim/" |
|
|
374 | fi |
|
|
375 | KMEXTRACTONLY+=" |
|
|
376 | config-enterprise.h.cmake |
|
|
377 | kleopatra/ConfigureChecks.cmake" |
|
|
378 | if slot_is_at_least 4.5 ${SLOT}; then |
|
|
379 | KMEXTRACTONLY+=" |
|
|
380 | CTestCustom.cmake |
|
|
381 | kdepim-version.h.cmake" |
|
|
382 | else |
|
|
383 | KMEXTRACTONLY+=" |
|
|
384 | kdepim-version.h" |
|
|
385 | fi |
|
|
386 | if has kontact ${IUSE//+} && use kontact; then |
|
|
387 | KMEXTRA+=" |
|
|
388 | kontact/plugins/${PLUGINNAME:-${PN}}/" |
|
|
389 | fi |
|
|
390 | ;; |
|
|
391 | kdeutils) |
|
|
392 | KMEXTRACTONLY+=" |
|
|
393 | kdeutils-version.h" |
|
|
394 | ;; |
| 224 | koffice) |
395 | koffice) |
| 225 | KMEXTRACTONLY="${KMEXTRACTONLY} |
396 | KMEXTRACTONLY+=" |
| 226 | config-endian.h.cmake |
|
|
| 227 | filters/config-filters.h.cmake |
397 | filters/config-filters.h.cmake |
|
|
398 | " |
|
|
399 | case ${PV} in |
|
|
400 | 2.[12].*) |
|
|
401 | KMEXTRACTONLY+=" |
|
|
402 | config-endian.h.cmake |
| 228 | config-openexr.h.cmake |
403 | config-openexr.h.cmake |
| 229 | config-opengl.h.cmake |
404 | config-opengl.h.cmake |
| 230 | config-prefix.h.cmake" |
405 | config-prefix.h.cmake" |
|
|
406 | ;; |
|
|
407 | esac |
| 231 | ;; |
408 | ;; |
| 232 | esac |
409 | esac |
| 233 | # Don't install cmake modules for split ebuilds to avoid collisions. |
410 | # Don't install cmake modules for split ebuilds, to avoid collisions. |
|
|
411 | # note: kdegraphics >= 4.6.2 does not even have code to do that, so we |
|
|
412 | # should not try in that case |
|
|
413 | if [[ ${KMNAME} != kdegraphics ]] || { [[ ${SLOT} != 4.6 || ${PV} < 4.6.2 ]] && ! slot_is_at_least 4.7 ${SLOT}; }; then |
| 234 | case ${KMNAME} in |
414 | case ${KMNAME} in |
| 235 | kdebase-workspace|kdebase-runtime|kdepim|kdegames) |
415 | kdebase-runtime|kdebase-workspace|kdeedu|kdegames|kdegraphics) |
| 236 | KMCOMPILEONLY="${KMCOMPILEONLY} |
416 | case ${PN} in |
|
|
417 | libkdegames|libkdeedu|libkworkspace) |
|
|
418 | KMEXTRA+=" |
| 237 | cmake/modules/" |
419 | cmake/modules/" |
|
|
420 | ;; |
|
|
421 | *) |
|
|
422 | KMCOMPILEONLY+=" |
|
|
423 | cmake/modules/" |
|
|
424 | ;; |
|
|
425 | esac |
| 238 | ;; |
426 | ;; |
| 239 | esac |
427 | esac |
|
|
428 | fi |
| 240 | |
429 | |
| 241 | debug-print "line ${LINENO} ${ECLASS} ${FUNCNAME}: KMEXTRACTONLY ${KMEXTRACTONLY}" |
430 | debug-print "line ${LINENO} ${ECLASS} ${FUNCNAME}: KMEXTRACTONLY ${KMEXTRACTONLY}" |
| 242 | } |
431 | } |
| 243 | |
432 | |
| 244 | __list_needed_subdirectories() { |
433 | __list_needed_subdirectories() { |
| 245 | local i j kmextra_expanded kmmodule_expanded kmcompileonly_expanded extractlist topdir |
434 | local i j kmextra kmextra_expanded kmmodule_expanded kmcompileonly_expanded extractlist |
| 246 | |
435 | |
| 247 | # We expand KMEXTRA by adding CMakeLists.txt files |
436 | # We expand KMEXTRA by adding CMakeLists.txt files |
| 248 | for i in ${KMEXTRA}; do |
437 | kmextra="${KMEXTRA}" |
| 249 | kmextra_expanded="${kmextra_expanded} ${i}" |
438 | [[ ${1} != fatal ]] && kmextra+=" ${KMEXTRA_NONFATAL}" |
|
|
439 | for i in ${kmextra}; do |
|
|
440 | kmextra_expanded+=" ${i}" |
| 250 | j=$(dirname ${i}) |
441 | j=$(dirname ${i}) |
| 251 | while [[ ${j} != "." ]]; do |
442 | while [[ ${j} != "." ]]; do |
| 252 | kmextra_expanded="${kmextra_expanded} ${j}/CMakeLists.txt"; |
443 | kmextra_expanded+=" ${j}/CMakeLists.txt"; |
| 253 | j=$(dirname ${j}) |
444 | j=$(dirname ${j}) |
| 254 | done |
445 | done |
| 255 | done |
446 | done |
| 256 | |
447 | |
| 257 | # Expand KMMODULE |
448 | # Expand KMMODULE |
| 258 | if [[ -n ${KMMODULE} ]]; then |
449 | if [[ -n ${KMMODULE} ]]; then |
| 259 | kmmodule_expanded="${KMMODULE}" |
450 | kmmodule_expanded="${KMMODULE}" |
| 260 | j=$(dirname ${KMMODULE}) |
451 | j=$(dirname ${KMMODULE}) |
| 261 | while [[ ${j} != "." ]]; do |
452 | while [[ ${j} != "." ]]; do |
| 262 | kmmodule_expanded="${kmmodule_expanded} $j/CMakeLists.txt"; |
453 | kmmodule_expanded+=" ${j}/CMakeLists.txt"; |
| 263 | j=$(dirname $j) |
454 | j=$(dirname ${j}) |
| 264 | done |
455 | done |
| 265 | fi |
456 | fi |
| 266 | |
457 | |
| 267 | # Expand KMCOMPILEONLY |
458 | # Expand KMCOMPILEONLY |
| 268 | for i in ${KMCOMPILEONLY}; do |
459 | for i in ${KMCOMPILEONLY}; do |
| 269 | kmcompileonly_expanded="${kmcompileonly_expanded} ${i}" |
460 | kmcompileonly_expanded+=" ${i}" |
| 270 | j=$(dirname ${i}) |
461 | j=$(dirname ${i}) |
| 271 | while [[ ${j} != "." ]]; do |
462 | while [[ ${j} != "." ]]; do |
| 272 | kmcompileonly_expanded="${kmcompileonly_expanded} ${j}/CMakeLists.txt"; |
463 | kmcompileonly_expanded+=" ${j}/CMakeLists.txt"; |
| 273 | j=$(dirname ${j}) |
464 | j=$(dirname ${j}) |
| 274 | done |
465 | done |
| 275 | done |
466 | done |
| 276 | |
467 | |
| 277 | debug-print "line ${LINENO} ${ECLASS} ${FUNCNAME} - kmextra_expanded: ${kmextra_expanded}" |
468 | debug-print "line ${LINENO} ${ECLASS} ${FUNCNAME} - kmextra_expanded: ${kmextra_expanded}" |
| 278 | debug-print "line ${LINENO} ${ECLASS} ${FUNCNAME} - kmmodule_expanded: ${kmmodule_expanded}" |
469 | debug-print "line ${LINENO} ${ECLASS} ${FUNCNAME} - kmmodule_expanded: ${kmmodule_expanded}" |
| 279 | debug-print "line ${LINENO} ${ECLASS} ${FUNCNAME} - kmcompileonly_expanded: ${kmcompileonly_expanded}" |
470 | debug-print "line ${LINENO} ${ECLASS} ${FUNCNAME} - kmcompileonly_expanded: ${kmcompileonly_expanded}" |
| 280 | |
471 | |
| 281 | |
|
|
| 282 | case ${NEED_KDE} in |
|
|
| 283 | svn) : ;; |
|
|
| 284 | *) topdir="${KMNAME}-${PV}/" ;; |
|
|
| 285 | esac |
|
|
| 286 | |
|
|
| 287 | # Create final list of stuff to extract |
472 | # Create final list of stuff to extract |
|
|
473 | # We append topdir only when specified (usually for tarballs) |
| 288 | for i in ${kmmodule_expanded} ${kmextra_expanded} ${kmcompileonly_expanded} \ |
474 | for i in ${kmmodule_expanded} ${kmextra_expanded} ${kmcompileonly_expanded} \ |
| 289 | ${KMEXTRACTONLY} |
475 | ${KMEXTRACTONLY} |
| 290 | do |
476 | do |
| 291 | extractlist="${extractlist} ${topdir}${i}" |
477 | extractlist+=" ${topdir}${moduleprefix}${i}" |
| 292 | done |
478 | done |
| 293 | |
479 | |
| 294 | echo ${extractlist} |
480 | echo ${extractlist} |
| 295 | } |
481 | } |
| 296 | |
482 | |
| 297 | # @FUNCTION: kde4-meta_src_compile |
483 | # @FUNCTION: kde4-meta_src_prepare |
| 298 | # @DESCRIPTION: |
484 | # @DESCRIPTION: |
| 299 | # General function for compiling split KDE4 applications. |
485 | # Meta-package build system configuration handling - commenting out targets, etc.. |
| 300 | kde4-meta_src_compile() { |
486 | kde4-meta_src_prepare() { |
| 301 | debug-print-function ${FUNCNAME} "$@" |
487 | debug-print-function ${FUNCNAME} "$@" |
| 302 | |
488 | |
| 303 | kde4-meta_src_configure |
489 | kde4-meta_change_cmakelists |
| 304 | kde4-meta_src_make |
490 | kde4-base_src_prepare |
| 305 | } |
491 | } |
| 306 | |
492 | |
|
|
493 | # @FUNCTION: _change_cmakelists_parent_dirs |
|
|
494 | # @DESCRIPTION: |
|
|
495 | # Adjust CMakeLists.txt to shadow subdirectories |
|
|
496 | # that are not required for the build. |
| 307 | _change_cmakelists_parent_dirs() { |
497 | _change_cmakelists_parent_dirs() { |
| 308 | debug-print-function ${FUNCNAME} "$@" |
498 | debug-print-function ${FUNCNAME} "$@" |
| 309 | |
499 | |
| 310 | local _olddir _dir |
500 | local _olddir _dir |
| 311 | _dir="${S}"/${1} |
501 | _dir="${S}"/${1} |
| 312 | until [[ ${_dir} == "${S}" ]]; do |
502 | until [[ ${_dir} == ${S} ]]; do |
| 313 | _olddir=$(basename ${_dir}) |
503 | _olddir=$(basename "${_dir}") |
| 314 | _dir=$(dirname ${_dir}) |
504 | _dir=$(dirname "${_dir}") |
| 315 | debug-print "${LINENO}: processing ${_dir} CMakeLists.txt searching for ${_olddir}" |
505 | debug-print "${LINENO}: processing ${_dir} CMakeLists.txt searching for ${_olddir}" |
| 316 | if [[ -f ${_dir}/CMakeLists.txt ]]; then |
506 | if [[ -f ${_dir}/CMakeLists.txt ]]; then |
| 317 | sed -i -e "/[[:space:]]*${_olddir}[[:space:]]*/s/^#DONOTCOMPILE //" ${_dir}/CMakeLists.txt || \ |
507 | sed -e "/add_subdirectory[[:space:]]*([[:space:]]*${_olddir}[[:space:]]*)/s/#DONOTCOMPILE //g" \ |
|
|
508 | -e "/ADD_SUBDIRECTORY[[:space:]]*([[:space:]]*${_olddir}[[:space:]]*)/s/#DONOTCOMPILE //g" \ |
| 318 | die "${LINENO}: died in ${FUNCNAME} while processing ${_dir}" |
509 | -i ${_dir}/CMakeLists.txt || die "${LINENO}: died in ${FUNCNAME} while processing ${_dir}" |
| 319 | fi |
510 | fi |
| 320 | done |
511 | done |
| 321 | } |
512 | } |
| 322 | |
513 | |
|
|
514 | # @FUNCTION: kde4-meta_change_cmakelists |
|
|
515 | # @DESCRIPTION: |
|
|
516 | # Adjust CMakeLists.txt to comply to our splitting. |
| 323 | kde4-meta_change_cmakelists() { |
517 | kde4-meta_change_cmakelists() { |
| 324 | debug-print-function ${FUNCNAME} "$@" |
518 | debug-print-function ${FUNCNAME} "$@" |
| 325 | |
519 | |
| 326 | pushd "${S}" > /dev/null |
520 | pushd "${S}" > /dev/null |
| 327 | |
521 | |
| 328 | comment_all_add_subdirectory ./ |
522 | comment_all_add_subdirectory ./ |
| 329 | |
523 | |
| 330 | # Restore "add_subdirectory( cmake )" in ${S}/CMakeLists.txt |
524 | # Restore "add_subdirectory( cmake )" in ${S}/CMakeLists.txt |
| 331 | if [[ -f "${S}"/CMakeLists.txt ]]; then |
525 | if [[ -f CMakeLists.txt ]]; then |
| 332 | sed -i -e '/ *cmake */s/^#DONOTCOMPILE //' "${S}"/CMakeLists.txt || die "${LINENO}: cmake sed died" |
526 | sed -e '/add_subdirectory[[:space:]]*([[:space:]]*cmake[[:space:]]*)/s/^#DONOTCOMPILE //' \ |
|
|
527 | -e '/ADD_SUBDIRECTORY[[:space:]]*([[:space:]]*cmake[[:space:]]*)/s/^#DONOTCOMPILE //' \ |
|
|
528 | -i CMakeLists.txt || die "${LINENO}: cmake sed died" |
| 333 | fi |
529 | fi |
| 334 | |
530 | |
| 335 | if [[ -z ${KMNOMODULE} ]]; then |
531 | if [[ -z ${KMNOMODULE} ]]; then |
| 336 | # Restore "add_subdirectory" in $KMMODULE subdirectories |
532 | # Restore "add_subdirectory" in $KMMODULE subdirectories |
| 337 | find "${S}"/${KMMODULE} -name CMakeLists.txt -print0 | xargs -0 sed -i -e 's/^#DONOTCOMPILE //g' || \ |
533 | find "${S}"/${KMMODULE} -name CMakeLists.txt -print0 | \ |
|
|
534 | xargs -0 sed -i -e 's/^#DONOTCOMPILE //g' || \ |
| 338 | die "${LINENO}: died in KMMODULE section" |
535 | die "${LINENO}: died in KMMODULE section" |
| 339 | _change_cmakelists_parent_dirs ${KMMODULE} |
536 | _change_cmakelists_parent_dirs ${KMMODULE} |
| 340 | fi |
537 | fi |
| 341 | |
538 | |
|
|
539 | local i |
|
|
540 | |
|
|
541 | # KMEXTRACTONLY section - Some ebuilds need to comment out some subdirs in KMMODULE and they use KMEXTRACTONLY |
|
|
542 | for i in ${KMEXTRACTONLY}; do |
|
|
543 | if [[ -d ${i} && -f ${i}/../CMakeLists.txt ]]; then |
|
|
544 | sed -e "/([[:space:]]*$(basename $i)[[:space:]]*)/s/^/#DONOTCOMPILE /" \ |
|
|
545 | -i ${i}/../CMakeLists.txt || \ |
|
|
546 | die "${LINENO}: sed died while working in the KMEXTRACTONLY section while processing ${i}" |
|
|
547 | fi |
|
|
548 | done |
|
|
549 | |
| 342 | # KMCOMPILEONLY |
550 | # KMCOMPILEONLY |
| 343 | local i |
|
|
| 344 | for i in ${KMCOMPILEONLY}; do |
551 | for i in ${KMCOMPILEONLY}; do |
| 345 | debug-print "${LINENO}: KMCOMPILEONLY, processing ${i}" |
552 | debug-print "${LINENO}: KMCOMPILEONLY, processing ${i}" |
| 346 | # Uncomment "add_subdirectory" instructions inside $KMCOMPILEONLY, then comment "install" instructions. |
553 | # Uncomment "add_subdirectory" instructions inside $KMCOMPILEONLY, then comment "install" instructions. |
| 347 | find "${S}"/${i} -name CMakeLists.txt -print0 | \ |
554 | find "${S}"/${i} -name CMakeLists.txt -print0 | \ |
| 348 | xargs -0 sed -i \ |
555 | xargs -0 sed -i \ |
| … | |
… | |
| 355 | done |
562 | done |
| 356 | |
563 | |
| 357 | # KMEXTRA section |
564 | # KMEXTRA section |
| 358 | for i in ${KMEXTRA}; do |
565 | for i in ${KMEXTRA}; do |
| 359 | debug-print "${LINENO}: KMEXTRA section, processing ${i}" |
566 | debug-print "${LINENO}: KMEXTRA section, processing ${i}" |
| 360 | # Ebuilds use KMEXTRA incorrectly to extract files which should be in $KMEXTRACTONLY |
567 | find "${S}"/${i} -name CMakeLists.txt -print0 | \ |
|
|
568 | xargs -0 sed -i -e 's/^#DONOTCOMPILE //g' || \ |
|
|
569 | die "${LINENO}: sed died uncommenting add_subdirectory instructions in KMEXTRA section while processing ${i}" |
|
|
570 | _change_cmakelists_parent_dirs ${i} |
|
|
571 | done |
|
|
572 | # KMEXTRA_NONFATAL section |
|
|
573 | for i in ${KMEXTRA_NONFATAL}; do |
| 361 | if [[ -d "${S}"/${i} ]]; then |
574 | if [[ -d "${S}"/${i} ]]; then |
| 362 | find "${S}"/${i} -name CMakeLists.txt -print0 | \ |
575 | find "${S}"/${i} -name CMakeLists.txt -print0 | \ |
| 363 | xargs -0 sed -i -e 's/^#DONOTCOMPILE //g' || \ |
576 | xargs -0 sed -i -e 's/^#DONOTCOMPILE //g' || \ |
| 364 | die "${LINENO}: sed died uncommenting add_subdirectory instructions in KMEXTRA section while processing ${i}" |
577 | die "${LINENO}: sed died uncommenting add_subdirectory instructions in KMEXTRA section while processing ${i}" |
| 365 | _change_cmakelists_parent_dirs ${i} |
578 | _change_cmakelists_parent_dirs ${i} |
| 366 | else |
|
|
| 367 | [[ ${i} == doc/* ]] || \ |
|
|
| 368 | die "KMEXTRA should be used to compile and install subdirectories other than \$KMMODULE. Use KMEXTRACTONLY to extract some files." |
|
|
| 369 | fi |
|
|
| 370 | done |
|
|
| 371 | |
|
|
| 372 | # Documentation section |
|
|
| 373 | if [[ -n ${docs} ]]; then |
|
|
| 374 | sed -i -e '/ *doc */s/^#DONOTCOMPILE //g' "${S}"/CMakeLists.txt || \ |
|
|
| 375 | die "${LINENO}: sed died while uncommenting doc dir" |
|
|
| 376 | |
|
|
| 377 | if [[ -f "${S}"/doc/CMakeLists.txt ]]; then |
|
|
| 378 | sed -i -e "/( *${KMMODULE##*/} *)/s/^#DONOTCOMPILE //g" "${S}"/doc/CMakeLists.txt \ |
|
|
| 379 | || die "${LINENO}: sed died while uncommenting apps documentation in doc subdir " |
|
|
| 380 | fi |
|
|
| 381 | fi |
579 | fi |
| 382 | |
|
|
| 383 | # KMEXTRACTONLY section - Some ebuilds need to comment out some subdirs in KMMODULE and they use KMEXTRACTONLY |
|
|
| 384 | for i in ${KMEXTRACTONLY}; do |
|
|
| 385 | if [[ -d "${S}"/${i} && -f "${S}"/${i}/../CMakeLists.txt ]]; then |
|
|
| 386 | sed -i -e "/( *$(basename $i) *)/s/^/#DONOTCOMPILE /" "${S}"/${i}/../CMakeLists.txt || \ |
|
|
| 387 | die "${LINENO}: sed died while working in the KMEXTRACTONLY section while processing ${i}" |
|
|
| 388 | fi |
|
|
| 389 | done |
580 | done |
| 390 | |
581 | |
| 391 | # COLLISION PROTECT section |
|
|
| 392 | # Only install the startkde script as part of kde-base/kdebase-startkde, |
|
|
| 393 | # instead of with every package. |
|
|
| 394 | case ${KMNAME} in |
582 | case ${KMNAME} in |
| 395 | kdebase-workspace) |
583 | kdebase-workspace) |
|
|
584 | # COLLISION PROTECT section |
|
|
585 | # Install the startkde script just once, as a part of kde-base/kdebase-startkde, |
|
|
586 | # not as a part of every package. |
| 396 | if [[ ${PN} != "kdebase-startkde" && -f "${S}"/CMakeLists.txt ]]; then |
587 | if [[ ${PN} != kdebase-startkde && -f CMakeLists.txt ]]; then |
| 397 | case ${PV} in |
|
|
| 398 | *) # The startkde script moved to kdebase-workspace for KDE4 versions > 3.93.0. |
588 | # The startkde script moved to kdebase-workspace for KDE4 versions > 3.93.0. |
| 399 | sed -i -e '/startkde/s/^/#DONOTINSTALL /' "${S}"/CMakeLists.txt || \ |
589 | sed -e '/startkde/s/^/#DONOTINSTALL /' \ |
| 400 | die "${LINENO}: sed died in the kdebase-startkde collision prevention section" |
590 | -i CMakeLists.txt || die "${LINENO}: sed died in the kdebase-startkde collision prevention section" |
|
|
591 | fi |
|
|
592 | # Strip EXPORT feature section from workspace for KDE4 versions > 4.1.82 |
|
|
593 | if [[ ${PN} != libkworkspace ]]; then |
|
|
594 | sed -e '/install(FILES ${CMAKE_CURRENT_BINARY_DIR}\/KDE4WorkspaceConfig.cmake/,/^[[:space:]]*FILE KDE4WorkspaceLibraryTargets.cmake )[[:space:]]*^/d' \ |
|
|
595 | -i CMakeLists.txt || die "${LINENO}: sed died in kdebase-workspace strip config install and fix EXPORT section" |
|
|
596 | fi |
|
|
597 | ;; |
|
|
598 | kdebase-runtime) |
|
|
599 | # COLLISION PROTECT section |
|
|
600 | # Only install the kde4 script as part of kde-base/kdebase-data |
|
|
601 | if [[ ${PN} != kdebase-data && -f CMakeLists.txt ]]; then |
|
|
602 | sed -e '/^install(PROGRAMS[[:space:]]*[^[:space:]]*\/kde4[[:space:]]/s/^/#DONOTINSTALL /' \ |
|
|
603 | -i CMakeLists.txt || die "Sed to exclude bin/kde4 failed" |
|
|
604 | fi |
|
|
605 | ;; |
|
|
606 | kdenetwork) |
|
|
607 | # Disable hardcoded kdepimlibs check |
|
|
608 | sed -e 's/find_package(KdepimLibs REQUIRED)/macro_optional_find_package(KdepimLibs)/' \ |
|
|
609 | -i CMakeLists.txt || die "failed to disable hardcoded checks" |
|
|
610 | ;; |
|
|
611 | kdepim) |
|
|
612 | # Disable hardcoded checks |
|
|
613 | sed -r -e '/find_package\(KdepimLibs/s/REQUIRED//' \ |
|
|
614 | -e '/find_package\((KdepimLibs|Boost|QGpgme|Akonadi|ZLIB|Strigi|SharedDesktopOntologies|Soprano|Nepomuk)/{/macro_optional_/!s/find/macro_optional_&/}' \ |
|
|
615 | -e '/macro_log_feature\((Boost|QGPGME|Akonadi|ZLIB|STRIGI|SHAREDDESKTOPONTOLOGIES|Soprano|Nepomuk)_FOUND/s/ TRUE / FALSE /' \ |
|
|
616 | -e '/if[[:space:]]*([[:space:]]*BUILD_.*)/s/^/#OVERRIDE /' \ |
|
|
617 | -e '/if[[:space:]]*([[:space:]]*[[:alnum:]]*_FOUND[[:space:]]*)/s/^/#OVERRIDE /' \ |
|
|
618 | -i CMakeLists.txt || die "failed to disable hardcoded checks" |
|
|
619 | # Disable broken or redundant build logic |
|
|
620 | if ( has kontact ${IUSE//+} && use kontact ) || [[ ${PN} = kontact ]]; then |
|
|
621 | sed -e '/if[[:space:]]*([[:space:]]*BUILD_.*)/s/^/#OVERRIDE /' \ |
|
|
622 | -e '/if[[:space:]]*([[:space:]]*[[:alnum:]]*_FOUND[[:space:]]*)/s/^/#OVERRIDE /' \ |
|
|
623 | -i kontact/plugins/CMakeLists.txt || die 'failed to override build logic' |
|
|
624 | fi |
|
|
625 | if ! slot_is_at_least 4.5 ${SLOT}; then |
|
|
626 | case ${PN} in |
|
|
627 | kalarm|kmailcvt|kontact|korganizer|korn) |
|
|
628 | sed -n -e '/qt4_generate_dbus_interface(.*org\.kde\.kmail\.\(kmail\|mailcomposer\)\.xml/p' \ |
|
|
629 | -e '/add_custom_target(kmail_xml /,/)/p' \ |
|
|
630 | -i kmail/CMakeLists.txt || die "uncommenting xml failed" |
|
|
631 | _change_cmakelists_parent_dirs kmail |
| 401 | ;; |
632 | ;; |
| 402 | esac |
633 | esac |
| 403 | fi |
634 | fi |
| 404 | ;; |
635 | ;; |
| 405 | # This is sort of a hack to avoid patching 16 kdeutils packages with |
636 | kdewebdev) |
| 406 | # r775410 from upstream trunk which makes blitz optional so superkaramba |
637 | # Disable hardcoded checks |
| 407 | # only gets compiled when it is found. Bug #209324. Remove this no later |
638 | sed -e 's/find_package(KdepimLibs REQUIRED)/macro_optional_find_package(KdepimLibs)/' \ |
| 408 | # than 4.1. |
639 | -e 's/find_package(LibXml2 REQUIRED)/macro_optional_find_package(LibXml2)/' \ |
| 409 | kdeutils) |
640 | -e 's/find_package(LibXslt REQUIRED)/macro_optional_find_package(LibXslt)/' \ |
| 410 | if [[ ${PN} != superkaramba && ${SLOT} == kde-4 ]]; then |
641 | -e 's/find_package(Boost REQUIRED)/macro_optional_find_package(Boost)/' \ |
| 411 | sed -i -e '/find_package(Blitz REQUIRED)/d' "${S}"/CMakeLists.txt \ |
642 | -i CMakeLists.txt || die "failed to disable hardcoded checks" |
| 412 | || die "${LINENO}: sed to remove dependency on Blitz failed." |
|
|
| 413 | fi |
|
|
| 414 | ;; |
643 | ;; |
| 415 | koffice) |
644 | koffice) |
|
|
645 | # Prevent collisions |
| 416 | if [[ ${PN} != koffice-libs ]]; then |
646 | if [[ ${PN} != koffice-data ]]; then |
| 417 | sed -i -e '/^INSTALL(FILES.*koffice.desktop/ s/^/#DONOTINSTALL /' \ |
647 | sed -e '/install(.*FindKOfficeLibs.cmake/,/)/ d' \ |
| 418 | doc/CMakeLists.txt || \ |
648 | -i cmake/modules/CMakeLists.txt || die "${LINENO}: sed died in collision prevention section" |
| 419 | die "${LINENO}: sed died in the koffice.desktop collision prevention section" |
649 | sed -e '/install(.\+config-openexr\.h.\+)/d' \ |
|
|
650 | -i CMakeLists.txt || die "${LINENO}: sed died in collision prevention section" |
| 420 | fi |
651 | fi |
| 421 | ;; |
|
|
| 422 | esac |
652 | esac |
| 423 | |
653 | |
| 424 | popd > /dev/null |
654 | popd > /dev/null |
| 425 | } |
655 | } |
| 426 | |
656 | |
| 427 | # @FUNCTION: kde4-meta_src_configure |
657 | # @FUNCTION: kde4-meta_src_configure |
| 428 | # @DESCRIPTION: |
658 | # @DESCRIPTION: |
| 429 | # Currently just calls its equivalent in kde4-base.eclass(5). Use this in split |
659 | # Currently just calls its equivalent in kde4-base.eclass(5). Use this one in split |
| 430 | # ebuilds. |
660 | # ebuilds. |
| 431 | kde4-meta_src_configure() { |
661 | kde4-meta_src_configure() { |
| 432 | debug-print-function ${FUNCNAME} "$@" |
662 | debug-print-function ${FUNCNAME} "$@" |
|
|
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 | |
|
|
669 | # Set some cmake default values here (usually workarounds for automagic deps) |
|
|
670 | case ${KMNAME} in |
|
|
671 | kdewebdev) |
|
|
672 | mycmakeargs=( |
|
|
673 | -DWITH_KdepimLibs=OFF |
|
|
674 | -DWITH_LibXml2=OFF |
|
|
675 | -DWITH_LibXslt=OFF |
|
|
676 | -DWITH_Boost=OFF |
|
|
677 | -DWITH_LibTidy=OFF |
|
|
678 | "${mycmakeargs[@]}" |
|
|
679 | ) |
|
|
680 | ;; |
|
|
681 | esac |
| 433 | |
682 | |
| 434 | kde4-base_src_configure |
683 | kde4-base_src_configure |
| 435 | } |
684 | } |
| 436 | |
685 | |
| 437 | # @FUNCTION: kde4-meta_src_make |
686 | # @FUNCTION: kde4-meta_src_compile |
| 438 | # @DESCRIPTION: |
687 | # @DESCRIPTION: |
| 439 | # Currently just calls its equivalent in kde4-base.eclass(5). Use this in split |
688 | # General function for compiling split KDE4 applications. |
| 440 | # ebuilds. |
689 | # Overrides kde4-base_src_compile. |
| 441 | kde4-meta_src_make() { |
690 | kde4-meta_src_compile() { |
| 442 | debug-print-function ${FUNCNAME} "$@" |
691 | debug-print-function ${FUNCNAME} "$@" |
| 443 | |
692 | |
| 444 | kde4-base_src_make |
693 | kde4-base_src_compile "$@" |
| 445 | } |
694 | } |
| 446 | |
695 | |
| 447 | # @FUNCTION: kde4-meta_src_test |
696 | # @FUNCTION: kde4-meta_src_test |
| 448 | # @DESCRIPTION: |
697 | # @DESCRIPTION: |
| 449 | # Currently just calls its equivalent in kde4-base.eclass(5). Use this in split |
698 | # Currently just calls its equivalent in kde4-base.eclass(5) if |
| 450 | # ebuilds. |
699 | # I_KNOW_WHAT_I_AM_DOING is set. Use this in split ebuilds. |
| 451 | kde4-meta_src_test() { |
700 | kde4-meta_src_test() { |
| 452 | debug-print-function $FUNCNAME "$@" |
701 | debug-print-function $FUNCNAME "$@" |
| 453 | |
702 | |
|
|
703 | if [[ $I_KNOW_WHAT_I_AM_DOING ]]; then |
| 454 | kde4-base_src_test |
704 | kde4-base_src_test |
|
|
705 | else |
|
|
706 | einfo "Tests disabled" |
|
|
707 | fi |
| 455 | } |
708 | } |
| 456 | |
709 | |
| 457 | # @FUNCTION: kde4-meta_src_install |
710 | # @FUNCTION: kde4-meta_src_install |
| 458 | # @DESCRIPTION: |
711 | # @DESCRIPTION: |
| 459 | # Function for installing KDE4 split applications. |
712 | # Function for installing KDE4 split applications. |
| 460 | kde4-meta_src_install() { |
713 | kde4-meta_src_install() { |
| 461 | debug-print-function $FUNCNAME "$@" |
714 | debug-print-function $FUNCNAME "$@" |
| 462 | |
715 | |
| 463 | kde4-meta_src_make_doc |
716 | # Search ${S}/${KMMODULE} and install common documentation files found |
| 464 | cmake-utils_src_install |
|
|
| 465 | } |
|
|
| 466 | |
|
|
| 467 | # @FUNCTION: kde4-meta_src_make_doc |
|
|
| 468 | # @DESCRIPTION: |
|
|
| 469 | # This function searches under ${S}/${KMMODULE}, |
|
|
| 470 | # and tries to install "AUTHORS ChangeLog* README* NEWS todo" if these files exist. |
|
|
| 471 | kde4-meta_src_make_doc() { |
|
|
| 472 | debug-print-function $FUNCNAME "$@" |
|
|
| 473 | |
|
|
| 474 | local doc |
717 | local doc |
| 475 | for doc in AUTHORS ChangeLog* README* NEWS TODO; do |
718 | for doc in "${S}/${KMMODULE}"/{AUTHORS,CHANGELOG,ChangeLog*,README*,NEWS,TODO,HACKING}; do |
| 476 | [[ -s ${KMMODULE}/$doc ]] && newdoc "${KMMODULE}/${doc}" "${doc}.${KMMODULE##*/}" |
719 | [[ -f "${doc}" ]] && [[ -s "${doc}" ]] && dodoc "${doc}" |
| 477 | done |
720 | done |
| 478 | |
721 | |
| 479 | kde4-base_src_make_doc |
722 | kde4-base_src_install |
|
|
723 | } |
|
|
724 | |
|
|
725 | # @FUNCTION: kde4-meta_pkg_preinst |
|
|
726 | # @DESCRIPTION: |
|
|
727 | # Invoke its equivalent in kde4-base.eclass. |
|
|
728 | kde4-meta_pkg_preinst() { |
|
|
729 | debug-print-function ${FUNCNAME} "$@" |
|
|
730 | |
|
|
731 | kde4-base_pkg_preinst |
| 480 | } |
732 | } |
| 481 | |
733 | |
| 482 | # @FUNCTION: kde4-meta_pkg_postinst |
734 | # @FUNCTION: kde4-meta_pkg_postinst |
| 483 | # @DESCRIPTION: |
735 | # @DESCRIPTION: |
| 484 | # Currently just calls its equivalent in kde4-base.eclass(5). Use this in split |
736 | # Invoke kbuildsycoca4. |
| 485 | # ebuilds. |
|
|
| 486 | kde4-meta_pkg_postinst() { |
737 | kde4-meta_pkg_postinst() { |
|
|
738 | debug-print-function ${FUNCNAME} "$@" |
|
|
739 | |
| 487 | kde4-base_pkg_postinst |
740 | kde4-base_pkg_postinst |
| 488 | } |
741 | } |
| 489 | |
742 | |
| 490 | # @FUNCTION: kde4-meta_pkg_postrm |
743 | # @FUNCTION: kde4-meta_pkg_postrm |
| 491 | # @DESCRIPTION: |
744 | # @DESCRIPTION: |
| 492 | # Currently just calls its equivalent in kde4-base.eclass(5). Use this in split |
745 | # Currently just calls its equivalent in kde4-base.eclass(5). Use this in split |
| 493 | # ebuilds. |
746 | # ebuilds. |
| 494 | kde4-meta_pkg_postrm() { |
747 | kde4-meta_pkg_postrm() { |
|
|
748 | debug-print-function ${FUNCNAME} "$@" |
|
|
749 | |
| 495 | kde4-base_pkg_postrm |
750 | kde4-base_pkg_postrm |
| 496 | } |
751 | } |