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