| 1 | # Copyright 1999-2008 Gentoo Foundation |
1 | # Copyright 1999-2009 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.3 2008/02/24 21:45:39 keytoaster Exp $ |
3 | # $Header: /var/cvsroot/gentoo-x86/eclass/kde4-meta.eclass,v 1.31 2009/12/14 19:44:15 abcd 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 versionator |
| 19 | |
16 | |
| 20 | EXPORT_FUNCTIONS pkg_setup src_unpack src_compile src_test src_install pkg_postinst pkg_postrm |
17 | EXPORT_FUNCTIONS pkg_setup src_unpack src_prepare src_configure src_compile src_test src_install pkg_postinst pkg_postrm |
| 21 | |
18 | |
| 22 | if [[ -z ${KMNAME} ]]; then |
|
|
| 23 | die "kde4-meta.eclass inherited but KMNAME not defined - broken ebuild" |
19 | [[ -z ${KMNAME} ]] && die "kde4-meta.eclass inherited but KMNAME not defined - broken ebuild" |
|
|
20 | |
|
|
21 | # Add khelpcenter dependency when installing handbooks |
|
|
22 | if [[ ${PN} != khelpcenter ]] && has handbook ${IUSE//+}; then |
|
|
23 | RDEPEND+=" handbook? ( $(add_kdebase_dep khelpcenter) )" |
| 24 | fi |
24 | fi |
| 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 |
|
|
| 33 | |
|
|
| 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 | |
25 | |
| 44 | # Add dependencies that all packages in a certain module share. |
26 | # Add dependencies that all packages in a certain module share. |
| 45 | case ${KMNAME} in |
27 | case ${KMNAME} in |
| 46 | kdebase|kdebase-workspace|kdebase-runtime) |
28 | kdebase|kdebase-apps|kdebase-workspace|kdebase-runtime|kdegraphics) |
| 47 | DEPEND="${DEPEND} >=kde-base/qimageblitz-0.0.4" |
29 | COMMONDEPEND+=" >=kde-base/qimageblitz-0.0.4" |
| 48 | RDEPEND="${RDEPEND} >=kde-base/qimageblitz-0.0.4" |
|
|
| 49 | ;; |
30 | ;; |
| 50 | kdepim) |
31 | kdepim|kdepim-runtime) |
| 51 | if [[ ${PN} != kode ]]; then |
32 | COMMONDEPEND+=" $(add_kdebase_dep kdepimlibs)" |
| 52 | DEPEND="${DEPEND} >=kde-base/kode-${PV}:${SLOT}" |
|
|
| 53 | RDEPEND="${RDEPEND} >=kde-base/kode-${PV}:${SLOT}" |
|
|
| 54 | fi |
|
|
| 55 | case ${PN} in |
33 | case ${PN} in |
| 56 | akregator|kaddressbook|kmail|kmobiletools|knode|knotes|korganizer|ktimetracker) |
34 | akregator|kaddressbook|kjots|kmail|knode|knotes|korganizer|ktimetracker) |
| 57 | IUSE="+kontact" |
35 | IUSE+=" +kontact" |
| 58 | DEPEND="${DEPEND} kontact? ( >=kde-base/kontact-${PV}:${SLOT} )" |
36 | if ! slot_is_at_least 4.4 ${SLOT}; then |
| 59 | RDEPEND="${RDEPEND} kontact? ( >=kde-base/kontact-${PV}:${SLOT} )" |
37 | RDEPEND+=" kontact? ( $(add_kdebase_dep kontactinterfaces) )" |
|
|
38 | fi |
| 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 the handbook USE-flag is set, and if this directory exists, |
| 111 | # then "doc/$KMMODULE" is added to $KMEXTRA. In other cases, this should be |
120 | # then "doc/$KMMODULE" is added to $KMEXTRA. In other cases, this should be |
| 112 | # handled in the ebuild. |
121 | # handled in the ebuild. |
| 113 | # If the documentation is in a different subdirectory, you should add it to KMEXTRA. |
122 | # If the documentation is in a different subdirectory, you should add it to KMEXTRA. |
| 114 | |
123 | |
| 115 | # @ECLASS-VARIABLE: KMCOMPILEONLY |
124 | # @ECLASS-VARIABLE: KMCOMPILEONLY |
| 116 | # @DESCRIPTION: |
125 | # @DESCRIPTION: |
| 117 | # All subdirectories listed here will be extracted & compiled, but not installed. |
126 | # All subdirectories listed here will be extracted & compiled, but not installed. |
| 118 | |
127 | |
|
|
128 | # TODO: better formulation may be needed |
| 119 | # @ECLASS-VARIABLE: KMEXTRACTONLY |
129 | # @ECLASS-VARIABLE: KMEXTRACTONLY |
| 120 | # @DESCRIPTION: |
130 | # @DESCRIPTION: |
| 121 | # All subdirectories listed here will be extracted, but not compiled nor installed. |
131 | # 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 |
132 | # This can be used to avoid compilation in a subdirectory of a directory in $KMMODULE or $KMEXTRA |
| 123 | |
133 | |
| 124 | # @ECLASS-VARIABLE: KMTARPARAMS |
134 | # @ECLASS-VARIABLE: KMTARPARAMS |
| 125 | # @DESCRIPTION: |
135 | # @DESCRIPTION: |
| 126 | # Specify extra parameters to pass to tar, in kde4-meta_src_extract. |
136 | # Specify extra parameters to pass to tar, in kde4-meta_src_extract. |
| 127 | # '-xpf -j' are passed to tar by default. |
137 | # '-xpf -j' are passed to tar by default. |
| 128 | |
138 | |
| 129 | # @FUNCTION: kde4-meta_pkg_setup |
139 | # @FUNCTION: kde4-meta_pkg_setup |
| 130 | # @DESCRIPTION: |
140 | # @DESCRIPTION: |
| 131 | # Currently just calls its equivalent in kde4-base.eclass(5). Use this in split |
141 | # Currently just calls its equivalent in kde4-base.eclass(5). Use this one in |
| 132 | # ebuilds. |
142 | # split ebuilds. |
| 133 | kde4-meta_pkg_setup() { |
143 | kde4-meta_pkg_setup() { |
|
|
144 | debug-print-function ${FUNCNAME} "$@" |
|
|
145 | |
| 134 | kde4-base_pkg_setup |
146 | kde4-base_pkg_setup |
| 135 | } |
147 | } |
| 136 | |
148 | |
| 137 | # @FUNCTION: kde4-meta_src_unpack |
149 | # @FUNCTION: kde4-meta_src_unpack |
| 138 | # @DESCRIPTION: |
150 | # @DESCRIPTION: |
| 139 | # This function unpacks the source for split ebuilds. See also |
151 | # This function unpacks the source for split ebuilds. See also |
| 140 | # kde4-meta-src_extract. |
152 | # kde4-meta-src_extract. |
| 141 | kde4-meta_src_unpack() { |
153 | kde4-meta_src_unpack() { |
| 142 | debug-print-function ${FUNCNAME} "$@" |
154 | debug-print-function ${FUNCNAME} "$@" |
| 143 | |
155 | |
| 144 | if [[ ${KMNAME} = kdepim ]] && \ |
156 | if [[ ${BUILD_TYPE} = live ]]; then |
| 145 | has kontact ${IUSE//+} && \ |
157 | migrate_store_dir |
| 146 | use kontact; then |
158 | S="${WORKDIR}/${P}" |
| 147 | KMEXTRA="${KMEXTRA} kontact/plugins/${PLUGINNAME:-${PN}}" |
159 | mkdir -p "${S}" |
| 148 | KMEXTRACTONLY="${KMEXTRACTONLY} kontact/interfaces/" |
160 | ESVN_RESTRICT="export" subversion_src_unpack |
|
|
161 | subversion_wc_info |
|
|
162 | subversion_bootstrap |
|
|
163 | kde4-meta_src_extract |
|
|
164 | else |
|
|
165 | kde4-meta_src_extract |
| 149 | fi |
166 | fi |
| 150 | |
|
|
| 151 | kde4-meta_src_extract |
|
|
| 152 | kde4-meta_change_cmakelists |
|
|
| 153 | } |
167 | } |
|
|
168 | |
|
|
169 | # FIXME: the difference between kde4-meta_src_extract and kde4-meta_src_unpack? |
| 154 | |
170 | |
| 155 | # @FUNCTION: kde4-meta_src_extract |
171 | # @FUNCTION: kde4-meta_src_extract |
| 156 | # @DESCRIPTION: |
172 | # @DESCRIPTION: |
| 157 | # A function to unpack the source for a split KDE ebuild. |
173 | # A function to unpack the source for a split KDE ebuild. |
| 158 | # Also see KMMODULE, KMNOMODULE, KMEXTRA, KMCOMPILEONLY, KMEXTRACTONLY and KMTARPARAMS. |
174 | # Also see KMMODULE, KMNOMODULE, KMEXTRA, KMCOMPILEONLY, KMEXTRACTONLY and |
|
|
175 | # KMTARPARAMS. |
| 159 | kde4-meta_src_extract() { |
176 | kde4-meta_src_extract() { |
| 160 | local tarball tarfile f extractlist |
177 | debug-print-function ${FUNCNAME} "$@" |
| 161 | tarball="${KMNAME}-${PV}.tar.bz2" |
|
|
| 162 | tarfile="${DISTDIR}"/${tarball} |
|
|
| 163 | |
178 | |
| 164 | einfo "Unpacking parts of ${tarball} to ${WORKDIR}" |
179 | if [[ ${BUILD_TYPE} = live ]]; then |
| 165 | |
180 | local rsync_options subdir kmnamedir targetdir |
|
|
181 | # Export working copy to ${S} |
|
|
182 | einfo "Exporting parts of working copy to ${S}" |
| 166 | kde4-meta_create_extractlists |
183 | kde4-meta_create_extractlists |
| 167 | |
184 | |
|
|
185 | rsync_options="--group --links --owner --perms --quiet --exclude=.svn/" |
|
|
186 | |
|
|
187 | # Copy ${KMNAME} non-recursively (toplevel files) |
|
|
188 | rsync ${rsync_options} "${ESVN_WC_PATH}"/${kmnamedir}* "${S}" \ |
|
|
189 | || die "${ESVN}: can't export toplevel files to '${S}'." |
|
|
190 | # Copy cmake directory |
|
|
191 | if [[ -d "${ESVN_WC_PATH}/${kmnamedir}cmake" ]]; then |
|
|
192 | rsync --recursive ${rsync_options} "${ESVN_WC_PATH}/${kmnamedir}cmake" "${S}" \ |
|
|
193 | || die "${ESVN}: can't export cmake files to '${S}'." |
|
|
194 | fi |
|
|
195 | # Copy all subdirectories |
|
|
196 | for subdir in $(__list_needed_subdirectories); do |
|
|
197 | targetdir="" |
|
|
198 | if [[ $subdir = doc/* && ! -e "$ESVN_WC_PATH/$kmnamedir$subdir" ]]; then |
|
|
199 | continue |
|
|
200 | fi |
|
|
201 | |
|
|
202 | [[ ${subdir%/} = */* ]] && targetdir=${subdir%/} && targetdir=${targetdir%/*} && mkdir -p "${S}/${targetdir}" |
|
|
203 | rsync --recursive ${rsync_options} "${ESVN_WC_PATH}/${kmnamedir}${subdir%/}" "${S}/${targetdir}" \ |
|
|
204 | || die "${ESVN}: can't export subdirectory '${subdir}' to '${S}/${targetdir}'." |
|
|
205 | done |
|
|
206 | |
|
|
207 | if [[ ${KMNAME} = kdebase-runtime && ${PN} != kdebase-data ]]; then |
|
|
208 | sed -i -e '/^install(PROGRAMS[[:space:]]*[^[:space:]]*\/kde4[[:space:]]/s/^/#DONOTINSTALL /' \ |
|
|
209 | "${S}"/CMakeLists.txt || die "Sed to exclude bin/kde4 failed" |
|
|
210 | fi |
|
|
211 | else |
|
|
212 | local abort tarball tarfile f extractlist moduleprefix postfix |
|
|
213 | case ${PV} in |
|
|
214 | 4.3.8[05] | 4.3.9[0568]) |
|
|
215 | # block for normally packed upstream unstable snapshots |
|
|
216 | KMTARPARAMS+=" --bzip2" # bz2 |
|
|
217 | postfix="bz2" |
|
|
218 | ;; |
|
|
219 | 4.3.[6-9]*) |
|
|
220 | # Not passing --xz, as it doesn't work with stable tar |
|
|
221 | KMTARPARAMS+=" --use-compress-program=xz" # xz |
|
|
222 | postfix="xz" |
|
|
223 | ;; |
|
|
224 | *) |
|
|
225 | KMTARPARAMS+=" --bzip2" # bz2 |
|
|
226 | postfix="bz2" |
|
|
227 | ;; |
|
|
228 | esac |
|
|
229 | case ${KMNAME} in |
|
|
230 | kdebase-apps) |
|
|
231 | # kdebase/apps -> kdebase-apps |
|
|
232 | tarball="kdebase-${PV}.tar.${postfix}" |
|
|
233 | # Go one level deeper for kdebase-apps in tarballs |
|
|
234 | moduleprefix=apps/ |
|
|
235 | KMTARPARAMS+=" --transform=s|apps/||" |
|
|
236 | ;; |
|
|
237 | *) |
|
|
238 | # Create tarball name from module name (this is the default) |
|
|
239 | tarball="${KMNAME}-${PV}.tar.${postfix}" |
|
|
240 | ;; |
|
|
241 | esac |
|
|
242 | |
|
|
243 | # Full path to source tarball |
|
|
244 | tarfile="${DISTDIR}/${tarball}" |
|
|
245 | |
|
|
246 | # Detect real toplevel dir from tarball name - it will be used upon extraction |
|
|
247 | # and in __list_needed_subdirectories |
|
|
248 | topdir="${tarball%.tar.*}/" |
|
|
249 | |
|
|
250 | ebegin "Unpacking parts of ${tarball} to ${WORKDIR}" |
|
|
251 | |
|
|
252 | kde4-meta_create_extractlists |
|
|
253 | |
| 168 | for f in cmake/ CMakeLists.txt ConfigureChecks.cmake config.h.cmake \ |
254 | for f in cmake/ CMakeLists.txt ConfigureChecks.cmake config.h.cmake \ |
| 169 | AUTHORS COPYING INSTALL README NEWS ChangeLog |
255 | AUTHORS COPYING INSTALL README NEWS ChangeLog |
| 170 | do |
256 | do |
| 171 | extractlist="${extractlist} ${KMNAME}-${PV}/${f}" |
257 | extractlist+=" ${topdir}${moduleprefix}${f}" |
| 172 | done |
258 | done |
| 173 | extractlist="${extractlist} $(__list_needed_subdirectories)" |
259 | extractlist+=" $(__list_needed_subdirectories)" |
| 174 | KMTARPARAMS="${KMTARPARAMS} -j" |
|
|
| 175 | |
260 | |
| 176 | pushd "${WORKDIR}" > /dev/null |
261 | pushd "${WORKDIR}" > /dev/null |
|
|
262 | [[ -n ${KDE4_STRICTER} ]] && echo tar -xpf "${tarfile}" ${KMTARPARAMS} ${extractlist} >&2 |
| 177 | tar -xpf $tarfile $KMTARPARAMS $extractlist 2> /dev/null |
263 | tar -xpf "${tarfile}" ${KMTARPARAMS} ${extractlist} 2> /dev/null |
| 178 | |
264 | |
| 179 | # Default $S is based on $P; rename the extracted directory to match $S |
265 | # 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}\"" |
266 | mv ${topdir} ${P} || die "Died while moving \"${topdir}\" to \"${P}\"" |
| 181 | |
267 | |
| 182 | popd > /dev/null |
268 | popd > /dev/null |
| 183 | kde4-base_src_unpack |
|
|
| 184 | } |
|
|
| 185 | |
269 | |
|
|
270 | eend $? |
|
|
271 | |
|
|
272 | # We need to clear it here to make verification below work |
|
|
273 | unset moduleprefix |
|
|
274 | |
|
|
275 | if [[ -n ${KDE4_STRICTER} ]]; then |
|
|
276 | for f in $(__list_needed_subdirectories fatal); do |
|
|
277 | if [[ ! -e "${S}/${f#*/}" ]]; then |
|
|
278 | eerror "'${f#*/}' is missing" |
|
|
279 | abort=true |
|
|
280 | fi |
|
|
281 | done |
|
|
282 | [[ -n ${abort} ]] && die "There were missing files." |
|
|
283 | fi |
|
|
284 | |
|
|
285 | # We don't need it anymore |
|
|
286 | unset topdir |
|
|
287 | fi |
|
|
288 | } |
|
|
289 | |
|
|
290 | # @FUNCTION: kde4-meta_create_extractlists |
|
|
291 | # @DESCRIPTION: |
| 186 | # Create lists of files and subdirectories to extract. |
292 | # Create lists of files and subdirectories to extract. |
| 187 | # Also see the descriptions of KMMODULE, KMNOMODULE, KMEXTRA, KMCOMPILEONLY, KMEXTRACTONLY and KMTARPARAMS. |
293 | # Also see descriptions of KMMODULE, KMNOMODULE, KMEXTRA, KMCOMPILEONLY, |
|
|
294 | # KMEXTRACTONLY and KMTARPARAMS. |
| 188 | kde4-meta_create_extractlists() { |
295 | kde4-meta_create_extractlists() { |
| 189 | debug-print-function ${FUNCNAME} "$@" |
296 | debug-print-function ${FUNCNAME} "$@" |
| 190 | |
297 | |
|
|
298 | # TODO change to KMEXTRA for more strict check |
| 191 | if has htmlhandbook ${IUSE//+} && use htmlhandbook; then |
299 | if has handbook ${IUSE//+} && use handbook && [[ -n ${KMMODULE} ]]; then |
| 192 | # We use the basename of $KMMODULE because $KMMODULE can contain |
300 | # We use the basename of $KMMODULE because $KMMODULE can contain |
| 193 | # the path to the module subdirectory. |
301 | # the path to the module subdirectory. |
| 194 | KMEXTRA="${KMEXTRA} doc/${KMMODULE##*/}" |
302 | KMEXTRA_NONFATAL+=" |
|
|
303 | doc/${KMMODULE##*/}" |
| 195 | fi |
304 | fi |
| 196 | |
305 | |
| 197 | # Add some CMake-files to KMEXTRACTONLY. |
306 | # Add some CMake-files to KMEXTRACTONLY. |
| 198 | # Note that this actually doesn't include KMEXTRA handling. |
307 | # Note that this actually doesn't include KMEXTRA handling. |
| 199 | # In those cases you should care to add the relevant files to KMEXTRACTONLY |
308 | # In those cases you should care to add the relevant files to KMEXTRACTONLY |
| 200 | case ${KMNAME} in |
309 | case ${KMNAME} in |
| 201 | kdebase) |
310 | kdebase) |
| 202 | KMEXTRACTONLY="${KMEXTRACTONLY} |
311 | KMEXTRACTONLY+=" |
| 203 | apps/config-apps.h.cmake |
312 | apps/config-apps.h.cmake |
| 204 | apps/ConfigureChecks.cmake" |
313 | apps/ConfigureChecks.cmake" |
| 205 | ;; |
314 | ;; |
|
|
315 | kdebase-apps) |
|
|
316 | KMEXTRACTONLY+=" |
|
|
317 | config-apps.h.cmake |
|
|
318 | ConfigureChecks.cmake" |
|
|
319 | ;; |
| 206 | kdebase-runtime) |
320 | kdebase-runtime) |
| 207 | KMEXTRACTONLY="${KMEXTRACTONLY} |
321 | KMEXTRACTONLY+=" |
| 208 | config-runtime.h.cmake" |
322 | config-runtime.h.cmake" |
| 209 | ;; |
323 | ;; |
| 210 | kdebase-workspace) |
324 | kdebase-workspace) |
| 211 | KMEXTRACTONLY="${KMEXTRACTONLY} |
325 | KMEXTRACTONLY+=" |
| 212 | config-unix.h.cmake |
326 | config-unix.h.cmake |
| 213 | ConfigureChecks.cmake |
327 | ConfigureChecks.cmake |
| 214 | config-workspace.h.cmake |
328 | config-workspace.h.cmake |
| 215 | config-X11.h.cmake |
329 | config-X11.h.cmake |
| 216 | startkde.cmake" |
330 | startkde.cmake |
|
|
331 | KDE4WorkspaceConfig.cmake.in" |
| 217 | ;; |
332 | ;; |
| 218 | kdegames) |
333 | kdegames) |
| 219 | if [[ ${PN} != "libkdegames" ]]; then |
334 | if [[ ${PN} != libkdegames ]]; then |
| 220 | KMEXTRACTONLY="${KMEXTRACTONLY} |
335 | KMEXTRACTONLY+=" |
| 221 | libkdegames" |
336 | libkdegames/" |
| 222 | fi |
337 | fi |
| 223 | ;; |
338 | ;; |
|
|
339 | kdepim) |
|
|
340 | if [[ ${PN} != libkdepim ]]; then |
|
|
341 | KMEXTRACTONLY+=" |
|
|
342 | libkdepim/" |
|
|
343 | fi |
|
|
344 | case ${SLOT} in |
|
|
345 | 4.3|4.4|live) |
|
|
346 | KMEXTRACTONLY+=" |
|
|
347 | kdepim-version.h |
|
|
348 | config-enterprise.h.cmake" |
|
|
349 | ;; |
|
|
350 | esac |
|
|
351 | KMEXTRACTONLY+=" |
|
|
352 | kleopatra/ConfigureChecks.cmake" |
|
|
353 | if has kontact ${IUSE//+} && use kontact; then |
|
|
354 | KMEXTRA+=" |
|
|
355 | kontact/plugins/${PLUGINNAME:-${PN}}/" |
|
|
356 | if ! slot_is_at_least 4.4 ${SLOT}; then |
|
|
357 | KMEXTRACTONLY+=" |
|
|
358 | kontactinterfaces/" |
|
|
359 | fi |
|
|
360 | fi |
|
|
361 | ;; |
|
|
362 | kdeutils) |
|
|
363 | case ${SLOT} in |
|
|
364 | 4.3|4.4|live) |
|
|
365 | KMEXTRACTONLY+=" |
|
|
366 | kdeutils-version.h" |
|
|
367 | ;; |
|
|
368 | esac |
|
|
369 | ;; |
| 224 | koffice) |
370 | koffice) |
| 225 | KMEXTRACTONLY="${KMEXTRACTONLY} |
371 | KMEXTRACTONLY+=" |
| 226 | config-endian.h.cmake |
372 | config-endian.h.cmake |
| 227 | filters/config-filters.h.cmake |
373 | filters/config-filters.h.cmake |
| 228 | config-openexr.h.cmake |
374 | config-openexr.h.cmake |
| 229 | config-opengl.h.cmake |
375 | config-opengl.h.cmake |
| 230 | config-prefix.h.cmake" |
376 | config-prefix.h.cmake |
|
|
377 | " |
|
|
378 | case ${PV} in |
|
|
379 | 2.0.*) |
|
|
380 | KMEXTRACTONLY+=" |
|
|
381 | config-openctl.h.cmake" |
|
|
382 | ;; |
|
|
383 | esac |
|
|
384 | ;; |
|
|
385 | esac |
|
|
386 | # Don't install cmake modules for split ebuilds, to avoid collisions. |
|
|
387 | case ${KMNAME} in |
|
|
388 | kdepim) |
|
|
389 | # No need for unpack since 4.2.86 |
|
|
390 | # Remove when 4.2 is wiped out from the tree |
|
|
391 | case ${PV} in |
|
|
392 | 4.2.[0-4]) |
|
|
393 | KMCOMPILEONLY+=" |
|
|
394 | cmake/modules/" |
|
|
395 | ;; |
|
|
396 | esac |
|
|
397 | ;; |
|
|
398 | kdebase-runtime|kdebase-workspace|kdeedu|kdegames|kdegraphics) |
|
|
399 | case ${PN} in |
|
|
400 | libkdegames|libkdeedu|libkworkspace) |
|
|
401 | KMEXTRA+=" |
|
|
402 | cmake/modules/" |
|
|
403 | ;; |
|
|
404 | *) |
|
|
405 | KMCOMPILEONLY+=" |
|
|
406 | cmake/modules/" |
|
|
407 | ;; |
|
|
408 | esac |
| 231 | ;; |
409 | ;; |
| 232 | esac |
410 | 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 | if [[ ${PN} != "libkdegames" ]]; then |
|
|
| 237 | KMCOMPILEONLY="${KMCOMPILEONLY} |
|
|
| 238 | cmake/modules/" |
|
|
| 239 | else |
|
|
| 240 | KMEXTRA="${KMEXTRA} |
|
|
| 241 | cmake/modules/" |
|
|
| 242 | fi |
|
|
| 243 | ;; |
|
|
| 244 | esac |
|
|
| 245 | |
411 | |
| 246 | debug-print "line ${LINENO} ${ECLASS} ${FUNCNAME}: KMEXTRACTONLY ${KMEXTRACTONLY}" |
412 | debug-print "line ${LINENO} ${ECLASS} ${FUNCNAME}: KMEXTRACTONLY ${KMEXTRACTONLY}" |
| 247 | } |
413 | } |
| 248 | |
414 | |
| 249 | __list_needed_subdirectories() { |
415 | __list_needed_subdirectories() { |
| 250 | local i j kmextra_expanded kmmodule_expanded kmcompileonly_expanded extractlist topdir |
416 | local i j kmextra kmextra_expanded kmmodule_expanded kmcompileonly_expanded extractlist |
| 251 | |
417 | |
| 252 | # We expand KMEXTRA by adding CMakeLists.txt files |
418 | # We expand KMEXTRA by adding CMakeLists.txt files |
| 253 | for i in ${KMEXTRA}; do |
419 | kmextra="${KMEXTRA}" |
| 254 | kmextra_expanded="${kmextra_expanded} ${i}" |
420 | [[ ${1} != fatal ]] && kmextra+=" ${KMEXTRA_NONFATAL}" |
|
|
421 | for i in ${kmextra}; do |
|
|
422 | kmextra_expanded+=" ${i}" |
| 255 | j=$(dirname ${i}) |
423 | j=$(dirname ${i}) |
| 256 | while [[ ${j} != "." ]]; do |
424 | while [[ ${j} != "." ]]; do |
| 257 | kmextra_expanded="${kmextra_expanded} ${j}/CMakeLists.txt"; |
425 | kmextra_expanded+=" ${j}/CMakeLists.txt"; |
| 258 | j=$(dirname ${j}) |
426 | j=$(dirname ${j}) |
| 259 | done |
427 | done |
| 260 | done |
428 | done |
| 261 | |
429 | |
| 262 | # Expand KMMODULE |
430 | # Expand KMMODULE |
| 263 | if [[ -n ${KMMODULE} ]]; then |
431 | if [[ -n ${KMMODULE} ]]; then |
| 264 | kmmodule_expanded="${KMMODULE}" |
432 | kmmodule_expanded="${KMMODULE}" |
| 265 | j=$(dirname ${KMMODULE}) |
433 | j=$(dirname ${KMMODULE}) |
| 266 | while [[ ${j} != "." ]]; do |
434 | while [[ ${j} != "." ]]; do |
| 267 | kmmodule_expanded="${kmmodule_expanded} $j/CMakeLists.txt"; |
435 | kmmodule_expanded+=" ${j}/CMakeLists.txt"; |
| 268 | j=$(dirname $j) |
436 | j=$(dirname ${j}) |
| 269 | done |
437 | done |
| 270 | fi |
438 | fi |
| 271 | |
439 | |
| 272 | # Expand KMCOMPILEONLY |
440 | # Expand KMCOMPILEONLY |
| 273 | for i in ${KMCOMPILEONLY}; do |
441 | for i in ${KMCOMPILEONLY}; do |
| 274 | kmcompileonly_expanded="${kmcompileonly_expanded} ${i}" |
442 | kmcompileonly_expanded+=" ${i}" |
| 275 | j=$(dirname ${i}) |
443 | j=$(dirname ${i}) |
| 276 | while [[ ${j} != "." ]]; do |
444 | while [[ ${j} != "." ]]; do |
| 277 | kmcompileonly_expanded="${kmcompileonly_expanded} ${j}/CMakeLists.txt"; |
445 | kmcompileonly_expanded+=" ${j}/CMakeLists.txt"; |
| 278 | j=$(dirname ${j}) |
446 | j=$(dirname ${j}) |
| 279 | done |
447 | done |
| 280 | done |
448 | done |
| 281 | |
449 | |
| 282 | debug-print "line ${LINENO} ${ECLASS} ${FUNCNAME} - kmextra_expanded: ${kmextra_expanded}" |
450 | debug-print "line ${LINENO} ${ECLASS} ${FUNCNAME} - kmextra_expanded: ${kmextra_expanded}" |
| 283 | debug-print "line ${LINENO} ${ECLASS} ${FUNCNAME} - kmmodule_expanded: ${kmmodule_expanded}" |
451 | debug-print "line ${LINENO} ${ECLASS} ${FUNCNAME} - kmmodule_expanded: ${kmmodule_expanded}" |
| 284 | debug-print "line ${LINENO} ${ECLASS} ${FUNCNAME} - kmcompileonly_expanded: ${kmcompileonly_expanded}" |
452 | debug-print "line ${LINENO} ${ECLASS} ${FUNCNAME} - kmcompileonly_expanded: ${kmcompileonly_expanded}" |
| 285 | |
453 | |
| 286 | |
|
|
| 287 | case ${NEED_KDE} in |
|
|
| 288 | svn) : ;; |
|
|
| 289 | *) topdir="${KMNAME}-${PV}/" ;; |
|
|
| 290 | esac |
|
|
| 291 | |
|
|
| 292 | # Create final list of stuff to extract |
454 | # Create final list of stuff to extract |
|
|
455 | # We append topdir only when specified (usually for tarballs) |
| 293 | for i in ${kmmodule_expanded} ${kmextra_expanded} ${kmcompileonly_expanded} \ |
456 | for i in ${kmmodule_expanded} ${kmextra_expanded} ${kmcompileonly_expanded} \ |
| 294 | ${KMEXTRACTONLY} |
457 | ${KMEXTRACTONLY} |
| 295 | do |
458 | do |
| 296 | extractlist="${extractlist} ${topdir}${i}" |
459 | extractlist+=" ${topdir}${moduleprefix}${i}" |
| 297 | done |
460 | done |
| 298 | |
461 | |
| 299 | echo ${extractlist} |
462 | echo ${extractlist} |
| 300 | } |
463 | } |
| 301 | |
464 | |
| 302 | # @FUNCTION: kde4-meta_src_compile |
465 | # @FUNCTION: kde4-meta_src_prepare |
| 303 | # @DESCRIPTION: |
466 | # @DESCRIPTION: |
| 304 | # General function for compiling split KDE4 applications. |
467 | # Meta-package build system configuration handling - commenting out targets, etc.. |
| 305 | kde4-meta_src_compile() { |
468 | kde4-meta_src_prepare() { |
| 306 | debug-print-function ${FUNCNAME} "$@" |
469 | debug-print-function ${FUNCNAME} "$@" |
| 307 | |
470 | |
| 308 | kde4-meta_src_configure |
471 | kde4-meta_change_cmakelists |
| 309 | kde4-meta_src_make |
472 | kde4-base_src_prepare |
| 310 | } |
473 | } |
| 311 | |
474 | |
|
|
475 | # FIXME: no comment here? |
| 312 | _change_cmakelists_parent_dirs() { |
476 | _change_cmakelists_parent_dirs() { |
| 313 | debug-print-function ${FUNCNAME} "$@" |
477 | debug-print-function ${FUNCNAME} "$@" |
| 314 | |
478 | |
| 315 | local _olddir _dir |
479 | local _olddir _dir |
| 316 | _dir="${S}"/${1} |
480 | _dir="${S}"/${1} |
| 317 | until [[ ${_dir} == "${S}" ]]; do |
481 | until [[ ${_dir} == "${S}" ]]; do |
| 318 | _olddir=$(basename ${_dir}) |
482 | _olddir=$(basename "${_dir}") |
| 319 | _dir=$(dirname ${_dir}) |
483 | _dir=$(dirname "${_dir}") |
| 320 | debug-print "${LINENO}: processing ${_dir} CMakeLists.txt searching for ${_olddir}" |
484 | debug-print "${LINENO}: processing ${_dir} CMakeLists.txt searching for ${_olddir}" |
| 321 | if [[ -f ${_dir}/CMakeLists.txt ]]; then |
485 | if [[ -f ${_dir}/CMakeLists.txt ]]; then |
| 322 | sed -i -e "/[[:space:]]*${_olddir}[[:space:]]*/s/^#DONOTCOMPILE //" ${_dir}/CMakeLists.txt || \ |
486 | sed -e "/add_subdirectory[[:space:]]*([[:space:]]*${_olddir}[[:space:]]*)/s/#DONOTCOMPILE //g" \ |
|
|
487 | -e "/ADD_SUBDIRECTORY[[:space:]]*([[:space:]]*${_olddir}[[:space:]]*)/s/#DONOTCOMPILE //g" \ |
| 323 | die "${LINENO}: died in ${FUNCNAME} while processing ${_dir}" |
488 | -i ${_dir}/CMakeLists.txt || die "${LINENO}: died in ${FUNCNAME} while processing ${_dir}" |
| 324 | fi |
489 | fi |
| 325 | done |
490 | done |
| 326 | } |
491 | } |
| 327 | |
492 | |
|
|
493 | # FIXME: add description |
|
|
494 | # @FUNCTION: kde4-meta_change_cmakelists |
|
|
495 | # @DESCRIPTION: |
| 328 | kde4-meta_change_cmakelists() { |
496 | kde4-meta_change_cmakelists() { |
| 329 | debug-print-function ${FUNCNAME} "$@" |
497 | debug-print-function ${FUNCNAME} "$@" |
| 330 | |
498 | |
| 331 | pushd "${S}" > /dev/null |
499 | pushd "${S}" > /dev/null |
| 332 | |
500 | |
| 333 | comment_all_add_subdirectory ./ |
501 | comment_all_add_subdirectory ./ |
| 334 | |
502 | |
| 335 | # Restore "add_subdirectory( cmake )" in ${S}/CMakeLists.txt |
503 | # Restore "add_subdirectory( cmake )" in ${S}/CMakeLists.txt |
| 336 | if [[ -f "${S}"/CMakeLists.txt ]]; then |
504 | if [[ -f CMakeLists.txt ]]; then |
| 337 | sed -i -e '/ *cmake */s/^#DONOTCOMPILE //' "${S}"/CMakeLists.txt || die "${LINENO}: cmake sed died" |
505 | sed -e '/add_subdirectory[[:space:]]*([[:space:]]*cmake[[:space:]]*)/s/^#DONOTCOMPILE //' \ |
|
|
506 | -e '/ADD_SUBDIRECTORY[[:space:]]*([[:space:]]*cmake[[:space:]]*)/s/^#DONOTCOMPILE //' \ |
|
|
507 | -i CMakeLists.txt || die "${LINENO}: cmake sed died" |
| 338 | fi |
508 | fi |
| 339 | |
509 | |
| 340 | if [[ -z ${KMNOMODULE} ]]; then |
510 | if [[ -z ${KMNOMODULE} ]]; then |
| 341 | # Restore "add_subdirectory" in $KMMODULE subdirectories |
511 | # Restore "add_subdirectory" in $KMMODULE subdirectories |
| 342 | find "${S}"/${KMMODULE} -name CMakeLists.txt -print0 | xargs -0 sed -i -e 's/^#DONOTCOMPILE //g' || \ |
512 | find "${S}"/${KMMODULE} -name CMakeLists.txt -print0 | \ |
|
|
513 | xargs -0 sed -i -e 's/^#DONOTCOMPILE //g' || \ |
| 343 | die "${LINENO}: died in KMMODULE section" |
514 | die "${LINENO}: died in KMMODULE section" |
| 344 | _change_cmakelists_parent_dirs ${KMMODULE} |
515 | _change_cmakelists_parent_dirs ${KMMODULE} |
| 345 | fi |
516 | fi |
| 346 | |
517 | |
|
|
518 | local i |
|
|
519 | |
|
|
520 | # KMEXTRACTONLY section - Some ebuilds need to comment out some subdirs in KMMODULE and they use KMEXTRACTONLY |
|
|
521 | for i in ${KMEXTRACTONLY}; do |
|
|
522 | if [[ -d ${i} && -f ${i}/../CMakeLists.txt ]]; then |
|
|
523 | sed -e "/([[:space:]]*$(basename $i)[[:space:]]*)/s/^/#DONOTCOMPILE /" \ |
|
|
524 | -i ${i}/../CMakeLists.txt || \ |
|
|
525 | die "${LINENO}: sed died while working in the KMEXTRACTONLY section while processing ${i}" |
|
|
526 | fi |
|
|
527 | done |
|
|
528 | |
| 347 | # KMCOMPILEONLY |
529 | # KMCOMPILEONLY |
| 348 | local i |
|
|
| 349 | for i in ${KMCOMPILEONLY}; do |
530 | for i in ${KMCOMPILEONLY}; do |
| 350 | debug-print "${LINENO}: KMCOMPILEONLY, processing ${i}" |
531 | debug-print "${LINENO}: KMCOMPILEONLY, processing ${i}" |
| 351 | # Uncomment "add_subdirectory" instructions inside $KMCOMPILEONLY, then comment "install" instructions. |
532 | # Uncomment "add_subdirectory" instructions inside $KMCOMPILEONLY, then comment "install" instructions. |
| 352 | find "${S}"/${i} -name CMakeLists.txt -print0 | \ |
533 | find "${S}"/${i} -name CMakeLists.txt -print0 | \ |
| 353 | xargs -0 sed -i \ |
534 | xargs -0 sed -i \ |
| … | |
… | |
| 360 | done |
541 | done |
| 361 | |
542 | |
| 362 | # KMEXTRA section |
543 | # KMEXTRA section |
| 363 | for i in ${KMEXTRA}; do |
544 | for i in ${KMEXTRA}; do |
| 364 | debug-print "${LINENO}: KMEXTRA section, processing ${i}" |
545 | debug-print "${LINENO}: KMEXTRA section, processing ${i}" |
| 365 | # Ebuilds use KMEXTRA incorrectly to extract files which should be in $KMEXTRACTONLY |
546 | find "${S}"/${i} -name CMakeLists.txt -print0 | \ |
|
|
547 | xargs -0 sed -i -e 's/^#DONOTCOMPILE //g' || \ |
|
|
548 | die "${LINENO}: sed died uncommenting add_subdirectory instructions in KMEXTRA section while processing ${i}" |
|
|
549 | _change_cmakelists_parent_dirs ${i} |
|
|
550 | done |
|
|
551 | # KMEXTRA_NONFATAL section |
|
|
552 | for i in ${KMEXTRA_NONFATAL}; do |
| 366 | if [[ -d "${S}"/${i} ]]; then |
553 | if [[ -d "${S}"/${i} ]]; then |
| 367 | find "${S}"/${i} -name CMakeLists.txt -print0 | \ |
554 | find "${S}"/${i} -name CMakeLists.txt -print0 | \ |
| 368 | xargs -0 sed -i -e 's/^#DONOTCOMPILE //g' || \ |
555 | xargs -0 sed -i -e 's/^#DONOTCOMPILE //g' || \ |
| 369 | die "${LINENO}: sed died uncommenting add_subdirectory instructions in KMEXTRA section while processing ${i}" |
556 | die "${LINENO}: sed died uncommenting add_subdirectory instructions in KMEXTRA section while processing ${i}" |
| 370 | _change_cmakelists_parent_dirs ${i} |
557 | _change_cmakelists_parent_dirs ${i} |
| 371 | else |
|
|
| 372 | [[ ${i} == doc/* ]] || \ |
|
|
| 373 | die "KMEXTRA should be used to compile and install subdirectories other than \$KMMODULE. Use KMEXTRACTONLY to extract some files." |
|
|
| 374 | fi |
|
|
| 375 | done |
|
|
| 376 | |
|
|
| 377 | # Documentation section |
|
|
| 378 | if [[ -n ${docs} ]]; then |
|
|
| 379 | sed -i -e '/ *doc */s/^#DONOTCOMPILE //g' "${S}"/CMakeLists.txt || \ |
|
|
| 380 | die "${LINENO}: sed died while uncommenting doc dir" |
|
|
| 381 | |
|
|
| 382 | if [[ -f "${S}"/doc/CMakeLists.txt ]]; then |
|
|
| 383 | sed -i -e "/( *${KMMODULE##*/} *)/s/^#DONOTCOMPILE //g" "${S}"/doc/CMakeLists.txt \ |
|
|
| 384 | || die "${LINENO}: sed died while uncommenting apps documentation in doc subdir " |
|
|
| 385 | fi |
|
|
| 386 | fi |
558 | fi |
| 387 | |
|
|
| 388 | # KMEXTRACTONLY section - Some ebuilds need to comment out some subdirs in KMMODULE and they use KMEXTRACTONLY |
|
|
| 389 | for i in ${KMEXTRACTONLY}; do |
|
|
| 390 | if [[ -d "${S}"/${i} && -f "${S}"/${i}/../CMakeLists.txt ]]; then |
|
|
| 391 | sed -i -e "/( *$(basename $i) *)/s/^/#DONOTCOMPILE /" "${S}"/${i}/../CMakeLists.txt || \ |
|
|
| 392 | die "${LINENO}: sed died while working in the KMEXTRACTONLY section while processing ${i}" |
|
|
| 393 | fi |
|
|
| 394 | done |
559 | done |
| 395 | |
560 | |
| 396 | # COLLISION PROTECT section |
|
|
| 397 | # Only install the startkde script as part of kde-base/kdebase-startkde, |
|
|
| 398 | # instead of with every package. |
|
|
| 399 | case ${KMNAME} in |
561 | case ${KMNAME} in |
| 400 | kdebase-workspace) |
562 | kdebase-workspace) |
|
|
563 | # COLLISION PROTECT section |
|
|
564 | # Install the startkde script just once, as a part of kde-base/kdebase-startkde, |
|
|
565 | # not as a part of every package. |
| 401 | if [[ ${PN} != "kdebase-startkde" && -f "${S}"/CMakeLists.txt ]]; then |
566 | if [[ ${PN} != kdebase-startkde && -f CMakeLists.txt ]]; then |
|
|
567 | # The startkde script moved to kdebase-workspace for KDE4 versions > 3.93.0. |
|
|
568 | sed -e '/startkde/s/^/#DONOTINSTALL /' \ |
|
|
569 | -i CMakeLists.txt || die "${LINENO}: sed died in the kdebase-startkde collision prevention section" |
|
|
570 | fi |
|
|
571 | # Strip EXPORT feature section from workspace for KDE4 versions > 4.1.82 |
|
|
572 | if [[ ${PN} != libkworkspace ]]; then |
|
|
573 | sed -e '/install(FILES ${CMAKE_CURRENT_BINARY_DIR}\/KDE4WorkspaceConfig.cmake/,/^[[:space:]]*FILE KDE4WorkspaceLibraryTargets.cmake )[[:space:]]*^/d' \ |
|
|
574 | -i CMakeLists.txt || die "${LINENO}: sed died in kdebase-workspace strip config install and fix EXPORT section" |
|
|
575 | fi |
|
|
576 | ;; |
|
|
577 | kdebase-runtime) |
|
|
578 | # COLLISION PROTECT section |
|
|
579 | # Only install the kde4 script as part of kde-base/kdebase-data |
|
|
580 | if [[ ${PN} != kdebase-data && -f CMakeLists.txt ]]; then |
|
|
581 | sed -e '/^install(PROGRAMS[[:space:]]*[^[:space:]]*\/kde4[[:space:]]/s/^/#DONOTINSTALL /' \ |
|
|
582 | -i CMakeLists.txt || die "Sed to exclude bin/kde4 failed" |
|
|
583 | fi |
|
|
584 | ;; |
|
|
585 | kdenetwork) |
|
|
586 | # Disable hardcoded kdepimlibs check |
|
|
587 | sed -e 's/find_package(KdepimLibs REQUIRED)/macro_optional_find_package(KdepimLibs)/' \ |
|
|
588 | -i CMakeLists.txt || die "failed to disable hardcoded checks" |
|
|
589 | ;; |
|
|
590 | kdepim) |
|
|
591 | case ${PN} in |
|
|
592 | kaddressbook|kalarm|kmailcvt|kontact|korganizer|korn) |
|
|
593 | sed -n -e '/qt4_generate_dbus_interface(.*org\.kde\.kmail\.\(kmail\|mailcomposer\)\.xml/p' \ |
|
|
594 | -e '/add_custom_target(kmail_xml /,/)/p' \ |
|
|
595 | -i kmail/CMakeLists.txt || die "uncommenting xml failed" |
|
|
596 | _change_cmakelists_parent_dirs kmail |
|
|
597 | ;; |
|
|
598 | esac |
|
|
599 | ;; |
|
|
600 | kdewebdev) |
|
|
601 | # Disable hardcoded kdepimlibs check |
|
|
602 | sed -e 's/find_package(KdepimLibs REQUIRED)/macro_optional_find_package(KdepimLibs)/' \ |
|
|
603 | -e 's/find_package(LibXml2 REQUIRED)/macro_optional_find_package(LibXml2)/' \ |
|
|
604 | -e 's/find_package(LibXslt REQUIRED)/macro_optional_find_package(LibXslt)/' \ |
|
|
605 | -e 's/find_package(Boost REQUIRED)/macro_optional_find_package(Boost)/' \ |
|
|
606 | -i CMakeLists.txt || die "failed to disable hardcoded checks" |
|
|
607 | ;; |
|
|
608 | koffice) |
|
|
609 | # prevent collisions |
|
|
610 | if [[ ${PN} != koffice-data ]]; then |
|
|
611 | sed -e '/install(.*FindKOfficeLibs.cmake/,/)/ d' \ |
|
|
612 | -i cmake/modules/CMakeLists.txt || die "${LINENO}: sed died in collision prevention section" |
|
|
613 | sed -e '/install(.\+config-openexr\.h.\+)/d' \ |
|
|
614 | -i CMakeLists.txt || die "${LINENO}: sed died in collision prevention section" |
|
|
615 | fi |
|
|
616 | # koffice 2.0 |
| 402 | case ${PV} in |
617 | case ${PV} in |
| 403 | *) # The startkde script moved to kdebase-workspace for KDE4 versions > 3.93.0. |
618 | 2.0.[1-9]) |
| 404 | sed -i -e '/startkde/s/^/#DONOTINSTALL /' "${S}"/CMakeLists.txt || \ |
619 | sed -i -n -e '1h;1!H;${g;s/install(.\+config-openexr.h.\+)//;p}' \ |
|
|
620 | "${S}"/CMakeLists.txt || \ |
| 405 | die "${LINENO}: sed died in the kdebase-startkde collision prevention section" |
621 | die "${LINENO}: sed died in collision prevention section" |
| 406 | ;; |
622 | ;; |
|
|
623 | *) ;; |
| 407 | esac |
624 | esac |
| 408 | fi |
|
|
| 409 | ;; |
|
|
| 410 | # This is sort of a hack to avoid patching 16 kdeutils packages with |
|
|
| 411 | # r775410 from upstream trunk which makes blitz optional so superkaramba |
|
|
| 412 | # only gets compiled when it is found. Bug #209324. Remove this no later |
|
|
| 413 | # than 4.1. |
|
|
| 414 | kdeutils) |
|
|
| 415 | if [[ ${PN} != superkaramba && ${SLOT} == kde-4 ]]; then |
|
|
| 416 | sed -i -e '/find_package(Blitz REQUIRED)/d' "${S}"/CMakeLists.txt \ |
|
|
| 417 | || die "${LINENO}: sed to remove dependency on Blitz failed." |
|
|
| 418 | fi |
|
|
| 419 | ;; |
|
|
| 420 | koffice) |
|
|
| 421 | if [[ ${PN} != koffice-libs ]]; then |
|
|
| 422 | sed -i -e '/^INSTALL(FILES.*koffice.desktop/ s/^/#DONOTINSTALL /' \ |
|
|
| 423 | doc/CMakeLists.txt || \ |
|
|
| 424 | die "${LINENO}: sed died in the koffice.desktop collision prevention section" |
|
|
| 425 | fi |
|
|
| 426 | ;; |
|
|
| 427 | esac |
625 | esac |
| 428 | |
626 | |
| 429 | popd > /dev/null |
627 | popd > /dev/null |
| 430 | } |
628 | } |
| 431 | |
629 | |
| 432 | # @FUNCTION: kde4-meta_src_configure |
630 | # @FUNCTION: kde4-meta_src_configure |
| 433 | # @DESCRIPTION: |
631 | # @DESCRIPTION: |
| 434 | # Currently just calls its equivalent in kde4-base.eclass(5). Use this in split |
632 | # Currently just calls its equivalent in kde4-base.eclass(5). Use this one in split |
| 435 | # ebuilds. |
633 | # ebuilds. |
| 436 | kde4-meta_src_configure() { |
634 | kde4-meta_src_configure() { |
| 437 | debug-print-function ${FUNCNAME} "$@" |
635 | debug-print-function ${FUNCNAME} "$@" |
|
|
636 | |
|
|
637 | # backwards-compatibility: make mycmakeargs an array, if it isn't already |
|
|
638 | if [[ $(declare -p mycmakeargs 2>&-) != "declare -a mycmakeargs="* ]]; then |
|
|
639 | mycmakeargs=(${mycmakeargs}) |
|
|
640 | fi |
|
|
641 | |
|
|
642 | # Set some cmake default values here (usually workarounds for automagic deps) |
|
|
643 | case ${KMNAME} in |
|
|
644 | kdewebdev) |
|
|
645 | mycmakeargs=( |
|
|
646 | -DWITH_KdepimLibs=OFF |
|
|
647 | -DWITH_LibXml2=OFF |
|
|
648 | -DWITH_LibXslt=OFF |
|
|
649 | -DWITH_Boost=OFF |
|
|
650 | -DWITH_LibTidy=OFF |
|
|
651 | "${mycmakeargs[@]}" |
|
|
652 | ) |
|
|
653 | ;; |
|
|
654 | esac |
| 438 | |
655 | |
| 439 | kde4-base_src_configure |
656 | kde4-base_src_configure |
| 440 | } |
657 | } |
| 441 | |
658 | |
| 442 | # @FUNCTION: kde4-meta_src_make |
659 | # @FUNCTION: kde4-meta_src_compile |
| 443 | # @DESCRIPTION: |
660 | # @DESCRIPTION: |
| 444 | # Currently just calls its equivalent in kde4-base.eclass(5). Use this in split |
661 | # General function for compiling split KDE4 applications. |
| 445 | # ebuilds. |
662 | # Overrides kde4-base_src_compile. |
| 446 | kde4-meta_src_make() { |
663 | kde4-meta_src_compile() { |
| 447 | debug-print-function ${FUNCNAME} "$@" |
664 | debug-print-function ${FUNCNAME} "$@" |
| 448 | |
665 | |
| 449 | kde4-base_src_make |
666 | kde4-base_src_compile "$@" |
| 450 | } |
667 | } |
| 451 | |
668 | |
| 452 | # @FUNCTION: kde4-meta_src_test |
669 | # @FUNCTION: kde4-meta_src_test |
| 453 | # @DESCRIPTION: |
670 | # @DESCRIPTION: |
| 454 | # Currently just calls its equivalent in kde4-base.eclass(5). Use this in split |
671 | # Currently just calls its equivalent in kde4-base.eclass(5) if |
| 455 | # ebuilds. |
672 | # I_KNOW_WHAT_I_AM_DOING is set. Use this in split ebuilds. |
| 456 | kde4-meta_src_test() { |
673 | kde4-meta_src_test() { |
| 457 | debug-print-function $FUNCNAME "$@" |
674 | debug-print-function $FUNCNAME "$@" |
| 458 | |
675 | |
|
|
676 | if [[ $I_KNOW_WHAT_I_AM_DOING ]]; then |
| 459 | kde4-base_src_test |
677 | kde4-base_src_test |
|
|
678 | else |
|
|
679 | einfo "Tests disabled" |
|
|
680 | fi |
| 460 | } |
681 | } |
| 461 | |
682 | |
| 462 | # @FUNCTION: kde4-meta_src_install |
683 | # @FUNCTION: kde4-meta_src_install |
| 463 | # @DESCRIPTION: |
684 | # @DESCRIPTION: |
| 464 | # Function for installing KDE4 split applications. |
685 | # Function for installing KDE4 split applications. |
| 465 | kde4-meta_src_install() { |
686 | kde4-meta_src_install() { |
| 466 | debug-print-function $FUNCNAME "$@" |
687 | debug-print-function $FUNCNAME "$@" |
| 467 | |
688 | |
| 468 | kde4-meta_src_make_doc |
689 | kde4-base_src_install |
| 469 | cmake-utils_src_install |
|
|
| 470 | } |
690 | } |
| 471 | |
691 | |
| 472 | # @FUNCTION: kde4-meta_src_make_doc |
692 | # @FUNCTION: kde4-meta_src_make_doc |
| 473 | # @DESCRIPTION: |
693 | # @DESCRIPTION: |
| 474 | # This function searches under ${S}/${KMMODULE}, |
694 | # This function searches in ${S}/${KMMODULE}, |
| 475 | # and tries to install "AUTHORS ChangeLog* README* NEWS todo" if these files exist. |
695 | # and tries to install "AUTHORS ChangeLog* README* NEWS TODO" if these files exist. |
| 476 | kde4-meta_src_make_doc() { |
696 | kde4-meta_src_make_doc() { |
| 477 | debug-print-function $FUNCNAME "$@" |
697 | debug-print-function ${FUNCNAME} "$@" |
| 478 | |
698 | |
| 479 | local doc |
699 | local doc |
| 480 | for doc in AUTHORS ChangeLog* README* NEWS TODO; do |
700 | for doc in AUTHORS ChangeLog* README* NEWS TODO; do |
| 481 | [[ -s ${KMMODULE}/$doc ]] && newdoc "${KMMODULE}/${doc}" "${doc}.${KMMODULE##*/}" |
701 | [[ -s ${KMMODULE}/${doc} ]] && newdoc "${KMMODULE}/${doc}" "${doc}.${KMMODULE##*/}" |
| 482 | done |
702 | done |
| 483 | |
703 | |
| 484 | kde4-base_src_make_doc |
704 | kde4-base_src_make_doc |
| 485 | } |
705 | } |
| 486 | |
706 | |
| 487 | # @FUNCTION: kde4-meta_pkg_postinst |
707 | # @FUNCTION: kde4-meta_pkg_postinst |
| 488 | # @DESCRIPTION: |
708 | # @DESCRIPTION: |
| 489 | # Currently just calls its equivalent in kde4-base.eclass(5). Use this in split |
709 | # Invoke kbuildsycoca4. |
| 490 | # ebuilds. |
|
|
| 491 | kde4-meta_pkg_postinst() { |
710 | kde4-meta_pkg_postinst() { |
|
|
711 | debug-print-function ${FUNCNAME} "$@" |
|
|
712 | |
| 492 | kde4-base_pkg_postinst |
713 | kde4-base_pkg_postinst |
| 493 | } |
714 | } |
| 494 | |
715 | |
| 495 | # @FUNCTION: kde4-meta_pkg_postrm |
716 | # @FUNCTION: kde4-meta_pkg_postrm |
| 496 | # @DESCRIPTION: |
717 | # @DESCRIPTION: |
| 497 | # Currently just calls its equivalent in kde4-base.eclass(5). Use this in split |
718 | # Currently just calls its equivalent in kde4-base.eclass(5). Use this in split |
| 498 | # ebuilds. |
719 | # ebuilds. |
| 499 | kde4-meta_pkg_postrm() { |
720 | kde4-meta_pkg_postrm() { |
|
|
721 | debug-print-function ${FUNCNAME} "$@" |
|
|
722 | |
| 500 | kde4-base_pkg_postrm |
723 | kde4-base_pkg_postrm |
| 501 | } |
724 | } |