| 1 | # Copyright 1999-2008 Gentoo Foundation |
1 | # Copyright 1999-2010 Gentoo Foundation |
| 2 | # Distributed under the terms of the GNU General Public License v2 |
2 | # Distributed under the terms of the GNU General Public License v2 |
| 3 | # $Header: /var/cvsroot/gentoo-x86/eclass/kde4-functions.eclass,v 1.6 2008/05/15 19:49:32 ingmar Exp $ |
3 | # $Header: /var/cvsroot/gentoo-x86/eclass/kde4-functions.eclass,v 1.34 2010/09/09 17:02:30 reavertm Exp $ |
|
|
4 | |
|
|
5 | inherit versionator |
| 4 | |
6 | |
| 5 | # @ECLASS: kde4-functions.eclass |
7 | # @ECLASS: kde4-functions.eclass |
| 6 | # @MAINTAINER: |
8 | # @MAINTAINER: |
| 7 | # kde@gentoo.org |
9 | # kde@gentoo.org |
| 8 | # @BLURB: Common ebuild functions for monolithic and split KDE 4 packages |
10 | # @BLURB: Common ebuild functions for KDE 4 packages |
| 9 | # @DESCRIPTION: |
11 | # @DESCRIPTION: |
| 10 | # This eclass contains all functions shared by the different eclasses, |
12 | # This eclass contains all functions shared by the different eclasses, |
| 11 | # for KDE 4 monolithic and split ebuilds. |
13 | # for KDE 4 ebuilds. |
| 12 | # |
14 | |
| 13 | # NOTE: This eclass uses the SLOT dependencies from EAPI="1" or compatible, |
15 | # @ECLASS-VARIABLE: EAPI |
| 14 | # hence you must define EAPI="1" in the ebuild, before inheriting any eclasses. |
16 | # @DESCRIPTION: |
|
|
17 | # By default kde4 eclasses want EAPI 2 which might be redefinable to newer |
|
|
18 | # versions. |
|
|
19 | case ${EAPI:-0} in |
|
|
20 | 2|3) : ;; |
|
|
21 | *) die "EAPI=${EAPI} is not supported" ;; |
|
|
22 | esac |
| 15 | |
23 | |
| 16 | # @ECLASS-VARIABLE: KDEBASE |
24 | # @ECLASS-VARIABLE: KDEBASE |
| 17 | # @DESCRIPTION: |
25 | # @DESCRIPTION: |
| 18 | # This gets set to a non-zero value when a package is considered a kde or |
26 | # This gets set to a non-zero value when a package is considered a kde or |
| 19 | # koffice ebuild. |
27 | # koffice ebuild. |
| 20 | |
|
|
| 21 | if [[ "${CATEGORY}" == "kde-base" ]]; then |
28 | if [[ ${CATEGORY} = kde-base ]]; then |
| 22 | debug-print "${ECLASS}: KDEBASE ebuild recognized" |
29 | debug-print "${ECLASS}: KDEBASE ebuild recognized" |
| 23 | KDEBASE="kde-base" |
30 | KDEBASE=kde-base |
|
|
31 | elif [[ ${KMNAME} = koffice || ${PN} = koffice ]]; then |
|
|
32 | debug-print "${ECLASS}: KOFFICE ebuild recognized" |
|
|
33 | KDEBASE=koffice |
|
|
34 | elif [[ ${KMNAME} = kdevelop ]]; then |
|
|
35 | debug-print "${ECLASS}: KDEVELOP ebuild recognized" |
|
|
36 | KDEBASE="kdevelop" |
| 24 | fi |
37 | fi |
| 25 | |
38 | |
| 26 | # is this a koffice ebuild? |
39 | # @ECLASS-VARIABLE: KDE_SLOTS |
| 27 | if [[ "${KMNAME}" == "koffice" || "${PN}" == "koffice" ]]; then |
40 | # @DESCRIPTION: |
| 28 | debug-print "${ECLASS}: KOFFICE ebuild recognized" |
41 | # The slots used by all KDE versions later than 4.0. The live KDE releases use |
| 29 | KDEBASE="koffice" |
42 | # KDE_LIVE_SLOTS instead. Values should be ordered. |
| 30 | fi |
43 | KDE_SLOTS=( "4.1" "4.2" "4.3" "4.4" "4.5" "4.6" ) |
| 31 | |
44 | |
| 32 | # @ECLASS-VARIABLE: KDE_DERIVATION_MAP |
45 | # @ECLASS-VARIABLE: KDE_LIVE_SLOTS |
| 33 | # @DESCRIPTION: |
46 | # @DESCRIPTION: |
| 34 | # Map of the monolithic->split ebuild derivation. |
47 | # The slots used by KDE live versions. Values should be ordered. |
| 35 | # Used to build dependencies describing the relationships between them: |
48 | KDE_LIVE_SLOTS=( "live" ) |
| 36 | # Monolithic ebuilds block their split counterparts in the same slot, and vice versa. |
|
|
| 37 | # |
|
|
| 38 | # Also see get-parent-package(), get-child-packages(), is-parent-package() |
|
|
| 39 | KDE_DERIVATION_MAP=' |
|
|
| 40 | kde-base/kdeaccessibility kde-base/kdeaccessibility-colorschemes |
|
|
| 41 | kde-base/kdeaccessibility kde-base/kdeaccessibility-iconthemes |
|
|
| 42 | kde-base/kdeaccessibility kde-base/kmag |
|
|
| 43 | kde-base/kdeaccessibility kde-base/kmousetool |
|
|
| 44 | kde-base/kdeaccessibility kde-base/kmouth |
|
|
| 45 | kde-base/kdeaccessibility kde-base/kttsd |
|
|
| 46 | kde-base/kdeadmin kde-base/kcron |
|
|
| 47 | kde-base/kdeadmin kde-base/kdat |
|
|
| 48 | kde-base/kdeadmin kde-base/knetworkconf |
|
|
| 49 | kde-base/kdeadmin kde-base/ksysv |
|
|
| 50 | kde-base/kdeadmin kde-base/kuser |
|
|
| 51 | kde-base/kdeadmin kde-base/lilo-config |
|
|
| 52 | kde-base/kdeadmin kde-base/secpolicy |
|
|
| 53 | kde-base/kdeartwork kde-base/kdeartwork-colorschemes |
|
|
| 54 | kde-base/kdeartwork kde-base/kdeartwork-emoticons |
|
|
| 55 | kde-base/kdeartwork kde-base/kdeartwork-icewm-themes |
|
|
| 56 | kde-base/kdeartwork kde-base/kdeartwork-iconthemes |
|
|
| 57 | kde-base/kdeartwork kde-base/kdeartwork-kscreensaver |
|
|
| 58 | kde-base/kdeartwork kde-base/kdeartwork-kworldclock |
|
|
| 59 | kde-base/kdeartwork kde-base/kdeartwork-sounds |
|
|
| 60 | kde-base/kdeartwork kde-base/kdeartwork-styles |
|
|
| 61 | kde-base/kdeartwork kde-base/kdeartwork-wallpapers |
|
|
| 62 | kde-base/kdebase kde-base/dolphin |
|
|
| 63 | kde-base/kdebase kde-base/kappfinder |
|
|
| 64 | kde-base/kdebase kde-base/kdepasswd |
|
|
| 65 | kde-base/kdebase kde-base/kdialog |
|
|
| 66 | kde-base/kdebase kde-base/keditbookmarks |
|
|
| 67 | kde-base/kdebase kde-base/kfind |
|
|
| 68 | kde-base/kdebase kde-base/kinfocenter |
|
|
| 69 | kde-base/kdebase kde-base/konqueror |
|
|
| 70 | kde-base/kdebase kde-base/konsole |
|
|
| 71 | kde-base/kdebase kde-base/kwrite |
|
|
| 72 | kde-base/kdebase kde-base/libkonq |
|
|
| 73 | kde-base/kdebase kde-base/nsplugins |
|
|
| 74 | kde-base/kdebase kde-base/drkonqi |
|
|
| 75 | kde-base/kdebase kde-base/kcmshell |
|
|
| 76 | kde-base/kdebase kde-base/kcontrol |
|
|
| 77 | kde-base/kdebase kde-base/kdebase-data |
|
|
| 78 | kde-base/kdebase kde-base/kdebase-kioslaves |
|
|
| 79 | kde-base/kdebase kde-base/kdebugdialog |
|
|
| 80 | kde-base/kdebase kde-base/kde-menu |
|
|
| 81 | kde-base/kdebase kde-base/kdesu |
|
|
| 82 | kde-base/kdebase kde-base/kfile |
|
|
| 83 | kde-base/kdebase kde-base/khelpcenter |
|
|
| 84 | kde-base/kdebase kde-base/kiconfinder |
|
|
| 85 | kde-base/kdebase kde-base/kioclient |
|
|
| 86 | kde-base/kdebase kde-base/kmimetypefinder |
|
|
| 87 | kde-base/kdebase kde-base/knetattach |
|
|
| 88 | kde-base/kdebase kde-base/knewstuff |
|
|
| 89 | kde-base/kdebase kde-base/knotify |
|
|
| 90 | kde-base/kdebase kde-base/kpasswdserver |
|
|
| 91 | kde-base/kdebase kde-base/kquitapp |
|
|
| 92 | kde-base/kdebase kde-base/kreadconfig |
|
|
| 93 | kde-base/kdebase kde-base/kstart |
|
|
| 94 | kde-base/kdebase kde-base/kstyles |
|
|
| 95 | kde-base/kdebase kde-base/ktimezoned |
|
|
| 96 | kde-base/kdebase kde-base/ktraderclient |
|
|
| 97 | kde-base/kdebase kde-base/kuiserver |
|
|
| 98 | kde-base/kdebase kde-base/kurifilter-plugins |
|
|
| 99 | kde-base/kdebase kde-base/nepomuk |
|
|
| 100 | kde-base/kdebase kde-base/phonon |
|
|
| 101 | kde-base/kdebase kde-base/solid-hardware |
|
|
| 102 | kde-base/kdebase kde-base/soliduiserver |
|
|
| 103 | kde-base/kdebase kde-base/kcheckpass |
|
|
| 104 | kde-base/kdebase kde-base/kcminit |
|
|
| 105 | kde-base/kdebase kde-base/kdebase-startkde |
|
|
| 106 | kde-base/kdebase kde-base/kstartupconfig |
|
|
| 107 | kde-base/kdebase kde-base/kde-menu-icons |
|
|
| 108 | kde-base/kdebase kde-base/kde-wallpapers |
|
|
| 109 | kde-base/kdebase kde-base/kdm |
|
|
| 110 | kde-base/kdebase kde-base/khotkeys |
|
|
| 111 | kde-base/kdebase kde-base/klipper |
|
|
| 112 | kde-base/kdebase kde-base/kmenuedit |
|
|
| 113 | kde-base/kdebase kde-base/krunner |
|
|
| 114 | kde-base/kdebase kde-base/kscreensaver |
|
|
| 115 | kde-base/kdebase kde-base/ksmserver |
|
|
| 116 | kde-base/kdebase kde-base/ksplash |
|
|
| 117 | kde-base/kdebase kde-base/ksysguard |
|
|
| 118 | kde-base/kdebase kde-base/ksystraycmd |
|
|
| 119 | kde-base/kdebase kde-base/ktip |
|
|
| 120 | kde-base/kdebase kde-base/kwin |
|
|
| 121 | kde-base/kdebase kde-base/libkworkspace |
|
|
| 122 | kde-base/kdebase kde-base/libplasma |
|
|
| 123 | kde-base/kdebase kde-base/libtaskmanager |
|
|
| 124 | kde-base/kdebase kde-base/plasma |
|
|
| 125 | kde-base/kdebase kde-base/solid |
|
|
| 126 | kde-base/kdebase kde-base/systemsettings |
|
|
| 127 | kde-base/kdebindings kde-base/kalyptus |
|
|
| 128 | kde-base/kdebindings kde-base/kdejava |
|
|
| 129 | kde-base/kdebindings kde-base/kimono |
|
|
| 130 | kde-base/kdebindings kde-base/kjsembed |
|
|
| 131 | kde-base/kdebindings kde-base/korundum |
|
|
| 132 | kde-base/kdebindings kde-base/krosspython |
|
|
| 133 | kde-base/kdebindings kde-base/krossruby |
|
|
| 134 | kde-base/kdebindings kde-base/pykde4 |
|
|
| 135 | kde-base/kdebindings kde-base/qyoto |
|
|
| 136 | kde-base/kdebindings kde-base/qtjava |
|
|
| 137 | kde-base/kdebindings kde-base/qtruby |
|
|
| 138 | kde-base/kdebindings kde-base/qtsharp |
|
|
| 139 | kde-base/kdebindings kde-base/smoke |
|
|
| 140 | kde-base/kdebindings kde-base/xparts |
|
|
| 141 | kde-base/kdeedu kde-base/blinken |
|
|
| 142 | kde-base/kdeedu kde-base/kalgebra |
|
|
| 143 | kde-base/kdeedu kde-base/kalzium |
|
|
| 144 | kde-base/kdeedu kde-base/kanagram |
|
|
| 145 | kde-base/kdeedu kde-base/kbruch |
|
|
| 146 | kde-base/kdeedu kde-base/kgeography |
|
|
| 147 | kde-base/kdeedu kde-base/khangman |
|
|
| 148 | kde-base/kdeedu kde-base/kig |
|
|
| 149 | kde-base/kdeedu kde-base/kiten |
|
|
| 150 | kde-base/kdeedu kde-base/klettres |
|
|
| 151 | kde-base/kdeedu kde-base/kmplot |
|
|
| 152 | kde-base/kdeedu kde-base/kpercentage |
|
|
| 153 | kde-base/kdeedu kde-base/kstars |
|
|
| 154 | kde-base/kdeedu kde-base/ktouch |
|
|
| 155 | kde-base/kdeedu kde-base/kturtle |
|
|
| 156 | kde-base/kdeedu kde-base/kwordquiz |
|
|
| 157 | kde-base/kdeedu kde-base/libkdeedu |
|
|
| 158 | kde-base/kdeedu kde-base/marble |
|
|
| 159 | kde-base/kdeedu kde-base/parley |
|
|
| 160 | kde-base/kdeedu kde-base/step |
|
|
| 161 | kde-base/kdegames kde-base/bovo |
|
|
| 162 | kde-base/kdegames kde-base/katomic |
|
|
| 163 | kde-base/kdegames kde-base/kbattleship |
|
|
| 164 | kde-base/kdegames kde-base/kblackbox |
|
|
| 165 | kde-base/kdegames kde-base/kbounce |
|
|
| 166 | kde-base/kdegames kde-base/kdiamond |
|
|
| 167 | kde-base/kdegames kde-base/kfourinline |
|
|
| 168 | kde-base/kdegames kde-base/kgoldrunner |
|
|
| 169 | kde-base/kdegames kde-base/kiriki |
|
|
| 170 | kde-base/kdegames kde-base/kjumpingcube |
|
|
| 171 | kde-base/kdegames kde-base/klines |
|
|
| 172 | kde-base/kdegames kde-base/kmahjongg |
|
|
| 173 | kde-base/kdegames kde-base/kmines |
|
|
| 174 | kde-base/kdegames kde-base/knetwalk |
|
|
| 175 | kde-base/kdegames kde-base/kolf |
|
|
| 176 | kde-base/kdegames kde-base/kollision |
|
|
| 177 | kde-base/kdegames kde-base/konquest |
|
|
| 178 | kde-base/kdegames kde-base/kpat |
|
|
| 179 | kde-base/kdegames kde-base/kreversi |
|
|
| 180 | kde-base/kdegames kde-base/ksame |
|
|
| 181 | kde-base/kdegames kde-base/kshisen |
|
|
| 182 | kde-base/kdegames kde-base/kspaceduel |
|
|
| 183 | kde-base/kdegames kde-base/ksquares |
|
|
| 184 | kde-base/kdegames kde-base/ksudoku |
|
|
| 185 | kde-base/kdegames kde-base/ktuberling |
|
|
| 186 | kde-base/kdegames kde-base/kubrick |
|
|
| 187 | kde-base/kdegames kde-base/libkdegames |
|
|
| 188 | kde-base/kdegames kde-base/libkmahjongg |
|
|
| 189 | kde-base/kdegames kde-base/lskat |
|
|
| 190 | kde-base/kdegraphics kde-base/gwenview |
|
|
| 191 | kde-base/kdegraphics kde-base/kamera |
|
|
| 192 | kde-base/kdegraphics kde-base/kcolorchooser |
|
|
| 193 | kde-base/kdegraphics kde-base/kgamma |
|
|
| 194 | kde-base/kdegraphics kde-base/kghostview |
|
|
| 195 | kde-base/kdegraphics kde-base/kolourpaint |
|
|
| 196 | kde-base/kdegraphics kde-base/kruler |
|
|
| 197 | kde-base/kdegraphics kde-base/ksnapshot |
|
|
| 198 | kde-base/kdegraphics kde-base/libkscan |
|
|
| 199 | kde-base/kdegraphics kde-base/okular |
|
|
| 200 | kde-base/kdegraphics kde-base/svgpart |
|
|
| 201 | kde-base/kdemultimedia kde-base/dragonplayer |
|
|
| 202 | kde-base/kdemultimedia kde-base/juk |
|
|
| 203 | kde-base/kdemultimedia kde-base/kdemultimedia-kioslaves |
|
|
| 204 | kde-base/kdemultimedia kde-base/kmix |
|
|
| 205 | kde-base/kdemultimedia kde-base/kscd |
|
|
| 206 | kde-base/kdemultimedia kde-base/libkcddb |
|
|
| 207 | kde-base/kdemultimedia kde-base/libkcompactdisc |
|
|
| 208 | kde-base/kdenetwork kde-base/kdenetwork-filesharing |
|
|
| 209 | kde-base/kdenetwork kde-base/kdnssd |
|
|
| 210 | kde-base/kdenetwork kde-base/kget |
|
|
| 211 | kde-base/kdenetwork kde-base/knewsticker |
|
|
| 212 | kde-base/kdenetwork kde-base/kopete |
|
|
| 213 | kde-base/kdenetwork kde-base/kppp |
|
|
| 214 | kde-base/kdenetwork kde-base/krdc |
|
|
| 215 | kde-base/kdenetwork kde-base/krfb |
|
|
| 216 | kde-base/kdepim kde-base/akonadi |
|
|
| 217 | kde-base/kdepim kde-base/akregator |
|
|
| 218 | kde-base/kdepim kde-base/certmanager |
|
|
| 219 | kde-base/kdepim kde-base/kabc2mutt |
|
|
| 220 | kde-base/kdepim kde-base/kabcclient |
|
|
| 221 | kde-base/kdepim kde-base/kaddressbook |
|
|
| 222 | kde-base/kdepim kde-base/kalarm |
|
|
| 223 | kde-base/kdepim kde-base/kdemaildir |
|
|
| 224 | kde-base/kdepim kde-base/kdepim-kioslaves |
|
|
| 225 | kde-base/kdepim kde-base/kdepim-kresources |
|
|
| 226 | kde-base/kdepim kde-base/kdepim-wizards |
|
|
| 227 | kde-base/kdepim kde-base/kfeed |
|
|
| 228 | kde-base/kdepim kde-base/kitchensync |
|
|
| 229 | kde-base/kdepim kde-base/kleopatra |
|
|
| 230 | kde-base/kdepim kde-base/kmail |
|
|
| 231 | kde-base/kdepim kde-base/kmailcvt |
|
|
| 232 | kde-base/kdepim kde-base/kmobiletools |
|
|
| 233 | kde-base/kdepim kde-base/knode |
|
|
| 234 | kde-base/kdepim kde-base/knotes |
|
|
| 235 | kde-base/kdepim kde-base/kode |
|
|
| 236 | kde-base/kdepim kde-base/konsolekalendar |
|
|
| 237 | kde-base/kdepim kde-base/kontact |
|
|
| 238 | kde-base/kdepim kde-base/kontact-specialdates |
|
|
| 239 | kde-base/kdepim kde-base/korganizer |
|
|
| 240 | kde-base/kdepim kde-base/korn |
|
|
| 241 | kde-base/kdepim kde-base/kpilot |
|
|
| 242 | kde-base/kdepim kde-base/ktimetracker |
|
|
| 243 | kde-base/kdepim kde-base/ktnef |
|
|
| 244 | kde-base/kdepim kde-base/libkdepim |
|
|
| 245 | kde-base/kdepim kde-base/libkholidays |
|
|
| 246 | kde-base/kdepim kde-base/libkleo |
|
|
| 247 | kde-base/kdepim kde-base/libkpgp |
|
|
| 248 | kde-base/kdepim kde-base/libksieve |
|
|
| 249 | kde-base/kdepim kde-base/mailtransport |
|
|
| 250 | kde-base/kdepim kde-base/mimelib |
|
|
| 251 | kde-base/kdepim kde-base/networkstatus |
|
|
| 252 | kde-base/kdesdk kde-base/cervisia |
|
|
| 253 | kde-base/kdesdk kde-base/kdeaccounts-plugin |
|
|
| 254 | kde-base/kdesdk kde-base/kapptemplate |
|
|
| 255 | kde-base/kdesdk kde-base/kate |
|
|
| 256 | kde-base/kdesdk kde-base/kbabel |
|
|
| 257 | kde-base/kdesdk kde-base/kbugbuster |
|
|
| 258 | kde-base/kdesdk kde-base/kcachegrind |
|
|
| 259 | kde-base/kdesdk kde-base/kdesdk-kioslaves |
|
|
| 260 | kde-base/kdesdk kde-base/kdesdk-misc |
|
|
| 261 | kde-base/kdesdk kde-base/kdesdk-scripts |
|
|
| 262 | kde-base/kdesdk kde-base/kmtrace |
|
|
| 263 | kde-base/kdesdk kde-base/kompare |
|
|
| 264 | kde-base/kdesdk kde-base/kspy |
|
|
| 265 | kde-base/kdesdk kde-base/kstartperf |
|
|
| 266 | kde-base/kdesdk kde-base/strigi-analyzer |
|
|
| 267 | kde-base/kdesdk kde-base/kuiviewer |
|
|
| 268 | kde-base/kdesdk kde-base/poxml |
|
|
| 269 | kde-base/kdesdk kde-base/umbrello |
|
|
| 270 | kde-base/kdetoys kde-base/amor |
|
|
| 271 | kde-base/kdetoys kde-base/kteatime |
|
|
| 272 | kde-base/kdetoys kde-base/ktux |
|
|
| 273 | kde-base/kdetoys kde-base/kweather |
|
|
| 274 | kde-base/kdetoys kde-base/kworldclock |
|
|
| 275 | kde-base/kdeutils kde-base/ark |
|
|
| 276 | kde-base/kdeutils kde-base/kcalc |
|
|
| 277 | kde-base/kdeutils kde-base/kcharselect |
|
|
| 278 | kde-base/kdeutils kde-base/kdessh |
|
|
| 279 | kde-base/kdeutils kde-base/kdf |
|
|
| 280 | kde-base/kdeutils kde-base/kfloppy |
|
|
| 281 | kde-base/kdeutils kde-base/kgpg |
|
|
| 282 | kde-base/kdeutils kde-base/kjots |
|
|
| 283 | kde-base/kdeutils kde-base/kmilo |
|
|
| 284 | kde-base/kdeutils kde-base/kregexpeditor |
|
|
| 285 | kde-base/kdeutils kde-base/kdessh |
|
|
| 286 | kde-base/kdeutils kde-base/ktimer |
|
|
| 287 | kde-base/kdeutils kde-base/kwallet |
|
|
| 288 | kde-base/kdeutils kde-base/superkaramba |
|
|
| 289 | kde-base/kdeutils kde-base/sweeper |
|
|
| 290 | kde-base/kdewebdev kde-base/kfilereplace |
|
|
| 291 | kde-base/kdewebdev kde-base/kimagemapeditor |
|
|
| 292 | kde-base/kdewebdev kde-base/klinkstatus |
|
|
| 293 | kde-base/kdewebdev kde-base/kxsldbg |
|
|
| 294 | kde-base/kdewebdev kde-base/quanta |
|
|
| 295 | app-office/koffice app-office/karbon |
|
|
| 296 | app-office/koffice app-office/kchart |
|
|
| 297 | app-office/koffice app-office/kexi |
|
|
| 298 | app-office/koffice app-office/kformula |
|
|
| 299 | app-office/koffice app-office/kivio |
|
|
| 300 | app-office/koffice app-office/koffice-data |
|
|
| 301 | app-office/koffice app-office/koffice-libs |
|
|
| 302 | app-office/koffice app-office/koshell |
|
|
| 303 | app-office/koffice app-office/kplato |
|
|
| 304 | app-office/koffice app-office/kpresenter |
|
|
| 305 | app-office/koffice app-office/krita |
|
|
| 306 | app-office/koffice app-office/kspread |
|
|
| 307 | app-office/koffice app-office/kugar |
|
|
| 308 | app-office/koffice app-office/kword |
|
|
| 309 | ' |
|
|
| 310 | |
49 | |
| 311 | # @FUNCTION: get-parent-package |
50 | # @FUNCTION: slot_is_at_least |
| 312 | # @USAGE: <split ebuild> |
51 | # @USAGE: <want> <have> |
| 313 | # @DESCRIPTION: |
52 | # @DESCRIPTION: |
| 314 | # Echoes the name of the monolithic package that a given split ebuild was derived from. |
53 | # Version aware slot comparator. |
| 315 | get-parent-package() { |
54 | # Current implementation relies on the fact, that slots can be compared like |
| 316 | local parent child |
55 | # string literals (and let's keep it this way). |
| 317 | while read parent child; do |
56 | slot_is_at_least() { |
| 318 | if [[ "${child}" == "$1" ]]; then |
57 | [[ "${2}" > "${1}" || "${2}" = "${1}" ]] |
| 319 | echo ${parent} |
|
|
| 320 | return 0 |
|
|
| 321 | fi |
|
|
| 322 | done <<< "$KDE_DERIVATION_MAP" |
|
|
| 323 | die "Package $target not found in KDE_DERIVATION_MAP, please report bug" |
|
|
| 324 | } |
|
|
| 325 | |
|
|
| 326 | # @FUNCTION: get-child-packages |
|
|
| 327 | # @USAGE: <monolithic ebuild> |
|
|
| 328 | # @DESCRIPTION: |
|
|
| 329 | # Echoes the names of all (split) ebuilds derived from a given monolithic ebuild. |
|
|
| 330 | get-child-packages() { |
|
|
| 331 | local parent child |
|
|
| 332 | while read parent child; do |
|
|
| 333 | [[ "${parent}" == "$1" ]] && echo -n "${child} " |
|
|
| 334 | done <<< "$KDE_DERIVATION_MAP" |
|
|
| 335 | } |
|
|
| 336 | |
|
|
| 337 | # @FUNCTION: is-parent-package |
|
|
| 338 | # @USAGE: <$CATEGORY/$PN> |
|
|
| 339 | # @DESCRIPTION: |
|
|
| 340 | # Returns zero exit-status if the given package is a parent (monolithic) ebuild. |
|
|
| 341 | # Returns non-zero exit-status if it's not. |
|
|
| 342 | is-parent-package() { |
|
|
| 343 | local parent child |
|
|
| 344 | while read parent child; do |
|
|
| 345 | [[ "${parent}" == "$1" ]] && return 0 |
|
|
| 346 | done <<< "$KDE_DERIVATION_MAP" |
|
|
| 347 | return 1 |
|
|
| 348 | } |
58 | } |
| 349 | |
59 | |
| 350 | # @FUNCTION: buildsycoca |
60 | # @FUNCTION: buildsycoca |
| 351 | # @DESCRIPTION: |
61 | # @DESCRIPTION: |
| 352 | # Function to rebuild the KDE System Configuration Cache. |
62 | # Function to rebuild the KDE System Configuration Cache. |
| 353 | # All KDE ebuilds should run this in pkg_postinst and pkg_postrm. |
63 | # All KDE ebuilds should run this in pkg_postinst and pkg_postrm. |
| 354 | # |
|
|
| 355 | # Note that kde4-base.eclass already does this. |
|
|
| 356 | buildsycoca() { |
64 | buildsycoca() { |
| 357 | debug-print-function ${FUNCNAME} "$@" |
65 | debug-print-function ${FUNCNAME} "$@" |
| 358 | |
66 | |
| 359 | if [[ -x ${KDEDIR}/bin/kbuildsycoca4 && -z "${ROOT%%/}" ]]; then |
67 | if [[ ${EAPI} == 2 ]] && ! use prefix; then |
| 360 | # First of all, make sure that the /usr/share/services directory exists |
68 | EROOT=${ROOT} |
| 361 | # and it has the right permissions |
69 | fi |
| 362 | mkdir -p /usr/share/services |
|
|
| 363 | chown root:0 /usr/share/services |
|
|
| 364 | chmod 0755 /usr/share/services |
|
|
| 365 | |
70 | |
| 366 | # kbuildsycoca4 needs a running dbus session to work correctly. |
71 | local KDE3DIR="${EROOT}usr/kde/3.5" |
| 367 | # We have to start a new dbus session, because the DBUS_SESSION_BUS_ADDRESS in the environment |
72 | if [[ -z ${EROOT%%/} && -x "${KDE3DIR}"/bin/kbuildsycoca ]]; then |
| 368 | # could from from the user's environment (through su [without '-']), causing kbuildsycoca4 to hang. |
73 | # Since KDE3 is aware of shortcuts in /usr, rebuild database |
|
|
74 | # for KDE3 as well. |
|
|
75 | touch "${KDE3DIR}"/share/services/ksycoca |
|
|
76 | chmod 644 "${KDE3DIR}"/share/services/ksycoca |
| 369 | |
77 | |
| 370 | echo "Starting dbus session for kbuildsycoca4" |
78 | ebegin "Running kbuildsycoca to build global database" |
| 371 | local _i |
79 | XDG_DATA_DIRS="${EROOT}usr/local/share:${KDE3DIR}/share:${EROOT}usr/share" \ |
| 372 | for _i in $(dbus-launch); do |
80 | DISPLAY="" \ |
| 373 | # We export both the ADDRESS _and_ the PID. We need the latter only to kill our session. |
81 | "${KDE3DIR}"/bin/kbuildsycoca --global --noincremental &> /dev/null |
| 374 | debug-print "Exporting: ${_i}" |
82 | eend $? |
| 375 | export "${_i}"; |
83 | fi |
|
|
84 | |
|
|
85 | # We no longer need to run kbuildsycoca4, as kded does that automatically, as needed |
|
|
86 | |
|
|
87 | # fix permission for some directories |
|
|
88 | for x in share/{config,kde4}; do |
|
|
89 | [[ ${KDEDIR} == /usr ]] && DIRS=${EROOT}usr || DIRS="${EROOT}usr ${EROOT}${KDEDIR}" |
|
|
90 | for y in ${DIRS}; do |
|
|
91 | [[ -d "${y}/${x}" ]] || break # nothing to do if directory does not exist |
|
|
92 | if [[ $(stat --format=%a "${y}/${x}") != 755 ]]; then |
|
|
93 | ewarn "QA Notice:" |
|
|
94 | ewarn "Package ${PN} is breaking ${y}/${x} permissions." |
|
|
95 | ewarn "Please report this issue to gentoo bugzilla." |
|
|
96 | einfo "Permissions will get adjusted automatically now." |
|
|
97 | find "${y}/${x}" -type d -print0 | xargs -0 chmod 755 |
|
|
98 | fi |
| 376 | done |
99 | done |
| 377 | debug-print "kbuildsycoca4 is using ${DBUS_SESSION_BUS_ADDRESS}" |
100 | done |
| 378 | |
|
|
| 379 | ebegin "Running kbuildsycoca4 to build global database" |
|
|
| 380 | # This is needed because we support multiple kde versions installed together. |
|
|
| 381 | XDG_DATA_DIRS="/usr/share:${KDEDIRS//:/\/share:}/share:/usr/local/share" \ |
|
|
| 382 | ${KDEDIR}/bin/kbuildsycoca4 --global --noincremental &> /dev/null |
|
|
| 383 | eend $? |
|
|
| 384 | |
|
|
| 385 | echo "Killing dbus session for kbuildsycoca4" |
|
|
| 386 | debug-print "ADDRESS ${DBUS_SESSION_BUS_ADDRESS}" |
|
|
| 387 | debug-print "PID: ${DBUS_SESSION_BUS_PID}" |
|
|
| 388 | kill ${DBUS_SESSION_BUS_PID} |
|
|
| 389 | eend $? |
|
|
| 390 | unset DBUS_SESSION_BUS_ADDRESS DBUS_SESSION_BUS_PID |
|
|
| 391 | |
|
|
| 392 | # For some reason this directory gets created with noone other than root |
|
|
| 393 | # being able to read it. Hence we chmod it. |
|
|
| 394 | chmod -R 0755 "${ROOT}"/usr/share/kde4 |
|
|
| 395 | fi |
|
|
| 396 | } |
101 | } |
| 397 | |
102 | |
| 398 | # @FUNCTION: comment_all_add_subdirectory |
103 | # @FUNCTION: comment_all_add_subdirectory |
| 399 | # @USAGE: [list of directory names] |
104 | # @USAGE: [list of directory names] |
| 400 | # @DESCRIPTION: |
105 | # @DESCRIPTION: |
| 401 | # recursively comment all add_subdirectory instructions in listed directories |
106 | # Recursively comment all add_subdirectory instructions in listed directories, |
| 402 | # except the ones in cmake/. |
107 | # except those in cmake/. |
| 403 | comment_all_add_subdirectory() { |
108 | comment_all_add_subdirectory() { |
| 404 | find "$@" -name CMakeLists.txt -print0 | grep -vFzZ "./cmake" | \ |
109 | find "$@" -name CMakeLists.txt -print0 | grep -vFzZ "./cmake" | \ |
| 405 | xargs -0 sed -i -e '/add_subdirectory/s/^/#DONOTCOMPILE /' -e '/ADD_SUBDIRECTORY/s/^/#DONOTCOMPILE /' || \ |
110 | xargs -0 sed -i \ |
|
|
111 | -e '/^[[:space:]]*add_subdirectory/s/^/#DONOTCOMPILE /' \ |
|
|
112 | -e '/^[[:space:]]*ADD_SUBDIRECTORY/s/^/#DONOTCOMPILE /' \ |
|
|
113 | -e '/^[[:space:]]*macro_optional_add_subdirectory/s/^/#DONOTCOMPILE /' \ |
|
|
114 | -e '/^[[:space:]]*MACRO_OPTIONAL_ADD_SUBDIRECTORY/s/^/#DONOTCOMPILE /' \ |
| 406 | die "${LINENO}: Initial sed died" |
115 | || die "${LINENO}: Initial sed died" |
| 407 | } |
116 | } |
| 408 | |
117 | |
| 409 | # @ECLASS-VARIABLE: KDE_LINGUAS |
118 | # @ECLASS-VARIABLE: KDE_LINGUAS |
| 410 | # @DESCRIPTION: |
119 | # @DESCRIPTION: |
| 411 | # This is a whitespace-separated list of translations that this ebuild supports. |
120 | # This is a whitespace-separated list of translations this ebuild supports. |
| 412 | # These translations automatically get added to IUSE. Therefore ebuilds must set |
121 | # These translations are automatically added to IUSE. Therefore ebuilds must set |
| 413 | # this variable before inheriting any eclasses. To only enable selected |
122 | # this variable before inheriting any eclasses. To enable only selected |
| 414 | # translations ebuilds must call enable_selected_linguas(). kde4-base.eclass does |
123 | # translations, ebuilds must call enable_selected_linguas(). kde4-{base,meta}.eclass does |
| 415 | # this for you. |
124 | # this for you. |
| 416 | # |
125 | # |
| 417 | # Example: KDE_LINGUAS="en_GB de nl" |
126 | # Example: KDE_LINGUAS="en_GB de nl" |
| 418 | for _lingua in ${KDE_LINGUAS}; do |
127 | for _lingua in ${KDE_LINGUAS}; do |
| 419 | IUSE="${IUSE} linguas_${_lingua}" |
128 | IUSE="${IUSE} linguas_${_lingua}" |
| 420 | done |
129 | done |
| 421 | |
130 | |
| 422 | # @FUNCTION: enable_selected_linguas |
131 | # @FUNCTION: enable_selected_linguas |
| 423 | # @DESCRIPTION: |
132 | # @DESCRIPTION: |
| 424 | # Enable translations based on LINGUAS settings and what translations are |
133 | # Enable translations based on LINGUAS settings and translations supported by |
| 425 | # supported (see KDE_LINGUAS). By default translations are found in "${S}"/po |
134 | # the package (see KDE_LINGUAS). By default, translations are found in "${S}"/po |
| 426 | # but this default can be overridden by defining KDE_LINGUAS_DIR. |
135 | # but this default can be overridden by defining KDE_LINGUAS_DIR. |
| 427 | enable_selected_linguas() { |
136 | enable_selected_linguas() { |
| 428 | local lingua |
137 | debug-print-function ${FUNCNAME} "$@" |
|
|
138 | |
|
|
139 | local lingua linguas sr_mess wp |
|
|
140 | |
|
|
141 | # if there is no linguas defined we enable everything |
|
|
142 | if ! $(env | grep -q "^LINGUAS="); then |
|
|
143 | return 0 |
|
|
144 | fi |
|
|
145 | |
|
|
146 | # @ECLASS-VARIABLE: KDE_LINGUAS_DIR |
|
|
147 | # @DESCRIPTION: |
|
|
148 | # Specified folder where application translations are located. |
|
|
149 | KDE_LINGUAS_DIR=${KDE_LINGUAS_DIR:="po"} |
|
|
150 | [[ -d "${KDE_LINGUAS_DIR}" ]] || die "wrong linguas dir specified" |
| 429 | comment_all_add_subdirectory "${KDE_LINGUAS_DIR:-${S}/po}" |
151 | comment_all_add_subdirectory "${KDE_LINGUAS_DIR}" |
|
|
152 | pushd "${KDE_LINGUAS_DIR}" > /dev/null |
|
|
153 | |
|
|
154 | # fix all various crazy sr@Latn variations |
|
|
155 | # this part is only ease for ebuilds, so there wont be any die when this |
|
|
156 | # fail at any point |
|
|
157 | sr_mess="sr@latn sr@latin sr@Latin" |
|
|
158 | for wp in ${sr_mess}; do |
|
|
159 | [[ -e "${wp}.po" ]] && mv "${wp}.po" "sr@Latn.po" |
|
|
160 | if [[ -d "${wp}" ]]; then |
|
|
161 | # move dir and fix cmakelists |
|
|
162 | mv "${wp}" "sr@Latn" |
|
|
163 | sed -i \ |
|
|
164 | -e "s:${wp}:sr@Latin:g" \ |
|
|
165 | CMakeLists.txt |
|
|
166 | fi |
|
|
167 | done |
|
|
168 | |
| 430 | for lingua in ${KDE_LINGUAS}; do |
169 | for lingua in ${KDE_LINGUAS}; do |
|
|
170 | if [[ -e "${lingua}.po" ]]; then |
|
|
171 | mv "${lingua}.po" "${lingua}.po.old" |
|
|
172 | fi |
|
|
173 | done |
|
|
174 | |
|
|
175 | for lingua in ${KDE_LINGUAS}; do |
| 431 | if use linguas_${lingua}; then |
176 | if use linguas_${lingua} ; then |
|
|
177 | if [[ -d "${lingua}" ]]; then |
|
|
178 | linguas="${linguas} ${lingua}" |
| 432 | sed -e "/add_subdirectory([[:space:]]*${lingua}[[:space:]]*)[[:space:]]*$/ s/^#DONOTCOMPILE //" \ |
179 | sed -e "/add_subdirectory([[:space:]]*${lingua}[[:space:]]*)[[:space:]]*$/ s/^#DONOTCOMPILE //" \ |
| 433 | -e "/ADD_SUBDIRECTORY([[:space:]]*${lingua}[[:space:]]*)[[:space:]]*$/ s/^#DONOTCOMPILE //" \ |
180 | -e "/ADD_SUBDIRECTORY([[:space:]]*${lingua}[[:space:]]*)[[:space:]]*$/ s/^#DONOTCOMPILE //" \ |
| 434 | -i "${KDE_LINGUAS_DIR:-${S}/po}"/CMakeLists.txt || die "Sed to uncomment linguas_${lingua} failed." |
181 | -i CMakeLists.txt || die "Sed to uncomment linguas_${lingua} failed." |
| 435 | fi |
182 | fi |
|
|
183 | if [[ -e "${lingua}.po.old" ]]; then |
|
|
184 | linguas="${linguas} ${lingua}" |
|
|
185 | mv "${lingua}.po.old" "${lingua}.po" |
|
|
186 | fi |
|
|
187 | fi |
| 436 | done |
188 | done |
| 437 | } |
189 | [[ -n "${linguas}" ]] && einfo "Enabling languages: ${linguas}" |
| 438 | |
190 | |
| 439 | # @ECLASS-VARIABLE: QT4_BUILT_WITH_USE_CHECK |
191 | popd > /dev/null |
|
|
192 | } |
|
|
193 | |
|
|
194 | # @FUNCTION: enable_selected_doc_linguas |
|
|
195 | # @DESCRIPTION: |
|
|
196 | # Enable only selected linguas enabled doc folders. |
|
|
197 | enable_selected_doc_linguas() { |
|
|
198 | debug-print-function ${FUNCNAME} "$@" |
|
|
199 | |
|
|
200 | # if there is no linguas defined we enable everything |
|
|
201 | if ! $(env | grep -q "^LINGUAS="); then |
|
|
202 | return 0 |
|
|
203 | fi |
|
|
204 | |
|
|
205 | # @ECLASS-VARIABLE: KDE_DOC_DIRS |
| 440 | # @DESCRIPTION: |
206 | # @DESCRIPTION: |
| 441 | # A list of USE flags that x11-libs/qt:4 needs to be built with. |
207 | # Variable specifying whitespace separated patterns for documentation locations. |
|
|
208 | # Default is "doc/%lingua" |
|
|
209 | KDE_DOC_DIRS=${KDE_DOC_DIRS:='doc/%lingua'} |
|
|
210 | local linguas |
|
|
211 | for pattern in ${KDE_DOC_DIRS}; do |
|
|
212 | |
|
|
213 | local handbookdir=`dirname ${pattern}` |
|
|
214 | local translationdir=`basename ${pattern}` |
|
|
215 | # Do filename pattern supplied, treat as directory |
|
|
216 | [[ "${handbookdir}" = '.' ]] && handbookdir=${translationdir} && translationdir= |
|
|
217 | [[ -d "${handbookdir}" ]] || die 'wrong doc dir specified' |
|
|
218 | |
|
|
219 | if ! use handbook; then |
|
|
220 | # Disable whole directory |
|
|
221 | sed -e "/add_subdirectory[[:space:]]*([[:space:]]*${handbookdir}[[:space:]]*)/s/^/#DONOTCOMPILE /" \ |
|
|
222 | -e "/ADD_SUBDIRECTORY[[:space:]]*([[:space:]]*${handbookdir}[[:space:]]*)/s/^/#DONOTCOMPILE /" \ |
|
|
223 | -i CMakeLists.txt || die 'failed to comment out all handbooks' |
|
|
224 | else |
|
|
225 | # Disable subdirectories recursively |
|
|
226 | comment_all_add_subdirectory "${handbookdir}" |
|
|
227 | # Add requested translations |
|
|
228 | local lingua |
|
|
229 | for lingua in en ${KDE_LINGUAS}; do |
|
|
230 | if [[ ${lingua} = 'en' ]] || use linguas_${lingua}; then |
|
|
231 | if [[ -d "${handbookdir}/${translationdir//%lingua/${lingua}}" ]]; then |
|
|
232 | sed -e "/add_subdirectory[[:space:]]*([[:space:]]*${translationdir//%lingua/${lingua}}/s/^#DONOTCOMPILE //" \ |
|
|
233 | -e "/ADD_SUBDIRECTORY[[:space:]]*([[:space:]]*${translationdir//%lingua/${lingua}}/s/^#DONOTCOMPILE //" \ |
|
|
234 | -i "${handbookdir}"/CMakeLists.txt && ! has ${lingua} ${linguas} && linguas="${linguas} ${lingua}" |
|
|
235 | fi |
|
|
236 | fi |
|
|
237 | done |
|
|
238 | fi |
|
|
239 | |
|
|
240 | done |
|
|
241 | [[ -n "${linguas}" ]] && einfo "Enabling handbook translations:${linguas}" |
|
|
242 | } |
|
|
243 | |
|
|
244 | # @FUNCTION: get_build_type |
|
|
245 | # @DESCRIPTION: |
|
|
246 | # Determine whether we are using live ebuild or tbzs. |
|
|
247 | get_build_type() { |
|
|
248 | if [[ ${SLOT} = live || ${PV} = *9999* ]]; then |
|
|
249 | BUILD_TYPE="live" |
|
|
250 | else |
|
|
251 | BUILD_TYPE="release" |
|
|
252 | fi |
|
|
253 | export BUILD_TYPE |
|
|
254 | } |
|
|
255 | |
|
|
256 | # @FUNCTION: migrate_store_dir |
|
|
257 | # @DESCRIPTION: |
|
|
258 | # Universal store dir migration |
|
|
259 | # * performs split of kdebase to kdebase-apps when needed |
|
|
260 | # * moves playground/extragear kde4-base-style to toplevel dir |
|
|
261 | migrate_store_dir() { |
|
|
262 | local cleandir="${ESVN_STORE_DIR}/KDE" |
|
|
263 | if [[ -d "${cleandir}" ]]; then |
|
|
264 | ewarn "'${cleandir}' has been found. Moving contents to new location." |
|
|
265 | addwrite "${ESVN_STORE_DIR}" |
|
|
266 | # Split kdebase |
|
|
267 | local module |
|
|
268 | if pushd "${cleandir}"/kdebase/kdebase > /dev/null; then |
|
|
269 | for module in `find . -maxdepth 1 -type d -name [a-z0-9]\*`; do |
|
|
270 | module="${module#./}" |
|
|
271 | mkdir -p "${ESVN_STORE_DIR}/kdebase-${module}" && mv -f "${module}" "${ESVN_STORE_DIR}/kdebase-${module}" || \ |
|
|
272 | die "Failed to move to '${ESVN_STORE_DIR}/kdebase-${module}'." |
|
|
273 | done |
|
|
274 | popd > /dev/null |
|
|
275 | rm -fr "${cleandir}/kdebase" || \ |
|
|
276 | die "Failed to remove ${cleandir}/kdebase. You need to remove it manually." |
|
|
277 | fi |
|
|
278 | # Move the rest |
|
|
279 | local pkg |
|
|
280 | for pkg in "${cleandir}"/*; do |
|
|
281 | mv -f "${pkg}" "${ESVN_STORE_DIR}"/ || eerror "Failed to move '${pkg}'" |
|
|
282 | done |
|
|
283 | rmdir "${cleandir}" || die "Could not move obsolete KDE store dir. Please move '${cleandir}' contents to appropriate location (possibly ${ESVN_STORE_DIR}) and manually remove '${cleandir}' in order to continue." |
|
|
284 | fi |
|
|
285 | |
|
|
286 | if ! hasq kde4-meta ${INHERITED}; then |
|
|
287 | case ${KMNAME} in |
|
|
288 | extragear*|playground*) |
|
|
289 | local svnlocalpath="${ESVN_STORE_DIR}"/"${KMNAME}"/"${PN}" |
|
|
290 | if [[ -d "${svnlocalpath}" ]]; then |
|
|
291 | local destdir="${ESVN_STORE_DIR}"/"${ESVN_PROJECT}"/"`basename "${ESVN_REPO_URI}"`" |
|
|
292 | ewarn "'${svnlocalpath}' has been found." |
|
|
293 | ewarn "Moving contents to new location: ${destdir}" |
|
|
294 | addwrite "${ESVN_STORE_DIR}" |
|
|
295 | mkdir -p "${ESVN_STORE_DIR}"/"${ESVN_PROJECT}" && mv -f "${svnlocalpath}" "${destdir}" \ |
|
|
296 | || die "Failed to move to '${svnlocalpath}'" |
|
|
297 | # Try cleaning empty directories |
|
|
298 | rmdir "`dirname "${svnlocalpath}"`" 2> /dev/null |
|
|
299 | fi |
|
|
300 | ;; |
|
|
301 | esac |
|
|
302 | fi |
|
|
303 | } |
|
|
304 | |
|
|
305 | # Functions handling KMLOADLIBS and KMSAVELIBS |
|
|
306 | |
|
|
307 | # @FUNCTION: save_library_dependencies |
|
|
308 | # @DESCRIPTION: |
|
|
309 | # Add exporting CMake dependencies for current package |
|
|
310 | save_library_dependencies() { |
|
|
311 | local depsfile="${T}/${PN}:${SLOT}" |
|
|
312 | |
|
|
313 | ebegin "Saving library dependencies in ${depsfile##*/}" |
|
|
314 | echo "EXPORT_LIBRARY_DEPENDENCIES(\"${depsfile}\")" >> "${S}/CMakeLists.txt" || \ |
|
|
315 | die "Failed to save the library dependencies." |
|
|
316 | eend $? |
|
|
317 | } |
|
|
318 | |
|
|
319 | # @FUNCTION: install_library_dependencies |
|
|
320 | # @DESCRIPTION: |
|
|
321 | # Install generated CMake library dependencies to /var/lib/kde |
|
|
322 | install_library_dependencies() { |
|
|
323 | local depsfile="${T}/${PN}:${SLOT}" |
|
|
324 | |
|
|
325 | ebegin "Installing library dependencies as ${depsfile##*/}" |
|
|
326 | insinto /var/lib/kde |
|
|
327 | doins "${depsfile}" || die "Failed to install library dependencies." |
|
|
328 | eend $? |
|
|
329 | } |
|
|
330 | |
|
|
331 | # @FUNCTION: load_library_dependencies |
|
|
332 | # @DESCRIPTION: |
|
|
333 | # Inject specified library dependencies in current package |
|
|
334 | load_library_dependencies() { |
|
|
335 | local pn i depsfile |
|
|
336 | ebegin "Injecting library dependencies from '${KMLOADLIBS}'" |
|
|
337 | |
|
|
338 | i=0 |
|
|
339 | for pn in ${KMLOADLIBS} ; do |
|
|
340 | ((i++)) |
|
|
341 | depsfile="${EPREFIX}/var/lib/kde/${pn}:${SLOT}" |
|
|
342 | [[ -r "${depsfile}" ]] || die "Depsfile '${depsfile}' not accessible. You probably need to reinstall ${pn}." |
|
|
343 | sed -i -e "${i}iINCLUDE(\"${depsfile}\")" "${S}/CMakeLists.txt" || \ |
|
|
344 | die "Failed to include library dependencies for ${pn}" |
|
|
345 | done |
|
|
346 | eend $? |
|
|
347 | } |
|
|
348 | |
|
|
349 | # @FUNCTION: block_other_slots |
|
|
350 | # @DESCRIPTION: |
|
|
351 | # Create blocks for the current package in other slots when |
|
|
352 | # installed with USE=-kdeprefix |
|
|
353 | block_other_slots() { |
|
|
354 | debug-print-function ${FUNCNAME} "$@" |
|
|
355 | |
|
|
356 | _do_blocker ${PN} 0:${SLOT} |
|
|
357 | } |
|
|
358 | |
|
|
359 | # @FUNCTION: add_blocker |
|
|
360 | # @DESCRIPTION: |
|
|
361 | # Create correct RDEPEND value for blocking correct package. |
|
|
362 | # Useful for file-collision blocks. |
|
|
363 | # Parameters are package and version(s) to block. |
|
|
364 | # add_blocker kdelibs 4.2.4 |
|
|
365 | # If no version is specified, then all versions will be blocked |
|
|
366 | # If any arguments (from 2 on) contain a ":", then different versions |
|
|
367 | # are blocked in different slots. (Unlisted slots get the version without |
|
|
368 | # a ":", if none, then all versions are blocked). The parameter is then of |
|
|
369 | # the form VERSION:SLOT. Any VERSION of 0 means that no blocker will be |
|
|
370 | # added for that slot (or, if no slot, then for any unlisted slot). |
|
|
371 | # A parameter of the form :SLOT means to block all versions from that slot. |
|
|
372 | # If VERSION begins with "<", then "!<foo" will be used instead of "!<=foo". |
|
|
373 | # As a special case, if a parameter with slot "3.5" is passed, then that slot |
|
|
374 | # may also be blocked. |
| 442 | # |
375 | # |
| 443 | # This list is automatically appended to KDE4_BUILT_WITH_USE_CHECK, |
376 | # Versions that match "4.x.50" are equivalent to all slots up to (and including) |
| 444 | # so don't call qt4_pkg_setup manually. |
377 | # "4.x", but nothing following slot "4.x" |
| 445 | |
|
|
| 446 | # @ECLASS-VARIABLE: KDE4_BUILT_WITH_USE_CHECK |
|
|
| 447 | # @DESCRIPTION: |
|
|
| 448 | # The contents of $KDE4_BUILT_WITH_USE_CHECK gets fed to built_with_use |
|
|
| 449 | # (eutils.eclass), line per line. |
|
|
| 450 | # |
378 | # |
| 451 | # Example: |
379 | # As an example, if SLOT=live, then |
| 452 | # @CODE |
380 | # add_blocker kdelibs 0 :4.3 '<4.3.96:4.4' 9999:live |
| 453 | # pkg_setup() { |
381 | # will add the following to RDEPEND: |
| 454 | # KDE4_BUILT_WITH_USE_CHECK="--missing true sys-apps/dbus X" |
382 | # !kdeprefix? ( !kde-base/kdelibs:4.3[-kdeprefix] ) |
| 455 | # use alsa && KDE4_BUILT_WITH_USE_CHECK="${KDE4_BUILT_WITH_USE_CHECK} |
383 | # !kdeprefix? ( !<kde-base/kdelibs-4.3.96:4.4[-kdeprefix] ) |
| 456 | # --missing true media-libs/alsa-lib midi" |
384 | # !<=kde-base/kdelibs-9999:live |
| 457 | # kde4-base_pkg_setup |
385 | add_blocker() { |
| 458 | # } |
386 | debug-print-function ${FUNCNAME} "$@" |
| 459 | # @CODE |
|
|
| 460 | |
387 | |
| 461 | # run built_with_use on each flag and print appropriate error messages if any |
388 | RDEPEND+=" $(_do_blocker "$@")" |
| 462 | # flags are missing |
389 | } |
| 463 | _kde4-functions_built_with_use() { |
|
|
| 464 | local missing opt pkg flag flags |
|
|
| 465 | |
390 | |
| 466 | if [[ ${1} = "--missing" ]]; then |
391 | # _greater_max_in_slot ver slot |
| 467 | missing="${1} ${2}" && shift 2 |
392 | # slot must be 4.x or live |
|
|
393 | # returns true if ver is >= the maximum possibile version in slot |
|
|
394 | _greater_max_in_slot() { |
|
|
395 | local ver=$1 |
|
|
396 | local slot=$2 |
|
|
397 | # If slot is live, then return false |
|
|
398 | # (nothing is greater than the maximum live version) |
|
|
399 | [[ $slot == live ]] && return 1 |
|
|
400 | # Otherwise, for slot X.Y, test against X.Y.50 |
|
|
401 | local test=${slot}.50 |
|
|
402 | version_compare $1 ${test} |
|
|
403 | # 1 = '<', 2 = '=', 3 = '>' |
|
|
404 | (( $? != 1 )) |
|
|
405 | } |
|
|
406 | |
|
|
407 | # _less_min_in_slot ver slot |
|
|
408 | # slot must be 4.x or live |
|
|
409 | # returns true if ver is <= the minimum possibile version in slot |
|
|
410 | _less_min_in_slot() { |
|
|
411 | local ver=$1 |
|
|
412 | local slot=$2 |
|
|
413 | # If slot == live, then test with "9999_pre", so that 9999 tests false |
|
|
414 | local test=9999_pre |
|
|
415 | # If slot == X.Y, then test with X.(Y-1).50 |
|
|
416 | [[ $slot != live ]] && test=${slot%.*}.$((${slot#*.} - 1)).50 |
|
|
417 | version_compare $1 ${test} |
|
|
418 | # 1 = '<', 2 = '=', 3 = '>' |
|
|
419 | (( $? != 3 )) |
|
|
420 | } |
|
|
421 | |
|
|
422 | # Internal function used for add_blocker and block_other_slots |
|
|
423 | # This takes the same parameters as add_blocker, but echos to |
|
|
424 | # stdout instead of updating a variable. |
|
|
425 | _do_blocker() { |
|
|
426 | debug-print-function ${FUNCNAME} "$@" |
|
|
427 | |
|
|
428 | [[ -z ${1} ]] && die "Missing parameter" |
|
|
429 | local pkg=kde-base/$1 |
|
|
430 | shift |
|
|
431 | local param slot def="unset" var atom |
|
|
432 | # The following variables will hold parameters that contain ":" |
|
|
433 | # - block_3_5 |
|
|
434 | # - block_4_1 |
|
|
435 | # - block_4_2 |
|
|
436 | # - block_4_3 |
|
|
437 | # - block_4_4 |
|
|
438 | # - block_live |
|
|
439 | for slot in 3.5 ${KDE_SLOTS[@]} ${KDE_LIVE_SLOTS[@]}; do |
|
|
440 | local block_${slot//./_}="unset" |
|
|
441 | done |
|
|
442 | |
|
|
443 | # This construct goes through each parameter passed, and sets |
|
|
444 | # either def or block_* to the version passed |
|
|
445 | for param; do |
|
|
446 | # If the parameter does not have a ":" in it... |
|
|
447 | if [[ ${param/:} == ${param} ]]; then |
|
|
448 | def=${param} |
|
|
449 | else # the parameter *does* have a ":" in it |
|
|
450 | # so everything after the : is the slot... |
|
|
451 | slot=${param#*:} |
|
|
452 | # ...and everything before the : is the version |
|
|
453 | local block_${slot//./_}=${param%:*} |
| 468 | fi |
454 | fi |
|
|
455 | done |
|
|
456 | |
|
|
457 | for slot in ${KDE_SLOTS[@]} ${KDE_LIVE_SLOTS[@]}; do |
|
|
458 | # ${var} contains the name of the variable we care about for this slot |
|
|
459 | # ${!var} is it's value |
|
|
460 | var=block_${slot//./_} |
|
|
461 | # if we didn't pass *:${slot}, then use the unsloted value |
|
|
462 | [[ ${!var} == "unset" ]] && var=def |
|
|
463 | |
|
|
464 | # If no version was passed, or the version is greater than the maximum |
|
|
465 | # possible version in this slot, block all versions in this slot |
|
|
466 | if [[ ${!var} == "unset" ]] || [[ -z ${!var} ]] || _greater_max_in_slot ${!var#<} ${slot}; then |
|
|
467 | atom=${pkg} |
|
|
468 | # If the version is "0" or less than the minimum possible version in |
|
|
469 | # this slot, do nothing |
|
|
470 | elif [[ ${!var} == "0" ]] || _less_min_in_slot ${!var#<} ${slot}; then |
|
|
471 | continue |
|
|
472 | # If the version passed begins with a "<", then use "<" instead of "<=" |
| 469 | if [[ ${1:0:1} = "-" ]]; then |
473 | elif [[ ${!var:0:1} == "<" ]]; then |
| 470 | opt=${1} && shift |
474 | # this also removes the first character of the version, which is a "<" |
| 471 | fi |
475 | atom="<${pkg}-${!var:1}" |
| 472 | |
|
|
| 473 | pkg=${1} && shift |
|
|
| 474 | |
|
|
| 475 | for flag in "${@}"; do |
|
|
| 476 | flags="${flags} ${flag}" |
|
|
| 477 | if ! built_with_use ${missing} ${opt} ${pkg} ${flag}; then |
|
|
| 478 | flags="${flags}*" |
|
|
| 479 | else |
476 | else |
| 480 | [[ ${opt} = "-o" ]] && return 0 |
477 | atom="<=${pkg}-${!var}" |
| 481 | fi |
|
|
| 482 | done |
|
|
| 483 | if [[ "${flags# }" = "${@}" ]]; then |
|
|
| 484 | return 0 |
|
|
| 485 | fi |
478 | fi |
| 486 | if [[ ${opt} = "-o" ]]; then |
479 | # we always block our own slot, ignoring kdeprefix |
| 487 | eerror "This package requires '${pkg}' to be built with any of the following USE flags: '$*'." |
480 | if [[ ${SLOT} == ${slot} ]]; then |
|
|
481 | echo " !${atom}:${slot}" |
|
|
482 | else |
|
|
483 | # we only block other slots on -kdeprefix |
|
|
484 | echo " !kdeprefix? ( !${atom}:${slot}[-kdeprefix] )" |
|
|
485 | fi |
|
|
486 | done |
|
|
487 | |
|
|
488 | # This is a special case block for :3.5; it does not use the |
|
|
489 | # default version passed, and no blocker is output *unless* a version |
|
|
490 | # is passed, or ":3.5" is passed to explicitly request a block on all |
|
|
491 | # 3.5 versions. |
|
|
492 | if [[ ${block_3_5} != "unset" && ${block_3_5} != "0" ]]; then |
|
|
493 | if [[ -z ${block_3_5} ]]; then |
|
|
494 | atom=${pkg} |
|
|
495 | elif [[ ${block_3_5:0:1} == "<" ]]; then |
|
|
496 | atom="<${pkg}-${block_3_5:1}" |
|
|
497 | else |
|
|
498 | atom="<=${pkg}-${block_3_5}" |
|
|
499 | fi |
|
|
500 | echo " !${atom}:3.5" |
|
|
501 | fi |
|
|
502 | } |
|
|
503 | |
|
|
504 | # @FUNCTION: add_kdebase_dep |
|
|
505 | # @DESCRIPTION: |
|
|
506 | # Create proper dependency for kde-base/ dependencies, |
|
|
507 | # adding SLOT when needed (and *only* when needed). |
|
|
508 | # This takes 1 or 2 arguments. The first being the package |
|
|
509 | # name, the optional second, is additional USE flags to append. |
|
|
510 | # The output of this should be added directly to DEPEND/RDEPEND, and |
|
|
511 | # may be wrapped in a USE conditional (but not an || conditional |
|
|
512 | # without an extra set of parentheses). |
|
|
513 | add_kdebase_dep() { |
|
|
514 | debug-print-function ${FUNCNAME} "$@" |
|
|
515 | |
|
|
516 | [[ -z ${1} ]] && die "Missing parameter" |
|
|
517 | |
|
|
518 | local use=${2:+,${2}} |
|
|
519 | |
|
|
520 | if [[ ${KDEBASE} = kde-base ]]; then |
|
|
521 | echo " !kdeprefix? ( >=kde-base/${1}-${PV}[aqua=,-kdeprefix${use}] )" |
|
|
522 | echo " kdeprefix? ( >=kde-base/${1}-${PV}:${SLOT}[aqua=,kdeprefix${use}] )" |
| 488 | else |
523 | else |
| 489 | eerror "This package requires '${pkg}' to be built with the following USE flags: '${flags# }'." |
524 | if [[ ${KDE_MINIMAL} = live ]]; then |
| 490 | fi |
525 | echo " kde-base/${1}:${KDE_MINIMAL}[aqua=${use}]" |
| 491 | return 1 |
|
|
| 492 | } |
|
|
| 493 | |
|
|
| 494 | # @FUNCTION: kde4-functions_check_use |
|
|
| 495 | # @DESCRIPTION: |
|
|
| 496 | # Check if the Qt4 libraries are built with the USE flags listed in |
|
|
| 497 | # $QT4_BUILT_WITH_USE_CHECK. |
|
|
| 498 | # |
|
|
| 499 | # Check if a list of packages are built with certain USE flags, as listed in |
|
|
| 500 | # $KDE4_BUILT_WITH_USE_CHECK. |
|
|
| 501 | # |
|
|
| 502 | # If any of the required USE flags are missing, an eerror will be printed for |
|
|
| 503 | # each package with missing USE flags. |
|
|
| 504 | kde4-functions_check_use() { |
|
|
| 505 | # I like to keep flags sorted |
|
|
| 506 | QT4_BUILT_WITH_USE_CHECK=$(echo "${QT4_BUILT_WITH_USE_CHECK}" | \ |
|
|
| 507 | tr '[:space:]' '\n' | sort | xargs) |
|
|
| 508 | |
|
|
| 509 | local line missing |
|
|
| 510 | if [[ -n ${KDE4_BUILT_WITH_USE_CHECK[@]} && $(declare -p KDE4_BUILT_WITH_USE_CHECK) = 'declare -a '* ]]; then |
|
|
| 511 | KDE4_BUILT_WITH_USE_CHECK=("x11-libs/qt:4 ${QT4_BUILT_WITH_USE_CHECK}" |
|
|
| 512 | "${KDE4_BUILT_WITH_USE_CHECK[@]}") |
|
|
| 513 | |
|
|
| 514 | for line in "${KDE4_BUILT_WITH_USE_CHECK[@]}"; do |
|
|
| 515 | [[ -z ${line} ]] && continue |
|
|
| 516 | if ! _kde4-functions_built_with_use ${line}; then |
|
|
| 517 | missing=true |
|
|
| 518 | fi |
|
|
| 519 | done |
|
|
| 520 | else |
526 | else |
| 521 | KDE4_BUILT_WITH_USE_CHECK="x11-libs/qt:4 ${QT4_BUILT_WITH_USE_CHECK} |
527 | echo " >=kde-base/${1}-${KDE_MINIMAL}[aqua=${use}]" |
| 522 | ${KDE4_BUILT_WITH_USE_CHECK}" |
|
|
| 523 | |
|
|
| 524 | while read line; do |
|
|
| 525 | [[ -z ${line} ]] && continue |
|
|
| 526 | if ! _kde4-functions_built_with_use ${line}; then |
|
|
| 527 | missing=true |
|
|
| 528 | fi |
528 | fi |
| 529 | done <<< "${KDE4_BUILT_WITH_USE_CHECK}" |
|
|
| 530 | fi |
529 | fi |
| 531 | if [[ -n ${missing} ]]; then |
|
|
| 532 | echo |
|
|
| 533 | eerror "Flags marked with an * are missing." |
|
|
| 534 | die "Missing USE flags found" |
|
|
| 535 | fi |
|
|
| 536 | } |
530 | } |