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