| 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-base.eclass,v 1.69 2010/09/09 17:02:30 reavertm Exp $ |
3 | # $Header: /var/cvsroot/gentoo-x86/eclass/kde4-base.eclass,v 1.117 2012/06/02 05:10:47 zmedico Exp $ |
| 4 | |
4 | |
| 5 | # @ECLASS: kde4-base.eclass |
5 | # @ECLASS: kde4-base.eclass |
| 6 | # @MAINTAINER: |
6 | # @MAINTAINER: |
| 7 | # kde@gentoo.org |
7 | # kde@gentoo.org |
| 8 | # @BLURB: This eclass provides functions for kde 4.X ebuilds |
8 | # @BLURB: This eclass provides functions for kde 4.X ebuilds |
| 9 | # @DESCRIPTION: |
9 | # @DESCRIPTION: |
| 10 | # The kde4-base.eclass provides support for building KDE4 based ebuilds |
10 | # The kde4-base.eclass provides support for building KDE4 based ebuilds |
| 11 | # and KDE4 applications. |
11 | # and KDE4 applications. |
| 12 | # |
12 | # |
| 13 | # NOTE: KDE 4 ebuilds by default define EAPI="2", this can be redefined but |
13 | # NOTE: KDE 4 ebuilds currently support EAPI "3". This will be reviewed |
| 14 | # eclass will fail with version older than 2. |
14 | # over time as new EAPI versions are approved. |
| 15 | |
15 | |
| 16 | inherit kde4-functions base eutils |
16 | # @ECLASS-VARIABLE: KDE_SELINUX_MODULE |
|
|
17 | # @DESCRIPTION: |
|
|
18 | # If set to "none", do nothing. |
|
|
19 | # For any other value, add selinux to IUSE, and depending on that useflag |
|
|
20 | # add a dependency on sec-policy/selinux-${KDE_SELINUX_MODULE} to (R)DEPEND |
|
|
21 | : ${KDE_SELINUX_MODULE:=none} |
| 17 | |
22 | |
| 18 | get_build_type |
23 | # @ECLASS-VARIABLE: VIRTUALX_REQUIRED |
|
|
24 | # @DESCRIPTION: |
|
|
25 | # For proper description see virtualx.eclass manpage. |
|
|
26 | # Here we redefine default value to be manual, if your package needs virtualx |
|
|
27 | # for tests you should proceed with setting VIRTUALX_REQUIRED=test. |
|
|
28 | : ${VIRTUALX_REQUIRED:=manual} |
|
|
29 | |
|
|
30 | inherit kde4-functions toolchain-funcs fdo-mime gnome2-utils base virtualx versionator eutils multilib |
|
|
31 | |
| 19 | if [[ ${BUILD_TYPE} = live ]]; then |
32 | if [[ ${BUILD_TYPE} = live ]]; then |
| 20 | if [[ ${KDEBASE} = kdevelop ]]; then |
33 | case ${KDE_SCM} in |
| 21 | inherit git |
|
|
| 22 | else |
|
|
| 23 | inherit subversion |
34 | svn) inherit subversion ;; |
| 24 | fi |
35 | git) inherit git-2 ;; |
|
|
36 | esac |
| 25 | fi |
37 | fi |
| 26 | |
38 | |
| 27 | # @ECLASS-VARIABLE: CMAKE_REQUIRED |
39 | # @ECLASS-VARIABLE: CMAKE_REQUIRED |
| 28 | # @DESCRIPTION: |
40 | # @DESCRIPTION: |
| 29 | # Specify if cmake buildsystem is being used. Possible values are 'always' and 'never'. |
41 | # Specify if cmake buildsystem is being used. Possible values are 'always' and 'never'. |
| … | |
… | |
| 34 | if [[ ${CMAKE_REQUIRED} = always ]]; then |
46 | if [[ ${CMAKE_REQUIRED} = always ]]; then |
| 35 | buildsystem_eclass="cmake-utils" |
47 | buildsystem_eclass="cmake-utils" |
| 36 | export_fns="src_configure src_compile src_test src_install" |
48 | export_fns="src_configure src_compile src_test src_install" |
| 37 | fi |
49 | fi |
| 38 | |
50 | |
| 39 | # Verify KDE_MINIMAL (display QA notice in pkg_setup, still we need to fix it here) |
|
|
| 40 | if [[ -n ${KDE_MINIMAL} ]]; then |
|
|
| 41 | for slot in ${KDE_SLOTS[@]} ${KDE_LIVE_SLOTS[@]}; do |
|
|
| 42 | [[ ${KDE_MINIMAL} = ${slot} ]] && KDE_MINIMAL_VALID=1 && break |
|
|
| 43 | done |
|
|
| 44 | unset slot |
|
|
| 45 | [[ -z ${KDE_MINIMAL_VALID} ]] && unset KDE_MINIMAL |
|
|
| 46 | else |
|
|
| 47 | KDE_MINIMAL_VALID=1 |
|
|
| 48 | fi |
|
|
| 49 | |
|
|
| 50 | # @ECLASS-VARIABLE: KDE_MINIMAL |
51 | # @ECLASS-VARIABLE: KDE_MINIMAL |
| 51 | # @DESCRIPTION: |
52 | # @DESCRIPTION: |
| 52 | # This variable is used when KDE_REQUIRED is set, to specify required KDE minimal |
53 | # This variable is used when KDE_REQUIRED is set, to specify required KDE minimal |
| 53 | # version for apps to work. Currently defaults to 4.4 |
54 | # version for apps to work. Currently defaults to 4.4 |
| 54 | # One may override this variable to raise version requirements. |
55 | # One may override this variable to raise version requirements. |
| 55 | # For possible values look at KDE_SLOTS and KDE_LIVE_SLOTS variables. |
|
|
| 56 | # Note that it is fixed to ${SLOT} for kde-base packages. |
56 | # Note that it is fixed to ${PV} for kde-base packages. |
| 57 | KDE_MINIMAL="${KDE_MINIMAL:-4.4}" |
57 | KDE_MINIMAL="${KDE_MINIMAL:-4.4}" |
| 58 | |
58 | |
| 59 | # Set slot for packages in kde-base, koffice and kdevelop |
59 | # Set slot for KDEBASE known packages |
| 60 | case ${KDEBASE} in |
60 | case ${KDEBASE} in |
| 61 | kde-base) |
61 | kde-base) |
| 62 | # Determine SLOT from PVs |
62 | SLOT=4 |
| 63 | case ${PV} in |
|
|
| 64 | *.9999*) SLOT="${PV/.9999*/}" ;; # stable live |
|
|
| 65 | 4.6* | 4.5.[6-9]*) SLOT="4.6" ;; |
|
|
| 66 | 4.5* | 4.4.[6-9]*) SLOT="4.5" ;; |
|
|
| 67 | 4.4* | 4.3.[6-9]*) SLOT="4.4" ;; |
|
|
| 68 | 9999*) SLOT="live" ;; # regular live |
|
|
| 69 | *) die "Unsupported ${PV}" ;; |
|
|
| 70 | esac |
|
|
| 71 | KDE_MINIMAL="${SLOT}" |
63 | KDE_MINIMAL="${PV}" |
| 72 | ;; |
64 | ;; |
| 73 | koffice) |
65 | koffice) |
| 74 | SLOT="2" |
66 | SLOT="2" |
| 75 | ;; |
67 | ;; |
| 76 | kdevelop) |
68 | kdevelop) |
| … | |
… | |
| 89 | case ${PN} in |
81 | case ${PN} in |
| 90 | kdevelop|quanta) |
82 | kdevelop|quanta) |
| 91 | KDEVELOP_VERSION=${PV} |
83 | KDEVELOP_VERSION=${PV} |
| 92 | KDEVPLATFORM_VERSION="$(($(get_major_version)-3)).$(get_after_major_version)" |
84 | KDEVPLATFORM_VERSION="$(($(get_major_version)-3)).$(get_after_major_version)" |
| 93 | ;; |
85 | ;; |
| 94 | kdevplatform) |
86 | kdevplatform|kdevelop-php*) |
| 95 | KDEVELOP_VERSION="$(($(get_major_version)+3)).$(get_after_major_version)" |
87 | KDEVELOP_VERSION="$(($(get_major_version)+3)).$(get_after_major_version)" |
| 96 | KDEVPLATFORM_VERSION=${PV} |
88 | KDEVPLATFORM_VERSION=${PV} |
| 97 | ;; |
89 | ;; |
| 98 | *) |
90 | *) |
| 99 | KDEVELOP_VERSION="${KDEVELOP_VERSION:-4.0.0}" |
91 | KDEVELOP_VERSION="${KDEVELOP_VERSION:-4.0.0}" |
| … | |
… | |
| 102 | fi |
94 | fi |
| 103 | SLOT="4" |
95 | SLOT="4" |
| 104 | ;; |
96 | ;; |
| 105 | esac |
97 | esac |
| 106 | |
98 | |
| 107 | slot_is_at_least 4.5 ${KDE_MINIMAL} && CMAKE_MIN_VERSION="2.8.1" |
|
|
| 108 | |
|
|
| 109 | inherit ${buildsystem_eclass} |
99 | inherit ${buildsystem_eclass} |
| 110 | |
100 | |
| 111 | EXPORT_FUNCTIONS pkg_setup src_unpack src_prepare ${export_fns} pkg_postinst pkg_postrm |
101 | EXPORT_FUNCTIONS pkg_setup src_unpack src_prepare ${export_fns} pkg_preinst pkg_postinst pkg_postrm |
| 112 | |
102 | |
| 113 | unset buildsystem_eclass |
103 | unset buildsystem_eclass |
| 114 | unset export_fns |
104 | unset export_fns |
|
|
105 | |
|
|
106 | # @ECLASS-VARIABLE: DECLARATIVE_REQUIRED |
|
|
107 | # @DESCRIPTION: |
|
|
108 | # Is qt-declarative required? Possible values are 'always', 'optional' and 'never'. |
|
|
109 | # This variable must be set before inheriting any eclasses. Defaults to 'never'. |
|
|
110 | DECLARATIVE_REQUIRED="${DECLARATIVE_REQUIRED:-never}" |
|
|
111 | |
|
|
112 | # @ECLASS-VARIABLE: QTHELP_REQUIRED |
|
|
113 | # @DESCRIPTION: |
|
|
114 | # Is qt-assistant required? Possible values are 'always', 'optional' and 'never'. |
|
|
115 | # This variable must be set before inheriting any eclasses. Defaults to 'never'. |
|
|
116 | QTHELP_REQUIRED="${QTHELP_REQUIRED:-never}" |
| 115 | |
117 | |
| 116 | # @ECLASS-VARIABLE: OPENGL_REQUIRED |
118 | # @ECLASS-VARIABLE: OPENGL_REQUIRED |
| 117 | # @DESCRIPTION: |
119 | # @DESCRIPTION: |
| 118 | # Is qt-opengl required? Possible values are 'always', 'optional' and 'never'. |
120 | # Is qt-opengl required? Possible values are 'always', 'optional' and 'never'. |
| 119 | # This variable must be set before inheriting any eclasses. Defaults to 'never'. |
121 | # This variable must be set before inheriting any eclasses. Defaults to 'never'. |
| … | |
… | |
| 123 | # @DESCRIPTION: |
125 | # @DESCRIPTION: |
| 124 | # Is qt-multimedia required? Possible values are 'always', 'optional' and 'never'. |
126 | # Is qt-multimedia required? Possible values are 'always', 'optional' and 'never'. |
| 125 | # This variable must be set before inheriting any eclasses. Defaults to 'never'. |
127 | # This variable must be set before inheriting any eclasses. Defaults to 'never'. |
| 126 | MULTIMEDIA_REQUIRED="${MULTIMEDIA_REQUIRED:-never}" |
128 | MULTIMEDIA_REQUIRED="${MULTIMEDIA_REQUIRED:-never}" |
| 127 | |
129 | |
| 128 | # @ECLASS-VARIABLE: WEBKIT_REQUIRED |
|
|
| 129 | # @DESCRIPTION: |
|
|
| 130 | # Is qt-webkit requred? Possible values are 'always', 'optional' and 'never'. |
|
|
| 131 | # This variable must be set before inheriting any eclasses. Defaults to 'never'. |
|
|
| 132 | WEBKIT_REQUIRED="${WEBKIT_REQUIRED:-never}" |
|
|
| 133 | |
|
|
| 134 | # @ECLASS-VARIABLE: CPPUNIT_REQUIRED |
130 | # @ECLASS-VARIABLE: CPPUNIT_REQUIRED |
| 135 | # @DESCRIPTION: |
131 | # @DESCRIPTION: |
| 136 | # Is cppunit required for tests? Possible values are 'always', 'optional' and 'never'. |
132 | # Is cppunit required for tests? Possible values are 'always', 'optional' and 'never'. |
| 137 | # This variable must be set before inheriting any eclasses. Defaults to 'never'. |
133 | # This variable must be set before inheriting any eclasses. Defaults to 'never'. |
| 138 | CPPUNIT_REQUIRED="${CPPUNIT_REQUIRED:-never}" |
134 | CPPUNIT_REQUIRED="${CPPUNIT_REQUIRED:-never}" |
| 139 | |
135 | |
| 140 | # @ECLASS-VARIABLE: KDE_REQUIRED |
136 | # @ECLASS-VARIABLE: KDE_REQUIRED |
| 141 | # @DESCRIPTION: |
137 | # @DESCRIPTION: |
| 142 | # Is kde required? Possible values are 'always', 'optional' and 'never'. |
138 | # Is kde required? Possible values are 'always', 'optional' and 'never'. |
| 143 | # This variable must be set before inheriting any eclasses. Defaults to 'always' |
139 | # This variable must be set before inheriting any eclasses. Defaults to 'always' |
| 144 | # If set to always or optional, KDE_MINIMAL may be overriden as well. |
140 | # If set to 'always' or 'optional', KDE_MINIMAL may be overriden as well. |
| 145 | # Note that for kde-base packages this variable is fixed to 'always'. |
141 | # Note that for kde-base packages this variable is fixed to 'always'. |
| 146 | KDE_REQUIRED="${KDE_REQUIRED:-always}" |
142 | KDE_REQUIRED="${KDE_REQUIRED:-always}" |
| 147 | |
143 | |
| 148 | # @ECLASS-VARIABLE: KDE_HANDBOOK |
144 | # @ECLASS-VARIABLE: KDE_HANDBOOK |
| 149 | # @DESCRIPTION: |
145 | # @DESCRIPTION: |
| 150 | # Set to enable handbook in application. It adds +handbook to IUSE, handbook dirs |
146 | # Set to enable handbook in application. Possible values are 'always', 'optional' |
|
|
147 | # (handbook USE flag) and 'never'. |
|
|
148 | # This variable must be set before inheriting any eclasses. Defaults to 'never'. |
|
|
149 | # It adds default handbook dirs for kde-base packages to KMEXTRA and in any case it |
| 151 | # to KMEXTRA and ensures buildtime and runtime dependencies. |
150 | # ensures buildtime and runtime dependencies. |
| 152 | [[ -n ${KDE_HANDBOOK} ]] && IUSE+=" +handbook" |
151 | KDE_HANDBOOK="${KDE_HANDBOOK:-never}" |
|
|
152 | |
|
|
153 | # @ECLASS-VARIABLE: KDE_LINGUAS_LIVE_OVERRIDE |
|
|
154 | # @DESCRIPTION: |
|
|
155 | # Set this varible if you want your live package to manage its |
|
|
156 | # translations. (Mostly all kde ebuilds does not ship documentation |
|
|
157 | # and translations in live ebuilds) |
|
|
158 | if [[ ${BUILD_TYPE} == live && -z ${KDE_LINGUAS_LIVE_OVERRIDE} ]]; then |
|
|
159 | # Kdebase actualy provides the handbooks even for live stuff |
|
|
160 | [[ ${KDEBASE} == kde-base ]] || KDE_HANDBOOK=never |
|
|
161 | KDE_LINGUAS="" |
|
|
162 | fi |
| 153 | |
163 | |
| 154 | # Setup packages inheriting this eclass |
164 | # Setup packages inheriting this eclass |
| 155 | case ${KDEBASE} in |
165 | case ${KDEBASE} in |
| 156 | kde-base) |
166 | kde-base) |
| 157 | HOMEPAGE="http://www.kde.org/" |
167 | HOMEPAGE="http://www.kde.org/" |
| 158 | LICENSE="GPL-2" |
168 | LICENSE="GPL-2" |
| 159 | if [[ $BUILD_TYPE = live ]]; then |
169 | if [[ $BUILD_TYPE = live ]]; then |
| 160 | # Disable tests for live ebuilds |
170 | # Disable tests for live ebuilds |
| 161 | RESTRICT+=" test" |
171 | RESTRICT+=" test" |
| 162 | # Live ebuilds in kde-base default to kdeprefix by default |
172 | fi |
| 163 | IUSE+=" +kdeprefix" |
173 | |
| 164 | else |
174 | # Only add the kdeprefix USE flag for older versions, to help |
| 165 | # All other ebuild types default to -kdeprefix as before |
175 | # non-portage package managers handle the upgrade |
|
|
176 | if [[ ${PV} < 4.6.4 && ( ( ${KMNAME} != kdepim && ${PN} != kdepim-runtime ) || ${PV} < 4.6 ) ]]; then |
| 166 | IUSE+=" kdeprefix" |
177 | IUSE+=" kdeprefix" |
| 167 | fi |
178 | fi |
|
|
179 | |
| 168 | # This code is to prevent portage from searching GENTOO_MIRRORS for |
180 | # This code is to prevent portage from searching GENTOO_MIRRORS for |
| 169 | # packages that will never be mirrored. (As they only will ever be in |
181 | # packages that will never be mirrored. (As they only will ever be in |
| 170 | # the overlay). |
182 | # the overlay). |
| 171 | case ${PV} in |
183 | case ${PV} in |
| 172 | *9999* | 4.?.[6-9]?) |
184 | *9999* | 4.?.[6-9]?) |
| 173 | RESTRICT+=" mirror" |
185 | RESTRICT+=" mirror" |
| 174 | ;; |
186 | ;; |
| 175 | esac |
187 | esac |
| 176 | # Block installation of other SLOTS unless kdeprefix |
|
|
| 177 | RDEPEND+=" $(block_other_slots)" |
|
|
| 178 | ;; |
188 | ;; |
| 179 | koffice) |
189 | koffice) |
| 180 | HOMEPAGE="http://www.koffice.org/" |
190 | HOMEPAGE="http://www.koffice.org/" |
| 181 | LICENSE="GPL-2" |
191 | LICENSE="GPL-2" |
| 182 | ;; |
192 | ;; |
| … | |
… | |
| 186 | ;; |
196 | ;; |
| 187 | esac |
197 | esac |
| 188 | |
198 | |
| 189 | # @ECLASS-VARIABLE: QT_MINIMAL |
199 | # @ECLASS-VARIABLE: QT_MINIMAL |
| 190 | # @DESCRIPTION: |
200 | # @DESCRIPTION: |
| 191 | # Determine version of qt we enforce as minimal for the package. 4.4.0 4.5.1... |
201 | # Determine version of qt we enforce as minimal for the package. |
| 192 | # 4.6.0 for 4.4 and 4.6.3 for 4.5 and later |
|
|
| 193 | if slot_is_at_least 4.5 "${KDE_MINIMAL}"; then |
202 | if version_is_at_least 4.8.50 "${KDE_MINIMAL}"; then |
|
|
203 | # Upstream has added an *undeclared* dependency on Qt 4.8... |
| 194 | QT_MINIMAL="${QT_MINIMAL:-4.6.3}" |
204 | QT_MINIMAL="${QT_MINIMAL:-4.8.0}" |
|
|
205 | elif version_is_at_least 4.7.80 "${KDE_MINIMAL}"; then |
|
|
206 | QT_MINIMAL="${QT_MINIMAL:-4.7.4}" |
| 195 | else |
207 | else |
| 196 | QT_MINIMAL="${QT_MINIMAL:-4.6.0}" |
208 | QT_MINIMAL="${QT_MINIMAL:-4.7.0}" |
| 197 | fi |
209 | fi |
|
|
210 | |
|
|
211 | # Declarative dependencies |
|
|
212 | qtdeclarativedepend=" |
|
|
213 | >=x11-libs/qt-declarative-${QT_MINIMAL}:4 |
|
|
214 | " |
|
|
215 | case ${DECLARATIVE_REQUIRED} in |
|
|
216 | always) |
|
|
217 | COMMONDEPEND+=" ${qtdeclarativedepend}" |
|
|
218 | ;; |
|
|
219 | optional) |
|
|
220 | IUSE+=" declarative" |
|
|
221 | COMMONDEPEND+=" declarative? ( ${qtdeclarativedepend} )" |
|
|
222 | ;; |
|
|
223 | *) ;; |
|
|
224 | esac |
|
|
225 | unset qtdeclarativedepend |
|
|
226 | |
|
|
227 | # QtHelp dependencies |
|
|
228 | qthelpdepend=" |
|
|
229 | >=x11-libs/qt-assistant-${QT_MINIMAL}:4 |
|
|
230 | " |
|
|
231 | case ${QTHELP_REQUIRED} in |
|
|
232 | always) |
|
|
233 | COMMONDEPEND+=" ${qthelpdepend}" |
|
|
234 | ;; |
|
|
235 | optional) |
|
|
236 | IUSE+=" qthelp" |
|
|
237 | COMMONDEPEND+=" qthelp? ( ${qthelpdepend} )" |
|
|
238 | ;; |
|
|
239 | esac |
|
|
240 | unset qthelpdepend |
| 198 | |
241 | |
| 199 | # OpenGL dependencies |
242 | # OpenGL dependencies |
| 200 | qtopengldepend=" |
243 | qtopengldepend=" |
| 201 | >=x11-libs/qt-opengl-${QT_MINIMAL}:4 |
244 | >=x11-libs/qt-opengl-${QT_MINIMAL}:4 |
| 202 | " |
245 | " |
| … | |
… | |
| 226 | ;; |
269 | ;; |
| 227 | *) ;; |
270 | *) ;; |
| 228 | esac |
271 | esac |
| 229 | unset qtmultimediadepend |
272 | unset qtmultimediadepend |
| 230 | |
273 | |
| 231 | # WebKit dependencies |
|
|
| 232 | case ${KDE_REQUIRED} in |
|
|
| 233 | always) |
|
|
| 234 | qtwebkitusedeps="[kde]" |
|
|
| 235 | ;; |
|
|
| 236 | optional) |
|
|
| 237 | qtwebkitusedeps="[kde?]" |
|
|
| 238 | ;; |
|
|
| 239 | *) ;; |
|
|
| 240 | esac |
|
|
| 241 | qtwebkitdepend=" |
|
|
| 242 | >=x11-libs/qt-webkit-${QT_MINIMAL}:4${qtwebkitusedeps} |
|
|
| 243 | " |
|
|
| 244 | unset qtwebkitusedeps |
|
|
| 245 | case ${WEBKIT_REQUIRED} in |
|
|
| 246 | always) |
|
|
| 247 | COMMONDEPEND+=" ${qtwebkitdepend}" |
|
|
| 248 | ;; |
|
|
| 249 | optional) |
|
|
| 250 | IUSE+=" webkit" |
|
|
| 251 | COMMONDEPEND+=" webkit? ( ${qtwebkitdepend} )" |
|
|
| 252 | ;; |
|
|
| 253 | *) ;; |
|
|
| 254 | esac |
|
|
| 255 | unset qtwebkitdepend |
|
|
| 256 | |
|
|
| 257 | # CppUnit dependencies |
274 | # CppUnit dependencies |
| 258 | cppuintdepend=" |
275 | cppuintdepend=" |
| 259 | dev-util/cppunit |
276 | dev-util/cppunit |
| 260 | " |
277 | " |
| 261 | case ${CPPUNIT_REQUIRED} in |
278 | case ${CPPUNIT_REQUIRED} in |
| … | |
… | |
| 271 | unset cppuintdepend |
288 | unset cppuintdepend |
| 272 | |
289 | |
| 273 | # KDE dependencies |
290 | # KDE dependencies |
| 274 | # Qt accessibility classes are needed in various places, bug 325461 |
291 | # Qt accessibility classes are needed in various places, bug 325461 |
| 275 | kdecommondepend=" |
292 | kdecommondepend=" |
|
|
293 | dev-lang/perl |
| 276 | >=x11-libs/qt-core-${QT_MINIMAL}:4[qt3support,ssl] |
294 | >=x11-libs/qt-core-${QT_MINIMAL}:4[qt3support,ssl] |
|
|
295 | >=x11-libs/qt-dbus-${QT_MINIMAL}:4 |
| 277 | >=x11-libs/qt-gui-${QT_MINIMAL}:4[accessibility,dbus] |
296 | >=x11-libs/qt-gui-${QT_MINIMAL}:4[accessibility,dbus] |
| 278 | >=x11-libs/qt-qt3support-${QT_MINIMAL}:4[accessibility,kde] |
297 | >=x11-libs/qt-qt3support-${QT_MINIMAL}:4[accessibility] |
| 279 | >=x11-libs/qt-script-${QT_MINIMAL}:4 |
298 | >=x11-libs/qt-script-${QT_MINIMAL}:4 |
| 280 | >=x11-libs/qt-sql-${QT_MINIMAL}:4[qt3support] |
299 | >=x11-libs/qt-sql-${QT_MINIMAL}:4[qt3support] |
| 281 | >=x11-libs/qt-svg-${QT_MINIMAL}:4 |
300 | >=x11-libs/qt-svg-${QT_MINIMAL}:4 |
| 282 | >=x11-libs/qt-test-${QT_MINIMAL}:4 |
301 | >=x11-libs/qt-test-${QT_MINIMAL}:4 |
|
|
302 | >=x11-libs/qt-webkit-${QT_MINIMAL}:4 |
| 283 | !aqua? ( |
303 | !aqua? ( |
| 284 | x11-libs/libXext |
304 | x11-libs/libXext |
| 285 | x11-libs/libXt |
305 | x11-libs/libXt |
| 286 | x11-libs/libXxf86vm |
306 | x11-libs/libXxf86vm |
|
|
307 | x11-libs/libXcomposite |
|
|
308 | x11-libs/libxkbfile |
| 287 | ) |
309 | ) |
| 288 | " |
310 | " |
| 289 | #perl is not needed on host (+ difficult crosscompilation) |
|
|
| 290 | tc-is-cross-compiler || kdecommondepend+=" dev-lang/perl" |
|
|
| 291 | |
311 | |
| 292 | if [[ ${PN} != kdelibs ]]; then |
312 | if [[ ${PN} != kdelibs ]]; then |
| 293 | if [[ ${KDEBASE} = kde-base ]]; then |
|
|
| 294 | kdecommondepend+=" $(add_kdebase_dep kdelibs)" |
313 | kdecommondepend+=" $(add_kdebase_dep kdelibs)" |
| 295 | else |
|
|
| 296 | kdecommondepend+=" |
|
|
| 297 | >=kde-base/kdelibs-${KDE_MINIMAL} |
|
|
| 298 | " |
|
|
| 299 | if [[ ${KDEBASE} = kdevelop ]]; then |
314 | if [[ ${KDEBASE} = kdevelop ]]; then |
| 300 | if [[ ${PN} != kdevplatform ]]; then |
315 | if [[ ${PN} != kdevplatform ]]; then |
| 301 | # @ECLASS-VARIABLE: KDEVPLATFORM_REQUIRED |
316 | # @ECLASS-VARIABLE: KDEVPLATFORM_REQUIRED |
| 302 | # @DESCRIPTION: |
317 | # @DESCRIPTION: |
| 303 | # Specifies whether kdevplatform is required. Possible values are 'always' (default) and 'never'. |
318 | # Specifies whether kdevplatform is required. Possible values are 'always' (default) and 'never'. |
| 304 | # Applies to KDEBASE=kdevelop only. |
319 | # Applies to KDEBASE=kdevelop only. |
| 305 | KDEVPLATFORM_REQUIRED="${KDEVPLATFORM_REQUIRED:-always}" |
320 | KDEVPLATFORM_REQUIRED="${KDEVPLATFORM_REQUIRED:-always}" |
| 306 | case ${KDEVPLATFORM_REQUIRED} in |
321 | case ${KDEVPLATFORM_REQUIRED} in |
| 307 | always) |
322 | always) |
| 308 | kdecommondepend+=" |
323 | kdecommondepend+=" |
| 309 | >=dev-util/kdevplatform-${KDEVPLATFORM_VERSION} |
324 | >=dev-util/kdevplatform-${KDEVPLATFORM_VERSION} |
| 310 | " |
325 | " |
| 311 | ;; |
326 | ;; |
| 312 | *) ;; |
327 | *) ;; |
| 313 | esac |
328 | esac |
| 314 | fi |
|
|
| 315 | fi |
329 | fi |
| 316 | fi |
330 | fi |
| 317 | fi |
331 | fi |
|
|
332 | |
| 318 | kdedepend=" |
333 | kdedepend=" |
| 319 | dev-util/automoc |
334 | dev-util/automoc |
| 320 | dev-util/pkgconfig |
335 | virtual/pkgconfig |
| 321 | !aqua? ( |
336 | !aqua? ( |
| 322 | || ( >=x11-libs/libXtst-1.1.0 <x11-proto/xextproto-7.1.0 ) |
337 | >=x11-libs/libXtst-1.1.0 |
| 323 | x11-proto/xf86vidmodeproto |
338 | x11-proto/xf86vidmodeproto |
| 324 | ) |
339 | ) |
| 325 | " |
340 | " |
| 326 | |
341 | |
| 327 | # Handbook handling - dependencies |
|
|
| 328 | if [[ -n ${KDE_HANDBOOK} ]]; then |
|
|
| 329 | kdedepend+=" |
342 | kderdepend="" |
| 330 | handbook? ( |
343 | |
| 331 | app-text/docbook-xml-dtd:4.2 |
344 | # all packages needs oxygen icons for basic iconset |
| 332 | app-text/docbook-xsl-stylesheets |
|
|
| 333 | ) |
|
|
| 334 | " |
|
|
| 335 | if [[ ${PN} != kdelibs ]]; then |
345 | if [[ ${PN} != oxygen-icons ]]; then |
| 336 | if [[ ${KDEBASE} = kde-base ]]; then |
346 | kderdepend+=" $(add_kdebase_dep oxygen-icons)" |
| 337 | PDEPEND+=" handbook? ( $(add_kdebase_dep kdelibs 'handbook') )" |
|
|
| 338 | else |
|
|
| 339 | PDEPEND+=" handbook? ( >=kde-base/kdelibs-${KDE_MINIMAL}[handbook] )" |
|
|
| 340 | fi |
|
|
| 341 | elif [[ ${PN} != khelpcenter ]]; then |
|
|
| 342 | if [[ ${KDEBASE} = kde-base ]]; then |
|
|
| 343 | PDEPEND+=" handbook? ( $(add_kdebase_dep khelpcenter 'handbook') )" |
|
|
| 344 | else |
|
|
| 345 | PDEPEND+=" handbook? ( >=kde-base/khelpcenter-${KDE_MINIMAL}[handbook] )" |
|
|
| 346 | fi |
|
|
| 347 | fi |
|
|
| 348 | fi |
347 | fi |
|
|
348 | |
|
|
349 | # add a dependency over kde-l10n if EAPI4 or better is around |
|
|
350 | if [[ ${KDEBASE} != "kde-base" && -n ${KDE_LINGUAS} && ${EAPI:-0} != 3 ]]; then |
|
|
351 | for _lingua in ${KDE_LINGUAS}; do |
|
|
352 | # if our package has lignuas, pull in kde-l10n with selected lingua enabled, |
|
|
353 | # but only for selected ones. |
|
|
354 | # this can't be done on one line because if user doesn't use any localisation |
|
|
355 | # then he is probably not interested in kde-l10n at all. |
|
|
356 | kderdepend+=" |
|
|
357 | linguas_${_lingua}? ( $(add_kdebase_dep kde-l10n "linguas_${_lingua}(+)") ) |
|
|
358 | " |
|
|
359 | done |
|
|
360 | unset _lingua |
|
|
361 | fi |
|
|
362 | |
|
|
363 | kdehandbookdepend=" |
|
|
364 | app-text/docbook-xml-dtd:4.2 |
|
|
365 | app-text/docbook-xsl-stylesheets |
|
|
366 | " |
|
|
367 | kdehandbookrdepend=" |
|
|
368 | $(add_kdebase_dep kdelibs 'handbook') |
|
|
369 | " |
|
|
370 | case ${KDE_HANDBOOK} in |
|
|
371 | always) |
|
|
372 | kdedepend+=" ${kdehandbookdepend}" |
|
|
373 | [[ ${PN} != kdelibs ]] && kderdepend+=" ${kdehandbookrdepend}" |
|
|
374 | ;; |
|
|
375 | optional) |
|
|
376 | IUSE+=" +handbook" |
|
|
377 | kdedepend+=" handbook? ( ${kdehandbookdepend} )" |
|
|
378 | [[ ${PN} != kdelibs ]] && kderdepend+=" handbook? ( ${kdehandbookrdepend} )" |
|
|
379 | ;; |
|
|
380 | *) ;; |
|
|
381 | esac |
|
|
382 | unset kdehandbookdepend kdehandbookrdepend |
|
|
383 | |
|
|
384 | case ${KDE_SELINUX_MODULE} in |
|
|
385 | none) ;; |
|
|
386 | *) |
|
|
387 | IUSE+=" selinux" |
|
|
388 | kdecommondepend+=" selinux? ( sec-policy/selinux-${KDE_SELINUX_MODULE} )" |
|
|
389 | ;; |
|
|
390 | esac |
| 349 | |
391 | |
| 350 | case ${KDE_REQUIRED} in |
392 | case ${KDE_REQUIRED} in |
| 351 | always) |
393 | always) |
| 352 | IUSE+=" aqua" |
394 | IUSE+=" aqua" |
| 353 | COMMONDEPEND+=" ${kdecommondepend}" |
395 | [[ -n ${kdecommondepend} ]] && COMMONDEPEND+=" ${kdecommondepend}" |
| 354 | DEPEND+=" ${kdedepend}" |
396 | [[ -n ${kdedepend} ]] && DEPEND+=" ${kdedepend}" |
|
|
397 | [[ -n ${kderdepend} ]] && RDEPEND+=" ${kderdepend}" |
| 355 | ;; |
398 | ;; |
| 356 | optional) |
399 | optional) |
| 357 | IUSE+=" aqua kde" |
400 | IUSE+=" aqua kde" |
| 358 | COMMONDEPEND+=" kde? ( ${kdecommondepend} )" |
401 | [[ -n ${kdecommondepend} ]] && COMMONDEPEND+=" kde? ( ${kdecommondepend} )" |
| 359 | DEPEND+=" kde? ( ${kdedepend} )" |
402 | [[ -n ${kdedepend} ]] && DEPEND+=" kde? ( ${kdedepend} )" |
|
|
403 | [[ -n ${kderdepend} ]] && RDEPEND+=" kde? ( ${kderdepend} )" |
| 360 | ;; |
404 | ;; |
| 361 | *) ;; |
405 | *) ;; |
| 362 | esac |
406 | esac |
| 363 | |
407 | |
| 364 | unset kdecommondepend kdedepend |
408 | unset kdecommondepend kdedepend kderdepend |
| 365 | |
409 | |
| 366 | debug-print "${LINENO} ${ECLASS} ${FUNCNAME}: COMMONDEPEND is ${COMMONDEPEND}" |
410 | debug-print "${LINENO} ${ECLASS} ${FUNCNAME}: COMMONDEPEND is ${COMMONDEPEND}" |
| 367 | debug-print "${LINENO} ${ECLASS} ${FUNCNAME}: DEPEND (only) is ${DEPEND}" |
411 | debug-print "${LINENO} ${ECLASS} ${FUNCNAME}: DEPEND (only) is ${DEPEND}" |
| 368 | debug-print "${LINENO} ${ECLASS} ${FUNCNAME}: RDEPEND (only) is ${RDEPEND}" |
412 | debug-print "${LINENO} ${ECLASS} ${FUNCNAME}: RDEPEND (only) is ${RDEPEND}" |
| 369 | debug-print "${LINENO} ${ECLASS} ${FUNCNAME}: PDEPEND is ${PDEPEND}" |
|
|
| 370 | |
413 | |
| 371 | # Accumulate dependencies set by this eclass |
414 | # Accumulate dependencies set by this eclass |
| 372 | DEPEND+=" ${COMMONDEPEND}" |
415 | DEPEND+=" ${COMMONDEPEND}" |
| 373 | RDEPEND+=" ${COMMONDEPEND}" |
416 | RDEPEND+=" ${COMMONDEPEND}" |
| 374 | unset COMMONDEPEND |
417 | unset COMMONDEPEND |
| 375 | |
418 | |
| 376 | # Add experimental kdeenablefinal, disabled by default |
|
|
| 377 | IUSE+=" kdeenablefinal" |
|
|
| 378 | |
|
|
| 379 | # Fetch section - If the ebuild's category is not 'kde-base' and if it is not a |
419 | # Fetch section - If the ebuild's category is not 'kde-base' and if it is not a |
| 380 | # koffice ebuild, the URI should be set in the ebuild itself |
420 | # koffice ebuild, the URI should be set in the ebuild itself |
| 381 | case ${BUILD_TYPE} in |
421 | _calculate_src_uri() { |
| 382 | live) |
422 | debug-print-function ${FUNCNAME} "$@" |
|
|
423 | |
|
|
424 | local _kmname _kmname_pv |
|
|
425 | |
|
|
426 | # we calculate URI only for known KDEBASE modules |
|
|
427 | [[ -n ${KDEBASE} ]] || return |
|
|
428 | |
|
|
429 | # calculate tarball module name |
|
|
430 | if [[ -n ${KMNAME} ]]; then |
|
|
431 | # fixup kdebase-apps name |
|
|
432 | case ${KMNAME} in |
|
|
433 | kdebase-apps) |
|
|
434 | _kmname="kdebase" ;; |
|
|
435 | *) |
|
|
436 | _kmname="${KMNAME}" ;; |
|
|
437 | esac |
|
|
438 | else |
|
|
439 | _kmname=${PN} |
|
|
440 | fi |
|
|
441 | _kmname_pv="${_kmname}-${PV}" |
|
|
442 | case ${KDEBASE} in |
|
|
443 | kde-base) |
|
|
444 | case ${PV} in |
|
|
445 | 4.4.11.1) |
|
|
446 | # KDEPIM 4.4, special case |
|
|
447 | # TODO: Remove this part when KDEPIM 4.4 gets out of the tree |
|
|
448 | SRC_URI="mirror://kde/stable/kdepim-${PV}/src/${_kmname_pv}.tar.bz2" ;; |
|
|
449 | 4.[456789].8[05] | 4.[456789].9[0235678]) |
|
|
450 | # Unstable KDE SC releases |
|
|
451 | SRC_URI="mirror://kde/unstable/${PV}/src/${_kmname_pv}.tar.bz2" ;; |
|
|
452 | 4.8.[12345]) |
|
|
453 | # Stable KDE SC releases with .xz support |
|
|
454 | SRC_URI="mirror://kde/stable/${PV}/src/${_kmname_pv}.tar.xz" ;; |
|
|
455 | *) |
|
|
456 | # Stable KDE SC releases |
|
|
457 | SRC_URI="mirror://kde/stable/${PV}/src/${_kmname_pv}.tar.bz2" ;; |
|
|
458 | esac |
|
|
459 | ;; |
|
|
460 | koffice) |
|
|
461 | case ${PV} in |
|
|
462 | 2.[1234].[6-9]*) SRC_URI="mirror://kde/unstable/${_kmname_pv}/${_kmname_pv}.tar.bz2" ;; |
|
|
463 | *) SRC_URI="mirror://kde/stable/${_kmname_pv}/${_kmname_pv}.tar.bz2" ;; |
|
|
464 | esac |
|
|
465 | ;; |
|
|
466 | kdevelop|kdevelop-php*|kdevplatform) |
|
|
467 | case ${KDEVELOP_VERSION} in |
|
|
468 | 4.[12].[6-9]*) SRC_URI="mirror://kde/unstable/kdevelop/${KDEVELOP_VERSION}/src/${P}.tar.bz2" ;; |
|
|
469 | *) SRC_URI="mirror://kde/stable/kdevelop/${KDEVELOP_VERSION}/src/${P}.tar.bz2" ;; |
|
|
470 | esac |
|
|
471 | ;; |
|
|
472 | esac |
|
|
473 | } |
|
|
474 | |
|
|
475 | _calculate_live_repo() { |
|
|
476 | debug-print-function ${FUNCNAME} "$@" |
|
|
477 | |
| 383 | SRC_URI="" |
478 | SRC_URI="" |
| 384 | if has subversion ${INHERITED}; then |
479 | case ${KDE_SCM} in |
|
|
480 | svn) |
| 385 | # Determine branch URL based on live type |
481 | # Determine branch URL based on live type |
| 386 | local branch_prefix |
482 | local branch_prefix |
| 387 | case ${PV} in |
483 | case ${PV} in |
| 388 | 9999*) |
484 | 9999*) |
| 389 | # trunk |
485 | # trunk |
| 390 | branch_prefix="trunk/KDE" |
486 | branch_prefix="trunk/KDE" |
| 391 | ;; |
487 | ;; |
| 392 | *) |
488 | *) |
| 393 | # branch |
489 | # branch |
| 394 | branch_prefix="branches/KDE/${SLOT}" |
490 | branch_prefix="branches/KDE/$(get_kde_version)" |
| 395 | # @ECLASS-VARIABLE: ESVN_PROJECT_SUFFIX |
491 | # @ECLASS-VARIABLE: ESVN_PROJECT_SUFFIX |
| 396 | # @DESCRIPTION |
492 | # @DESCRIPTION |
| 397 | # Suffix appended to ESVN_PROJECT depending on fetched branch. |
493 | # Suffix appended to ESVN_PROJECT depending on fetched branch. |
| 398 | # Defaults is empty (for -9999 = trunk), and "-${PV}" otherwise. |
494 | # Defaults is empty (for -9999 = trunk), and "-${PV}" otherwise. |
| 399 | ESVN_PROJECT_SUFFIX="-${PV}" |
495 | ESVN_PROJECT_SUFFIX="-${PV}" |
| … | |
… | |
| 450 | # @DESCRIPTION: |
546 | # @DESCRIPTION: |
| 451 | # This variable is used for specifying the timeout between svn synces |
547 | # This variable is used for specifying the timeout between svn synces |
| 452 | # for kde-base and koffice modules. Does not affect misc apps. |
548 | # for kde-base and koffice modules. Does not affect misc apps. |
| 453 | # Default value is 1 hour. |
549 | # Default value is 1 hour. |
| 454 | [[ ${KDEBASE} = kde-base || ${KDEBASE} = koffice ]] && ESVN_UP_FREQ=${ESVN_UP_FREQ:-1} |
550 | [[ ${KDEBASE} = kde-base || ${KDEBASE} = koffice ]] && ESVN_UP_FREQ=${ESVN_UP_FREQ:-1} |
| 455 | elif has git ${INHERITED}; then |
|
|
| 456 | if [[ -z ${KMNOMODULE} ]] && [[ -z ${KMMODULE} ]]; then |
|
|
| 457 | KMMODULE="${PN}" |
|
|
| 458 | fi |
|
|
| 459 | case ${KDEBASE} in |
|
|
| 460 | kdevelop) |
|
|
| 461 | EGIT_REPO_URI="git://gitorious.org/${KMNAME}/${KMMODULE}.git" |
|
|
| 462 | ;; |
|
|
| 463 | esac |
|
|
| 464 | fi |
|
|
| 465 | ;; |
551 | ;; |
| 466 | *) |
552 | git) |
|
|
553 | local _kmname |
|
|
554 | # @ECLASS-VARIABLE: EGIT_MIRROR |
|
|
555 | # @DESCRIPTION: |
|
|
556 | # This variable allows easy overriding of default kde mirror service |
|
|
557 | # (anongit) with anything else you might want to use. |
|
|
558 | EGIT_MIRROR=${EGIT_MIRROR:=git://anongit.kde.org} |
|
|
559 | |
|
|
560 | # @ECLASS-VARIABLE: EGIT_REPONAME |
|
|
561 | # @DESCRIPTION: |
|
|
562 | # This variable allows overriding of default repository |
|
|
563 | # name. Specify only if this differ from PN and KMNAME. |
| 467 | if [[ -n ${KDEBASE} ]]; then |
564 | if [[ -n ${EGIT_REPONAME} ]]; then |
|
|
565 | # the repository and kmname different |
|
|
566 | _kmname=${EGIT_REPONAME} |
| 468 | if [[ -n ${KMNAME} ]]; then |
567 | elif [[ -n ${KMNAME} ]]; then |
| 469 | case ${KMNAME} in |
|
|
| 470 | kdebase-apps) |
|
|
| 471 | _kmname="kdebase" ;; |
|
|
| 472 | *) |
|
|
| 473 | _kmname="${KMNAME}" ;; |
568 | _kmname=${KMNAME} |
| 474 | esac |
|
|
| 475 | else |
569 | else |
| 476 | _kmname=${PN} |
570 | _kmname=${PN} |
| 477 | fi |
571 | fi |
| 478 | _kmname_pv="${_kmname}-${PV}" |
572 | |
| 479 | case ${KDEBASE} in |
573 | # default branching |
| 480 | kde-base) |
574 | [[ ${PV} != 9999* && ${KDEBASE} == kde-base ]] && \ |
| 481 | case ${PV} in |
575 | EGIT_BRANCH="KDE/$(get_kde_version)" |
| 482 | 4.[45].8[05] | 4.[45].9[02568]) |
576 | |
| 483 | # Normally packed unstable releases |
577 | # default repo uri |
| 484 | SRC_URI="mirror://kde/unstable/${PV}/src/${_kmname_pv}.tar.bz2" ;; |
578 | EGIT_REPO_URI="${EGIT_MIRROR}/${_kmname}" |
| 485 | 4.[45].[6-9]*) |
579 | |
| 486 | # Repacked tarballs: need to depend on xz-utils to ensure that they can be unpacked |
580 | debug-print "${FUNCNAME}: Repository: ${EGIT_REPO_URI}" |
| 487 | SRC_URI="http://dev.gentooexperimental.org/~alexxy/kde/${PV}/src/${_kmname_pv}.tar.xz" |
581 | debug-print "${FUNCNAME}: Branch: ${EGIT_BRANCH}" |
| 488 | DEPEND+=" app-arch/xz-utils" |
|
|
| 489 | ;; |
|
|
| 490 | *) SRC_URI="mirror://kde/stable/${PV}/src/${_kmname_pv}.tar.bz2" ;; |
|
|
| 491 | esac |
|
|
| 492 | ;; |
|
|
| 493 | koffice) |
|
|
| 494 | case ${PV} in |
|
|
| 495 | 2.1.[6-9]*) SRC_URI="mirror://kde/unstable/${_kmname_pv}/${_kmname_pv}.tar.bz2" ;; |
|
|
| 496 | *) SRC_URI="mirror://kde/stable/${_kmname_pv}/${_kmname_pv}.tar.bz2" ;; |
|
|
| 497 | esac |
|
|
| 498 | ;; |
|
|
| 499 | kdevelop) |
|
|
| 500 | SRC_URI="mirror://kde/stable/kdevelop/${KDEVELOP_VERSION}/src/${P}.tar.bz2" |
|
|
| 501 | ;; |
|
|
| 502 | esac |
|
|
| 503 | unset _kmname _kmname_pv |
|
|
| 504 | fi |
|
|
| 505 | ;; |
582 | ;; |
|
|
583 | esac |
|
|
584 | } |
|
|
585 | |
|
|
586 | case ${BUILD_TYPE} in |
|
|
587 | live) _calculate_live_repo ;; |
|
|
588 | *) _calculate_src_uri ;; |
| 506 | esac |
589 | esac |
| 507 | |
590 | |
| 508 | debug-print "${LINENO} ${ECLASS} ${FUNCNAME}: SRC_URI is ${SRC_URI}" |
591 | debug-print "${LINENO} ${ECLASS} ${FUNCNAME}: SRC_URI is ${SRC_URI}" |
| 509 | |
592 | |
| 510 | # @ECLASS-VARIABLE: PREFIX |
593 | # @ECLASS-VARIABLE: PREFIX |
| 511 | # @DESCRIPTION: |
594 | # @DESCRIPTION: |
| 512 | # Set the installation PREFIX for non kde-base applications. It defaults to /usr. |
595 | # Set the installation PREFIX for non kde-base applications. It defaults to /usr. |
| 513 | # kde-base packages go into KDE4 installation directory (KDEDIR) by default. |
596 | # kde-base packages go into KDE4 installation directory (/usr). |
| 514 | # No matter the PREFIX, package will be built against KDE installed in KDEDIR. |
597 | # No matter the PREFIX, package will be built against KDE installed in /usr. |
| 515 | |
598 | |
| 516 | # @FUNCTION: kde4-base_pkg_setup |
599 | # @FUNCTION: kde4-base_pkg_setup |
| 517 | # @DESCRIPTION: |
600 | # @DESCRIPTION: |
| 518 | # Do the basic kdeprefix KDEDIR settings and determine with which kde should |
601 | # Do some basic settings |
| 519 | # optional applications link |
|
|
| 520 | kde4-base_pkg_setup() { |
602 | kde4-base_pkg_setup() { |
| 521 | debug-print-function ${FUNCNAME} "$@" |
603 | debug-print-function ${FUNCNAME} "$@" |
| 522 | |
604 | |
| 523 | # Prefix compat: |
605 | if has handbook ${IUSE} || has "+handbook" ${IUSE} && [ "${KDE_HANDBOOK}" != optional ] ; then |
| 524 | if [[ ${EAPI} == 2 ]] && ! use prefix; then |
606 | eqawarn "Handbook support is enabled via KDE_HANDBOOK=optional in the ebuild." |
| 525 | EPREFIX= |
607 | eqawarn "Please do not just set IUSE=handbook, as this leads to dependency errors." |
| 526 | EROOT=${ROOT} |
|
|
| 527 | fi |
608 | fi |
| 528 | |
609 | |
| 529 | # Append missing trailing slash character |
610 | if use_if_iuse kdeprefix; then |
| 530 | [[ ${EROOT} = */ ]] || EROOT+="/" |
611 | eerror "Sorry, kdeprefix support has been removed." |
|
|
612 | eerror "Please remove kdeprefix from your USE variable." |
|
|
613 | die "kdeprefix support has been removed" |
|
|
614 | fi |
| 531 | |
615 | |
| 532 | # QA ebuilds |
616 | if [[ ${CATEGORY}/${PN} != kde-base/kdelibs && ${CATEGORY}/${PN} != kde-base/kde-env ]] && \ |
| 533 | [[ -z ${KDE_MINIMAL_VALID} ]] && ewarn "QA Notice: ignoring invalid KDE_MINIMAL (defaulting to ${KDE_MINIMAL})." |
617 | { [[ ${KDE_REQUIRED} == always ]] || { [[ ${KDE_REQUIRED} == optional ]] && use kde; }; } && \ |
|
|
618 | has_version kde-base/kdelibs[kdeprefix]; then |
|
|
619 | eerror "Sorry, kdeprefix support has been removed." |
|
|
620 | eerror "Please rebuild kdelibs without kdeprefix support." |
|
|
621 | die "kdeprefix support has been removed" |
|
|
622 | fi |
| 534 | |
623 | |
| 535 | # Don't set KDEHOME during compilation, it will cause access violations |
624 | # Don't set KDEHOME during compilation, it will cause access violations |
| 536 | unset KDEHOME |
625 | unset KDEHOME |
| 537 | |
626 | |
| 538 | if [[ ${KDEBASE} = kde-base ]]; then |
627 | # Check if gcc compiler is fresh enough. |
| 539 | if use kdeprefix; then |
628 | # In theory should be in pkg_pretend but we check it only for kdelibs there |
| 540 | KDEDIR=/usr/kde/${SLOT} |
629 | # and for others we do just quick scan in pkg_setup because pkg_pretend |
| 541 | else |
630 | # executions consume quite some time. |
| 542 | KDEDIR=/usr |
631 | # We can only do this for EAPI 4 or later because the MERGE_TYPE variable |
|
|
632 | # is otherwise undefined. |
|
|
633 | if [[ ${EAPI:-0} != 3 ]]; then |
|
|
634 | if [[ ${MERGE_TYPE} != binary ]]; then |
|
|
635 | [[ $(gcc-major-version) -lt 4 ]] || \ |
|
|
636 | ( [[ $(gcc-major-version) -eq 4 && $(gcc-minor-version) -le 3 ]] ) \ |
|
|
637 | && die "Sorry, but gcc-4.3 and earlier wont work for KDE (see bug 354837)." |
| 543 | fi |
638 | fi |
| 544 | : ${PREFIX:=${KDEDIR}} |
|
|
| 545 | else |
|
|
| 546 | # Determine KDEDIR by loooking for the closest match with KDE_MINIMAL |
|
|
| 547 | KDEDIR= |
|
|
| 548 | local kde_minimal_met |
|
|
| 549 | for slot in ${KDE_SLOTS[@]} ${KDE_LIVE_SLOTS[@]}; do |
|
|
| 550 | [[ -z ${kde_minimal_met} ]] && [[ ${slot} = ${KDE_MINIMAL} ]] && kde_minimal_met=1 |
|
|
| 551 | if [[ -n ${kde_minimal_met} ]] && has_version "kde-base/kdelibs:${slot}"; then |
|
|
| 552 | if has_version "kde-base/kdelibs:${slot}[kdeprefix]"; then |
|
|
| 553 | KDEDIR=/usr/kde/${slot} |
|
|
| 554 | else |
|
|
| 555 | KDEDIR=/usr |
|
|
| 556 | fi |
|
|
| 557 | break; |
|
|
| 558 | fi |
|
|
| 559 | done |
|
|
| 560 | unset slot |
|
|
| 561 | |
|
|
| 562 | # Bail out if kdelibs required but not found |
|
|
| 563 | if [[ ${KDE_REQUIRED} = always ]] || { [[ ${KDE_REQUIRED} = optional ]] && use kde; }; then |
|
|
| 564 | [[ -z ${KDEDIR} ]] && die "Failed to determine KDEDIR!" |
|
|
| 565 | else |
|
|
| 566 | [[ -z ${KDEDIR} ]] && KDEDIR=/usr |
|
|
| 567 | fi |
639 | fi |
| 568 | |
640 | |
|
|
641 | KDEDIR=/usr |
| 569 | : ${PREFIX:=/usr} |
642 | : ${PREFIX:=/usr} |
| 570 | fi |
643 | EKDEDIR=${EPREFIX}/usr |
| 571 | EKDEDIR=${EPREFIX}${KDEDIR} |
|
|
| 572 | |
644 | |
| 573 | # Point pkg-config path to KDE *.pc files |
|
|
| 574 | export PKG_CONFIG_PATH="${EKDEDIR}/$(get_libdir)/pkgconfig${PKG_CONFIG_PATH:+:${PKG_CONFIG_PATH}}" |
|
|
| 575 | # Point to correct QT plugins path |
645 | # Point to correct QT plugins path |
| 576 | QT_PLUGIN_PATH="${EKDEDIR}/$(get_libdir)/kde4/plugins/" |
646 | QT_PLUGIN_PATH="${EPREFIX}/usr/$(get_libdir)/kde4/plugins/" |
| 577 | |
647 | |
| 578 | # Fix XDG collision with sandbox |
648 | # Fix XDG collision with sandbox |
| 579 | export XDG_CONFIG_HOME="${T}" |
649 | export XDG_CONFIG_HOME="${T}" |
| 580 | } |
650 | } |
| 581 | |
651 | |
| … | |
… | |
| 584 | # This function unpacks the source tarballs for KDE4 applications. |
654 | # This function unpacks the source tarballs for KDE4 applications. |
| 585 | kde4-base_src_unpack() { |
655 | kde4-base_src_unpack() { |
| 586 | debug-print-function ${FUNCNAME} "$@" |
656 | debug-print-function ${FUNCNAME} "$@" |
| 587 | |
657 | |
| 588 | if [[ ${BUILD_TYPE} = live ]]; then |
658 | if [[ ${BUILD_TYPE} = live ]]; then |
| 589 | if has subversion ${INHERITED}; then |
659 | case ${KDE_SCM} in |
|
|
660 | svn) |
| 590 | migrate_store_dir |
661 | migrate_store_dir |
| 591 | subversion_src_unpack |
662 | subversion_src_unpack |
| 592 | elif has git ${INHERITED}; then |
|
|
| 593 | git_src_unpack |
|
|
| 594 | fi |
|
|
| 595 | elif [[ ${EAPI} == 2 ]]; then |
|
|
| 596 | local file |
|
|
| 597 | for file in ${A}; do |
|
|
| 598 | # This setup is because EAPI <= 2 cannot unpack *.tar.xz files |
|
|
| 599 | # directly, so we do it ourselves (using the exact same code as portage) |
|
|
| 600 | case ${file} in |
|
|
| 601 | *.tar.xz) |
|
|
| 602 | echo ">>> Unpacking ${file} to ${PWD}" |
|
|
| 603 | xz -dc "${DISTDIR}"/${file} | tar xof - |
|
|
| 604 | assert "failed unpacking ${file}" |
|
|
| 605 | ;; |
663 | ;; |
| 606 | *) |
664 | git) |
| 607 | unpack ${file} |
665 | git-2_src_unpack |
| 608 | ;; |
666 | ;; |
| 609 | esac |
667 | esac |
| 610 | done |
|
|
| 611 | else |
668 | else |
| 612 | # For EAPI >= 3, we can just use unpack() directly |
|
|
| 613 | unpack ${A} |
669 | unpack ${A} |
| 614 | fi |
670 | fi |
| 615 | } |
671 | } |
| 616 | |
672 | |
| 617 | # @FUNCTION: kde4-base_src_prepare |
673 | # @FUNCTION: kde4-base_src_prepare |
| … | |
… | |
| 621 | # enable_selected_linguas() and enable_selected_doc_linguas() |
677 | # enable_selected_linguas() and enable_selected_doc_linguas() |
| 622 | # in kde4-functions.eclass(5) for further details. |
678 | # in kde4-functions.eclass(5) for further details. |
| 623 | kde4-base_src_prepare() { |
679 | kde4-base_src_prepare() { |
| 624 | debug-print-function ${FUNCNAME} "$@" |
680 | debug-print-function ${FUNCNAME} "$@" |
| 625 | |
681 | |
|
|
682 | # enable handbook and linguas only when not using live ebuild |
|
|
683 | |
| 626 | # Only enable selected languages, used for KDE extragear apps. |
684 | # Only enable selected languages, used for KDE extragear apps. |
| 627 | if [[ -n ${KDE_LINGUAS} ]]; then |
685 | if [[ -n ${KDE_LINGUAS} ]]; then |
| 628 | enable_selected_linguas |
686 | enable_selected_linguas |
| 629 | fi |
687 | fi |
| 630 | |
688 | |
| 631 | # Enable/disable handbooks for kde4-base packages |
689 | # Enable/disable handbooks for kde4-base packages |
| 632 | # kde-l10n inherits kde4-base but is metpackage, so no check for doc |
690 | # kde-l10n inherits kde4-base but is metpackage, so no check for doc |
| 633 | # kdelibs inherits kde4-base but handle installing the handbook itself |
691 | # kdelibs inherits kde4-base but handle installing the handbook itself |
| 634 | if ! has kde4-meta ${INHERITED}; then |
692 | if ! has kde4-meta ${INHERITED} && in_iuse handbook; then |
| 635 | has handbook ${IUSE//+} && [[ ${PN} != kde-l10n ]] && [[ ${PN} != kdelibs ]] && enable_selected_doc_linguas |
693 | if [[ ${KDEBASE} == kde-base ]]; then |
|
|
694 | if [[ ${PN} != kde-l10n && ${PN} != kdepim-l10n && ${PN} != kdelibs ]] && use !handbook; then |
|
|
695 | # documentation in kde4-functions |
|
|
696 | : ${KDE_DOC_DIRS:=doc} |
|
|
697 | local dir |
|
|
698 | for dir in ${KDE_DOC_DIRS}; do |
|
|
699 | sed -e "\!^[[:space:]]*add_subdirectory[[:space:]]*([[:space:]]*${dir}[[:space:]]*)!s/^/#DONOTCOMPILE /" \ |
|
|
700 | -e "\!^[[:space:]]*ADD_SUBDIRECTORY[[:space:]]*([[:space:]]*${dir}[[:space:]]*)!s/^/#DONOTCOMPILE /" \ |
|
|
701 | -e "\!^[[:space:]]*macro_optional_add_subdirectory[[:space:]]*([[:space:]]*${dir}[[:space:]]*)!s/^/#DONOTCOMPILE /" \ |
|
|
702 | -e "\!^[[:space:]]*MACRO_OPTIONAL_ADD_SUBDIRECTORY[[:space:]]*([[:space:]]*${dir}[[:space:]]*)!s/^/#DONOTCOMPILE /" \ |
|
|
703 | -i CMakeLists.txt || die "failed to comment out handbook" |
|
|
704 | done |
|
|
705 | fi |
|
|
706 | else |
|
|
707 | enable_selected_doc_linguas |
|
|
708 | fi |
| 636 | fi |
709 | fi |
| 637 | |
710 | |
| 638 | # SCM bootstrap |
711 | # SCM bootstrap |
| 639 | if [[ ${BUILD_TYPE} = live ]]; then |
712 | if [[ ${BUILD_TYPE} = live ]]; then |
| 640 | if has subversion ${INHERITED}; then |
713 | case ${KDE_SCM} in |
| 641 | subversion_src_prepare |
714 | svn) subversion_src_prepare ;; |
| 642 | elif has git ${INHERITED}; then |
715 | esac |
| 643 | git_src_prepare |
|
|
| 644 | fi |
|
|
| 645 | fi |
716 | fi |
| 646 | |
717 | |
| 647 | # Apply patches |
718 | # Apply patches |
| 648 | base_src_prepare |
719 | base_src_prepare |
| 649 | |
720 | |
| … | |
… | |
| 654 | |
725 | |
| 655 | # Inject library dependencies |
726 | # Inject library dependencies |
| 656 | if [[ -n ${KMLOADLIBS} ]] ; then |
727 | if [[ -n ${KMLOADLIBS} ]] ; then |
| 657 | load_library_dependencies |
728 | load_library_dependencies |
| 658 | fi |
729 | fi |
|
|
730 | |
|
|
731 | # Hack for manuals relying on outdated DTD, only outside kde-base/koffice/... |
|
|
732 | if [[ -z ${KDEBASE} ]]; then |
|
|
733 | find "${S}" -name "*.docbook" \ |
|
|
734 | -exec sed -i -r \ |
|
|
735 | -e 's:-//KDE//DTD DocBook XML V4\.1(\..)?-Based Variant V1\.[01]//EN:-//KDE//DTD DocBook XML V4.2-Based Variant V1.1//EN:g' {} + \ |
|
|
736 | || die 'failed to fix DocBook variant version' |
|
|
737 | fi |
| 659 | } |
738 | } |
| 660 | |
739 | |
| 661 | # @FUNCTION: kde4-base_src_configure |
740 | # @FUNCTION: kde4-base_src_configure |
| 662 | # @DESCRIPTION: |
741 | # @DESCRIPTION: |
| 663 | # Function for configuring the build of KDE4 applications. |
742 | # Function for configuring the build of KDE4 applications. |
| … | |
… | |
| 665 | debug-print-function ${FUNCNAME} "$@" |
744 | debug-print-function ${FUNCNAME} "$@" |
| 666 | |
745 | |
| 667 | # Build tests in src_test only, where we override this value |
746 | # Build tests in src_test only, where we override this value |
| 668 | local cmakeargs=(-DKDE4_BUILD_TESTS=OFF) |
747 | local cmakeargs=(-DKDE4_BUILD_TESTS=OFF) |
| 669 | |
748 | |
| 670 | if has kdeenablefinal ${IUSE//+} && use kdeenablefinal; then |
749 | if use_if_iuse debug; then |
| 671 | cmakeargs+=(-DKDE4_ENABLE_FINAL=ON) |
|
|
| 672 | fi |
|
|
| 673 | |
|
|
| 674 | if has debug ${IUSE//+} && use debug; then |
|
|
| 675 | # Set "real" debug mode |
750 | # Set "real" debug mode |
| 676 | CMAKE_BUILD_TYPE="Debugfull" |
751 | CMAKE_BUILD_TYPE="Debugfull" |
| 677 | else |
752 | else |
| 678 | # Handle common release builds |
753 | # Handle common release builds |
| 679 | append-cppflags -DQT_NO_DEBUG |
754 | append-cppflags -DQT_NO_DEBUG |
| … | |
… | |
| 686 | tc-is-cross-compiler || cmakeargs+=(-DCMAKE_INSTALL_PREFIX="${EPREFIX}${PREFIX}") |
761 | tc-is-cross-compiler || cmakeargs+=(-DCMAKE_INSTALL_PREFIX="${EPREFIX}${PREFIX}") |
| 687 | |
762 | |
| 688 | # Use colors |
763 | # Use colors |
| 689 | QTEST_COLORED=1 |
764 | QTEST_COLORED=1 |
| 690 | |
765 | |
| 691 | # Shadow existing /usr installations |
766 | # Shadow existing installations |
| 692 | unset KDEDIRS |
767 | unset KDEDIRS |
| 693 | |
768 | |
| 694 | # Handle kdeprefix-ed KDE |
|
|
| 695 | if [[ ${KDEDIR} != /usr ]]; then |
|
|
| 696 | # Override some environment variables - only when kdeprefix is different, |
|
|
| 697 | # to not break ccache/distcc |
|
|
| 698 | PATH="${EKDEDIR}/bin:${PATH}" |
|
|
| 699 | |
|
|
| 700 | # Append library search path |
|
|
| 701 | append-ldflags -L"${EKDEDIR}/$(get_libdir)" |
|
|
| 702 | |
|
|
| 703 | # Append full RPATH |
|
|
| 704 | cmakeargs+=(-DCMAKE_SKIP_RPATH=OFF) |
|
|
| 705 | |
|
|
| 706 | # Set cmake prefixes to allow buildsystem to locate valid KDE installation |
|
|
| 707 | # when more are present |
|
|
| 708 | cmakeargs+=(-DCMAKE_SYSTEM_PREFIX_PATH="${EKDEDIR}") |
|
|
| 709 | fi |
|
|
| 710 | |
|
|
| 711 | #qmake -query QT_INSTALL_LIBS unavailable when cross-compiling |
769 | #qmake -query QT_INSTALL_LIBS unavailable when cross-compiling |
| 712 | tc-is-cross-compiler && cmakeargs+=(-DQT_LIBRARY_DIR=${ROOT}/usr/lib/qt4) |
770 | tc-is-cross-compiler && cmakeargs+=(-DQT_LIBRARY_DIR=${ROOT}/usr/$(get_libdir)/qt4) |
| 713 | #kde-config -path data unavailable when cross-compiling |
771 | #kde-config -path data unavailable when cross-compiling |
| 714 | tc-is-cross-compiler && cmakeargs+=(-DKDE4_DATA_DIR=${ROOT}/usr/share/apps/) |
772 | tc-is-cross-compiler && cmakeargs+=(-DKDE4_DATA_DIR=${ROOT}/usr/share/apps/) |
| 715 | |
773 | |
| 716 | # Handle kdeprefix in application itself |
|
|
| 717 | if ! has kdeprefix ${IUSE//+} || ! use kdeprefix; then |
|
|
| 718 | # If prefix is /usr, sysconf needs to be /etc, not /usr/etc |
774 | # sysconf needs to be /etc, not /usr/etc |
| 719 | cmakeargs+=(-DSYSCONF_INSTALL_DIR="${EPREFIX}"/etc) |
775 | cmakeargs+=(-DSYSCONF_INSTALL_DIR="${EPREFIX}"/etc) |
| 720 | fi |
|
|
| 721 | |
776 | |
| 722 | if [[ $(declare -p mycmakeargs 2>&-) != "declare -a mycmakeargs="* ]]; then |
777 | if [[ $(declare -p mycmakeargs 2>&-) != "declare -a mycmakeargs="* ]]; then |
|
|
778 | if [[ ${mycmakeargs} ]]; then |
|
|
779 | eqawarn "mycmakeargs should always be declared as an array, not a string" |
|
|
780 | fi |
| 723 | mycmakeargs=(${mycmakeargs}) |
781 | mycmakeargs=(${mycmakeargs}) |
| 724 | fi |
782 | fi |
| 725 | |
783 | |
| 726 | mycmakeargs=("${cmakeargs[@]}" "${mycmakeargs[@]}") |
784 | mycmakeargs=("${cmakeargs[@]}" "${mycmakeargs[@]}") |
| 727 | |
785 | |
| … | |
… | |
| 746 | # Override this value, set in kde4-base_src_configure() |
804 | # Override this value, set in kde4-base_src_configure() |
| 747 | mycmakeargs+=(-DKDE4_BUILD_TESTS=ON) |
805 | mycmakeargs+=(-DKDE4_BUILD_TESTS=ON) |
| 748 | cmake-utils_src_configure |
806 | cmake-utils_src_configure |
| 749 | kde4-base_src_compile |
807 | kde4-base_src_compile |
| 750 | |
808 | |
|
|
809 | # When run as normal user during ebuild development with the ebuild command, the |
|
|
810 | # kde tests tend to access the session DBUS. This however is not possible in a real |
|
|
811 | # emerge or on the tinderbox. |
|
|
812 | # > make sure it does not happen, so bad tests can be recognized and disabled |
|
|
813 | unset DBUS_SESSION_BUS_ADDRESS |
|
|
814 | |
|
|
815 | if [[ ${VIRTUALX_REQUIRED} == always || ${VIRTUALX_REQUIRED} == test ]]; then |
|
|
816 | # check for sanity if anyone already redefined VIRTUALX_COMMAND from the default |
|
|
817 | if [[ ${VIRTUALX_COMMAND} != emake ]]; then |
|
|
818 | # surprise- we are already INSIDE virtualmake!!! |
|
|
819 | debug-print "QA Notice: This version of kde4-base.eclass includes the virtualx functionality." |
|
|
820 | debug-print " You may NOT set VIRTUALX_COMMAND or call virtualmake from the ebuild." |
|
|
821 | debug-print " Setting VIRTUALX_REQUIRED is completely sufficient. See the" |
|
|
822 | debug-print " kde4-base.eclass docs for details... Applying workaround." |
|
|
823 | cmake-utils_src_test |
|
|
824 | else |
|
|
825 | VIRTUALX_COMMAND="cmake-utils_src_test" virtualmake |
|
|
826 | fi |
|
|
827 | else |
| 751 | cmake-utils_src_test |
828 | cmake-utils_src_test |
|
|
829 | fi |
| 752 | } |
830 | } |
| 753 | |
831 | |
| 754 | # @FUNCTION: kde4-base_src_install |
832 | # @FUNCTION: kde4-base_src_install |
| 755 | # @DESCRIPTION: |
833 | # @DESCRIPTION: |
| 756 | # Function for installing KDE4 applications. |
834 | # Function for installing KDE4 applications. |
| 757 | kde4-base_src_install() { |
835 | kde4-base_src_install() { |
| 758 | debug-print-function ${FUNCNAME} "$@" |
836 | debug-print-function ${FUNCNAME} "$@" |
| 759 | |
|
|
| 760 | # Prefix support, for usage in ebuilds |
|
|
| 761 | if [[ ${EAPI} == 2 ]] && ! use prefix; then |
|
|
| 762 | ED=${D} |
|
|
| 763 | fi |
|
|
| 764 | |
837 | |
| 765 | if [[ -n ${KMSAVELIBS} ]] ; then |
838 | if [[ -n ${KMSAVELIBS} ]] ; then |
| 766 | install_library_dependencies |
839 | install_library_dependencies |
| 767 | fi |
840 | fi |
| 768 | |
841 | |
| 769 | # Install common documentation of KDE4 applications |
842 | # Install common documentation of KDE4 applications |
| 770 | local doc |
843 | local doc |
| 771 | if ! has kde4-meta ${INHERITED}; then |
844 | if ! has kde4-meta ${INHERITED}; then |
| 772 | for doc in "${S}"/{AUTHORS,CHANGELOG,ChangeLog*,README*,NEWS,TODO,HACKING}; do |
845 | for doc in "${S}"/{AUTHORS,CHANGELOG,ChangeLog*,README*,NEWS,TODO,HACKING}; do |
| 773 | [[ -f "${doc}" ]] && [[ -s "${doc}" ]] && dodoc "${doc}" |
846 | [[ -f ${doc} && -s ${doc} ]] && dodoc "${doc}" |
| 774 | done |
847 | done |
| 775 | for doc in "${S}"/*/{AUTHORS,CHANGELOG,ChangeLog*,README*,NEWS,TODO,HACKING}; do |
848 | for doc in "${S}"/*/{AUTHORS,CHANGELOG,ChangeLog*,README*,NEWS,TODO,HACKING}; do |
| 776 | [[ -f "${doc}" ]] && [[ -s "${doc}" ]] && newdoc "${doc}" "$(basename $(dirname ${doc})).$(basename ${doc})" |
849 | [[ -f ${doc} && -s ${doc} ]] && newdoc "${doc}" "$(basename $(dirname ${doc})).$(basename ${doc})" |
| 777 | done |
850 | done |
| 778 | fi |
851 | fi |
| 779 | |
852 | |
| 780 | cmake-utils_src_install |
853 | cmake-utils_src_install |
|
|
854 | |
|
|
855 | # In EAPI 4+, we don't want ${PREFIX}/share/doc/HTML to be compressed, |
|
|
856 | # because then khelpcenter can't find the docs |
|
|
857 | [[ ${EAPI:-0} != 3 && -d ${ED}/${PREFIX}/share/doc/HTML ]] && |
|
|
858 | docompress -x ${PREFIX}/share/doc/HTML |
|
|
859 | } |
|
|
860 | |
|
|
861 | # @FUNCTION: kde4-base_pkg_preinst |
|
|
862 | # @DESCRIPTION: |
|
|
863 | # Function storing icon caches |
|
|
864 | kde4-base_pkg_preinst() { |
|
|
865 | debug-print-function ${FUNCNAME} "$@" |
|
|
866 | |
|
|
867 | gnome2_icon_savelist |
|
|
868 | if [[ ${BUILD_TYPE} == live && ${KDE_SCM} == svn ]]; then |
|
|
869 | subversion_pkg_preinst |
|
|
870 | fi |
| 781 | } |
871 | } |
| 782 | |
872 | |
| 783 | # @FUNCTION: kde4-base_pkg_postinst |
873 | # @FUNCTION: kde4-base_pkg_postinst |
| 784 | # @DESCRIPTION: |
874 | # @DESCRIPTION: |
| 785 | # Function to rebuild the KDE System Configuration Cache after an application has been installed. |
875 | # Function to rebuild the KDE System Configuration Cache after an application has been installed. |
| 786 | kde4-base_pkg_postinst() { |
876 | kde4-base_pkg_postinst() { |
| 787 | debug-print-function ${FUNCNAME} "$@" |
877 | debug-print-function ${FUNCNAME} "$@" |
| 788 | |
878 | |
|
|
879 | gnome2_icon_cache_update |
|
|
880 | fdo-mime_desktop_database_update |
|
|
881 | fdo-mime_mime_database_update |
| 789 | buildsycoca |
882 | buildsycoca |
| 790 | |
883 | |
| 791 | if [[ ${BUILD_TYPE} = live ]] && [[ -z ${I_KNOW_WHAT_I_AM_DOING} ]]; then |
884 | if [[ -z ${I_KNOW_WHAT_I_AM_DOING} ]]; then |
| 792 | echo |
885 | if [[ ${BUILD_TYPE} = live ]]; then |
| 793 | einfo "WARNING! This is an experimental live ebuild of ${CATEGORY}/${PN}" |
|
|
| 794 | einfo "Use it at your own risk." |
|
|
| 795 | einfo "Do _NOT_ file bugs at bugs.gentoo.org because of this ebuild!" |
|
|
| 796 | echo |
|
|
| 797 | elif [[ ${BUILD_TYPE} != live ]] && [[ -z ${I_KNOW_WHAT_I_AM_DOING} ]] && has kdeprefix ${IUSE//+} && use kdeprefix; then |
|
|
| 798 | # warning about kdeprefix for non-live users |
|
|
| 799 | echo |
|
|
| 800 | ewarn "WARNING! You have the kdeprefix useflag enabled." |
|
|
| 801 | ewarn "This setting is strongly discouraged and might lead to potential trouble" |
|
|
| 802 | ewarn "with KDE update strategies." |
|
|
| 803 | ewarn "You are using this setup at your own risk and the kde team does not" |
|
|
| 804 | ewarn "take responsibilities for dead kittens." |
|
|
| 805 | echo |
|
|
| 806 | fi |
|
|
| 807 | if [[ -z ${I_KNOW_WHAT_I_AM_DOING} ]] && ! has_version 'kde-base/kdebase-runtime-meta' && ! has_version 'kde-base/kdebase-startkde'; then |
|
|
| 808 | # warn about not supported approach |
|
|
| 809 | if [[ ${KDE_REQUIRED} == always ]] || ( [[ ${KDE_REQUIRED} == optional ]] && use kde ); then |
|
|
| 810 | echo |
886 | echo |
|
|
887 | einfo "WARNING! This is an experimental live ebuild of ${CATEGORY}/${PN}" |
|
|
888 | einfo "Use it at your own risk." |
|
|
889 | einfo "Do _NOT_ file bugs at bugs.gentoo.org because of this ebuild!" |
|
|
890 | echo |
|
|
891 | fi |
|
|
892 | # for all 3rd party soft tell user that he SHOULD install kdebase-startkde or kdebase-runtime-meta |
|
|
893 | if [[ ${KDEBASE} != kde-base ]] && \ |
|
|
894 | ! has_version 'kde-base/kdebase-runtime-meta' && \ |
|
|
895 | ! has_version 'kde-base/kdebase-startkde'; then |
|
|
896 | if [[ ${KDE_REQUIRED} == always ]] || ( [[ ${KDE_REQUIRED} == optional ]] && use kde ); then |
|
|
897 | echo |
| 811 | ewarn "WARNING! Your system configuration contains neither \"kde-base/kdebase-runtime-meta\"" |
898 | ewarn "WARNING! Your system configuration contains neither \"kde-base/kdebase-runtime-meta\"" |
| 812 | ewarn "nor \"kde-base/kdebase-startkde\". You need one of above." |
899 | ewarn "nor \"kde-base/kdebase-startkde\". You need one of above." |
| 813 | ewarn "With this setting you are unsupported by KDE team." |
900 | ewarn "With this setting you are unsupported by KDE team." |
| 814 | ewarn "All missing features you report for misc packages will be probably ignored or closed as INVALID." |
901 | ewarn "All missing features you report for misc packages will be probably ignored or closed as INVALID." |
|
|
902 | fi |
| 815 | fi |
903 | fi |
| 816 | fi |
904 | fi |
| 817 | } |
905 | } |
| 818 | |
906 | |
| 819 | # @FUNCTION: kde4-base_pkg_postrm |
907 | # @FUNCTION: kde4-base_pkg_postrm |
| 820 | # @DESCRIPTION: |
908 | # @DESCRIPTION: |
| 821 | # Function to rebuild the KDE System Configuration Cache after an application has been removed. |
909 | # Function to rebuild the KDE System Configuration Cache after an application has been removed. |
| 822 | kde4-base_pkg_postrm() { |
910 | kde4-base_pkg_postrm() { |
| 823 | debug-print-function ${FUNCNAME} "$@" |
911 | debug-print-function ${FUNCNAME} "$@" |
| 824 | |
912 | |
|
|
913 | gnome2_icon_cache_update |
|
|
914 | fdo-mime_desktop_database_update |
|
|
915 | fdo-mime_mime_database_update |
| 825 | buildsycoca |
916 | buildsycoca |
| 826 | } |
917 | } |