| 1 | # Copyright 2007-2008 Gentoo Foundation |
1 | # Copyright 1999-2010 Gentoo Foundation |
| 2 | # Distributed under the terms of the GNU General Public License v2 |
2 | # Distributed under the terms of the GNU General Public License v2 |
| 3 | # $Header: /var/cvsroot/gentoo-x86/eclass/kde4-base.eclass,v 1.15 2008/10/11 03:05:37 jmbsvicetto Exp $ |
3 | # $Header: /var/cvsroot/gentoo-x86/eclass/kde4-base.eclass,v 1.106 2011/08/31 23:44:45 dilfridge 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 monolithic 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: This eclass uses the SLOT dependencies from EAPI="1" or compatible, |
13 | # NOTE: KDE 4 ebuilds currently support EAPI "3". This will be reviewed |
| 14 | # and use deps from EAPI="2", hence you must define EAPI="2" in the ebuild, |
14 | # over time as new EAPI versions are approved. |
| 15 | # before inheriting any eclasses. |
|
|
| 16 | |
15 | |
| 17 | inherit base cmake-utils eutils kde4-functions multilib |
16 | # @ECLASS-VARIABLE: VIRTUALX_REQUIRED |
|
|
17 | # @DESCRIPTION: |
|
|
18 | # For proper description see virtualx.eclass manpage. |
|
|
19 | # Here we redefine default value to be manual, if your package needs virtualx |
|
|
20 | # for tests you should proceed with setting VIRTUALX_REQUIRED=test. |
|
|
21 | : ${VIRTUALX_REQUIRED:=manual} |
| 18 | |
22 | |
| 19 | case "${EAPI}" in |
23 | inherit kde4-functions toolchain-funcs fdo-mime gnome2-utils base virtualx versionator eutils |
| 20 | 2) |
|
|
| 21 | EXPORT_FUNCTIONS pkg_setup src_unpack src_configure src_compile src_test src_install pkg_postinst pkg_postrm |
|
|
| 22 | ;; |
|
|
| 23 | *) |
|
|
| 24 | EXPORT_FUNCTIONS pkg_setup src_unpack src_compile src_test src_install pkg_postinst pkg_postrm |
|
|
| 25 | ;; |
|
|
| 26 | esac |
|
|
| 27 | |
24 | |
| 28 | # Set the qt dependencies |
25 | if [[ ${BUILD_TYPE} = live ]]; then |
| 29 | kde4-base_set_qt_dependencies() { |
26 | case ${KDE_SCM} in |
| 30 | local qt qtcore qtgui qt3support qtdepend qtopengldepend |
27 | svn) inherit subversion ;; |
| 31 | |
28 | git) inherit git-2 ;; |
| 32 | # use dependencies |
|
|
| 33 | case "${EAPI}" in |
|
|
| 34 | 2 | 2_pre3 | 2_pre2 | 2_pre1) |
|
|
| 35 | |
|
|
| 36 | qt="[" |
|
|
| 37 | case "${OPENGL_REQUIRED}" in |
|
|
| 38 | always) |
|
|
| 39 | qt="${qt}opengl," |
|
|
| 40 | ;; |
|
|
| 41 | optional) |
|
|
| 42 | qt="${qt}opengl?," |
|
|
| 43 | ;; |
|
|
| 44 | esac |
|
|
| 45 | qt="${qt}accessibility,dbus,gif,jpeg,png,qt3support,ssl,zlib]" |
|
|
| 46 | qtcore="[qt3support,ssl]" |
|
|
| 47 | qtgui="[accessibility,dbus]" |
|
|
| 48 | qt3support="[accessibility]" |
|
|
| 49 | ;; |
|
|
| 50 | esac |
29 | esac |
|
|
30 | fi |
| 51 | |
31 | |
| 52 | # split qt |
32 | # @ECLASS-VARIABLE: CMAKE_REQUIRED |
| 53 | qtdepend=" |
33 | # @DESCRIPTION: |
| 54 | x11-libs/qt-core:4${qtcore} |
34 | # Specify if cmake buildsystem is being used. Possible values are 'always' and 'never'. |
| 55 | x11-libs/qt-gui:4${qtgui} |
35 | # Please note that if it's set to 'never' you need to explicitly override following phases: |
| 56 | x11-libs/qt-qt3support:4${qt3support} |
36 | # src_configure, src_compile, src_test and src_install. |
| 57 | x11-libs/qt-script:4 |
37 | # Defaults to 'always'. |
| 58 | x11-libs/qt-svg:4 |
38 | : ${CMAKE_REQUIRED:=always} |
| 59 | x11-libs/qt-test:4" |
39 | if [[ ${CMAKE_REQUIRED} = always ]]; then |
| 60 | qtopengldepend="x11-libs/qt-opengl:4" |
40 | buildsystem_eclass="cmake-utils" |
|
|
41 | export_fns="src_configure src_compile src_test src_install" |
|
|
42 | fi |
| 61 | |
43 | |
| 62 | # allow monolithic qt for PV < 4.1 |
44 | # @ECLASS-VARIABLE: KDE_MINIMAL |
|
|
45 | # @DESCRIPTION: |
|
|
46 | # This variable is used when KDE_REQUIRED is set, to specify required KDE minimal |
|
|
47 | # version for apps to work. Currently defaults to 4.4 |
|
|
48 | # One may override this variable to raise version requirements. |
|
|
49 | # Note that it is fixed to ${PV} for kde-base packages. |
|
|
50 | KDE_MINIMAL="${KDE_MINIMAL:-4.4}" |
|
|
51 | |
|
|
52 | # Set slot for KDEBASE known packages |
|
|
53 | case ${KDEBASE} in |
|
|
54 | kde-base) |
|
|
55 | SLOT=4 |
|
|
56 | KDE_MINIMAL="${PV}" |
|
|
57 | ;; |
|
|
58 | koffice) |
|
|
59 | SLOT="2" |
|
|
60 | ;; |
|
|
61 | kdevelop) |
|
|
62 | if [[ ${BUILD_TYPE} = live ]]; then |
|
|
63 | # @ECLASS-VARIABLE: KDEVELOP_VERSION |
|
|
64 | # @DESCRIPTION: |
|
|
65 | # Specifies KDevelop version. Default is 4.0.0 for tagged packages and 9999 for live packages. |
|
|
66 | # Applies to KDEBASE=kdevelop only. |
|
|
67 | KDEVELOP_VERSION="${KDEVELOP_VERSION:-9999}" |
|
|
68 | # @ECLASS-VARIABLE: KDEVPLATFORM_VERSION |
|
|
69 | # @DESCRIPTION: |
|
|
70 | # Specifies KDevplatform version. Default is 1.0.0 for tagged packages and 9999 for live packages. |
|
|
71 | # Applies to KDEBASE=kdevelop only. |
|
|
72 | KDEVPLATFORM_VERSION="${KDEVPLATFORM_VERSION:-9999}" |
|
|
73 | else |
| 63 | case "${PV}" in |
74 | case ${PN} in |
| 64 | scm|9999*|4.1*|4.0.9*|4.0.8*) : ;; |
75 | kdevelop|quanta) |
|
|
76 | KDEVELOP_VERSION=${PV} |
|
|
77 | KDEVPLATFORM_VERSION="$(($(get_major_version)-3)).$(get_after_major_version)" |
|
|
78 | ;; |
|
|
79 | kdevplatform) |
|
|
80 | KDEVELOP_VERSION="$(($(get_major_version)+3)).$(get_after_major_version)" |
|
|
81 | KDEVPLATFORM_VERSION=${PV} |
|
|
82 | ;; |
| 65 | *) |
83 | *) |
| 66 | qtdepend="|| ( ( ${qtdepend} ) >=x11-libs/qt-4.3.3:4${qt} )" |
84 | KDEVELOP_VERSION="${KDEVELOP_VERSION:-4.0.0}" |
| 67 | qtopengldepend="|| ( ${qtopengldepend} >=x11-libs/qt-4.3.3:4 )" |
85 | KDEVPLATFORM_VERSION="${KDEVPLATFORM_VERSION:-1.0.0}" |
|
|
86 | esac |
|
|
87 | fi |
|
|
88 | SLOT="4" |
| 68 | ;; |
89 | ;; |
| 69 | esac |
90 | esac |
| 70 | |
91 | |
| 71 | # opengl dependencies |
92 | inherit ${buildsystem_eclass} |
| 72 | case "${OPENGL_REQUIRED}" in |
|
|
| 73 | always) |
|
|
| 74 | qtdepend="${qtdepend} |
|
|
| 75 | ${qtopengldepend}" |
|
|
| 76 | ;; |
|
|
| 77 | optional) |
|
|
| 78 | IUSE="${IUSE} opengl" |
|
|
| 79 | qtdepend="${qtdepend} |
|
|
| 80 | opengl? ( ${qtopengldepend} )" |
|
|
| 81 | ;; |
|
|
| 82 | *) |
|
|
| 83 | OPENGL_REQUIRED="never" |
|
|
| 84 | ;; |
|
|
| 85 | esac |
|
|
| 86 | |
93 | |
| 87 | COMMONDEPEND="${COMMONDEPEND} ${qtdepend}" |
94 | EXPORT_FUNCTIONS pkg_setup src_unpack src_prepare ${export_fns} pkg_preinst pkg_postinst pkg_postrm |
| 88 | } |
|
|
| 89 | kde4-base_set_qt_dependencies |
|
|
| 90 | |
95 | |
| 91 | # Set the cmake dependencies |
96 | unset buildsystem_eclass |
| 92 | case "${PV}" in |
97 | unset export_fns |
| 93 | 9999*) |
|
|
| 94 | CMAKEDEPEND=">=dev-util/cmake-2.6" |
|
|
| 95 | ;; |
|
|
| 96 | *) |
|
|
| 97 | CMAKEDEPEND=">=dev-util/cmake-2.4.7-r1" |
|
|
| 98 | ;; |
|
|
| 99 | esac |
|
|
| 100 | |
98 | |
| 101 | # Set the common dependencies |
99 | # @ECLASS-VARIABLE: DECLARATIVE_REQUIRED |
| 102 | DEPEND="${DEPEND} ${COMMONDEPEND} ${CMAKEDEPEND} |
100 | # @DESCRIPTION: |
| 103 | dev-util/pkgconfig |
101 | # Is qt-declarative required? Possible values are 'always', 'optional' and 'never'. |
| 104 | kde-base/automoc |
102 | # This variable must be set before inheriting any eclasses. Defaults to 'never'. |
| 105 | x11-libs/libXt |
103 | DECLARATIVE_REQUIRED="${DECLARATIVE_REQUIRED:-never}" |
| 106 | x11-proto/xf86vidmodeproto" |
|
|
| 107 | RDEPEND="${RDEPEND} ${COMMONDEPEND}" |
|
|
| 108 | |
104 | |
| 109 | # Add the kdeprefix use flag |
105 | # @ECLASS-VARIABLE: QTHELP_REQUIRED |
| 110 | case "${EAPI}" in |
106 | # @DESCRIPTION: |
| 111 | 2 | 2_pre3 | 2_pre2 | 2_pre1) |
107 | # Is qt-assistant required? Possible values are 'always', 'optional' and 'never'. |
| 112 | IUSE="${IUSE} kdeprefix" |
108 | # This variable must be set before inheriting any eclasses. Defaults to 'never'. |
| 113 | ;; |
109 | QTHELP_REQUIRED="${QTHELP_REQUIRED:-never}" |
| 114 | esac |
|
|
| 115 | |
110 | |
| 116 | # @ECLASS-VARIABLE: OPENGL_REQUIRED |
111 | # @ECLASS-VARIABLE: OPENGL_REQUIRED |
| 117 | # @DESCRIPTION: |
112 | # @DESCRIPTION: |
| 118 | # Is qt-opengl required? Possible values are 'always', 'optional' and 'never'. |
113 | # Is qt-opengl required? Possible values are 'always', 'optional' and 'never'. |
| 119 | # This variable must be set before inheriting any eclasses. Defaults to 'never'. |
114 | # This variable must be set before inheriting any eclasses. Defaults to 'never'. |
| 120 | OPENGL_REQUIRED="${OPENGL_REQUIRED:-never}" |
115 | OPENGL_REQUIRED="${OPENGL_REQUIRED:-never}" |
| 121 | |
116 | |
|
|
117 | # @ECLASS-VARIABLE: MULTIMEDIA_REQUIRED |
|
|
118 | # @DESCRIPTION: |
|
|
119 | # Is qt-multimedia required? Possible values are 'always', 'optional' and 'never'. |
|
|
120 | # This variable must be set before inheriting any eclasses. Defaults to 'never'. |
|
|
121 | MULTIMEDIA_REQUIRED="${MULTIMEDIA_REQUIRED:-never}" |
|
|
122 | |
| 122 | # @ECLASS-VARIABLE: CPPUNIT_REQUIRED |
123 | # @ECLASS-VARIABLE: CPPUNIT_REQUIRED |
| 123 | # @DESCRIPTION: |
124 | # @DESCRIPTION: |
| 124 | # Is cppunit required for tests? Possible values are 'always', 'optional' and 'never'. |
125 | # Is cppunit required for tests? Possible values are 'always', 'optional' and 'never'. |
| 125 | # This variable must be set before inheriting any eclasses. Defaults to 'never'. |
126 | # This variable must be set before inheriting any eclasses. Defaults to 'never'. |
| 126 | CPPUNIT_REQUIRED="${CPPUNIT_REQUIRED:-never}" |
127 | CPPUNIT_REQUIRED="${CPPUNIT_REQUIRED:-never}" |
| 127 | |
128 | |
| 128 | case "${CPPUNIT_REQUIRED}" in |
129 | # @ECLASS-VARIABLE: KDE_REQUIRED |
|
|
130 | # @DESCRIPTION: |
|
|
131 | # Is kde required? Possible values are 'always', 'optional' and 'never'. |
|
|
132 | # This variable must be set before inheriting any eclasses. Defaults to 'always' |
|
|
133 | # If set to 'always' or 'optional', KDE_MINIMAL may be overriden as well. |
|
|
134 | # Note that for kde-base packages this variable is fixed to 'always'. |
|
|
135 | KDE_REQUIRED="${KDE_REQUIRED:-always}" |
|
|
136 | |
|
|
137 | # @ECLASS-VARIABLE: KDE_HANDBOOK |
|
|
138 | # @DESCRIPTION: |
|
|
139 | # Set to enable handbook in application. Possible values are 'always', 'optional' |
|
|
140 | # (handbook USE flag) and 'never'. |
|
|
141 | # This variable must be set before inheriting any eclasses. Defaults to 'never'. |
|
|
142 | # It adds default handbook dirs for kde-base packages to KMEXTRA and in any case it |
|
|
143 | # ensures buildtime and runtime dependencies. |
|
|
144 | KDE_HANDBOOK="${KDE_HANDBOOK:-never}" |
|
|
145 | |
|
|
146 | # @ECLASS-VARIABLE: KDE_LINGUAS_LIVE_OVERRIDE |
|
|
147 | # @DESCRIPTION: |
|
|
148 | # Set this varible if you want your live package to manage its |
|
|
149 | # translations. (Mostly all kde ebuilds does not ship documentation |
|
|
150 | # and translations in live ebuilds) |
|
|
151 | if [[ ${BUILD_TYPE} == live && -z ${KDE_LINGUAS_LIVE_OVERRIDE} ]]; then |
|
|
152 | # Kdebase actualy provides the handbooks even for live stuff |
|
|
153 | [[ ${KDEBASE} == kde-base ]] || KDE_HANDBOOK=never |
|
|
154 | KDE_LINGUAS="" |
|
|
155 | fi |
|
|
156 | |
|
|
157 | # Setup packages inheriting this eclass |
|
|
158 | case ${KDEBASE} in |
|
|
159 | kde-base) |
|
|
160 | HOMEPAGE="http://www.kde.org/" |
|
|
161 | LICENSE="GPL-2" |
|
|
162 | if [[ $BUILD_TYPE = live ]]; then |
|
|
163 | # Disable tests for live ebuilds |
|
|
164 | RESTRICT+=" test" |
|
|
165 | fi |
|
|
166 | |
|
|
167 | # Only add the kdeprefix USE flag for older versions, to help |
|
|
168 | # non-portage package managers handle the upgrade |
|
|
169 | if [[ ${PV} < 4.6.4 && ( ( ${KMNAME} != kdepim && ${PN} != kdepim-runtime ) || ${PV} < 4.6 ) ]]; then |
|
|
170 | IUSE+=" kdeprefix" |
|
|
171 | fi |
|
|
172 | |
|
|
173 | # This code is to prevent portage from searching GENTOO_MIRRORS for |
|
|
174 | # packages that will never be mirrored. (As they only will ever be in |
|
|
175 | # the overlay). |
|
|
176 | case ${PV} in |
|
|
177 | *9999* | 4.?.[6-9]?) |
|
|
178 | RESTRICT+=" mirror" |
|
|
179 | ;; |
|
|
180 | esac |
|
|
181 | ;; |
|
|
182 | koffice) |
|
|
183 | HOMEPAGE="http://www.koffice.org/" |
|
|
184 | LICENSE="GPL-2" |
|
|
185 | ;; |
|
|
186 | kdevelop) |
|
|
187 | HOMEPAGE="http://www.kdevelop.org/" |
|
|
188 | LICENSE="GPL-2" |
|
|
189 | ;; |
|
|
190 | esac |
|
|
191 | |
|
|
192 | # @ECLASS-VARIABLE: QT_MINIMAL |
|
|
193 | # @DESCRIPTION: |
|
|
194 | # Determine version of qt we enforce as minimal for the package. |
|
|
195 | if version_is_at_least 4.5.50 "${KDE_MINIMAL}"; then |
|
|
196 | QT_MINIMAL="${QT_MINIMAL:-4.7.0}" |
|
|
197 | else |
|
|
198 | QT_MINIMAL="${QT_MINIMAL:-4.6.3}" |
|
|
199 | fi |
|
|
200 | |
|
|
201 | # Declarative dependencies |
|
|
202 | qtdeclarativedepend=" |
|
|
203 | >=x11-libs/qt-declarative-${QT_MINIMAL}:4 |
|
|
204 | " |
|
|
205 | case ${DECLARATIVE_REQUIRED} in |
| 129 | always) |
206 | always) |
| 130 | DEPEND="${DEPEND} dev-util/cppunit" |
207 | COMMONDEPEND+=" ${qtdeclarativedepend}" |
| 131 | ;; |
208 | ;; |
| 132 | optional) |
209 | optional) |
| 133 | IUSE="${IUSE} test" |
210 | IUSE+=" declarative" |
| 134 | DEPEND="${DEPEND} |
211 | COMMONDEPEND+=" declarative? ( ${qtdeclarativedepend} )" |
| 135 | test? ( dev-util/cppunit )" |
|
|
| 136 | ;; |
212 | ;; |
| 137 | *) |
213 | *) ;; |
| 138 | CPPUNIT_REQUIRED="never" |
214 | esac |
|
|
215 | unset qtdeclarativedepend |
|
|
216 | |
|
|
217 | # QtHelp dependencies |
|
|
218 | qthelpdepend=" |
|
|
219 | >=x11-libs/qt-assistant-${QT_MINIMAL}:4 |
|
|
220 | " |
|
|
221 | case ${QTHELP_REQUIRED} in |
|
|
222 | always) |
|
|
223 | COMMONDEPEND+=" ${qthelpdepend}" |
| 139 | ;; |
224 | ;; |
|
|
225 | optional) |
|
|
226 | IUSE+=" qthelp" |
|
|
227 | COMMONDEPEND+=" qthelp? ( ${qthelpdepend} )" |
|
|
228 | ;; |
| 140 | esac |
229 | esac |
|
|
230 | unset qthelpdepend |
| 141 | |
231 | |
| 142 | # @ECLASS-VARIABLE: NEED_KDE |
232 | # OpenGL dependencies |
|
|
233 | qtopengldepend=" |
|
|
234 | >=x11-libs/qt-opengl-${QT_MINIMAL}:4 |
|
|
235 | " |
|
|
236 | case ${OPENGL_REQUIRED} in |
|
|
237 | always) |
|
|
238 | COMMONDEPEND+=" ${qtopengldepend}" |
|
|
239 | ;; |
|
|
240 | optional) |
|
|
241 | IUSE+=" opengl" |
|
|
242 | COMMONDEPEND+=" opengl? ( ${qtopengldepend} )" |
|
|
243 | ;; |
|
|
244 | *) ;; |
|
|
245 | esac |
|
|
246 | unset qtopengldepend |
|
|
247 | |
|
|
248 | # MultiMedia dependencies |
|
|
249 | qtmultimediadepend=" |
|
|
250 | >=x11-libs/qt-multimedia-${QT_MINIMAL}:4 |
|
|
251 | " |
|
|
252 | case ${MULTIMEDIA_REQUIRED} in |
|
|
253 | always) |
|
|
254 | COMMONDEPEND+=" ${qtmultimediadepend}" |
|
|
255 | ;; |
|
|
256 | optional) |
|
|
257 | IUSE+=" multimedia" |
|
|
258 | COMMONDEPEND+=" multimedia? ( ${qtmultimediadepend} )" |
|
|
259 | ;; |
|
|
260 | *) ;; |
|
|
261 | esac |
|
|
262 | unset qtmultimediadepend |
|
|
263 | |
|
|
264 | # CppUnit dependencies |
|
|
265 | cppuintdepend=" |
|
|
266 | dev-util/cppunit |
|
|
267 | " |
|
|
268 | case ${CPPUNIT_REQUIRED} in |
|
|
269 | always) |
|
|
270 | DEPEND+=" ${cppuintdepend}" |
|
|
271 | ;; |
|
|
272 | optional) |
|
|
273 | IUSE+=" test" |
|
|
274 | DEPEND+=" test? ( ${cppuintdepend} )" |
|
|
275 | ;; |
|
|
276 | *) ;; |
|
|
277 | esac |
|
|
278 | unset cppuintdepend |
|
|
279 | |
|
|
280 | |
|
|
281 | # WebKit use dependencies |
|
|
282 | case ${KDE_REQUIRED} in |
|
|
283 | always) |
|
|
284 | qtwebkitusedeps="[kde]" |
|
|
285 | ;; |
|
|
286 | optional) |
|
|
287 | qtwebkitusedeps="[kde?]" |
|
|
288 | ;; |
|
|
289 | *) ;; |
|
|
290 | esac |
|
|
291 | # KDE dependencies |
|
|
292 | # Qt accessibility classes are needed in various places, bug 325461 |
|
|
293 | kdecommondepend=" |
|
|
294 | dev-lang/perl |
|
|
295 | >=x11-libs/qt-core-${QT_MINIMAL}:4[qt3support,ssl] |
|
|
296 | >=x11-libs/qt-gui-${QT_MINIMAL}:4[accessibility,dbus] |
|
|
297 | >=x11-libs/qt-qt3support-${QT_MINIMAL}:4[accessibility,kde] |
|
|
298 | >=x11-libs/qt-script-${QT_MINIMAL}:4 |
|
|
299 | >=x11-libs/qt-sql-${QT_MINIMAL}:4[qt3support] |
|
|
300 | >=x11-libs/qt-svg-${QT_MINIMAL}:4 |
|
|
301 | >=x11-libs/qt-test-${QT_MINIMAL}:4 |
|
|
302 | >=x11-libs/qt-webkit-${QT_MINIMAL}:4${qtwebkitusedeps} |
|
|
303 | !aqua? ( |
|
|
304 | x11-libs/libXext |
|
|
305 | x11-libs/libXt |
|
|
306 | x11-libs/libXxf86vm |
|
|
307 | x11-libs/libXcomposite |
|
|
308 | x11-libs/libxkbfile |
|
|
309 | ) |
|
|
310 | " |
|
|
311 | |
|
|
312 | if [[ ${PN} != kdelibs ]]; then |
|
|
313 | kdecommondepend+=" $(add_kdebase_dep kdelibs)" |
|
|
314 | if [[ ${KDEBASE} = kdevelop ]]; then |
|
|
315 | if [[ ${PN} != kdevplatform ]]; then |
|
|
316 | # @ECLASS-VARIABLE: KDEVPLATFORM_REQUIRED |
| 143 | # @DESCRIPTION: |
317 | # @DESCRIPTION: |
| 144 | # This variable sets the version of KDE4 which will be used by the eclass. |
318 | # Specifies whether kdevplatform is required. Possible values are 'always' (default) and 'never'. |
| 145 | # This variable must be set by the ebuild, for all categories except for "kde-base". |
319 | # Applies to KDEBASE=kdevelop only. |
| 146 | # For kde-base packages, if it is not set by the ebuild, |
320 | KDEVPLATFORM_REQUIRED="${KDEVPLATFORM_REQUIRED:-always}" |
| 147 | # it's assumed that the required KDE4 version is the latest, non-live, available. |
321 | case ${KDEVPLATFORM_REQUIRED} in |
| 148 | # |
322 | always) |
| 149 | # @CODE |
323 | kdecommondepend+=" |
| 150 | # Acceptable values are: |
324 | >=dev-util/kdevplatform-${KDEVPLATFORM_VERSION} |
| 151 | # - latest - Use latest version in the portage tree |
325 | " |
| 152 | # Default for kde-base ebuilds. Banned for ebuilds not part of kde or koffice. |
326 | ;; |
| 153 | # - svn - Use svn release (live ebuilds) |
|
|
| 154 | # - :SLOT - Use any version in the SLOT specified in the NEED_KDE value. |
|
|
| 155 | # - VERSION_NUMBER - Use the minimum KDE4 version specified in the NEED_KDE value. |
|
|
| 156 | # - VERSION_NUMBER:SLOT - Use the minimum KDE4 version and the SLOT specified in the NEED_KDE value. |
|
|
| 157 | # - none - Let the ebuild handle SLOT, kde dependencies, KDEDIR, ... |
|
|
| 158 | # @CODE |
|
|
| 159 | # |
|
|
| 160 | # Note: There is no default NEED_KDE for ebuilds not in kde-base or part of |
|
|
| 161 | # koffice, so you must set it explicitly in the ebuild, in all other cases. |
|
|
| 162 | if [[ -z ${NEED_KDE} ]]; then |
|
|
| 163 | if [[ -n ${KDEBASE} ]]; then |
|
|
| 164 | NEED_KDE="latest" |
|
|
| 165 | else |
|
|
| 166 | die "kde4-base.eclass inherited but NEED_KDE not defined - broken ebuild" |
|
|
| 167 | fi |
|
|
| 168 | fi |
|
|
| 169 | export NEED_KDE |
|
|
| 170 | |
|
|
| 171 | case ${NEED_KDE} in |
|
|
| 172 | latest) |
|
|
| 173 | # Should only be used by 'kde-base'-ebuilds |
|
|
| 174 | if [[ "${KDEBASE}" == "kde-base" ]]; then |
|
|
| 175 | case ${PV} in |
|
|
| 176 | 4.1*| 4.0.9* | 4.0.8*) |
|
|
| 177 | _kdedir="4.1" |
|
|
| 178 | _pv="-${PV}:4.1" ;; |
|
|
| 179 | 4.0*) |
|
|
| 180 | _kdedir="4.0" |
|
|
| 181 | _pv="-${PV}:kde-4" ;; |
|
|
| 182 | 3.9*) |
|
|
| 183 | _kdedir="3.9" |
|
|
| 184 | _pv="-${PV}:kde-4" ;; |
|
|
| 185 | *) |
327 | *) ;; |
| 186 | die "NEED_KDE=latest not supported for PV=${PV}" ;; |
|
|
| 187 | esac |
|
|
| 188 | _operator=">=" |
|
|
| 189 | else |
|
|
| 190 | case ${PV} in |
|
|
| 191 | 4.1 | 4.0.9* | 4.0.8*) _kdedir="4.1" ;; |
|
|
| 192 | 4.0*) _kdedir="4.0" ;; |
|
|
| 193 | 3.9*) _kdedir="3.9" ;; |
|
|
| 194 | *) die "NEED_KDE=latest not supported for PV=${PV}" ;; |
|
|
| 195 | esac |
328 | esac |
| 196 | fi |
329 | fi |
| 197 | ;; |
330 | fi |
|
|
331 | fi |
| 198 | |
332 | |
| 199 | # NEED_KDE=":${SLOT}" |
333 | kdedepend=" |
| 200 | :kde-svn) |
334 | dev-util/automoc |
| 201 | _kdedir="svn" |
335 | dev-util/pkgconfig |
| 202 | _pv="-${NEED_KDE}" |
336 | !aqua? ( |
| 203 | export NEED_KDE="svn" |
337 | >=x11-libs/libXtst-1.1.0 |
| 204 | ;; |
338 | x11-proto/xf86vidmodeproto |
| 205 | :4.1) |
|
|
| 206 | _kdedir="4.1" |
|
|
| 207 | _pv="${NEED_KDE}" |
|
|
| 208 | ;; |
|
|
| 209 | :kde-4) |
|
|
| 210 | _kdedir="4.0" |
|
|
| 211 | _pv="${NEED_KDE}" |
|
|
| 212 | ;; |
|
|
| 213 | |
|
|
| 214 | # NEED_KDE="${PV}:${SLOT}" |
|
|
| 215 | *:kde-svn) |
|
|
| 216 | _kdedir="svn" |
|
|
| 217 | _operator=">=" |
|
|
| 218 | _pv="-${NEED_KDE}" |
|
|
| 219 | export NEED_KDE="svn" |
|
|
| 220 | ;; |
|
|
| 221 | *:4.1) |
|
|
| 222 | _kdedir="4.1" |
|
|
| 223 | _operator=">=" |
|
|
| 224 | _pv="-${NEED_KDE}" |
|
|
| 225 | ;; |
|
|
| 226 | *:kde-4) |
|
|
| 227 | _kdedir="4.0" |
|
|
| 228 | _operator=">=" |
|
|
| 229 | _pv="-${NEED_KDE}" |
|
|
| 230 | ;; |
|
|
| 231 | |
|
|
| 232 | # NEED_KDE="${PV}" |
|
|
| 233 | scm|svn|9999*) |
|
|
| 234 | _kdedir="svn" |
|
|
| 235 | _operator=">=" |
|
|
| 236 | _pv="-${NEED_KDE}:kde-svn" |
|
|
| 237 | export NEED_KDE="svn" |
|
|
| 238 | ;; |
|
|
| 239 | 4.1 | 4.0.9* | 4.0.8*) |
|
|
| 240 | _kdedir="4.1" |
|
|
| 241 | _operator=">=" |
|
|
| 242 | _pv="-${NEED_KDE}:4.1" |
|
|
| 243 | ;; |
|
|
| 244 | 4.0* | 4) |
|
|
| 245 | _kdedir="4.0" |
|
|
| 246 | _operator=">=" |
|
|
| 247 | _pv="-${NEED_KDE}:kde-4" |
|
|
| 248 | ;; |
|
|
| 249 | 3.9*) |
|
|
| 250 | _kdedir="3.9" |
|
|
| 251 | _operator=">=" |
|
|
| 252 | _pv="-${NEED_KDE}:kde-4" |
|
|
| 253 | ;; |
|
|
| 254 | |
|
|
| 255 | # The ebuild handles dependencies, KDEDIR, SLOT. |
|
|
| 256 | none) |
|
|
| 257 | : |
|
|
| 258 | ;; |
|
|
| 259 | |
|
|
| 260 | *) |
339 | ) |
| 261 | die "NEED_KDE=${NEED_KDE} currently not supported." |
340 | " |
| 262 | ;; |
|
|
| 263 | esac |
|
|
| 264 | |
341 | |
| 265 | if [[ ${NEED_KDE} != none ]]; then |
342 | kderdepend="" |
| 266 | |
343 | |
| 267 | #Set the SLOT |
344 | # all packages needs oxygen icons for basic iconset |
|
|
345 | if [[ ${PN} != oxygen-icons ]]; then |
|
|
346 | kderdepend+=" $(add_kdebase_dep oxygen-icons)" |
|
|
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_REQUIRED} in |
|
|
385 | always) |
|
|
386 | IUSE+=" aqua" |
|
|
387 | [[ -n ${kdecommondepend} ]] && COMMONDEPEND+=" ${kdecommondepend}" |
|
|
388 | [[ -n ${kdedepend} ]] && DEPEND+=" ${kdedepend}" |
|
|
389 | [[ -n ${kderdepend} ]] && RDEPEND+=" ${kderdepend}" |
|
|
390 | ;; |
|
|
391 | optional) |
|
|
392 | IUSE+=" aqua kde" |
|
|
393 | [[ -n ${kdecommondepend} ]] && COMMONDEPEND+=" kde? ( ${kdecommondepend} )" |
|
|
394 | [[ -n ${kdedepend} ]] && DEPEND+=" kde? ( ${kdedepend} )" |
|
|
395 | [[ -n ${kderdepend} ]] && RDEPEND+=" kde? ( ${kderdepend} )" |
|
|
396 | ;; |
|
|
397 | *) ;; |
|
|
398 | esac |
|
|
399 | |
|
|
400 | unset kdecommondepend kdedepend kderdepend |
|
|
401 | |
|
|
402 | debug-print "${LINENO} ${ECLASS} ${FUNCNAME}: COMMONDEPEND is ${COMMONDEPEND}" |
|
|
403 | debug-print "${LINENO} ${ECLASS} ${FUNCNAME}: DEPEND (only) is ${DEPEND}" |
|
|
404 | debug-print "${LINENO} ${ECLASS} ${FUNCNAME}: RDEPEND (only) is ${RDEPEND}" |
|
|
405 | |
|
|
406 | # Accumulate dependencies set by this eclass |
|
|
407 | DEPEND+=" ${COMMONDEPEND}" |
|
|
408 | RDEPEND+=" ${COMMONDEPEND}" |
|
|
409 | unset COMMONDEPEND |
|
|
410 | |
|
|
411 | # Add experimental kdeenablefinal, masked by default |
|
|
412 | IUSE+=" kdeenablefinal" |
|
|
413 | |
|
|
414 | # Fetch section - If the ebuild's category is not 'kde-base' and if it is not a |
|
|
415 | # koffice ebuild, the URI should be set in the ebuild itself |
|
|
416 | _calculate_src_uri() { |
|
|
417 | debug-print-function ${FUNCNAME} "$@" |
|
|
418 | |
|
|
419 | local _kmname _kmname_pv |
|
|
420 | |
|
|
421 | # we calculate URI only for known KDEBASE modules |
|
|
422 | [[ -n ${KDEBASE} ]] || return |
|
|
423 | |
|
|
424 | # calculate tarball module name |
| 268 | if [[ -n ${KDEBASE} ]]; then |
425 | if [[ -n ${KMNAME} ]]; then |
| 269 | if [[ ${NEED_KDE} = svn ]]; then |
426 | # fixup kdebase-apps name |
| 270 | SLOT="kde-svn" |
427 | case ${KMNAME} in |
|
|
428 | kdebase-apps) |
|
|
429 | _kmname="kdebase" ;; |
|
|
430 | *) |
|
|
431 | _kmname="${KMNAME}" ;; |
|
|
432 | esac |
| 271 | else |
433 | else |
|
|
434 | _kmname=${PN} |
|
|
435 | fi |
|
|
436 | _kmname_pv="${_kmname}-${PV}" |
|
|
437 | case ${KDEBASE} in |
|
|
438 | kde-base) |
| 272 | case ${PV} in |
439 | case ${PV} in |
| 273 | 4.1* | 4.0.9* | 4.0.8*) SLOT="4.1" ;; |
440 | 4.[456].8[05] | 4.[456].9[023568]) |
| 274 | *) SLOT="kde-4" ;; |
441 | # Unstable KDE SC releases |
|
|
442 | SRC_URI="mirror://kde/unstable/${PV}/src/${_kmname_pv}.tar.bz2" |
|
|
443 | if ! version_is_at_least 4.6.80 ${PV} |
|
|
444 | then |
|
|
445 | # KDEPIM IS SPECIAL |
|
|
446 | [[ ${KMNAME} == "kdepim" || ${KMNAME} == "kdepim-runtime" ]] && SRC_URI="mirror://kde/unstable/kdepim/${PV}/${_kmname_pv}.tar.bz2" |
|
|
447 | fi |
|
|
448 | ;; |
|
|
449 | *) |
|
|
450 | # Stable KDE SC releases |
|
|
451 | SRC_URI="mirror://kde/stable/${PV}/src/${_kmname_pv}.tar.bz2" |
|
|
452 | if ! version_is_at_least 4.6.80 ${PV} |
|
|
453 | then |
|
|
454 | # KDEPIM IS SPECIAL |
|
|
455 | # TODO: It might not be with KDE 4.7 (see above) |
|
|
456 | [[ ${KMNAME} == "kdepim" || ${KMNAME} == "kdepim-runtime" ]] && SRC_URI="mirror://kde/stable/kdepim-${PV}/src/${_kmname_pv}.tar.bz2" |
|
|
457 | fi |
|
|
458 | ;; |
| 275 | esac |
459 | esac |
| 276 | fi |
460 | ;; |
| 277 | fi |
461 | koffice) |
| 278 | |
|
|
| 279 | # Block install of other SLOTS unless kdeprefix |
|
|
| 280 | case "${EAPI}" in |
462 | case ${PV} in |
| 281 | 2 | 2_pre3 | 2_pre2 | 2_pre1) |
463 | 2.[1234].[6-9]*) SRC_URI="mirror://kde/unstable/${_kmname_pv}/${_kmname_pv}.tar.bz2" ;; |
| 282 | for KDE_SLOT in ${KDE_SLOTS[@]}; do |
464 | *) SRC_URI="mirror://kde/stable/${_kmname_pv}/${_kmname_pv}.tar.bz2" ;; |
| 283 | # block non kdeprefix ${PN} on other slots |
465 | esac |
| 284 | if [[ ${SLOT} != ${KDE_SLOT} ]]; then |
466 | ;; |
| 285 | DEPEND="${DEPEND} |
467 | kdevelop) |
| 286 | !kdeprefix? ( !kde-base/${PN}:${KDE_SLOT}[-kdeprefix] )" |
468 | SRC_URI="mirror://kde/stable/kdevelop/${KDEVELOP_VERSION}/src/${P}.tar.bz2" |
| 287 | RDEPEND="${RDEPEND} |
|
|
| 288 | !kdeprefix? ( !kde-base/${PN}:${KDE_SLOT}[-kdeprefix] )" |
|
|
| 289 | fi |
|
|
| 290 | done |
|
|
| 291 | ;; |
469 | ;; |
| 292 | esac |
470 | esac |
|
|
471 | } |
| 293 | |
472 | |
| 294 | # We only need to add the dependencies if ${PN} is not "kdelibs" or "kdepimlibs" |
473 | _calculate_live_repo() { |
| 295 | if [[ ${PN} != "kdelibs" ]]; then |
474 | debug-print-function ${FUNCNAME} "$@" |
|
|
475 | |
|
|
476 | SRC_URI="" |
|
|
477 | case ${KDE_SCM} in |
|
|
478 | svn) |
|
|
479 | # Determine branch URL based on live type |
|
|
480 | local branch_prefix |
| 296 | case "${EAPI}" in |
481 | case ${PV} in |
| 297 | 2 | 2_pre3 | 2_pre2 | 2_pre1) |
482 | 9999*) |
| 298 | DEPEND="${DEPEND} ${_operator}kde-base/kdelibs${_pv}[kdeprefix=]" |
483 | # trunk |
| 299 | RDEPEND="${RDEPEND} ${_operator}kde-base/kdelibs${_pv}[kdeprefix=]" |
484 | branch_prefix="trunk/KDE" |
|
|
485 | ;; |
|
|
486 | *) |
|
|
487 | # branch |
|
|
488 | branch_prefix="branches/KDE/$(get_kde_version)" |
|
|
489 | # @ECLASS-VARIABLE: ESVN_PROJECT_SUFFIX |
|
|
490 | # @DESCRIPTION |
|
|
491 | # Suffix appended to ESVN_PROJECT depending on fetched branch. |
|
|
492 | # Defaults is empty (for -9999 = trunk), and "-${PV}" otherwise. |
|
|
493 | ESVN_PROJECT_SUFFIX="-${PV}" |
|
|
494 | ;; |
|
|
495 | esac |
|
|
496 | # @ECLASS-VARIABLE: ESVN_MIRROR |
|
|
497 | # @DESCRIPTION: |
|
|
498 | # This variable allows easy overriding of default kde mirror service |
|
|
499 | # (anonsvn) with anything else you might want to use. |
|
|
500 | ESVN_MIRROR=${ESVN_MIRROR:=svn://anonsvn.kde.org/home/kde} |
|
|
501 | # Split ebuild, or extragear stuff |
|
|
502 | if [[ -n ${KMNAME} ]]; then |
|
|
503 | ESVN_PROJECT="${KMNAME}${ESVN_PROJECT_SUFFIX}" |
|
|
504 | if [[ -z ${KMNOMODULE} ]] && [[ -z ${KMMODULE} ]]; then |
|
|
505 | KMMODULE="${PN}" |
|
|
506 | fi |
|
|
507 | # Split kde-base/ ebuilds: (they reside in trunk/KDE) |
|
|
508 | case ${KMNAME} in |
|
|
509 | kdebase-*) |
|
|
510 | ESVN_REPO_URI="${ESVN_MIRROR}/${branch_prefix}/kdebase/${KMNAME#kdebase-}" |
|
|
511 | ;; |
|
|
512 | kdelibs-*) |
|
|
513 | ESVN_REPO_URI="${ESVN_MIRROR}/${branch_prefix}/kdelibs/${KMNAME#kdelibs-}" |
|
|
514 | ;; |
|
|
515 | kdereview*) |
|
|
516 | ESVN_REPO_URI="${ESVN_MIRROR}/trunk/${KMNAME}/${KMMODULE}" |
|
|
517 | ;; |
|
|
518 | kdesupport) |
|
|
519 | ESVN_REPO_URI="${ESVN_MIRROR}/trunk/${KMNAME}/${KMMODULE}" |
|
|
520 | ESVN_PROJECT="${PN}${ESVN_PROJECT_SUFFIX}" |
|
|
521 | ;; |
|
|
522 | kde*) |
|
|
523 | ESVN_REPO_URI="${ESVN_MIRROR}/${branch_prefix}/${KMNAME}" |
|
|
524 | ;; |
|
|
525 | extragear*|playground*) |
|
|
526 | # Unpack them in toplevel dir, so that they won't conflict with kde4-meta |
|
|
527 | # build packages from same svn location. |
|
|
528 | ESVN_REPO_URI="${ESVN_MIRROR}/trunk/${KMNAME}/${KMMODULE}" |
|
|
529 | ESVN_PROJECT="${PN}${ESVN_PROJECT_SUFFIX}" |
|
|
530 | ;; |
|
|
531 | koffice) |
|
|
532 | ESVN_REPO_URI="${ESVN_MIRROR}/trunk/${KMNAME}" |
|
|
533 | ;; |
|
|
534 | *) |
|
|
535 | ESVN_REPO_URI="${ESVN_MIRROR}/trunk/${KMNAME}/${KMMODULE}" |
|
|
536 | ;; |
|
|
537 | esac |
|
|
538 | else |
|
|
539 | # kdelibs, kdepimlibs |
|
|
540 | ESVN_REPO_URI="${ESVN_MIRROR}/${branch_prefix}/${PN}" |
|
|
541 | ESVN_PROJECT="${PN}${ESVN_PROJECT_SUFFIX}" |
|
|
542 | fi |
|
|
543 | # @ECLASS-VARIABLE: ESVN_UP_FREQ |
|
|
544 | # @DESCRIPTION: |
|
|
545 | # This variable is used for specifying the timeout between svn synces |
|
|
546 | # for kde-base and koffice modules. Does not affect misc apps. |
|
|
547 | # Default value is 1 hour. |
|
|
548 | [[ ${KDEBASE} = kde-base || ${KDEBASE} = koffice ]] && ESVN_UP_FREQ=${ESVN_UP_FREQ:-1} |
|
|
549 | ;; |
|
|
550 | git) |
|
|
551 | local _kmname |
|
|
552 | # @ECLASS-VARIABLE: EGIT_MIRROR |
|
|
553 | # @DESCRIPTION: |
|
|
554 | # This variable allows easy overriding of default kde mirror service |
|
|
555 | # (anongit) with anything else you might want to use. |
|
|
556 | EGIT_MIRROR=${EGIT_MIRROR:=git://anongit.kde.org} |
|
|
557 | |
|
|
558 | # @ECLASS-VARIABLE: EGIT_REPONAME |
|
|
559 | # @DESCRIPTION: |
|
|
560 | # This variable allows overriding of default repository |
|
|
561 | # name. Specify only if this differ from PN and KMNAME. |
|
|
562 | if [[ -n ${EGIT_REPONAME} ]]; then |
|
|
563 | # the repository and kmname different |
|
|
564 | _kmname=${EGIT_REPONAME} |
|
|
565 | elif [[ -n ${KMNAME} ]]; then |
|
|
566 | _kmname=${KMNAME} |
|
|
567 | else |
|
|
568 | _kmname=${PN} |
|
|
569 | fi |
|
|
570 | |
|
|
571 | # default branching |
|
|
572 | case ${PV} in |
|
|
573 | 9999*) ;; |
|
|
574 | *) |
|
|
575 | # set EGIT_BRANCH and EGIT_COMMIT to $(get_kde_version) |
|
|
576 | # every package is listed explicitly now, as upstream |
|
|
577 | # seems to love being different :( |
|
|
578 | case ${_kmname} in |
|
|
579 | blinken|cantor|kalgebra|kalzium|kanagram|kbruch| \ |
|
|
580 | kdeplasma-addons|kdepim|kdepim-runtime|kdepimlibs| \ |
|
|
581 | kgeography|khangman|kig|kiten|klettres|kmplot|kstars| \ |
|
|
582 | ktouch|kturtle|kwordquiz|libkdeedu|mobipocket|okular| \ |
|
|
583 | parley|rocs|step) |
|
|
584 | EGIT_BRANCH="$(get_kde_version)" |
|
|
585 | ;; |
|
|
586 | marble) |
|
|
587 | EGIT_BRANCH="kde-$(get_kde_version)" |
|
|
588 | ;; |
|
|
589 | gwenview|kamera|kate|kcolorchooser|kde-baseapps| \ |
|
|
590 | kde-runtime|kde-workspace|kgamma| \ |
|
|
591 | kdegraphics-strigi-analyzer|kdegraphics-thumbnailers| \ |
|
|
592 | kdelibs|kimono|kolourpaint|konsole|korundum| \ |
|
|
593 | kross-interpreters|kruler|ksaneplugin|ksnapshot| \ |
|
|
594 | libkdcraw|libkexiv2|libkipi|libksane|perlqt|perlkde| \ |
|
|
595 | pykde4|qtruby|qyoto|smokegen|smokekde|smokeqt|svgpart) |
|
|
596 | EGIT_BRANCH="KDE/$(get_kde_version)" |
|
|
597 | ;; |
|
|
598 | *) |
|
|
599 | ewarn "Unknown KMNAME ${_kmname}: Guessing branch name 'KDE/$(get_kde_version)'" |
|
|
600 | EGIT_BRANCH="KDE/$(get_kde_version)" ;; |
|
|
601 | esac |
|
|
602 | ;; |
|
|
603 | esac |
|
|
604 | |
|
|
605 | # default repo uri |
|
|
606 | EGIT_REPO_URI="${EGIT_MIRROR}/${_kmname}" |
|
|
607 | |
|
|
608 | debug-print "${FUNCNAME}: Repository: ${EGIT_REPO_URI}" |
|
|
609 | debug-print "${FUNCNAME}: Branch: ${EGIT_BRANCH}" |
|
|
610 | ;; |
|
|
611 | esac |
|
|
612 | } |
|
|
613 | |
|
|
614 | case ${BUILD_TYPE} in |
|
|
615 | live) _calculate_live_repo ;; |
|
|
616 | *) _calculate_src_uri ;; |
|
|
617 | esac |
|
|
618 | |
|
|
619 | debug-print "${LINENO} ${ECLASS} ${FUNCNAME}: SRC_URI is ${SRC_URI}" |
|
|
620 | |
|
|
621 | # @ECLASS-VARIABLE: PREFIX |
|
|
622 | # @DESCRIPTION: |
|
|
623 | # Set the installation PREFIX for non kde-base applications. It defaults to /usr. |
|
|
624 | # kde-base packages go into KDE4 installation directory (/usr). |
|
|
625 | # No matter the PREFIX, package will be built against KDE installed in /usr. |
|
|
626 | |
|
|
627 | # @FUNCTION: kde4-base_pkg_setup |
|
|
628 | # @DESCRIPTION: |
|
|
629 | # Do some basic settings |
|
|
630 | kde4-base_pkg_setup() { |
|
|
631 | debug-print-function ${FUNCNAME} "$@" |
|
|
632 | |
|
|
633 | if has kdeprefix ${IUSE//+} && use kdeprefix; then |
|
|
634 | eerror "Sorry, kdeprefix support has been removed." |
|
|
635 | eerror "Please remove kdeprefix from your USE variable." |
|
|
636 | die "kdeprefix support has been removed" |
|
|
637 | fi |
|
|
638 | |
|
|
639 | if [[ ${CATEGORY}/${PN} != kde-base/kdelibs && ${CATEGORY}/${PN} != kde-base/kde-env ]] && \ |
|
|
640 | { [[ ${KDE_REQUIRED} == always ]] || { [[ ${KDE_REQUIRED} == optional ]] && use kde; }; } && \ |
|
|
641 | has_version kde-base/kdelibs[kdeprefix]; then |
|
|
642 | eerror "Sorry, kdeprefix support has been removed." |
|
|
643 | eerror "Please rebuild kdelibs without kdeprefix support." |
|
|
644 | die "kdeprefix support has been removed" |
|
|
645 | fi |
|
|
646 | |
|
|
647 | # Don't set KDEHOME during compilation, it will cause access violations |
|
|
648 | unset KDEHOME |
|
|
649 | |
|
|
650 | # Check if gcc compiler is fresh enough. |
|
|
651 | # In theory should be in pkg_pretend but we check it only for kdelibs there |
|
|
652 | # and for others we do just quick scan in pkg_setup because pkg_pretend |
|
|
653 | # executions consume quite some time. |
|
|
654 | if [[ ${MERGE_TYPE} != binary ]]; then |
|
|
655 | [[ $(gcc-major-version) -lt 4 ]] || \ |
|
|
656 | ( [[ $(gcc-major-version) -eq 4 && $(gcc-minor-version) -le 3 ]] ) \ |
|
|
657 | && die "Sorry, but gcc-4.3 and earlier wont work for KDE (see bug 354837)." |
|
|
658 | fi |
|
|
659 | |
|
|
660 | KDEDIR=/usr |
|
|
661 | : ${PREFIX:=/usr} |
|
|
662 | EKDEDIR=${EPREFIX}/usr |
|
|
663 | |
|
|
664 | # Point to correct QT plugins path |
|
|
665 | QT_PLUGIN_PATH="${EPREFIX}/usr/$(get_libdir)/kde4/plugins/" |
|
|
666 | |
|
|
667 | # Fix XDG collision with sandbox |
|
|
668 | export XDG_CONFIG_HOME="${T}" |
|
|
669 | } |
|
|
670 | |
|
|
671 | # @FUNCTION: kde4-base_src_unpack |
|
|
672 | # @DESCRIPTION: |
|
|
673 | # This function unpacks the source tarballs for KDE4 applications. |
|
|
674 | kde4-base_src_unpack() { |
|
|
675 | debug-print-function ${FUNCNAME} "$@" |
|
|
676 | |
|
|
677 | if [[ ${BUILD_TYPE} = live ]]; then |
|
|
678 | case ${KDE_SCM} in |
|
|
679 | svn) |
|
|
680 | migrate_store_dir |
|
|
681 | subversion_src_unpack |
| 300 | ;; |
682 | ;; |
| 301 | *) |
683 | git) |
| 302 | DEPEND="${DEPEND} ${_operator}kde-base/kdelibs${_pv}" |
684 | git-2_src_unpack |
| 303 | RDEPEND="${RDEPEND} ${_operator}kde-base/kdelibs${_pv}" |
|
|
| 304 | ;; |
685 | ;; |
| 305 | esac |
686 | esac |
| 306 | if [[ ${PN} != "kdepimlibs" ]]; then |
|
|
| 307 | case "${EAPI}" in |
|
|
| 308 | 2 | 2_pre3 | 2_pre2 | 2_pre1) |
|
|
| 309 | DEPEND="${DEPEND} ${_operator}kde-base/kdepimlibs${_pv}[kdeprefix=]" |
|
|
| 310 | RDEPEND="${RDEPEND} ${_operator}kde-base/kdepimlibs${_pv}[kdeprefix=]" |
|
|
| 311 | ;; |
|
|
| 312 | *) |
|
|
| 313 | DEPEND="${DEPEND} ${_operator}kde-base/kdepimlibs${_pv}" |
|
|
| 314 | RDEPEND="${RDEPEND} ${_operator}kde-base/kdepimlibs${_pv}" |
|
|
| 315 | esac |
|
|
| 316 | fi |
|
|
| 317 | fi |
|
|
| 318 | |
|
|
| 319 | unset _operator _pv |
|
|
| 320 | fi |
|
|
| 321 | |
|
|
| 322 | # Fetch section - If the ebuild's category is not 'kde-base' and if it is not a |
|
|
| 323 | # koffice ebuild, the URI should be set in the ebuild itself |
|
|
| 324 | if [[ -n ${KDEBASE} ]]; then |
|
|
| 325 | if [[ -n ${KMNAME} ]]; then |
|
|
| 326 | _kmname=${KMNAME} |
|
|
| 327 | else |
687 | else |
| 328 | _kmname=${PN} |
688 | unpack ${A} |
| 329 | fi |
|
|
| 330 | _kmname_pv="${_kmname}-${PV}" |
|
|
| 331 | if [[ ${NEED_KDE} != "svn" ]]; then |
|
|
| 332 | case ${KDEBASE} in |
|
|
| 333 | kde-base) |
|
|
| 334 | case ${PV} in |
|
|
| 335 | 4.0.9* | 4.0.8*) |
|
|
| 336 | SRC_URI="mirror://kde/unstable/${PV}/src/${_kmname_pv}.tar.bz2" ;; |
|
|
| 337 | *) SRC_URI="mirror://kde/stable/${PV}/src/${_kmname_pv}.tar.bz2";; |
|
|
| 338 | esac |
|
|
| 339 | ;; |
|
|
| 340 | koffice) |
|
|
| 341 | SRC_URI="mirror://kde/unstable/${_kmname_pv}/src/${_kmname_pv}.tar.bz2" |
|
|
| 342 | ;; |
|
|
| 343 | esac |
|
|
| 344 | fi |
|
|
| 345 | unset _kmname _kmname_pv |
|
|
| 346 | fi |
|
|
| 347 | |
|
|
| 348 | debug-print "${LINENO} ${ECLASS} ${FUNCNAME}: SRC_URI is ${SRC_URI}" |
|
|
| 349 | |
|
|
| 350 | # @ECLASS-VARIABLE: PREFIX |
|
|
| 351 | # @DESCRIPTION: |
|
|
| 352 | # Set the installation PREFIX. All kde-base ebuilds go into the KDE4 installation directory. |
|
|
| 353 | # Applications installed by the other ebuilds go into /usr/ by default, this value |
|
|
| 354 | # can be superseded by defining PREFIX before inheriting kde4-base. |
|
|
| 355 | # This value is set on pkg_setup |
|
|
| 356 | PREFIX="" |
|
|
| 357 | |
|
|
| 358 | debug-print "${LINENO} ${ECLASS} ${FUNCNAME}: SLOT ${SLOT} - NEED_KDE ${NEED_KDE}" |
|
|
| 359 | |
|
|
| 360 | # @FUNCTION: kde4-base_pkg_setup |
|
|
| 361 | # @DESCRIPTION: |
|
|
| 362 | # Adds flags needed by all of KDE 4 to $QT4_BUILT_WITH_USE_CHECK. Uses |
|
|
| 363 | # kde4-functions_check_use from kde4-functions.eclass to print appropriate |
|
|
| 364 | # errors and die if any required flags listed in $QT4_BUILT_WITH_USE_CHECK or |
|
|
| 365 | # $KDE4_BUILT_WITH_USE_CHECK are missing. |
|
|
| 366 | kde4-base_pkg_setup() { |
|
|
| 367 | debug-print-function $FUNCNAME "$@" |
|
|
| 368 | |
|
|
| 369 | # Don't set KDEHOME during compile, it will cause access violations |
|
|
| 370 | unset KDEHOME |
|
|
| 371 | |
|
|
| 372 | if [[ ${NEED_KDE} != none ]]; then |
|
|
| 373 | |
|
|
| 374 | # Set PREFIX |
|
|
| 375 | case "${EAPI}" in |
|
|
| 376 | 2 | 2_pre3 | 2_pre2 | 2_pre1) |
|
|
| 377 | if use kdeprefix; then |
|
|
| 378 | KDEDIR="/usr/kde/${_kdedir}" |
|
|
| 379 | KDEDIRS="/usr:/usr/local:${KDEDIR}" |
|
|
| 380 | else |
|
|
| 381 | KDEDIR="/usr" |
|
|
| 382 | KDEDIRS="/usr:/usr/local" |
|
|
| 383 | fi |
|
|
| 384 | ;; |
|
|
| 385 | *) |
|
|
| 386 | KDEDIR="/usr" |
|
|
| 387 | KDEDIRS="/usr:/usr/local" |
|
|
| 388 | ;; |
|
|
| 389 | esac |
|
|
| 390 | fi |
|
|
| 391 | |
|
|
| 392 | # Set the prefix based on KDEDIR |
|
|
| 393 | # Make it a consequence of kdeprefix |
|
|
| 394 | PREFIX=${KDEDIR} |
|
|
| 395 | |
|
|
| 396 | unset _kdedir |
|
|
| 397 | |
|
|
| 398 | case "${EAPI}" in |
|
|
| 399 | 2 | 2_pre3 | 2_pre2 | 2_pre1) |
|
|
| 400 | [[ -n ${QT4_BUILT_WITH_USE_CHECK} || -n ${KDE4_BUILT_WITH_USE_CHECK[@]} ]] && \ |
|
|
| 401 | die "built_with_use illegal in this EAPI!" |
|
|
| 402 | ;; |
|
|
| 403 | *) |
|
|
| 404 | # Make KDE4_BUILT_WITH_USE_CHECK an array if it isn't already |
|
|
| 405 | local line kde4_built_with_use_check=() |
|
|
| 406 | if [[ -n ${KDE4_BUILT_WITH_USE_CHECK[@]} && $(declare -p KDE4_BUILT_WITH_USE_CHECK) != 'declare -a '* ]]; then |
|
|
| 407 | while read line; do |
|
|
| 408 | [[ -z ${line} ]] && continue |
|
|
| 409 | kde4_built_with_use_check+=("${line}") |
|
|
| 410 | done <<< "${KDE4_BUILT_WITH_USE_CHECK}" |
|
|
| 411 | KDE4_BUILT_WITH_USE_CHECK=("${kde4_built_with_use_check[@]}") |
|
|
| 412 | fi |
689 | fi |
| 413 | |
|
|
| 414 | # KDE4 applications require qt4 compiled with USE="accessibility dbus gif jpeg png qt3support ssl zlib". |
|
|
| 415 | if has_version '<x11-libs/qt-4.4_alpha:4'; then |
|
|
| 416 | QT4_BUILT_WITH_USE_CHECK="${QT4_BUILT_WITH_USE_CHECK} accessibility dbus gif jpeg png qt3support ssl zlib" |
|
|
| 417 | else |
|
|
| 418 | KDE4_BUILT_WITH_USE_CHECK=("${KDE4_BUILT_WITH_USE_CHECK[@]}" |
|
|
| 419 | "x11-libs/qt-core qt3support ssl" |
|
|
| 420 | "x11-libs/qt-gui accessibility dbus" |
|
|
| 421 | "x11-libs/qt-qt3support accessibility") |
|
|
| 422 | fi |
|
|
| 423 | |
|
|
| 424 | if has opengl ${IUSE//+} && use opengl || [[ ${OPENGL_REQUIRED} == always ]]; then |
|
|
| 425 | if has_version '<x11-libs/qt-4.4.0_alpha:4'; then |
|
|
| 426 | QT4_BUILT_WITH_USE_CHECK="${QT4_BUILT_WITH_USE_CHECK} opengl" |
|
|
| 427 | fi |
|
|
| 428 | fi |
|
|
| 429 | kde4-functions_check_use |
|
|
| 430 | ;; |
|
|
| 431 | esac |
|
|
| 432 | } |
690 | } |
| 433 | |
691 | |
| 434 | # @FUNCTION: kde4-base_apply_patches |
|
|
| 435 | # @DESCRIPTION: |
|
|
| 436 | # This function applies patches. |
|
|
| 437 | # |
|
|
| 438 | # If the directory ${WORKDIR}/patches/ exists, we apply all patches in that |
|
|
| 439 | # directory, provided they follow this format: |
|
|
| 440 | # @CODE |
|
|
| 441 | # - Monolithic ebuilds, (from kde-base) |
|
|
| 442 | # - $CATEGORY=kde-base: |
|
|
| 443 | # Apply ${CHILD_EBUILD_NAME}-${SLOT}-*{diff,patch} |
|
|
| 444 | # - $CATEGORY=!kde-base: |
|
|
| 445 | # Apply ${CHILD_EBUILD_NAME}-${PV}-*{diff,patch} |
|
|
| 446 | # - Split ebuilds: |
|
|
| 447 | # - $CATEGORY=kde-base: |
|
|
| 448 | # Apply ${PN}-${SLOT}-*{diff,patch} |
|
|
| 449 | # - $CATEGORY!=kde-base: |
|
|
| 450 | # Apply ${PN}-${PV}-*{diff,patch} |
|
|
| 451 | # @CODE |
|
|
| 452 | # |
|
|
| 453 | # If ${PATCHES} is non-zero all patches in it get applied. If there is more |
|
|
| 454 | # than one patch please make ${PATCHES} an array for proper quoting. |
|
|
| 455 | kde4-base_apply_patches() { |
|
|
| 456 | local _patchdir _packages _p _f |
|
|
| 457 | _patchdir="${WORKDIR}/patches/" |
|
|
| 458 | if [[ -d "${_patchdir}" ]]; then |
|
|
| 459 | if is-parent-package ${CATEGORY}/${PN} ; then |
|
|
| 460 | _packages="$(get-child-packages ${CATEGORY}/${PN})" |
|
|
| 461 | _packages="${_packages//${CATEGORY}\//} ${PN}" |
|
|
| 462 | else |
|
|
| 463 | _packages="${PN}" |
|
|
| 464 | fi |
|
|
| 465 | if [[ $(declare -p PATCHES) != 'declare -a '* ]]; then |
|
|
| 466 | die "PATCHES needs to be an array!" |
|
|
| 467 | fi |
|
|
| 468 | for _p in ${_packages}; do |
|
|
| 469 | for _f in "${_patchdir}"/${_p}-${PV}-*{diff,patch}; do |
|
|
| 470 | [[ -e ${_f} ]] && PATCHES+=("${_f}") |
|
|
| 471 | done |
|
|
| 472 | if [[ -n "${KDEBASE}" ]]; then |
|
|
| 473 | for _f in "${_patchdir}"/${_p}-${SLOT}-*{diff,patch}; do |
|
|
| 474 | [[ -e ${_f} ]] && PATCHES+=("${_f}") |
|
|
| 475 | done |
|
|
| 476 | fi |
|
|
| 477 | done |
|
|
| 478 | fi |
|
|
| 479 | [[ -n ${PATCHES[@]} ]] && base_src_unpack autopatch |
|
|
| 480 | } |
|
|
| 481 | |
|
|
| 482 | # @FUNCTION: kde4-base_src_unpack |
692 | # @FUNCTION: kde4-base_src_prepare |
| 483 | # @DESCRIPTION: |
693 | # @DESCRIPTION: |
| 484 | # This function unpacks the source tarballs for KDE4 applications. |
694 | # General pre-configure and pre-compile function for KDE4 applications. |
| 485 | # |
|
|
| 486 | # If no argument is passed to this function, then standard src_unpack is |
|
|
| 487 | # executed. Otherwise options are passed to base_src_unpack. |
|
|
| 488 | # |
|
|
| 489 | # In addition it calls kde4-base_apply_patches when no arguments are passed to |
|
|
| 490 | # this function. |
|
|
| 491 | # |
|
|
| 492 | # It also handles translations if KDE_LINGUAS is defined. See KDE_LINGUAS and |
695 | # It also handles translations if KDE_LINGUAS is defined. See KDE_LINGUAS and |
|
|
696 | # enable_selected_linguas() and enable_selected_doc_linguas() |
| 493 | # enable_selected_linguas() in kde4-functions.eclass(5) for further details. |
697 | # in kde4-functions.eclass(5) for further details. |
| 494 | kde4-base_src_unpack() { |
698 | kde4-base_src_prepare() { |
| 495 | debug-print-function $FUNCNAME "$@" |
699 | debug-print-function ${FUNCNAME} "$@" |
| 496 | |
700 | |
| 497 | [[ -z "${KDE_S}" ]] && KDE_S="${S}" |
701 | # enable handbook and linguas only when not using live ebuild |
| 498 | |
|
|
| 499 | if [[ -z $* ]]; then |
|
|
| 500 | # Unpack first and deal with KDE patches after examing possible patch sets. |
|
|
| 501 | # To be picked up, patches need to conform to the guidelines stated before. |
|
|
| 502 | # Monolithic ebuilds will use the split ebuild patches. |
|
|
| 503 | [[ -d "${KDE_S}" ]] || unpack ${A} |
|
|
| 504 | kde4-base_apply_patches |
|
|
| 505 | else |
|
|
| 506 | # Call base_src_unpack, which unpacks and patches |
|
|
| 507 | # step by step transparently as defined in the ebuild. |
|
|
| 508 | base_src_unpack $* |
|
|
| 509 | fi |
|
|
| 510 | |
|
|
| 511 | # Updated cmake dir |
|
|
| 512 | if [[ -d "${WORKDIR}/cmake" ]] && [[ -d "${KDE_S}/cmake" ]]; then |
|
|
| 513 | ebegin "Updating cmake/ directory..." |
|
|
| 514 | rm -rf "${KDE_S}/cmake" || die "Unable to remove old cmake/ directory" |
|
|
| 515 | ln -s "${WORKDIR}/cmake" "${KDE_S}/cmake" || die "Unable to symlink the new cmake/ directory" |
|
|
| 516 | eend 0 |
|
|
| 517 | fi |
|
|
| 518 | |
702 | |
| 519 | # Only enable selected languages, used for KDE extragear apps. |
703 | # Only enable selected languages, used for KDE extragear apps. |
| 520 | if [[ -n ${KDE_LINGUAS} ]]; then |
704 | if [[ -n ${KDE_LINGUAS} ]]; then |
| 521 | enable_selected_linguas |
705 | enable_selected_linguas |
| 522 | fi |
706 | fi |
|
|
707 | |
|
|
708 | # Enable/disable handbooks for kde4-base packages |
|
|
709 | # kde-l10n inherits kde4-base but is metpackage, so no check for doc |
|
|
710 | # kdelibs inherits kde4-base but handle installing the handbook itself |
|
|
711 | if ! has kde4-meta ${INHERITED} && has handbook ${IUSE//+}; then |
|
|
712 | if [[ ${KDEBASE} == kde-base ]]; then |
|
|
713 | if [[ ${PN} != kde-l10n && ${PN} != kdepim-l10n && ${PN} != kdelibs ]] && use !handbook; then |
|
|
714 | # documentation in kde4-functions |
|
|
715 | : ${KDE_DOC_DIRS:=doc} |
|
|
716 | local dir |
|
|
717 | for dir in ${KDE_DOC_DIRS}; do |
|
|
718 | sed -e "\!^[[:space:]]*add_subdirectory[[:space:]]*([[:space:]]*${dir}[[:space:]]*)!s/^/#DONOTCOMPILE /" \ |
|
|
719 | -e "\!^[[:space:]]*ADD_SUBDIRECTORY[[:space:]]*([[:space:]]*${dir}[[:space:]]*)!s/^/#DONOTCOMPILE /" \ |
|
|
720 | -e "\!^[[:space:]]*macro_optional_add_subdirectory[[:space:]]*([[:space:]]*${dir}[[:space:]]*)!s/^/#DONOTCOMPILE /" \ |
|
|
721 | -e "\!^[[:space:]]*MACRO_OPTIONAL_ADD_SUBDIRECTORY[[:space:]]*([[:space:]]*${dir}[[:space:]]*)!s/^/#DONOTCOMPILE /" \ |
|
|
722 | -i CMakeLists.txt || die "failed to comment out handbook" |
|
|
723 | done |
|
|
724 | fi |
|
|
725 | else |
|
|
726 | enable_selected_doc_linguas |
|
|
727 | fi |
|
|
728 | fi |
|
|
729 | |
|
|
730 | # SCM bootstrap |
|
|
731 | if [[ ${BUILD_TYPE} = live ]]; then |
|
|
732 | case ${KDE_SCM} in |
|
|
733 | svn) subversion_src_prepare ;; |
|
|
734 | esac |
|
|
735 | fi |
|
|
736 | |
|
|
737 | # Apply patches |
|
|
738 | base_src_prepare |
|
|
739 | |
|
|
740 | # Save library dependencies |
|
|
741 | if [[ -n ${KMSAVELIBS} ]] ; then |
|
|
742 | save_library_dependencies |
|
|
743 | fi |
|
|
744 | |
|
|
745 | # Inject library dependencies |
|
|
746 | if [[ -n ${KMLOADLIBS} ]] ; then |
|
|
747 | load_library_dependencies |
|
|
748 | fi |
|
|
749 | |
|
|
750 | # Replace KDE4Workspace library targets |
|
|
751 | find "${S}" -name CMakeLists.txt \ |
|
|
752 | -exec sed -i -r -e 's/\$\{KDE4WORKSPACE_TASKMANAGER_(LIBRARY|LIBS)\}/taskmanager/g' {} + \ |
|
|
753 | -exec sed -i -r -e 's/\$\{KDE4WORKSPACE_KWORKSPACE_(LIBRARY|LIBS)\}/kworkspace/g' {} + \ |
|
|
754 | -exec sed -i -r -e 's/\$\{KDE4WORKSPACE_SOLIDCONTROLIFACES_(LIBRARY|LIBS)\}/solidcontrolifaces/g' {} + \ |
|
|
755 | -exec sed -i -r -e 's/\$\{KDE4WORKSPACE_SOLIDCONTROL_(LIBRARY|LIBS)\}/solidcontrol/g' {} + \ |
|
|
756 | -exec sed -i -r -e 's/\$\{KDE4WORKSPACE_PROCESSUI_(LIBRARY|LIBS)\}/processui/g' {} + \ |
|
|
757 | -exec sed -i -r -e 's/\$\{KDE4WORKSPACE_LSOFUI_(LIBRARY|LIBS)\}/lsofui/g' {} + \ |
|
|
758 | -exec sed -i -r -e 's/\$\{KDE4WORKSPACE_PLASMACLOCK_(LIBRARY|LIBS)\}/plasmaclock/g' {} + \ |
|
|
759 | -exec sed -i -r -e 's/\$\{KDE4WORKSPACE_NEPOMUKQUERYCLIENT_(LIBRARY|LIBS)\}/nepomukqueryclient/g' {} + \ |
|
|
760 | -exec sed -i -r -e 's/\$\{KDE4WORKSPACE_NEPOMUKQUERY_(LIBRARY|LIBS)\}/nepomukquery/g' {} + \ |
|
|
761 | -exec sed -i -r -e 's/\$\{KDE4WORKSPACE_KSCREENSAVER_(LIBRARY|LIBS)\}/kscreensaver/g' {} + \ |
|
|
762 | -exec sed -i -r -e 's/\$\{KDE4WORKSPACE_WEATHERION_(LIBRARY|LIBS)\}/weather_ion/g' {} + \ |
|
|
763 | -exec sed -i -r -e 's/\$\{KDE4WORKSPACE_KWINEFFECTS_(LIBRARY|LIBS)\}/kwineffects/g' {} + \ |
|
|
764 | -exec sed -i -r -e 's/\$\{KDE4WORKSPACE_KDECORATIONS_(LIBRARY|LIBS)\}/kdecorations/g' {} + \ |
|
|
765 | -exec sed -i -r -e 's/\$\{KDE4WORKSPACE_KSGRD_(LIBRARY|LIBS)\}/ksgrd/g' {} + \ |
|
|
766 | -exec sed -i -r -e 's/\$\{KDE4WORKSPACE_KEPHAL_(LIBRARY|LIBS)\}/kephal/g' {} + \ |
|
|
767 | || die 'failed to replace KDE4Workspace library targets' |
|
|
768 | |
|
|
769 | # Hack for manuals relying on outdated DTD, only outside kde-base/koffice/... |
|
|
770 | if [[ -z ${KDEBASE} ]]; then |
|
|
771 | find "${S}" -name "*.docbook" \ |
|
|
772 | -exec sed -i -r \ |
|
|
773 | -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' {} + \ |
|
|
774 | || die 'failed to fix DocBook variant version' |
|
|
775 | fi |
|
|
776 | } |
|
|
777 | |
|
|
778 | # @FUNCTION: kde4-base_src_configure |
|
|
779 | # @DESCRIPTION: |
|
|
780 | # Function for configuring the build of KDE4 applications. |
|
|
781 | kde4-base_src_configure() { |
|
|
782 | debug-print-function ${FUNCNAME} "$@" |
|
|
783 | |
|
|
784 | # Build tests in src_test only, where we override this value |
|
|
785 | local cmakeargs=(-DKDE4_BUILD_TESTS=OFF) |
|
|
786 | |
|
|
787 | if has kdeenablefinal ${IUSE//+} && use kdeenablefinal; then |
|
|
788 | cmakeargs+=(-DKDE4_ENABLE_FINAL=ON) |
|
|
789 | fi |
|
|
790 | |
|
|
791 | if has debug ${IUSE//+} && use debug; then |
|
|
792 | # Set "real" debug mode |
|
|
793 | CMAKE_BUILD_TYPE="Debugfull" |
|
|
794 | else |
|
|
795 | # Handle common release builds |
|
|
796 | append-cppflags -DQT_NO_DEBUG |
|
|
797 | fi |
|
|
798 | |
|
|
799 | # Set distribution name |
|
|
800 | [[ ${PN} = kdelibs ]] && cmakeargs+=(-DKDE_DISTRIBUTION_TEXT=Gentoo) |
|
|
801 | |
|
|
802 | # Here we set the install prefix |
|
|
803 | tc-is-cross-compiler || cmakeargs+=(-DCMAKE_INSTALL_PREFIX="${EPREFIX}${PREFIX}") |
|
|
804 | |
|
|
805 | # Use colors |
|
|
806 | QTEST_COLORED=1 |
|
|
807 | |
|
|
808 | # Shadow existing installations |
|
|
809 | unset KDEDIRS |
|
|
810 | |
|
|
811 | #qmake -query QT_INSTALL_LIBS unavailable when cross-compiling |
|
|
812 | tc-is-cross-compiler && cmakeargs+=(-DQT_LIBRARY_DIR=${ROOT}/usr/$(get_libdir)/qt4) |
|
|
813 | #kde-config -path data unavailable when cross-compiling |
|
|
814 | tc-is-cross-compiler && cmakeargs+=(-DKDE4_DATA_DIR=${ROOT}/usr/share/apps/) |
|
|
815 | |
|
|
816 | # sysconf needs to be /etc, not /usr/etc |
|
|
817 | cmakeargs+=(-DSYSCONF_INSTALL_DIR="${EPREFIX}"/etc) |
|
|
818 | |
|
|
819 | if [[ $(declare -p mycmakeargs 2>&-) != "declare -a mycmakeargs="* ]]; then |
|
|
820 | mycmakeargs=(${mycmakeargs}) |
|
|
821 | fi |
|
|
822 | |
|
|
823 | mycmakeargs=("${cmakeargs[@]}" "${mycmakeargs[@]}") |
|
|
824 | |
|
|
825 | cmake-utils_src_configure |
| 523 | } |
826 | } |
| 524 | |
827 | |
| 525 | # @FUNCTION: kde4-base_src_compile |
828 | # @FUNCTION: kde4-base_src_compile |
| 526 | # @DESCRIPTION: |
829 | # @DESCRIPTION: |
| 527 | # General function for compiling KDE4 applications. |
830 | # General function for compiling KDE4 applications. |
| 528 | kde4-base_src_compile() { |
831 | kde4-base_src_compile() { |
| 529 | debug-print-function ${FUNCNAME} "$@" |
832 | debug-print-function ${FUNCNAME} "$@" |
| 530 | case "${EAPI}" in |
|
|
| 531 | 2) |
|
|
| 532 | ;; |
|
|
| 533 | *) |
|
|
| 534 | kde4-base_src_configure |
|
|
| 535 | ;; |
|
|
| 536 | esac |
|
|
| 537 | if [[ -d ${WORKDIR}/${PN}_build ]]; then |
|
|
| 538 | pushd "${WORKDIR}"/${PN}_build > /dev/null |
|
|
| 539 | fi |
|
|
| 540 | [ -e [Mm]akefile ] && kde4-base_src_make |
|
|
| 541 | } |
|
|
| 542 | |
833 | |
| 543 | # @FUNCTION: kde4-base_src_configure |
|
|
| 544 | # @DESCRIPTION: |
|
|
| 545 | # Function for configuring the build of KDE4 applications. |
|
|
| 546 | kde4-base_src_configure() { |
|
|
| 547 | debug-print-function ${FUNCNAME} "$@" |
|
|
| 548 | |
|
|
| 549 | # Final flag handling |
|
|
| 550 | if has kdeenablefinal ${IUSE//+} && use kdeenablefinal; then |
|
|
| 551 | echo "Activating enable-final flag" |
|
|
| 552 | mycmakeargs="${mycmakeargs} -DKDE4_ENABLE_FINAL=ON" |
|
|
| 553 | fi |
|
|
| 554 | |
|
|
| 555 | # Enable generation of HTML handbook |
|
|
| 556 | if has htmlhandbook ${IUSE//+} && use htmlhandbook; then |
|
|
| 557 | echo "Enabling building of HTML handbook" |
|
|
| 558 | mycmakeargs="${mycmakeargs} -DKDE4_ENABLE_HTMLHANDBOOK=ON" |
|
|
| 559 | fi |
|
|
| 560 | |
|
|
| 561 | # Build tests in src_test only, where we override this value |
|
|
| 562 | mycmakeargs="${mycmakeargs} -DKDE4_BUILD_TESTS=OFF" |
|
|
| 563 | |
|
|
| 564 | # Set distribution name |
|
|
| 565 | [[ ${PN} == "kdelibs" ]] && mycmakeargs="${mycmakeargs} -DKDE_DISTRIBUTION_TEXT=Gentoo" |
|
|
| 566 | |
|
|
| 567 | # runpath linking |
|
|
| 568 | mycmakeargs="${mycmakeargs} -DKDE4_USE_ALWAYS_FULL_RPATH=ON" |
|
|
| 569 | |
|
|
| 570 | # Here we set the install prefix |
|
|
| 571 | mycmakeargs="${mycmakeargs} -DCMAKE_INSTALL_PREFIX=${PREFIX}" |
|
|
| 572 | |
|
|
| 573 | # If prefix is /usr, sysconf needs to be /etc, not /usr/etc |
|
|
| 574 | [[ "${PREFIX}" == "/usr" ]] && mycmakeargs="${mycmakeargs} -DSYSCONF_INSTALL_DIR=/etc" |
|
|
| 575 | |
|
|
| 576 | # Set environment |
|
|
| 577 | QTEST_COLORED=1 |
|
|
| 578 | QT_PLUGIN_PATH=${KDEDIR}/$(get_libdir)/kde4/plugins/ |
|
|
| 579 | |
|
|
| 580 | # hardcode path to *.cmake KDE files |
|
|
| 581 | PKG_CONFIG_PATH="${PKG_CONFIG_PATH:+${PKG_CONFIG_PATH}:}${KDEDIR}/$(get_libdir)/pkgconfig" |
|
|
| 582 | |
|
|
| 583 | [ -e CMakeLists.txt ] && cmake-utils_src_configureout |
|
|
| 584 | } |
|
|
| 585 | |
|
|
| 586 | # @FUNCTION: kde4-base_src_make |
|
|
| 587 | # @DESCRIPTION: |
|
|
| 588 | # Function for building KDE4 applications. |
|
|
| 589 | # Options are passed to cmake-utils_src_make. |
|
|
| 590 | kde4-base_src_make() { |
|
|
| 591 | debug-print-function ${FUNCNAME} "$@" |
|
|
| 592 | |
|
|
| 593 | cmake-utils_src_make "$@" |
834 | cmake-utils_src_compile "$@" |
| 594 | } |
835 | } |
| 595 | |
836 | |
| 596 | # @FUNCTION: kde4-base_src_test |
837 | # @FUNCTION: kde4-base_src_test |
| 597 | # @DESCRIPTION: |
838 | # @DESCRIPTION: |
| 598 | # Function for testing KDE4 applications. |
839 | # Function for testing KDE4 applications. |
| 599 | kde4-base_src_test() { |
840 | kde4-base_src_test() { |
| 600 | debug-print-function ${FUNCNAME} "$@" |
841 | debug-print-function ${FUNCNAME} "$@" |
| 601 | |
842 | |
| 602 | # Override this value, set in kde4-base_src_configure() |
843 | # Override this value, set in kde4-base_src_configure() |
| 603 | mycmakeargs="${mycmakeargs} -DKDE4_BUILD_TESTS=ON" |
844 | mycmakeargs+=(-DKDE4_BUILD_TESTS=ON) |
| 604 | cmake-utils_src_compile |
845 | cmake-utils_src_configure |
|
|
846 | kde4-base_src_compile |
| 605 | |
847 | |
|
|
848 | # When run as normal user during ebuild development with the ebuild command, the |
|
|
849 | # kde tests tend to access the session DBUS. This however is not possible in a real |
|
|
850 | # emerge or on the tinderbox. |
|
|
851 | # > make sure it does not happen, so bad tests can be recognized and disabled |
|
|
852 | unset DBUS_SESSION_BUS_ADDRESS |
|
|
853 | |
|
|
854 | if [[ ${VIRTUALX_REQUIRED} == always || ${VIRTUALX_REQUIRED} == test ]]; then |
|
|
855 | # check for sanity if anyone already redefined VIRTUALX_COMMAND from the default |
|
|
856 | if [[ ${VIRTUALX_COMMAND} != emake ]]; then |
|
|
857 | # surprise- we are already INSIDE virtualmake!!! |
|
|
858 | debug-print "QA Notice: This version of kde4-base.eclass includes the virtualx functionality." |
|
|
859 | debug-print " You may NOT set VIRTUALX_COMMAND or call virtualmake from the ebuild." |
|
|
860 | debug-print " Setting VIRTUALX_REQUIRED is completely sufficient. See the" |
|
|
861 | debug-print " kde4-base.eclass docs for details... Applying workaround." |
|
|
862 | cmake-utils_src_test |
|
|
863 | else |
|
|
864 | VIRTUALX_COMMAND="cmake-utils_src_test" virtualmake |
|
|
865 | fi |
|
|
866 | else |
| 606 | cmake-utils_src_test |
867 | cmake-utils_src_test |
|
|
868 | fi |
| 607 | } |
869 | } |
| 608 | |
870 | |
| 609 | # @FUNCTION: kde4-base_src_install |
871 | # @FUNCTION: kde4-base_src_install |
| 610 | # @DESCRIPTION: |
872 | # @DESCRIPTION: |
| 611 | # Function for installing KDE4 applications. |
873 | # Function for installing KDE4 applications. |
| 612 | kde4-base_src_install() { |
874 | kde4-base_src_install() { |
| 613 | debug-print-function ${FUNCNAME} "$@" |
875 | debug-print-function ${FUNCNAME} "$@" |
| 614 | |
876 | |
| 615 | kde4-base_src_make_doc |
877 | if [[ -n ${KMSAVELIBS} ]] ; then |
| 616 | if [[ -d ${WORKDIR}/${PN}_build ]]; then |
878 | install_library_dependencies |
| 617 | pushd "${WORKDIR}"/${PN}_build > /dev/null |
|
|
| 618 | fi |
879 | fi |
| 619 | [ -e [Mm]akefile ] && cmake-utils_src_install |
|
|
| 620 | } |
|
|
| 621 | |
880 | |
| 622 | # @FUNCTION: kde4-base_src_make_doc |
|
|
| 623 | # @DESCRIPTION: |
|
|
| 624 | # Function for installing the documentation of KDE4 applications. |
881 | # Install common documentation of KDE4 applications |
| 625 | kde4-base_src_make_doc() { |
|
|
| 626 | debug-print-function ${FUNCNAME} "$@" |
|
|
| 627 | |
|
|
| 628 | local doc |
882 | local doc |
| 629 | for doc in AUTHORS ChangeLog* README* NEWS TODO; do |
883 | if ! has kde4-meta ${INHERITED}; then |
| 630 | [[ -s $doc ]] && dodoc ${doc} |
884 | for doc in "${S}"/{AUTHORS,CHANGELOG,ChangeLog*,README*,NEWS,TODO,HACKING}; do |
| 631 | done |
885 | [[ -f ${doc} && -s ${doc} ]] && dodoc "${doc}" |
| 632 | |
|
|
| 633 | if [[ -z ${KMNAME} ]]; then |
|
|
| 634 | for doc in {apps,runtime,workspace,.}/*/{AUTHORS,README*}; do |
|
|
| 635 | if [[ -s $doc ]]; then |
|
|
| 636 | local doc_complete=${doc} |
|
|
| 637 | doc="${doc#*/}" |
|
|
| 638 | newdoc "$doc_complete" "${doc%/*}.${doc##*/}" |
|
|
| 639 | fi |
|
|
| 640 | done |
886 | done |
|
|
887 | for doc in "${S}"/*/{AUTHORS,CHANGELOG,ChangeLog*,README*,NEWS,TODO,HACKING}; do |
|
|
888 | [[ -f ${doc} && -s ${doc} ]] && newdoc "${doc}" "$(basename $(dirname ${doc})).$(basename ${doc})" |
|
|
889 | done |
| 641 | fi |
890 | fi |
| 642 | |
891 | |
| 643 | if [[ -n ${KDEBASE} && -d "${D}"/usr/share/doc/${PF} ]]; then |
892 | cmake-utils_src_install |
| 644 | # work around bug #97196 |
893 | |
| 645 | dodir /usr/share/doc/kde && \ |
894 | # In EAPI 4+, we don't want ${PREFIX}/share/doc/HTML to be compressed, |
| 646 | mv "${D}"/usr/share/doc/${PF} "${D}"/usr/share/doc/kde/ || \ |
895 | # because then khelpcenter can't find the docs |
| 647 | die "Failed to move docs to kde/ failed." |
896 | [[ ${EAPI:-0} != 3 && -d ${ED}/${PREFIX}/share/doc/HTML ]] && |
| 648 | fi |
897 | docompress -x ${PREFIX}/share/doc/HTML |
|
|
898 | } |
|
|
899 | |
|
|
900 | # @FUNCTION: kde4-base_pkg_preinst |
|
|
901 | # @DESCRIPTION: |
|
|
902 | # Function storing icon caches |
|
|
903 | kde4-base_pkg_preinst() { |
|
|
904 | debug-print-function ${FUNCNAME} "$@" |
|
|
905 | |
|
|
906 | gnome2_icon_savelist |
| 649 | } |
907 | } |
| 650 | |
908 | |
| 651 | # @FUNCTION: kde4-base_pkg_postinst |
909 | # @FUNCTION: kde4-base_pkg_postinst |
| 652 | # @DESCRIPTION: |
910 | # @DESCRIPTION: |
| 653 | # Function to rebuild the KDE System Configuration Cache after an application has been installed. |
911 | # Function to rebuild the KDE System Configuration Cache after an application has been installed. |
| 654 | kde4-base_pkg_postinst() { |
912 | kde4-base_pkg_postinst() { |
|
|
913 | debug-print-function ${FUNCNAME} "$@" |
|
|
914 | |
|
|
915 | gnome2_icon_cache_update |
|
|
916 | fdo-mime_desktop_database_update |
|
|
917 | fdo-mime_mime_database_update |
| 655 | buildsycoca |
918 | buildsycoca |
|
|
919 | |
|
|
920 | if [[ -z ${I_KNOW_WHAT_I_AM_DOING} ]]; then |
|
|
921 | if has kdeenablefinal ${IUSE//+} && use kdeenablefinal; then |
|
|
922 | echo |
|
|
923 | ewarn "WARNING! you have kdeenable final useflag enabled." |
|
|
924 | ewarn "This useflag needs to be enabled on ALL kde using packages and" |
|
|
925 | ewarn "is known to cause issues." |
|
|
926 | ewarn "You are using this setup at your own risk and the kde team does not" |
|
|
927 | ewarn "take responsibilities for dead kittens." |
|
|
928 | echo |
|
|
929 | fi |
|
|
930 | if [[ ${BUILD_TYPE} = live ]]; then |
|
|
931 | echo |
|
|
932 | einfo "WARNING! This is an experimental live ebuild of ${CATEGORY}/${PN}" |
|
|
933 | einfo "Use it at your own risk." |
|
|
934 | einfo "Do _NOT_ file bugs at bugs.gentoo.org because of this ebuild!" |
|
|
935 | echo |
|
|
936 | fi |
|
|
937 | # for all 3rd party soft tell user that he SHOULD install kdebase-startkde or kdebase-runtime-meta |
|
|
938 | if [[ ${KDEBASE} != kde-base ]] && \ |
|
|
939 | ! has_version 'kde-base/kdebase-runtime-meta' && \ |
|
|
940 | ! has_version 'kde-base/kdebase-startkde'; then |
|
|
941 | if [[ ${KDE_REQUIRED} == always ]] || ( [[ ${KDE_REQUIRED} == optional ]] && use kde ); then |
|
|
942 | echo |
|
|
943 | ewarn "WARNING! Your system configuration contains neither \"kde-base/kdebase-runtime-meta\"" |
|
|
944 | ewarn "nor \"kde-base/kdebase-startkde\". You need one of above." |
|
|
945 | ewarn "With this setting you are unsupported by KDE team." |
|
|
946 | ewarn "All missing features you report for misc packages will be probably ignored or closed as INVALID." |
|
|
947 | fi |
|
|
948 | fi |
|
|
949 | fi |
| 656 | } |
950 | } |
| 657 | |
951 | |
| 658 | # @FUNCTION: kde4-base_pkg_postrm |
952 | # @FUNCTION: kde4-base_pkg_postrm |
| 659 | # @DESCRIPTION: |
953 | # @DESCRIPTION: |
| 660 | # Function to rebuild the KDE System Configuration Cache after an application has been removed. |
954 | # Function to rebuild the KDE System Configuration Cache after an application has been removed. |
| 661 | kde4-base_pkg_postrm() { |
955 | kde4-base_pkg_postrm() { |
|
|
956 | debug-print-function ${FUNCNAME} "$@" |
|
|
957 | |
|
|
958 | gnome2_icon_cache_update |
|
|
959 | fdo-mime_desktop_database_update |
|
|
960 | fdo-mime_mime_database_update |
| 662 | buildsycoca |
961 | buildsycoca |
| 663 | } |
962 | } |