| 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.41 2010/12/29 17:56:34 tampakrap 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} "$@" |
| 429 | comment_all_add_subdirectory "${KDE_LINGUAS_DIR:-${S}/po}" |
|
|
| 430 | for lingua in ${KDE_LINGUAS}; do |
|
|
| 431 | if use linguas_${lingua}; then |
|
|
| 432 | sed -e "/add_subdirectory([[:space:]]*${lingua}[[:space:]]*)[[:space:]]*$/ s/^#DONOTCOMPILE //" \ |
|
|
| 433 | -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." |
|
|
| 435 | fi |
|
|
| 436 | done |
|
|
| 437 | } |
|
|
| 438 | |
138 | |
| 439 | # @ECLASS-VARIABLE: QT4_BUILT_WITH_USE_CHECK |
139 | local x |
| 440 | # @DESCRIPTION: |
|
|
| 441 | # A list of USE flags that x11-libs/qt:4 needs to be built with. |
|
|
| 442 | # |
|
|
| 443 | # This list is automatically appended to KDE4_BUILT_WITH_USE_CHECK, |
|
|
| 444 | # so don't call qt4_pkg_setup manually. |
|
|
| 445 | |
140 | |
| 446 | # @ECLASS-VARIABLE: KDE4_BUILT_WITH_USE_CHECK |
141 | # if there is no linguas defined we enable everything |
| 447 | # @DESCRIPTION: |
142 | if ! $(env | grep -q "^LINGUAS="); then |
| 448 | # The contents of $KDE4_BUILT_WITH_USE_CHECK gets fed to built_with_use |
|
|
| 449 | # (eutils.eclass), line per line. |
|
|
| 450 | # |
|
|
| 451 | # Example: |
|
|
| 452 | # @CODE |
|
|
| 453 | # pkg_setup() { |
|
|
| 454 | # KDE4_BUILT_WITH_USE_CHECK="--missing true sys-apps/dbus X" |
|
|
| 455 | # use alsa && KDE4_BUILT_WITH_USE_CHECK="${KDE4_BUILT_WITH_USE_CHECK} |
|
|
| 456 | # --missing true media-libs/alsa-lib midi" |
|
|
| 457 | # kde4-base_pkg_setup |
|
|
| 458 | # } |
|
|
| 459 | # @CODE |
|
|
| 460 | |
|
|
| 461 | # run built_with_use on each flag and print appropriate error messages if any |
|
|
| 462 | # flags are missing |
|
|
| 463 | _kde4-functions_built_with_use() { |
|
|
| 464 | local missing opt pkg flag flags |
|
|
| 465 | |
|
|
| 466 | if [[ ${1} = "--missing" ]]; then |
|
|
| 467 | missing="${1} ${2}" && shift 2 |
|
|
| 468 | fi |
|
|
| 469 | if [[ ${1:0:1} = "-" ]]; then |
|
|
| 470 | opt=${1} && shift |
|
|
| 471 | fi |
|
|
| 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 |
|
|
| 480 | [[ ${opt} = "-o" ]] && return 0 |
|
|
| 481 | fi |
|
|
| 482 | done |
|
|
| 483 | if [[ "${flags# }" = "${@}" ]]; then |
|
|
| 484 | return 0 |
143 | return 0 |
| 485 | fi |
144 | fi |
| 486 | if [[ ${opt} = "-o" ]]; then |
|
|
| 487 | eerror "This package requires '${pkg}' to be built with any of the following USE flags: '$*'." |
|
|
| 488 | else |
|
|
| 489 | eerror "This package requires '${pkg}' to be built with the following USE flags: '${flags# }'." |
|
|
| 490 | fi |
|
|
| 491 | return 1 |
|
|
| 492 | } |
|
|
| 493 | |
145 | |
| 494 | # @FUNCTION: kde4-functions_check_use |
146 | # @ECLASS-VARIABLE: KDE_LINGUAS_DIR |
| 495 | # @DESCRIPTION: |
147 | # @DESCRIPTION: |
| 496 | # Check if the Qt4 libraries are built with the USE flags listed in |
148 | # Specified folder where application translations are located. |
| 497 | # $QT4_BUILT_WITH_USE_CHECK. |
149 | # Can be defined as array of folders where translations are located. |
| 498 | # |
150 | # Note that space separated list of dirs is not supported. |
| 499 | # Check if a list of packages are built with certain USE flags, as listed in |
151 | # Default value is set to "po". |
| 500 | # $KDE4_BUILT_WITH_USE_CHECK. |
152 | if [[ "$(declare -p KDE_LINGUAS_DIR 2>/dev/null 2>&1)" == "declare -a"* ]]; then |
| 501 | # |
153 | debug-print "$FUNCNAME: we have these subfolders defined: ${KDE_LINGUAS_DIR}" |
| 502 | # If any of the required USE flags are missing, an eerror will be printed for |
154 | for x in "${KDE_LINGUAS_DIR[@]}"; do |
| 503 | # each package with missing USE flags. |
155 | _enable_selected_linguas_dir ${x} |
| 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 |
156 | done |
| 520 | else |
157 | else |
| 521 | KDE4_BUILT_WITH_USE_CHECK="x11-libs/qt:4 ${QT4_BUILT_WITH_USE_CHECK} |
158 | KDE_LINGUAS_DIR=${KDE_LINGUAS_DIR:="po"} |
| 522 | ${KDE4_BUILT_WITH_USE_CHECK}" |
159 | _enable_selected_linguas_dir ${KDE_LINGUAS_DIR} |
|
|
160 | fi |
|
|
161 | } |
| 523 | |
162 | |
| 524 | while read line; do |
163 | # @FUNCTION: enable_selected_doc_linguas |
| 525 | [[ -z ${line} ]] && continue |
164 | # @DESCRIPTION: |
| 526 | if ! _kde4-functions_built_with_use ${line}; then |
165 | # Enable only selected linguas enabled doc folders. |
| 527 | missing=true |
166 | enable_selected_doc_linguas() { |
|
|
167 | debug-print-function ${FUNCNAME} "$@" |
|
|
168 | |
|
|
169 | # if there is no linguas defined we enable everything |
|
|
170 | if ! $(env | grep -q "^LINGUAS="); then |
|
|
171 | return 0 |
|
|
172 | fi |
|
|
173 | |
|
|
174 | # @ECLASS-VARIABLE: KDE_DOC_DIRS |
|
|
175 | # @DESCRIPTION: |
|
|
176 | # Variable specifying whitespace separated patterns for documentation locations. |
|
|
177 | # Default is "doc/%lingua" |
|
|
178 | KDE_DOC_DIRS=${KDE_DOC_DIRS:='doc/%lingua'} |
|
|
179 | local linguas |
|
|
180 | for pattern in ${KDE_DOC_DIRS}; do |
|
|
181 | |
|
|
182 | local handbookdir=`dirname ${pattern}` |
|
|
183 | local translationdir=`basename ${pattern}` |
|
|
184 | # Do filename pattern supplied, treat as directory |
|
|
185 | [[ "${handbookdir}" = '.' ]] && handbookdir=${translationdir} && translationdir= |
|
|
186 | [[ -d "${handbookdir}" ]] || die 'wrong doc dir specified' |
|
|
187 | |
|
|
188 | if ! use handbook; then |
|
|
189 | # Disable whole directory |
|
|
190 | sed -e "/add_subdirectory[[:space:]]*([[:space:]]*${handbookdir}[[:space:]]*)/s/^/#DONOTCOMPILE /" \ |
|
|
191 | -e "/ADD_SUBDIRECTORY[[:space:]]*([[:space:]]*${handbookdir}[[:space:]]*)/s/^/#DONOTCOMPILE /" \ |
|
|
192 | -i CMakeLists.txt || die 'failed to comment out all handbooks' |
|
|
193 | else |
|
|
194 | # Disable subdirectories recursively |
|
|
195 | comment_all_add_subdirectory "${handbookdir}" |
|
|
196 | # Add requested translations |
|
|
197 | local lingua |
|
|
198 | for lingua in en ${KDE_LINGUAS}; do |
|
|
199 | if [[ ${lingua} = 'en' ]] || use linguas_${lingua}; then |
|
|
200 | if [[ -d "${handbookdir}/${translationdir//%lingua/${lingua}}" ]]; then |
|
|
201 | sed -e "/add_subdirectory[[:space:]]*([[:space:]]*${translationdir//%lingua/${lingua}}/s/^#DONOTCOMPILE //" \ |
|
|
202 | -e "/ADD_SUBDIRECTORY[[:space:]]*([[:space:]]*${translationdir//%lingua/${lingua}}/s/^#DONOTCOMPILE //" \ |
|
|
203 | -i "${handbookdir}"/CMakeLists.txt && ! has ${lingua} ${linguas} && linguas="${linguas} ${lingua}" |
|
|
204 | fi |
|
|
205 | fi |
|
|
206 | done |
|
|
207 | fi |
|
|
208 | |
|
|
209 | done |
|
|
210 | [[ -n "${linguas}" ]] && einfo "Enabling handbook translations:${linguas}" |
|
|
211 | } |
|
|
212 | |
|
|
213 | # @FUNCTION: get_build_type |
|
|
214 | # @DESCRIPTION: |
|
|
215 | # Determine whether we are using live ebuild or tbzs. |
|
|
216 | get_build_type() { |
|
|
217 | if [[ ${SLOT} = live || ${PV} = *9999* ]]; then |
|
|
218 | BUILD_TYPE="live" |
|
|
219 | else |
|
|
220 | BUILD_TYPE="release" |
|
|
221 | fi |
|
|
222 | export BUILD_TYPE |
|
|
223 | } |
|
|
224 | |
|
|
225 | # @FUNCTION: migrate_store_dir |
|
|
226 | # @DESCRIPTION: |
|
|
227 | # Universal store dir migration |
|
|
228 | # * performs split of kdebase to kdebase-apps when needed |
|
|
229 | # * moves playground/extragear kde4-base-style to toplevel dir |
|
|
230 | migrate_store_dir() { |
|
|
231 | local cleandir="${ESVN_STORE_DIR}/KDE" |
|
|
232 | if [[ -d "${cleandir}" ]]; then |
|
|
233 | ewarn "'${cleandir}' has been found. Moving contents to new location." |
|
|
234 | addwrite "${ESVN_STORE_DIR}" |
|
|
235 | # Split kdebase |
|
|
236 | local module |
|
|
237 | if pushd "${cleandir}"/kdebase/kdebase > /dev/null; then |
|
|
238 | for module in `find . -maxdepth 1 -type d -name [a-z0-9]\*`; do |
|
|
239 | module="${module#./}" |
|
|
240 | mkdir -p "${ESVN_STORE_DIR}/kdebase-${module}" && mv -f "${module}" "${ESVN_STORE_DIR}/kdebase-${module}" || \ |
|
|
241 | die "Failed to move to '${ESVN_STORE_DIR}/kdebase-${module}'." |
|
|
242 | done |
|
|
243 | popd > /dev/null |
|
|
244 | rm -fr "${cleandir}/kdebase" || \ |
|
|
245 | die "Failed to remove ${cleandir}/kdebase. You need to remove it manually." |
|
|
246 | fi |
|
|
247 | # Move the rest |
|
|
248 | local pkg |
|
|
249 | for pkg in "${cleandir}"/*; do |
|
|
250 | mv -f "${pkg}" "${ESVN_STORE_DIR}"/ || eerror "Failed to move '${pkg}'" |
|
|
251 | done |
|
|
252 | 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." |
|
|
253 | fi |
|
|
254 | |
|
|
255 | if ! hasq kde4-meta ${INHERITED}; then |
|
|
256 | case ${KMNAME} in |
|
|
257 | extragear*|playground*) |
|
|
258 | local svnlocalpath="${ESVN_STORE_DIR}"/"${KMNAME}"/"${PN}" |
|
|
259 | if [[ -d "${svnlocalpath}" ]]; then |
|
|
260 | local destdir="${ESVN_STORE_DIR}"/"${ESVN_PROJECT}"/"`basename "${ESVN_REPO_URI}"`" |
|
|
261 | ewarn "'${svnlocalpath}' has been found." |
|
|
262 | ewarn "Moving contents to new location: ${destdir}" |
|
|
263 | addwrite "${ESVN_STORE_DIR}" |
|
|
264 | mkdir -p "${ESVN_STORE_DIR}"/"${ESVN_PROJECT}" && mv -f "${svnlocalpath}" "${destdir}" \ |
|
|
265 | || die "Failed to move to '${svnlocalpath}'" |
|
|
266 | # Try cleaning empty directories |
|
|
267 | rmdir "`dirname "${svnlocalpath}"`" 2> /dev/null |
|
|
268 | fi |
|
|
269 | ;; |
|
|
270 | esac |
|
|
271 | fi |
|
|
272 | } |
|
|
273 | |
|
|
274 | # Functions handling KMLOADLIBS and KMSAVELIBS |
|
|
275 | |
|
|
276 | # @FUNCTION: save_library_dependencies |
|
|
277 | # @DESCRIPTION: |
|
|
278 | # Add exporting CMake dependencies for current package |
|
|
279 | save_library_dependencies() { |
|
|
280 | local depsfile="${T}/${PN}:${SLOT}" |
|
|
281 | |
|
|
282 | ebegin "Saving library dependencies in ${depsfile##*/}" |
|
|
283 | echo "EXPORT_LIBRARY_DEPENDENCIES(\"${depsfile}\")" >> "${S}/CMakeLists.txt" || \ |
|
|
284 | die "Failed to save the library dependencies." |
|
|
285 | eend $? |
|
|
286 | } |
|
|
287 | |
|
|
288 | # @FUNCTION: install_library_dependencies |
|
|
289 | # @DESCRIPTION: |
|
|
290 | # Install generated CMake library dependencies to /var/lib/kde |
|
|
291 | install_library_dependencies() { |
|
|
292 | local depsfile="${T}/${PN}:${SLOT}" |
|
|
293 | |
|
|
294 | ebegin "Installing library dependencies as ${depsfile##*/}" |
|
|
295 | insinto /var/lib/kde |
|
|
296 | doins "${depsfile}" || die "Failed to install library dependencies." |
|
|
297 | eend $? |
|
|
298 | } |
|
|
299 | |
|
|
300 | # @FUNCTION: load_library_dependencies |
|
|
301 | # @DESCRIPTION: |
|
|
302 | # Inject specified library dependencies in current package |
|
|
303 | load_library_dependencies() { |
|
|
304 | local pn i depsfile |
|
|
305 | ebegin "Injecting library dependencies from '${KMLOADLIBS}'" |
|
|
306 | |
|
|
307 | i=0 |
|
|
308 | for pn in ${KMLOADLIBS} ; do |
|
|
309 | ((i++)) |
|
|
310 | depsfile="${EPREFIX}/var/lib/kde/${pn}:${SLOT}" |
|
|
311 | [[ -r "${depsfile}" ]] || die "Depsfile '${depsfile}' not accessible. You probably need to reinstall ${pn}." |
|
|
312 | sed -i -e "${i}iINCLUDE(\"${depsfile}\")" "${S}/CMakeLists.txt" || \ |
|
|
313 | die "Failed to include library dependencies for ${pn}" |
|
|
314 | done |
|
|
315 | eend $? |
|
|
316 | } |
|
|
317 | |
|
|
318 | # @FUNCTION: block_other_slots |
|
|
319 | # @DESCRIPTION: |
|
|
320 | # Create blocks for the current package in other slots when |
|
|
321 | # installed with USE=-kdeprefix |
|
|
322 | block_other_slots() { |
|
|
323 | debug-print-function ${FUNCNAME} "$@" |
|
|
324 | |
|
|
325 | _do_blocker ${PN} 0:${SLOT} |
|
|
326 | } |
|
|
327 | |
|
|
328 | # @FUNCTION: add_blocker |
|
|
329 | # @DESCRIPTION: |
|
|
330 | # Create correct RDEPEND value for blocking correct package. |
|
|
331 | # Useful for file-collision blocks. |
|
|
332 | # Parameters are package and version(s) to block. |
|
|
333 | # add_blocker kdelibs 4.2.4 |
|
|
334 | # If no version is specified, then all versions will be blocked |
|
|
335 | # If any arguments (from 2 on) contain a ":", then different versions |
|
|
336 | # are blocked in different slots. (Unlisted slots get the version without |
|
|
337 | # a ":", if none, then all versions are blocked). The parameter is then of |
|
|
338 | # the form VERSION:SLOT. Any VERSION of 0 means that no blocker will be |
|
|
339 | # added for that slot (or, if no slot, then for any unlisted slot). |
|
|
340 | # A parameter of the form :SLOT means to block all versions from that slot. |
|
|
341 | # If VERSION begins with "<", then "!<foo" will be used instead of "!<=foo". |
|
|
342 | # As a special case, if a parameter with slot "3.5" is passed, then that slot |
|
|
343 | # may also be blocked. |
|
|
344 | # |
|
|
345 | # Versions that match "4.x.50" are equivalent to all slots up to (and including) |
|
|
346 | # "4.x", but nothing following slot "4.x" |
|
|
347 | # |
|
|
348 | # As an example, if SLOT=live, then |
|
|
349 | # add_blocker kdelibs 0 :4.3 '<4.3.96:4.4' 9999:live |
|
|
350 | # will add the following to RDEPEND: |
|
|
351 | # !kdeprefix? ( !kde-base/kdelibs:4.3[-kdeprefix] ) |
|
|
352 | # !kdeprefix? ( !<kde-base/kdelibs-4.3.96:4.4[-kdeprefix] ) |
|
|
353 | # !<=kde-base/kdelibs-9999:live |
|
|
354 | add_blocker() { |
|
|
355 | debug-print-function ${FUNCNAME} "$@" |
|
|
356 | |
|
|
357 | RDEPEND+=" $(_do_blocker "$@")" |
|
|
358 | } |
|
|
359 | |
|
|
360 | # @FUNCTION: add_kdebase_dep |
|
|
361 | # @DESCRIPTION: |
|
|
362 | # Create proper dependency for kde-base/ dependencies, |
|
|
363 | # adding SLOT when needed (and *only* when needed). |
|
|
364 | # This takes 1 or 2 arguments. The first being the package |
|
|
365 | # name, the optional second, is additional USE flags to append. |
|
|
366 | # The output of this should be added directly to DEPEND/RDEPEND, and |
|
|
367 | # may be wrapped in a USE conditional (but not an || conditional |
|
|
368 | # without an extra set of parentheses). |
|
|
369 | add_kdebase_dep() { |
|
|
370 | debug-print-function ${FUNCNAME} "$@" |
|
|
371 | |
|
|
372 | [[ -z ${1} ]] && die "Missing parameter" |
|
|
373 | |
|
|
374 | local use=${2:+,${2}} |
|
|
375 | |
|
|
376 | if [[ ${KDEBASE} = kde-base ]]; then |
|
|
377 | # FIXME remove hack when >kdepim-4.4.5 is gone |
|
|
378 | local FIXME_PV |
|
|
379 | if [[ ${KMNAME} = kdepim || ${PN} = kdepim-runtime ]] && [[ ${PV} = 4.4.6* || ${PV} = 4.4.7* || ${PV} = 4.4.8* || ${PV} = 4.4.9* ]] && [[ ${1} = kdelibs || ${1} = kdepimlibs ]]; then |
|
|
380 | FIXME_PV=4.4.5 |
|
|
381 | # FIXME remove hack when kdepim-4.6beta is gone |
|
|
382 | elif [[ ${KMNAME} = kdepim || ${PN} = kdepim-runtime ]] && [[ ${PV} = 4.5.93* ]] && [[ ${1} = kdelibs || ${1} = kdepimlibs ]]; then |
|
|
383 | FIXME_PV=4.5.90 |
|
|
384 | else |
|
|
385 | FIXME_PV=${PV} |
|
|
386 | fi |
|
|
387 | |
|
|
388 | # if building stable-live version depend just on slot |
|
|
389 | # to allow merging packages against more stable basic stuff |
|
|
390 | case ${PV} in |
|
|
391 | *.9999*) |
|
|
392 | echo " !kdeprefix? ( >=kde-base/${1}-${SLOT}[aqua=,-kdeprefix${use}] )" |
|
|
393 | echo " kdeprefix? ( >=kde-base/${1}-${SLOT}:${SLOT}[aqua=,kdeprefix${use}] )" |
|
|
394 | ;; |
|
|
395 | *) |
|
|
396 | echo " !kdeprefix? ( >=kde-base/${1}-${FIXME_PV}[aqua=,-kdeprefix${use}] )" |
|
|
397 | echo " kdeprefix? ( >=kde-base/${1}-${FIXME_PV}:${SLOT}[aqua=,kdeprefix${use}] )" |
|
|
398 | ;; |
|
|
399 | esac |
|
|
400 | else |
|
|
401 | if [[ ${KDE_MINIMAL} = live ]]; then |
|
|
402 | echo " kde-base/${1}:${KDE_MINIMAL}[aqua=${use}]" |
|
|
403 | else |
|
|
404 | echo " >=kde-base/${1}-${KDE_MINIMAL}[aqua=${use}]" |
|
|
405 | fi |
|
|
406 | fi |
|
|
407 | } |
|
|
408 | |
|
|
409 | # _greater_max_in_slot ver slot |
|
|
410 | # slot must be 4.x or live |
|
|
411 | # returns true if ver is >= the maximum possibile version in slot |
|
|
412 | _greater_max_in_slot() { |
|
|
413 | local ver=$1 |
|
|
414 | local slot=$2 |
|
|
415 | # If slot is live, then return false |
|
|
416 | # (nothing is greater than the maximum live version) |
|
|
417 | [[ $slot == live ]] && return 1 |
|
|
418 | # Otherwise, for slot X.Y, test against X.Y.50 |
|
|
419 | local test=${slot}.50 |
|
|
420 | version_compare $1 ${test} |
|
|
421 | # 1 = '<', 2 = '=', 3 = '>' |
|
|
422 | (( $? != 1 )) |
|
|
423 | } |
|
|
424 | |
|
|
425 | # _less_min_in_slot ver slot |
|
|
426 | # slot must be 4.x or live |
|
|
427 | # returns true if ver is <= the minimum possibile version in slot |
|
|
428 | _less_min_in_slot() { |
|
|
429 | local ver=$1 |
|
|
430 | local slot=$2 |
|
|
431 | # If slot == live, then test with "9999_pre", so that 9999 tests false |
|
|
432 | local test=9999_pre |
|
|
433 | # If slot == X.Y, then test with X.(Y-1).50 |
|
|
434 | [[ $slot != live ]] && test=${slot%.*}.$((${slot#*.} - 1)).50 |
|
|
435 | version_compare $1 ${test} |
|
|
436 | # 1 = '<', 2 = '=', 3 = '>' |
|
|
437 | (( $? != 3 )) |
|
|
438 | } |
|
|
439 | |
|
|
440 | # Internal function used for add_blocker and block_other_slots |
|
|
441 | # This takes the same parameters as add_blocker, but echos to |
|
|
442 | # stdout instead of updating a variable. |
|
|
443 | _do_blocker() { |
|
|
444 | debug-print-function ${FUNCNAME} "$@" |
|
|
445 | |
|
|
446 | [[ -z ${1} ]] && die "Missing parameter" |
|
|
447 | local pkg=kde-base/$1 |
|
|
448 | shift |
|
|
449 | local param slot def="unset" var atom |
|
|
450 | # The following variables will hold parameters that contain ":" |
|
|
451 | # - block_3_5 |
|
|
452 | # - block_4_1 |
|
|
453 | # - block_4_2 |
|
|
454 | # - block_4_3 |
|
|
455 | # - block_4_4 |
|
|
456 | # - block_live |
|
|
457 | for slot in 3.5 ${KDE_SLOTS[@]} ${KDE_LIVE_SLOTS[@]}; do |
|
|
458 | local block_${slot//./_}="unset" |
|
|
459 | done |
|
|
460 | |
|
|
461 | # This construct goes through each parameter passed, and sets |
|
|
462 | # either def or block_* to the version passed |
|
|
463 | for param; do |
|
|
464 | # If the parameter does not have a ":" in it... |
|
|
465 | if [[ ${param/:} == ${param} ]]; then |
|
|
466 | def=${param} |
|
|
467 | else # the parameter *does* have a ":" in it |
|
|
468 | # so everything after the : is the slot... |
|
|
469 | slot=${param#*:} |
|
|
470 | # ...and everything before the : is the version |
|
|
471 | local block_${slot//./_}=${param%:*} |
|
|
472 | fi |
|
|
473 | done |
|
|
474 | |
|
|
475 | for slot in ${KDE_SLOTS[@]} ${KDE_LIVE_SLOTS[@]}; do |
|
|
476 | # ${var} contains the name of the variable we care about for this slot |
|
|
477 | # ${!var} is it's value |
|
|
478 | var=block_${slot//./_} |
|
|
479 | # if we didn't pass *:${slot}, then use the unsloted value |
|
|
480 | [[ ${!var} == "unset" ]] && var=def |
|
|
481 | |
|
|
482 | # If no version was passed, or the version is greater than the maximum |
|
|
483 | # possible version in this slot, block all versions in this slot |
|
|
484 | if [[ ${!var} == "unset" ]] || [[ -z ${!var} ]] || _greater_max_in_slot ${!var#<} ${slot}; then |
|
|
485 | atom=${pkg} |
|
|
486 | # If the version is "0" or less than the minimum possible version in |
|
|
487 | # this slot, do nothing |
|
|
488 | elif [[ ${!var} == "0" ]] || _less_min_in_slot ${!var#<} ${slot}; then |
|
|
489 | continue |
|
|
490 | # If the version passed begins with a "<", then use "<" instead of "<=" |
|
|
491 | elif [[ ${!var:0:1} == "<" ]]; then |
|
|
492 | # this also removes the first character of the version, which is a "<" |
|
|
493 | atom="<${pkg}-${!var:1}" |
|
|
494 | else |
|
|
495 | atom="<=${pkg}-${!var}" |
|
|
496 | fi |
|
|
497 | # we always block our own slot, ignoring kdeprefix |
|
|
498 | if [[ ${SLOT} == ${slot} ]]; then |
|
|
499 | echo " !${atom}:${slot}" |
|
|
500 | else |
|
|
501 | # we only block other slots on -kdeprefix |
|
|
502 | echo " !kdeprefix? ( !${atom}:${slot}[-kdeprefix] )" |
|
|
503 | fi |
|
|
504 | done |
|
|
505 | |
|
|
506 | # This is a special case block for :3.5; it does not use the |
|
|
507 | # default version passed, and no blocker is output *unless* a version |
|
|
508 | # is passed, or ":3.5" is passed to explicitly request a block on all |
|
|
509 | # 3.5 versions. |
|
|
510 | if [[ ${block_3_5} != "unset" && ${block_3_5} != "0" ]]; then |
|
|
511 | if [[ -z ${block_3_5} ]]; then |
|
|
512 | atom=${pkg} |
|
|
513 | elif [[ ${block_3_5:0:1} == "<" ]]; then |
|
|
514 | atom="<${pkg}-${block_3_5:1}" |
|
|
515 | else |
|
|
516 | atom="<=${pkg}-${block_3_5}" |
|
|
517 | fi |
|
|
518 | echo " !${atom}:3.5" |
|
|
519 | fi |
|
|
520 | } |
|
|
521 | |
|
|
522 | # local function to enable specified translations for specified directory |
|
|
523 | # used from kde4-functions_enable_selected_linguas function |
|
|
524 | _enable_selected_linguas_dir() { |
|
|
525 | local lingua linguas sr_mess wp |
|
|
526 | local dir=${1} |
|
|
527 | |
|
|
528 | [[ -d "${dir}" ]] || die "linguas dir \"${dir}\" does not exist" |
|
|
529 | comment_all_add_subdirectory "${dir}" |
|
|
530 | pushd "${dir}" > /dev/null |
|
|
531 | |
|
|
532 | # fix all various crazy sr@Latn variations |
|
|
533 | # this part is only ease for ebuilds, so there wont be any die when this |
|
|
534 | # fail at any point |
|
|
535 | sr_mess="sr@latn sr@latin sr@Latin" |
|
|
536 | for wp in ${sr_mess}; do |
|
|
537 | [[ -e "${wp}.po" ]] && mv "${wp}.po" "sr@Latn.po" |
|
|
538 | if [[ -d "${wp}" ]]; then |
|
|
539 | # move dir and fix cmakelists |
|
|
540 | mv "${wp}" "sr@Latn" |
|
|
541 | sed -i \ |
|
|
542 | -e "s:${wp}:sr@Latin:g" \ |
|
|
543 | CMakeLists.txt |
|
|
544 | fi |
|
|
545 | done |
|
|
546 | |
|
|
547 | for lingua in ${KDE_LINGUAS}; do |
|
|
548 | if [[ -e "${lingua}.po" ]]; then |
|
|
549 | mv "${lingua}.po" "${lingua}.po.old" |
|
|
550 | fi |
|
|
551 | done |
|
|
552 | |
|
|
553 | for lingua in ${KDE_LINGUAS}; do |
|
|
554 | if use linguas_${lingua} ; then |
|
|
555 | if [[ -d "${lingua}" ]]; then |
|
|
556 | linguas="${linguas} ${lingua}" |
|
|
557 | sed -e "/add_subdirectory([[:space:]]*${lingua}[[:space:]]*)[[:space:]]*$/ s/^#DONOTCOMPILE //" \ |
|
|
558 | -e "/ADD_SUBDIRECTORY([[:space:]]*${lingua}[[:space:]]*)[[:space:]]*$/ s/^#DONOTCOMPILE //" \ |
|
|
559 | -i CMakeLists.txt || die "Sed to uncomment linguas_${lingua} failed." |
| 528 | fi |
560 | fi |
| 529 | done <<< "${KDE4_BUILT_WITH_USE_CHECK}" |
561 | if [[ -e "${lingua}.po.old" ]]; then |
|
|
562 | linguas="${linguas} ${lingua}" |
|
|
563 | mv "${lingua}.po.old" "${lingua}.po" |
|
|
564 | fi |
| 530 | fi |
565 | fi |
| 531 | if [[ -n ${missing} ]]; then |
566 | done |
| 532 | echo |
567 | [[ -n "${linguas}" ]] && echo ">>> Enabling languages: ${linguas}" |
| 533 | eerror "Flags marked with an * are missing." |
568 | |
| 534 | die "Missing USE flags found" |
569 | popd > /dev/null |
| 535 | fi |
|
|
| 536 | } |
570 | } |