| 1 | # Copyright 1999-2010 Gentoo Foundation |
1 | # Copyright 1999-2012 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.33 2010/02/02 14:20:16 reavertm Exp $ |
3 | # $Header: /var/cvsroot/gentoo-x86/eclass/kde4-meta.eclass,v 1.64 2012/05/08 22:00:49 dilfridge Exp $ |
| 4 | # |
4 | # |
| 5 | # @ECLASS: kde4-meta.eclass |
5 | # @ECLASS: kde4-meta.eclass |
| 6 | # @MAINTAINER: |
6 | # @MAINTAINER: |
| 7 | # kde@gentoo.org |
7 | # kde@gentoo.org |
| 8 | # @BLURB: Eclass for writing "split" KDE packages. |
8 | # @BLURB: Eclass for writing "split" KDE packages. |
| … | |
… | |
| 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 | [[ -z ${KMNAME} ]] && die "kde4-meta.eclass inherited but KMNAME not defined - broken ebuild" |
|
|
16 | |
| 15 | inherit kde4-base versionator |
17 | inherit kde4-base versionator |
| 16 | |
18 | |
| 17 | EXPORT_FUNCTIONS pkg_setup src_unpack src_prepare src_configure src_compile src_test src_install pkg_postinst pkg_postrm |
19 | KDEMETA_EXPF="pkg_setup src_unpack src_prepare src_configure src_compile src_test src_install pkg_preinst pkg_postinst pkg_postrm" |
| 18 | |
20 | EXPORT_FUNCTIONS ${KDEMETA_EXPF} |
| 19 | [[ -z ${KMNAME} ]] && die "kde4-meta.eclass inherited but KMNAME not defined - broken ebuild" |
|
|
| 20 | |
21 | |
| 21 | # Add dependencies that all packages in a certain module share. |
22 | # Add dependencies that all packages in a certain module share. |
| 22 | case ${KMNAME} in |
23 | case ${KMNAME} in |
| 23 | kdebase|kdebase-apps|kdebase-workspace|kdebase-runtime|kdegraphics) |
24 | kdebase|kdebase-apps|kde-baseapps|kdebase-workspace|kde-workspace|kdebase-runtime|kde-runtime|kdegraphics) |
| 24 | COMMONDEPEND+=" >=kde-base/qimageblitz-0.0.4" |
25 | COMMONDEPEND+=" >=media-libs/qimageblitz-0.0.4" |
| 25 | ;; |
26 | ;; |
| 26 | kdepim|kdepim-runtime) |
27 | kdepim|kdepim-runtime) |
| 27 | ! slot_is_at_least 4.4 ${SLOT} && COMMONDEPEND+=" $(add_kdebase_dep kdepimlibs)" |
|
|
| 28 | case ${PN} in |
28 | case ${PN} in |
| 29 | akregator|kaddressbook|kjots|kmail|knode|knotes|korganizer|ktimetracker) |
29 | akregator|kaddressbook|kjots|kmail|knode|knotes|korganizer|ktimetracker) |
| 30 | IUSE+=" +kontact" |
30 | IUSE+=" +kontact" |
| 31 | RDEPEND+=" kontact? ( $(add_kdebase_dep kontact) )" |
31 | RDEPEND+=" kontact? ( $(add_kdebase_dep kontact) )" |
| 32 | ;; |
32 | ;; |
| … | |
… | |
| 69 | debug-print "line ${LINENO} ${ECLASS}: RDEPEND ${RDEPEND} - after metapackage-specific dependencies" |
69 | debug-print "line ${LINENO} ${ECLASS}: RDEPEND ${RDEPEND} - after metapackage-specific dependencies" |
| 70 | |
70 | |
| 71 | # Useful to build kde4-meta style stuff from extragear/playground (plasmoids etc) |
71 | # Useful to build kde4-meta style stuff from extragear/playground (plasmoids etc) |
| 72 | case ${BUILD_TYPE} in |
72 | case ${BUILD_TYPE} in |
| 73 | live) |
73 | live) |
|
|
74 | if [[ ${KDE_SCM} == svn ]]; then |
| 74 | case ${KMNAME} in |
75 | case ${KMNAME} in |
| 75 | extragear*|playground*) |
76 | extragear*|playground*) |
| 76 | ESVN_REPO_URI="${ESVN_MIRROR}/trunk/${KMNAME}" |
77 | ESVN_REPO_URI="${ESVN_MIRROR}/trunk/${KMNAME}" |
| 77 | ESVN_PROJECT="${KMNAME}${ESVN_PROJECT_SUFFIX}" |
78 | ESVN_PROJECT="${KMNAME}${ESVN_PROJECT_SUFFIX}" |
| 78 | ;; |
79 | ;; |
| 79 | esac |
80 | esac |
|
|
81 | fi |
| 80 | ;; |
82 | ;; |
| 81 | esac |
83 | esac |
| 82 | |
84 | |
| 83 | # @ECLASS-VARIABLE: KMNAME |
85 | # @ECLASS-VARIABLE: KMNAME |
| 84 | # @DESCRIPTION: |
86 | # @DESCRIPTION: |
| … | |
… | |
| 99 | # If set to "true", $KMMODULE doesn't have to be defined. |
101 | # If set to "true", $KMMODULE doesn't have to be defined. |
| 100 | # |
102 | # |
| 101 | # Example usage: If you're installing subdirectories of a package, like plugins, |
103 | # Example usage: If you're installing subdirectories of a package, like plugins, |
| 102 | # you mark the top subdirectory (containing the package) as $KMEXTRACTONLY, and |
104 | # you mark the top subdirectory (containing the package) as $KMEXTRACTONLY, and |
| 103 | # set KMNOMODULE="true". |
105 | # set KMNOMODULE="true". |
| 104 | if [[ -z ${KMMODULE} && ${KMNOMODULE} != true ]]; then |
106 | if [[ -z ${KMMODULE} ]] && [[ ${KMNOMODULE} != true ]]; then |
| 105 | KMMODULE=${PN} |
107 | KMMODULE=${PN} |
| 106 | fi |
108 | fi |
| 107 | |
109 | |
| 108 | # @ECLASS-VARIABLE: KMEXTRA |
110 | # @ECLASS-VARIABLE: KMEXTRA |
| 109 | # @DESCRIPTION: |
111 | # @DESCRIPTION: |
| 110 | # All subdirectories listed here will be extracted, compiled & installed. |
112 | # All subdirectories listed here will be extracted, compiled & installed. |
| 111 | # $KMMODULE is always added to $KMEXTRA. |
113 | # $KMMODULE is always added to $KMEXTRA. |
| 112 | # If the handbook USE-flag is set, and if this directory exists, |
114 | # If KDE_HANDBOOK is 'always' or 'optional' and handbook USE-flag is set, and if this |
| 113 | # then "doc/$KMMODULE" is added to $KMEXTRA. In other cases, this should be |
115 | # directory exists, then "doc/$KMMODULE" is added to $KMEXTRA. If there's additional |
| 114 | # handled in the ebuild. |
|
|
| 115 | # If the documentation is in a different subdirectory, you should add it to KMEXTRA. |
116 | # documentation in different subdirectories, it should be added to KMEXTRA manually.. |
| 116 | |
117 | |
| 117 | # @ECLASS-VARIABLE: KMCOMPILEONLY |
118 | # @ECLASS-VARIABLE: KMCOMPILEONLY |
| 118 | # @DESCRIPTION: |
119 | # @DESCRIPTION: |
| 119 | # All subdirectories listed here will be extracted & compiled, but not installed. |
120 | # All subdirectories listed here will be extracted & compiled, but not installed. |
| 120 | |
121 | |
| … | |
… | |
| 129 | # Specify extra parameters to pass to tar, in kde4-meta_src_extract. |
130 | # Specify extra parameters to pass to tar, in kde4-meta_src_extract. |
| 130 | # '-xpf -j' are passed to tar by default. |
131 | # '-xpf -j' are passed to tar by default. |
| 131 | |
132 | |
| 132 | # @FUNCTION: kde4-meta_pkg_setup |
133 | # @FUNCTION: kde4-meta_pkg_setup |
| 133 | # @DESCRIPTION: |
134 | # @DESCRIPTION: |
| 134 | # Currently just calls its equivalent in kde4-base.eclass(5). Use this one in |
135 | # Currently calls its equivalent in kde4-base.eclass(5) and checks the gcc version. |
| 135 | # split ebuilds. |
136 | # Use this one in split ebuilds. |
| 136 | kde4-meta_pkg_setup() { |
137 | kde4-meta_pkg_setup() { |
| 137 | debug-print-function ${FUNCNAME} "$@" |
138 | debug-print-function ${FUNCNAME} "$@" |
| 138 | |
139 | |
| 139 | kde4-base_pkg_setup |
140 | kde4-base_pkg_setup |
| 140 | } |
141 | } |
| 141 | |
142 | |
| 142 | # @FUNCTION: kde4-meta_src_unpack |
143 | # @FUNCTION: kde4-meta_src_unpack |
| 143 | # @DESCRIPTION: |
144 | # @DESCRIPTION: |
| 144 | # This function unpacks the source for split ebuilds. See also |
145 | # This function unpacks the source for split ebuilds. |
| 145 | # kde4-meta-src_extract. |
146 | # Further more is processed in kde4-meta_src_extract |
| 146 | kde4-meta_src_unpack() { |
147 | kde4-meta_src_unpack() { |
| 147 | debug-print-function ${FUNCNAME} "$@" |
148 | debug-print-function ${FUNCNAME} "$@" |
| 148 | |
149 | |
| 149 | if [[ ${BUILD_TYPE} = live ]]; then |
150 | if [[ ${BUILD_TYPE} = live ]]; then |
|
|
151 | case "${KDE_SCM}" in |
|
|
152 | svn) |
| 150 | migrate_store_dir |
153 | migrate_store_dir |
| 151 | S="${WORKDIR}/${P}" |
154 | S="${WORKDIR}/${P}" |
| 152 | mkdir -p "${S}" |
155 | mkdir -p "${S}" |
| 153 | ESVN_RESTRICT="export" subversion_src_unpack |
156 | ESVN_RESTRICT="export" subversion_src_unpack |
| 154 | subversion_wc_info |
157 | subversion_wc_info |
| 155 | subversion_bootstrap |
158 | subversion_bootstrap |
|
|
159 | ;; |
|
|
160 | git) |
|
|
161 | git-2_src_unpack |
|
|
162 | ;; |
|
|
163 | esac |
|
|
164 | fi |
| 156 | kde4-meta_src_extract |
165 | kde4-meta_src_extract |
| 157 | else |
|
|
| 158 | kde4-meta_src_extract |
|
|
| 159 | fi |
|
|
| 160 | } |
166 | } |
| 161 | |
|
|
| 162 | # FIXME: the difference between kde4-meta_src_extract and kde4-meta_src_unpack? |
|
|
| 163 | |
167 | |
| 164 | # @FUNCTION: kde4-meta_src_extract |
168 | # @FUNCTION: kde4-meta_src_extract |
| 165 | # @DESCRIPTION: |
169 | # @DESCRIPTION: |
| 166 | # A function to unpack the source for a split KDE ebuild. |
170 | # A function to extract the source for a split KDE ebuild. |
| 167 | # Also see KMMODULE, KMNOMODULE, KMEXTRA, KMCOMPILEONLY, KMEXTRACTONLY and |
171 | # Also see KMMODULE, KMNOMODULE, KMEXTRA, KMCOMPILEONLY, KMEXTRACTONLY and |
| 168 | # KMTARPARAMS. |
172 | # KMTARPARAMS. |
| 169 | kde4-meta_src_extract() { |
173 | kde4-meta_src_extract() { |
| 170 | debug-print-function ${FUNCNAME} "$@" |
174 | debug-print-function ${FUNCNAME} "$@" |
| 171 | |
175 | |
| 172 | if [[ ${BUILD_TYPE} = live ]]; then |
176 | if [[ ${BUILD_TYPE} = live ]]; then |
| 173 | local rsync_options subdir kmnamedir targetdir |
|
|
| 174 | # Export working copy to ${S} |
177 | # Export working copy to ${S} |
| 175 | einfo "Exporting parts of working copy to ${S}" |
178 | einfo "Exporting parts of working copy to ${S}" |
| 176 | kde4-meta_create_extractlists |
179 | kde4-meta_create_extractlists |
| 177 | |
180 | |
|
|
181 | case ${KDE_SCM} in |
|
|
182 | svn) |
|
|
183 | local rsync_options subdir targetdir wc_path escm |
|
|
184 | |
| 178 | rsync_options="--group --links --owner --perms --quiet --exclude=.svn/" |
185 | rsync_options="--group --links --owner --perms --quiet --exclude=.svn/ --exclude=.git/" |
|
|
186 | wc_path="${ESVN_WC_PATH}" |
|
|
187 | escm="{ESVN}" |
| 179 | |
188 | |
| 180 | # Copy ${KMNAME} non-recursively (toplevel files) |
189 | # Copy ${KMNAME} non-recursively (toplevel files) |
| 181 | rsync ${rsync_options} "${ESVN_WC_PATH}"/${kmnamedir}* "${S}" \ |
190 | rsync ${rsync_options} "${wc_path}"/* "${S}" \ |
| 182 | || die "${ESVN}: can't export toplevel files to '${S}'." |
191 | || die "${escm}: can't export toplevel files to '${S}'." |
| 183 | # Copy cmake directory |
192 | # Copy cmake directory |
| 184 | if [[ -d "${ESVN_WC_PATH}/${kmnamedir}cmake" ]]; then |
193 | if [[ -d "${wc_path}/cmake" ]]; then |
| 185 | rsync --recursive ${rsync_options} "${ESVN_WC_PATH}/${kmnamedir}cmake" "${S}" \ |
194 | rsync --recursive ${rsync_options} "${wc_path}/cmake" "${S}" \ |
| 186 | || die "${ESVN}: can't export cmake files to '${S}'." |
195 | || die "${escm}: can't export cmake files to '${S}'." |
| 187 | fi |
196 | fi |
| 188 | # Copy all subdirectories |
197 | # Copy all subdirectories |
| 189 | for subdir in $(__list_needed_subdirectories); do |
198 | for subdir in $(__list_needed_subdirectories); do |
| 190 | targetdir="" |
199 | targetdir="" |
| 191 | if [[ $subdir = doc/* && ! -e "$ESVN_WC_PATH/$kmnamedir$subdir" ]]; then |
200 | if [[ $subdir = doc/* && ! -e "$wc_path/$subdir" ]]; then |
| 192 | continue |
201 | continue |
| 193 | fi |
202 | fi |
| 194 | |
203 | |
| 195 | [[ ${subdir%/} = */* ]] && targetdir=${subdir%/} && targetdir=${targetdir%/*} && mkdir -p "${S}/${targetdir}" |
204 | [[ ${subdir%/} = */* ]] && targetdir=${subdir%/} && targetdir=${targetdir%/*} && mkdir -p "${S}/${targetdir}" |
| 196 | rsync --recursive ${rsync_options} "${ESVN_WC_PATH}/${kmnamedir}${subdir%/}" "${S}/${targetdir}" \ |
205 | rsync --recursive ${rsync_options} "${wc_path}/${subdir%/}" "${S}/${targetdir}" \ |
| 197 | || die "${ESVN}: can't export subdirectory '${subdir}' to '${S}/${targetdir}'." |
206 | || die "${escm}: can't export subdirectory '${subdir}' to '${S}/${targetdir}'." |
| 198 | done |
207 | done |
| 199 | |
|
|
| 200 | if [[ ${KMNAME} = kdebase-runtime && ${PN} != kdebase-data ]]; then |
|
|
| 201 | sed -i -e '/^install(PROGRAMS[[:space:]]*[^[:space:]]*\/kde4[[:space:]]/s/^/#DONOTINSTALL /' \ |
|
|
| 202 | "${S}"/CMakeLists.txt || die "Sed to exclude bin/kde4 failed" |
|
|
| 203 | fi |
|
|
| 204 | else |
|
|
| 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 | ;; |
208 | ;; |
| 221 | esac |
209 | esac |
|
|
210 | else |
|
|
211 | local abort tarball tarfile f extractlist postfix |
|
|
212 | |
|
|
213 | if [[ ${PV} =~ 4.8.[12345] ]]; then |
|
|
214 | postfix="xz" |
|
|
215 | KMTARPARAMS+=" --xz" |
|
|
216 | else |
|
|
217 | postfix="bz2" |
|
|
218 | KMTARPARAMS+=" --bzip2" |
|
|
219 | fi |
|
|
220 | |
| 222 | case ${KMNAME} in |
221 | case ${KMNAME} in |
| 223 | kdebase-apps) |
222 | kdebase-apps) |
| 224 | # kdebase/apps -> kdebase-apps |
223 | # kdebase/apps -> kdebase-apps |
| 225 | tarball="kdebase-${PV}.tar.${postfix}" |
224 | tarball="kdebase-${PV}.tar.${postfix}" |
| 226 | # Go one level deeper for kdebase-apps in tarballs |
|
|
| 227 | moduleprefix=apps/ |
|
|
| 228 | KMTARPARAMS+=" --transform=s|apps/||" |
|
|
| 229 | ;; |
225 | ;; |
| 230 | *) |
226 | *) |
| 231 | # Create tarball name from module name (this is the default) |
227 | # Create tarball name from module name (this is the default) |
| 232 | tarball="${KMNAME}-${PV}.tar.${postfix}" |
228 | tarball="${KMNAME}-${PV}.tar.${postfix}" |
| 233 | ;; |
229 | ;; |
| … | |
… | |
| 242 | |
238 | |
| 243 | ebegin "Unpacking parts of ${tarball} to ${WORKDIR}" |
239 | ebegin "Unpacking parts of ${tarball} to ${WORKDIR}" |
| 244 | |
240 | |
| 245 | kde4-meta_create_extractlists |
241 | kde4-meta_create_extractlists |
| 246 | |
242 | |
| 247 | for f in cmake/ CMakeLists.txt ConfigureChecks.cmake config.h.cmake \ |
243 | for f in cmake/ CMakeLists.txt ConfigureChecks.cmake config.h.cmake |
| 248 | AUTHORS COPYING INSTALL README NEWS ChangeLog |
|
|
| 249 | do |
244 | do |
| 250 | extractlist+=" ${topdir}${moduleprefix}${f}" |
245 | extractlist+=" ${topdir}${f}" |
| 251 | done |
246 | done |
| 252 | extractlist+=" $(__list_needed_subdirectories)" |
247 | extractlist+=" $(__list_needed_subdirectories)" |
| 253 | |
248 | |
| 254 | pushd "${WORKDIR}" > /dev/null |
249 | pushd "${WORKDIR}" > /dev/null |
|
|
250 | |
|
|
251 | # @ECLASS-VARIABLE: KDE4_STRICTER |
|
|
252 | # @DESCRIPTION: |
|
|
253 | # Print out all issues found executing tar / kmextract files |
|
|
254 | # Set on if you want to find issues in kde-base ebuild unpack sequences |
| 255 | [[ -n ${KDE4_STRICTER} ]] && echo tar -xpf "${tarfile}" ${KMTARPARAMS} ${extractlist} >&2 |
255 | [[ -n ${KDE4_STRICTER} ]] && echo 'tar -xpf "${tarfile}" ${KMTARPARAMS} ${extractlist}' |
| 256 | tar -xpf "${tarfile}" ${KMTARPARAMS} ${extractlist} 2> /dev/null |
256 | tar -xpf "${tarfile}" ${KMTARPARAMS} ${extractlist} 2> /dev/null || echo "tar extract command failed at least partially - continuing anyway" |
| 257 | |
257 | |
| 258 | # Default $S is based on $P; rename the extracted directory to match $S if necessary |
258 | # Default $S is based on $P; rename the extracted directory to match $S if necessary |
|
|
259 | if [[ ${KMNAME} != ${PN} ]]; then |
| 259 | mv ${topdir} ${P} || die "Died while moving \"${topdir}\" to \"${P}\"" |
260 | mv ${topdir} ${P} || die "Died while moving \"${topdir}\" to \"${P}\"" |
|
|
261 | fi |
| 260 | |
262 | |
| 261 | popd > /dev/null |
263 | popd > /dev/null |
| 262 | |
264 | |
| 263 | eend $? |
265 | eend $? |
| 264 | |
|
|
| 265 | # We need to clear it here to make verification below work |
|
|
| 266 | unset moduleprefix |
|
|
| 267 | |
266 | |
| 268 | if [[ -n ${KDE4_STRICTER} ]]; then |
267 | if [[ -n ${KDE4_STRICTER} ]]; then |
| 269 | for f in $(__list_needed_subdirectories fatal); do |
268 | for f in $(__list_needed_subdirectories fatal); do |
| 270 | if [[ ! -e "${S}/${f#*/}" ]]; then |
269 | if [[ ! -e ${S}/${f#*/} ]]; then |
| 271 | eerror "'${f#*/}' is missing" |
270 | eerror "'${f#*/}' is missing" |
| 272 | abort=true |
271 | abort=true |
| 273 | fi |
272 | fi |
| 274 | done |
273 | done |
| 275 | [[ -n ${abort} ]] && die "There were missing files." |
274 | [[ -n ${abort} ]] && die "There were missing files." |
| … | |
… | |
| 286 | # Also see descriptions of KMMODULE, KMNOMODULE, KMEXTRA, KMCOMPILEONLY, |
285 | # Also see descriptions of KMMODULE, KMNOMODULE, KMEXTRA, KMCOMPILEONLY, |
| 287 | # KMEXTRACTONLY and KMTARPARAMS. |
286 | # KMEXTRACTONLY and KMTARPARAMS. |
| 288 | kde4-meta_create_extractlists() { |
287 | kde4-meta_create_extractlists() { |
| 289 | debug-print-function ${FUNCNAME} "$@" |
288 | debug-print-function ${FUNCNAME} "$@" |
| 290 | |
289 | |
| 291 | # TODO change to KMEXTRA for more strict check |
290 | # Add default handbook locations |
| 292 | if has handbook ${IUSE//+} && use handbook && [[ -n ${KMMODULE} ]]; then |
291 | # FIXME - legacy code - remove when 4.4.5 is gone or preferrably port 4.4.5. |
|
|
292 | if [[ $(get_kde_version) < 4.5 ]] && use_if_iuse handbook && [[ -z ${KMNOMODULE} ]]; then |
| 293 | # We use the basename of $KMMODULE because $KMMODULE can contain |
293 | # We use the basename of $KMMODULE because $KMMODULE can contain |
| 294 | # the path to the module subdirectory. |
294 | # the path to the module subdirectory. |
| 295 | KMEXTRA_NONFATAL+=" |
295 | KMEXTRA_NONFATAL+=" |
| 296 | doc/${KMMODULE##*/}" |
296 | doc/${KMMODULE##*/}" |
| 297 | fi |
297 | fi |
| 298 | |
298 | |
|
|
299 | # Add default handbook locations |
|
|
300 | if [[ -z ${KMNOMODULE} ]] && ( [[ ${KDE_HANDBOOK} == always ]] || ( [[ ${KDE_HANDBOOK} == optional ]] && use handbook ) ); then |
|
|
301 | KMEXTRA_NONFATAL+=" doc/${KMMODULE##*/}" |
|
|
302 | fi |
|
|
303 | |
| 299 | # Add some CMake-files to KMEXTRACTONLY. |
304 | # Add some CMake-files to KMEXTRACTONLY. |
| 300 | # Note that this actually doesn't include KMEXTRA handling. |
305 | # Note that this actually doesn't include KMEXTRA handling. |
| 301 | # In those cases you should care to add the relevant files to KMEXTRACTONLY |
306 | # In those cases you should care to add the relevant files to KMEXTRACTONLY |
| 302 | case ${KMNAME} in |
307 | case ${KMNAME} in |
| 303 | kdebase) |
308 | kdebase | kdebase-apps | kde-baseapps) |
| 304 | KMEXTRACTONLY+=" |
|
|
| 305 | apps/config-apps.h.cmake |
|
|
| 306 | apps/ConfigureChecks.cmake" |
|
|
| 307 | ;; |
|
|
| 308 | kdebase-apps) |
|
|
| 309 | KMEXTRACTONLY+=" |
309 | KMEXTRACTONLY+=" |
| 310 | config-apps.h.cmake |
310 | config-apps.h.cmake |
| 311 | ConfigureChecks.cmake" |
311 | ConfigureChecks.cmake" |
| 312 | ;; |
312 | ;; |
| 313 | kdebase-runtime) |
313 | kdebase-runtime | kde-runtime) |
| 314 | KMEXTRACTONLY+=" |
314 | KMEXTRACTONLY+=" |
| 315 | config-runtime.h.cmake" |
315 | config-runtime.h.cmake" |
| 316 | ;; |
316 | ;; |
| 317 | kdebase-workspace) |
317 | kdebase-workspace | kde-workspace) |
| 318 | KMEXTRACTONLY+=" |
318 | KMEXTRACTONLY+=" |
| 319 | config-unix.h.cmake |
319 | config-unix.h.cmake |
| 320 | ConfigureChecks.cmake |
320 | ConfigureChecks.cmake |
| 321 | config-workspace.h.cmake |
321 | config-workspace.h.cmake |
| 322 | config-X11.h.cmake |
322 | config-X11.h.cmake |
| … | |
… | |
| 336 | libkdepim/" |
336 | libkdepim/" |
| 337 | fi |
337 | fi |
| 338 | KMEXTRACTONLY+=" |
338 | KMEXTRACTONLY+=" |
| 339 | config-enterprise.h.cmake |
339 | config-enterprise.h.cmake |
| 340 | kleopatra/ConfigureChecks.cmake" |
340 | kleopatra/ConfigureChecks.cmake" |
| 341 | if slot_is_at_least 4.5 ${SLOT}; then |
341 | if ! [[ $(get_kde_version) < 4.5 ]]; then |
| 342 | KMEXTRACTONLY+=" |
342 | KMEXTRACTONLY+=" |
|
|
343 | CTestCustom.cmake |
| 343 | kdepim-version.h.cmake" |
344 | kdepim-version.h.cmake" |
| 344 | else |
345 | else |
| 345 | KMEXTRACTONLY+=" |
346 | KMEXTRACTONLY+=" |
| 346 | kdepim-version.h" |
347 | kdepim-version.h" |
| 347 | fi |
348 | fi |
| 348 | if has kontact ${IUSE//+} && use kontact; then |
349 | if use_if_iuse kontact; then |
| 349 | KMEXTRA+=" |
350 | KMEXTRA+=" |
| 350 | kontact/plugins/${PLUGINNAME:-${PN}}/" |
351 | kontact/plugins/${PLUGINNAME:-${PN}}/" |
| 351 | if ! slot_is_at_least 4.4 ${SLOT}; then |
|
|
| 352 | KMEXTRACTONLY+=" |
|
|
| 353 | kontactinterfaces/" |
|
|
| 354 | fi |
|
|
| 355 | fi |
352 | fi |
| 356 | ;; |
353 | ;; |
| 357 | kdeutils) |
354 | kdeutils) |
| 358 | KMEXTRACTONLY+=" |
355 | KMEXTRACTONLY+=" |
| 359 | kdeutils-version.h" |
356 | kdeutils-version.h" |
| 360 | ;; |
357 | ;; |
| 361 | koffice) |
358 | koffice) |
| 362 | KMEXTRACTONLY+=" |
359 | KMEXTRACTONLY+=" |
| 363 | config-endian.h.cmake |
|
|
| 364 | filters/config-filters.h.cmake |
360 | filters/config-filters.h.cmake |
| 365 | config-openexr.h.cmake |
|
|
| 366 | config-opengl.h.cmake |
|
|
| 367 | config-prefix.h.cmake |
|
|
| 368 | " |
361 | " |
| 369 | case ${PV} in |
362 | case ${PV} in |
| 370 | 2.0.*) |
363 | 2.[12].*) |
| 371 | KMEXTRACTONLY+=" |
364 | KMEXTRACTONLY+=" |
|
|
365 | config-endian.h.cmake |
|
|
366 | config-openexr.h.cmake |
| 372 | config-openctl.h.cmake" |
367 | config-opengl.h.cmake |
|
|
368 | config-prefix.h.cmake" |
| 373 | ;; |
369 | ;; |
| 374 | esac |
370 | esac |
| 375 | ;; |
371 | ;; |
| 376 | esac |
372 | esac |
| 377 | # Don't install cmake modules for split ebuilds, to avoid collisions. |
373 | # Don't install cmake modules for split ebuilds, to avoid collisions. |
|
|
374 | # note: kdegraphics >= 4.6.2 does not even have code to do that, so we |
|
|
375 | # should not try in that case |
|
|
376 | # note2: kdeedu 4.6.4 does not have a cmake/modules/ subdir anymore :( |
|
|
377 | # it may be possible to formulate this shorter, but it should also |
|
|
378 | # still be understandable... |
|
|
379 | if [[ ${KMNAME} != kdegraphics || ( ( $(get_kde_version) != 4.6 || ${PV} < 4.6.2 ) && $(get_kde_version) < 4.7 ) ]] \ |
|
|
380 | && ! [[ ${KMNAME} == kdeedu && ( ${PV} == 4.6.4 || ${PV} == 4.6.5 ) ]]; then |
| 378 | case ${KMNAME} in |
381 | case ${KMNAME} in |
| 379 | kdebase-runtime|kdebase-workspace|kdeedu|kdegames|kdegraphics) |
382 | kdebase-runtime|kde-runtime|kdebase-workspace|kde-workspace|kdeedu|kdegames|kdegraphics) |
| 380 | case ${PN} in |
383 | case ${PN} in |
| 381 | libkdegames|libkdeedu|libkworkspace) |
384 | libkdegames|libkdeedu|libkworkspace) |
| 382 | KMEXTRA+=" |
385 | KMEXTRA+=" |
| 383 | cmake/modules/" |
386 | cmake/modules/" |
| 384 | ;; |
387 | ;; |
| 385 | *) |
388 | *) |
| 386 | KMCOMPILEONLY+=" |
389 | KMCOMPILEONLY+=" |
| 387 | cmake/modules/" |
390 | cmake/modules/" |
| 388 | ;; |
391 | ;; |
| 389 | esac |
392 | esac |
| 390 | ;; |
393 | ;; |
| 391 | esac |
394 | esac |
|
|
395 | fi |
| 392 | |
396 | |
| 393 | debug-print "line ${LINENO} ${ECLASS} ${FUNCNAME}: KMEXTRACTONLY ${KMEXTRACTONLY}" |
397 | debug-print "line ${LINENO} ${ECLASS} ${FUNCNAME}: KMEXTRACTONLY ${KMEXTRACTONLY}" |
| 394 | } |
398 | } |
| 395 | |
399 | |
| 396 | __list_needed_subdirectories() { |
400 | __list_needed_subdirectories() { |
| … | |
… | |
| 435 | # Create final list of stuff to extract |
439 | # Create final list of stuff to extract |
| 436 | # We append topdir only when specified (usually for tarballs) |
440 | # We append topdir only when specified (usually for tarballs) |
| 437 | for i in ${kmmodule_expanded} ${kmextra_expanded} ${kmcompileonly_expanded} \ |
441 | for i in ${kmmodule_expanded} ${kmextra_expanded} ${kmcompileonly_expanded} \ |
| 438 | ${KMEXTRACTONLY} |
442 | ${KMEXTRACTONLY} |
| 439 | do |
443 | do |
| 440 | extractlist+=" ${topdir}${moduleprefix}${i}" |
444 | extractlist+=" ${topdir}${i}" |
| 441 | done |
445 | done |
| 442 | |
446 | |
| 443 | echo ${extractlist} |
447 | echo ${extractlist} |
| 444 | } |
448 | } |
| 445 | |
449 | |
| … | |
… | |
| 451 | |
455 | |
| 452 | kde4-meta_change_cmakelists |
456 | kde4-meta_change_cmakelists |
| 453 | kde4-base_src_prepare |
457 | kde4-base_src_prepare |
| 454 | } |
458 | } |
| 455 | |
459 | |
| 456 | # FIXME: no comment here? |
460 | # @FUNCTION: _change_cmakelists_parent_dirs |
|
|
461 | # @DESCRIPTION: |
|
|
462 | # Adjust CMakeLists.txt to shadow subdirectories |
|
|
463 | # that are not required for the build. |
| 457 | _change_cmakelists_parent_dirs() { |
464 | _change_cmakelists_parent_dirs() { |
| 458 | debug-print-function ${FUNCNAME} "$@" |
465 | debug-print-function ${FUNCNAME} "$@" |
| 459 | |
466 | |
| 460 | local _olddir _dir |
467 | local _olddir _dir |
| 461 | _dir="${S}"/${1} |
468 | _dir="${S}"/${1} |
| 462 | until [[ ${_dir} == "${S}" ]]; do |
469 | until [[ ${_dir} == ${S} ]]; do |
| 463 | _olddir=$(basename "${_dir}") |
470 | _olddir=$(basename "${_dir}") |
| 464 | _dir=$(dirname "${_dir}") |
471 | _dir=$(dirname "${_dir}") |
| 465 | debug-print "${LINENO}: processing ${_dir} CMakeLists.txt searching for ${_olddir}" |
472 | debug-print "${LINENO}: processing ${_dir} CMakeLists.txt searching for ${_olddir}" |
| 466 | if [[ -f ${_dir}/CMakeLists.txt ]]; then |
473 | if [[ -f ${_dir}/CMakeLists.txt ]]; then |
| 467 | sed -e "/add_subdirectory[[:space:]]*([[:space:]]*${_olddir}[[:space:]]*)/s/#DONOTCOMPILE //g" \ |
474 | sed -e "/add_subdirectory[[:space:]]*([[:space:]]*${_olddir}[[:space:]]*)/s/#DONOTCOMPILE //g" \ |
| … | |
… | |
| 538 | _change_cmakelists_parent_dirs ${i} |
545 | _change_cmakelists_parent_dirs ${i} |
| 539 | fi |
546 | fi |
| 540 | done |
547 | done |
| 541 | |
548 | |
| 542 | case ${KMNAME} in |
549 | case ${KMNAME} in |
| 543 | kdebase-workspace) |
550 | kdebase-workspace | kde-workspace) |
| 544 | # COLLISION PROTECT section |
551 | # COLLISION PROTECT section |
| 545 | # Install the startkde script just once, as a part of kde-base/kdebase-startkde, |
552 | # Install the startkde script just once, as a part of kde-base/kdebase-startkde, |
| 546 | # not as a part of every package. |
553 | # not as a part of every package. |
| 547 | if [[ ${PN} != kdebase-startkde && -f CMakeLists.txt ]]; then |
554 | if [[ ${PN} != kdebase-startkde && -f CMakeLists.txt ]]; then |
| 548 | # The startkde script moved to kdebase-workspace for KDE4 versions > 3.93.0. |
555 | # The startkde script moved to kdebase-workspace for KDE4 versions > 3.93.0. |
| 549 | sed -e '/startkde/s/^/#DONOTINSTALL /' \ |
556 | sed -e '/startkde/s/^/#DONOTINSTALL /' \ |
| 550 | -i CMakeLists.txt || die "${LINENO}: sed died in the kdebase-startkde collision prevention section" |
557 | -i CMakeLists.txt || die "${LINENO}: sed died in the kdebase-startkde collision prevention section" |
| 551 | fi |
558 | fi |
|
|
559 | # Remove workspace target prefix in order to get direct linking to workspace libs |
|
|
560 | sed -e '/set(KDE4WORKSPACE_TARGET_PREFIX/s/^/#OVERRIDE /' \ |
|
|
561 | -i CMakeLists.txt || die "${LINENO}: sed died in KDE4WORKSPACE_TARGET_PREFIX removal section" |
| 552 | # Strip EXPORT feature section from workspace for KDE4 versions > 4.1.82 |
562 | # Strip EXPORT feature section from workspace for KDE4 versions > 4.1.82 |
| 553 | if [[ ${PN} != libkworkspace ]]; then |
563 | if [[ ${PN} != libkworkspace ]]; then |
| 554 | sed -e '/install(FILES ${CMAKE_CURRENT_BINARY_DIR}\/KDE4WorkspaceConfig.cmake/,/^[[:space:]]*FILE KDE4WorkspaceLibraryTargets.cmake )[[:space:]]*^/d' \ |
564 | sed -e '/install(FILES ${CMAKE_CURRENT_BINARY_DIR}\/KDE4WorkspaceConfig.cmake/,/^[[:space:]]*FILE KDE4WorkspaceLibraryTargets.cmake )[[:space:]]*^/d' \ |
| 555 | -i CMakeLists.txt || die "${LINENO}: sed died in kdebase-workspace strip config install and fix EXPORT section" |
565 | -i CMakeLists.txt || die "${LINENO}: sed died in kde-workspace strip config install and fix EXPORT section" |
| 556 | fi |
566 | fi |
|
|
567 | if [[ ${PN} != plasma-workspace ]]; then |
|
|
568 | sed -e '/KActivities/s/REQUIRED//' \ |
|
|
569 | -i CMakeLists.txt || die "${LINENO}: sed died in kde-workspace dep reduction section" |
|
|
570 | fi |
|
|
571 | if [[ "${PN}" != "kwin" ]]; then |
|
|
572 | sed -i -e "/^ macro_log_feature(OPENGL_OR_ES_FOUND/s/TRUE/FALSE/" \ |
|
|
573 | "${S}"/CMakeLists.txt || die "${LINENO}: sed died removing kde-workspace opengl dependency" |
|
|
574 | fi |
| 557 | ;; |
575 | ;; |
| 558 | kdebase-runtime) |
576 | kdebase-runtime | kde-runtime) |
| 559 | # COLLISION PROTECT section |
577 | # COLLISION PROTECT section |
| 560 | # Only install the kde4 script as part of kde-base/kdebase-data |
578 | # Only install the kde4 script as part of kde-base/kdebase-data |
| 561 | if [[ ${PN} != kdebase-data && -f CMakeLists.txt ]]; then |
579 | if [[ ${PN} != kdebase-data && -f CMakeLists.txt ]]; then |
| 562 | sed -e '/^install(PROGRAMS[[:space:]]*[^[:space:]]*\/kde4[[:space:]]/s/^/#DONOTINSTALL /' \ |
580 | sed -e '/^install(PROGRAMS[[:space:]]*[^[:space:]]*\/kde4[[:space:]]/s/^/#DONOTINSTALL /' \ |
| 563 | -i CMakeLists.txt || die "Sed to exclude bin/kde4 failed" |
581 | -i CMakeLists.txt || die "Sed to exclude bin/kde4 failed" |
| … | |
… | |
| 571 | kdepim) |
589 | kdepim) |
| 572 | # Disable hardcoded checks |
590 | # Disable hardcoded checks |
| 573 | sed -r -e '/find_package\(KdepimLibs/s/REQUIRED//' \ |
591 | sed -r -e '/find_package\(KdepimLibs/s/REQUIRED//' \ |
| 574 | -e '/find_package\((KdepimLibs|Boost|QGpgme|Akonadi|ZLIB|Strigi|SharedDesktopOntologies|Soprano|Nepomuk)/{/macro_optional_/!s/find/macro_optional_&/}' \ |
592 | -e '/find_package\((KdepimLibs|Boost|QGpgme|Akonadi|ZLIB|Strigi|SharedDesktopOntologies|Soprano|Nepomuk)/{/macro_optional_/!s/find/macro_optional_&/}' \ |
| 575 | -e '/macro_log_feature\((Boost|QGPGME|Akonadi|ZLIB|STRIGI|SHAREDDESKTOPONTOLOGIES|Soprano|Nepomuk)_FOUND/s/ TRUE / FALSE /' \ |
593 | -e '/macro_log_feature\((Boost|QGPGME|Akonadi|ZLIB|STRIGI|SHAREDDESKTOPONTOLOGIES|Soprano|Nepomuk)_FOUND/s/ TRUE / FALSE /' \ |
|
|
594 | -e 's/if[[:space:]]*([[:space:]]*BUILD_.*)[[:space:]]*/if(1) # &/' \ |
|
|
595 | -e 's/if[[:space:]]*([[:space:]]*[[:alnum:]]*_FOUND[[:space:]]*)[[:space:]]*$/if(1) # &/' \ |
| 576 | -i CMakeLists.txt || die "failed to disable hardcoded checks" |
596 | -i CMakeLists.txt || die "failed to disable hardcoded checks" |
| 577 | if ! slot_is_at_least 4.5 ${SLOT}; then |
597 | # Disable broken or redundant build logic |
|
|
598 | if use_if_iuse kontact || [[ ${PN} = kontact ]]; then |
|
|
599 | sed -e 's/if[[:space:]]*([[:space:]]*BUILD_.*)[[:space:]]*$/if(1) # &/' \ |
|
|
600 | -e 's/if[[:space:]]*([[:space:]]*[[:alnum:]]*_FOUND[[:space:]]*)[[:space:]]*$/if(1) # &/' \ |
|
|
601 | -i kontact/plugins/CMakeLists.txt || die 'failed to override build logic' |
|
|
602 | fi |
|
|
603 | if [[ $(get_kde_version) < 4.5 ]]; then |
| 578 | case ${PN} in |
604 | case ${PN} in |
| 579 | kalarm|kmailcvt|kontact|korganizer|korn) |
605 | kalarm|kmailcvt|kontact|korganizer|korn) |
| 580 | sed -n -e '/qt4_generate_dbus_interface(.*org\.kde\.kmail\.\(kmail\|mailcomposer\)\.xml/p' \ |
606 | sed -n -e '/qt4_generate_dbus_interface(.*org\.kde\.kmail\.\(kmail\|mailcomposer\)\.xml/p' \ |
| 581 | -e '/add_custom_target(kmail_xml /,/)/p' \ |
607 | -e '/add_custom_target(kmail_xml /,/)/p' \ |
| 582 | -i kmail/CMakeLists.txt || die "uncommenting xml failed" |
608 | -i kmail/CMakeLists.txt || die "uncommenting xml failed" |
| … | |
… | |
| 599 | sed -e '/install(.*FindKOfficeLibs.cmake/,/)/ d' \ |
625 | sed -e '/install(.*FindKOfficeLibs.cmake/,/)/ d' \ |
| 600 | -i cmake/modules/CMakeLists.txt || die "${LINENO}: sed died in collision prevention section" |
626 | -i cmake/modules/CMakeLists.txt || die "${LINENO}: sed died in collision prevention section" |
| 601 | sed -e '/install(.\+config-openexr\.h.\+)/d' \ |
627 | sed -e '/install(.\+config-openexr\.h.\+)/d' \ |
| 602 | -i CMakeLists.txt || die "${LINENO}: sed died in collision prevention section" |
628 | -i CMakeLists.txt || die "${LINENO}: sed died in collision prevention section" |
| 603 | fi |
629 | fi |
| 604 | # koffice 2.0 |
|
|
| 605 | case ${PV} in |
|
|
| 606 | 2.0.[1-9]) |
|
|
| 607 | sed -i -n -e '1h;1!H;${g;s/install(.\+config-openexr.h.\+)//;p}' \ |
|
|
| 608 | "${S}"/CMakeLists.txt || \ |
|
|
| 609 | die "${LINENO}: sed died in collision prevention section" |
|
|
| 610 | ;; |
|
|
| 611 | *) ;; |
|
|
| 612 | esac |
|
|
| 613 | esac |
630 | esac |
| 614 | |
631 | |
| 615 | popd > /dev/null |
632 | popd > /dev/null |
| 616 | } |
633 | } |
| 617 | |
634 | |
| … | |
… | |
| 672 | # @DESCRIPTION: |
689 | # @DESCRIPTION: |
| 673 | # Function for installing KDE4 split applications. |
690 | # Function for installing KDE4 split applications. |
| 674 | kde4-meta_src_install() { |
691 | kde4-meta_src_install() { |
| 675 | debug-print-function $FUNCNAME "$@" |
692 | debug-print-function $FUNCNAME "$@" |
| 676 | |
693 | |
|
|
694 | # Search ${S}/${KMMODULE} and install common documentation files found |
|
|
695 | local doc |
|
|
696 | for doc in "${S}/${KMMODULE}"/{AUTHORS,CHANGELOG,ChangeLog*,README*,NEWS,TODO,HACKING}; do |
|
|
697 | [[ -f "${doc}" ]] && [[ -s "${doc}" ]] && dodoc "${doc}" |
|
|
698 | done |
|
|
699 | |
| 677 | kde4-base_src_install |
700 | kde4-base_src_install |
| 678 | } |
701 | } |
| 679 | |
702 | |
| 680 | # @FUNCTION: kde4-meta_src_make_doc |
703 | # @FUNCTION: kde4-meta_pkg_preinst |
| 681 | # @DESCRIPTION: |
704 | # @DESCRIPTION: |
| 682 | # This function searches in ${S}/${KMMODULE}, |
705 | # Invoke its equivalent in kde4-base.eclass. |
| 683 | # and tries to install "AUTHORS ChangeLog* README* NEWS TODO" if these files exist. |
706 | kde4-meta_pkg_preinst() { |
| 684 | kde4-meta_src_make_doc() { |
|
|
| 685 | debug-print-function ${FUNCNAME} "$@" |
707 | debug-print-function ${FUNCNAME} "$@" |
| 686 | |
708 | |
| 687 | local doc |
709 | kde4-base_pkg_preinst |
| 688 | for doc in AUTHORS ChangeLog* README* NEWS TODO; do |
|
|
| 689 | [[ -s ${KMMODULE}/${doc} ]] && newdoc "${KMMODULE}/${doc}" "${doc}.${KMMODULE##*/}" |
|
|
| 690 | done |
|
|
| 691 | |
|
|
| 692 | kde4-base_src_make_doc |
|
|
| 693 | } |
710 | } |
| 694 | |
711 | |
| 695 | # @FUNCTION: kde4-meta_pkg_postinst |
712 | # @FUNCTION: kde4-meta_pkg_postinst |
| 696 | # @DESCRIPTION: |
713 | # @DESCRIPTION: |
| 697 | # Invoke kbuildsycoca4. |
714 | # Invoke kbuildsycoca4. |