| 1 | # Copyright 1999-2008 Gentoo Foundation |
1 | # Copyright 1999-2011 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.2 2008/02/03 15:03:02 zlin Exp $ |
3 | # $Header: /var/cvsroot/gentoo-x86/eclass/kde4-functions.eclass,v 1.54 2011/06/15 22:03:13 abcd 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 | # Currently kde4 eclasses support EAPI 3 and 4. |
|
|
18 | case ${EAPI:-0} in |
|
|
19 | 4|3) : ;; |
|
|
20 | *) die "EAPI=${EAPI} is not supported" ;; |
|
|
21 | esac |
|
|
22 | |
|
|
23 | # @ECLASS-VARIABLE: KDE_OVERRIDE_MINIMAL |
|
|
24 | # @DESCRIPTION: |
|
|
25 | # For use only in very few well-defined cases; normally it should be unset. |
|
|
26 | # If this variable is set, all calls to add_kdebase_dep return a dependency on |
|
|
27 | # at least this version, independent of the version of the package itself. |
|
|
28 | # If you know exactly that one specific NEW KDE component builds and runs fine |
|
|
29 | # with all the rest of KDE at an OLDER version, you can set this old version here. |
|
|
30 | # Warning- may lead to general instability and kill your pet targh. |
| 15 | |
31 | |
| 16 | # @ECLASS-VARIABLE: KDEBASE |
32 | # @ECLASS-VARIABLE: KDEBASE |
| 17 | # @DESCRIPTION: |
33 | # @DESCRIPTION: |
| 18 | # This gets set to a non-zero value when a package is considered a kde or |
34 | # This gets set to a non-zero value when a package is considered a kde or |
| 19 | # koffice ebuild. |
35 | # koffice ebuild. |
| 20 | |
|
|
| 21 | if [[ "${CATEGORY}" == "kde-base" ]]; then |
36 | if [[ ${CATEGORY} = kde-base ]]; then |
| 22 | debug-print "${ECLASS}: KDEBASE ebuild recognized" |
37 | debug-print "${ECLASS}: KDEBASE ebuild recognized" |
| 23 | KDEBASE="kde-base" |
38 | KDEBASE=kde-base |
|
|
39 | elif [[ ${KMNAME-${PN}} = koffice ]]; then |
|
|
40 | debug-print "${ECLASS}: KOFFICE ebuild recognized" |
|
|
41 | KDEBASE=koffice |
|
|
42 | elif [[ ${KMNAME-${PN}} = kdevelop ]]; then |
|
|
43 | debug-print "${ECLASS}: KDEVELOP ebuild recognized" |
|
|
44 | KDEBASE=kdevelop |
| 24 | fi |
45 | fi |
| 25 | |
46 | |
| 26 | # is this a koffice ebuild? |
47 | # determine the build type |
| 27 | if [[ "${KMNAME}" == "koffice" || "${PN}" == "koffice" ]]; then |
48 | if [[ ${PV} = *9999* ]]; then |
| 28 | debug-print "${ECLASS}: KOFFICE ebuild recognized" |
49 | BUILD_TYPE="live" |
| 29 | KDEBASE="koffice" |
50 | else |
|
|
51 | BUILD_TYPE="release" |
| 30 | fi |
52 | fi |
|
|
53 | export BUILD_TYPE |
| 31 | |
54 | |
|
|
55 | # Set reponame and SCM for moduleses that have fully migrated to git |
|
|
56 | # (hack - it's here because it needs to be before SCM inherits from kde4-base) |
|
|
57 | if [[ ${BUILD_TYPE} == live ]]; then |
|
|
58 | case "${KMNAME}" in |
|
|
59 | kdebase-workspace) |
|
|
60 | KDE_SCM="git" |
|
|
61 | EGIT_REPONAME=${EGIT_REPONAME:=kde-workspace} |
|
|
62 | ;; |
|
|
63 | kdebase-runtime) |
|
|
64 | KDE_SCM="git" |
|
|
65 | EGIT_REPONAME=${EGIT_REPONAME:=kde-runtime} |
|
|
66 | ;; |
|
|
67 | kdebase-apps) |
|
|
68 | KDE_SCM="git" |
|
|
69 | EGIT_REPONAME=${EGIT_REPONAME:=kde-baseapps} |
|
|
70 | ;; |
|
|
71 | kde-workspace|kde-runtime|kde-baseapps) |
|
|
72 | KDE_SCM="git" |
|
|
73 | ;; |
|
|
74 | esac |
|
|
75 | fi |
|
|
76 | |
| 32 | # @ECLASS-VARIABLE: KDE_DERIVATION_MAP |
77 | # @ECLASS-VARIABLE: KDE_SCM |
| 33 | # @DESCRIPTION: |
78 | # @DESCRIPTION: |
| 34 | # Map of the monolithic->split ebuild derivation. |
79 | # If this is a live package which scm does it use |
| 35 | # Used to build dependencies describing the relationships between them: |
80 | # Everything else uses svn by default |
| 36 | # Monolithic ebuilds block their split counterparts in the same slot, and vice versa. |
81 | KDE_SCM="${KDE_SCM:-svn}" |
|
|
82 | case ${KDE_SCM} in |
|
|
83 | svn|git) ;; |
|
|
84 | *) die "KDE_SCM: ${KDE_SCM} is not supported" ;; |
|
|
85 | esac |
|
|
86 | |
|
|
87 | # @ECLASS-VARIABLE: KDE_LINGUAS |
|
|
88 | # @DESCRIPTION: |
|
|
89 | # This is a whitespace-separated list of translations this ebuild supports. |
|
|
90 | # These translations are automatically added to IUSE. Therefore ebuilds must set |
|
|
91 | # this variable before inheriting any eclasses. To enable only selected |
|
|
92 | # translations, ebuilds must call enable_selected_linguas(). kde4-{base,meta}.eclass does |
|
|
93 | # this for you. |
| 37 | # |
94 | # |
| 38 | # Also see get-parent-package(), get-child-packages(), is-parent-package() |
95 | # Example: KDE_LINGUAS="en_GB de nl" |
| 39 | KDE_DERIVATION_MAP=' |
96 | if [[ ${BUILD_TYPE} != live || -n ${KDE_LINGUAS_LIVE_OVERRIDE} ]]; then |
| 40 | kde-base/kdeaccessibility kde-base/kdeaccessibility-colorschemes |
97 | for _lingua in ${KDE_LINGUAS}; do |
| 41 | kde-base/kdeaccessibility kde-base/kdeaccessibility-iconthemes |
98 | IUSE="${IUSE} linguas_${_lingua}" |
| 42 | kde-base/kdeaccessibility kde-base/kmag |
99 | done |
| 43 | kde-base/kdeaccessibility kde-base/kmousetool |
100 | fi |
| 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/konqueror |
|
|
| 69 | kde-base/kdebase kde-base/konsole |
|
|
| 70 | kde-base/kdebase kde-base/kwrite |
|
|
| 71 | kde-base/kdebase kde-base/libkonq |
|
|
| 72 | kde-base/kdebase kde-base/nsplugins |
|
|
| 73 | kde-base/kdebase kde-base/drkonqi |
|
|
| 74 | kde-base/kdebase kde-base/kcmshell |
|
|
| 75 | kde-base/kdebase kde-base/kcontrol |
|
|
| 76 | kde-base/kdebase kde-base/kdebase-data |
|
|
| 77 | kde-base/kdebase kde-base/kdebase-kioslaves |
|
|
| 78 | kde-base/kdebase kde-base/kdebugdialog |
|
|
| 79 | kde-base/kdebase kde-base/kde-menu |
|
|
| 80 | kde-base/kdebase kde-base/kdesu |
|
|
| 81 | kde-base/kdebase kde-base/kfile |
|
|
| 82 | kde-base/kdebase kde-base/khelpcenter |
|
|
| 83 | kde-base/kdebase kde-base/kioclient |
|
|
| 84 | kde-base/kdebase kde-base/kmimetypefinder |
|
|
| 85 | kde-base/kdebase kde-base/knetattach |
|
|
| 86 | kde-base/kdebase kde-base/knewstuff |
|
|
| 87 | kde-base/kdebase kde-base/knotify |
|
|
| 88 | kde-base/kdebase kde-base/kpasswdserver |
|
|
| 89 | kde-base/kdebase kde-base/kquitapp |
|
|
| 90 | kde-base/kdebase kde-base/kreadconfig |
|
|
| 91 | kde-base/kdebase kde-base/kstart |
|
|
| 92 | kde-base/kdebase kde-base/kstyles |
|
|
| 93 | kde-base/kdebase kde-base/ktimezoned |
|
|
| 94 | kde-base/kdebase kde-base/ktraderclient |
|
|
| 95 | kde-base/kdebase kde-base/kuiserver |
|
|
| 96 | kde-base/kdebase kde-base/kurifilter-plugins |
|
|
| 97 | kde-base/kdebase kde-base/nepomuk |
|
|
| 98 | kde-base/kdebase kde-base/phonon |
|
|
| 99 | kde-base/kdebase kde-base/soliduiserver |
|
|
| 100 | kde-base/kdebase kde-base/kcheckpass |
|
|
| 101 | kde-base/kdebase kde-base/kcminit |
|
|
| 102 | kde-base/kdebase kde-base/kdebase-startkde |
|
|
| 103 | kde-base/kdebase kde-base/kstartupconfig |
|
|
| 104 | kde-base/kdebase kde-base/kde-menu-icons |
|
|
| 105 | kde-base/kdebase kde-base/kde-wallpapers |
|
|
| 106 | kde-base/kdebase kde-base/kdm |
|
|
| 107 | kde-base/kdebase kde-base/khotkeys |
|
|
| 108 | kde-base/kdebase kde-base/klipper |
|
|
| 109 | kde-base/kdebase kde-base/kmenuedit |
|
|
| 110 | kde-base/kdebase kde-base/krunner |
|
|
| 111 | kde-base/kdebase kde-base/kscreensaver |
|
|
| 112 | kde-base/kdebase kde-base/ksmserver |
|
|
| 113 | kde-base/kdebase kde-base/ksplash |
|
|
| 114 | kde-base/kdebase kde-base/ksysguard |
|
|
| 115 | kde-base/kdebase kde-base/ksystraycmd |
|
|
| 116 | kde-base/kdebase kde-base/ktip |
|
|
| 117 | kde-base/kdebase kde-base/kwin |
|
|
| 118 | kde-base/kdebase kde-base/libkworkspace |
|
|
| 119 | kde-base/kdebase kde-base/libplasma |
|
|
| 120 | kde-base/kdebase kde-base/libtaskmanager |
|
|
| 121 | kde-base/kdebase kde-base/plasma |
|
|
| 122 | kde-base/kdebase kde-base/solid |
|
|
| 123 | kde-base/kdebase kde-base/systemsettings |
|
|
| 124 | kde-base/kdebindings kde-base/kalyptus |
|
|
| 125 | kde-base/kdebindings kde-base/kdejava |
|
|
| 126 | kde-base/kdebindings kde-base/kimono |
|
|
| 127 | kde-base/kdebindings kde-base/kjsembed |
|
|
| 128 | kde-base/kdebindings kde-base/korundum |
|
|
| 129 | kde-base/kdebindings kde-base/krosspython |
|
|
| 130 | kde-base/kdebindings kde-base/krossruby |
|
|
| 131 | kde-base/kdebindings kde-base/pykde4 |
|
|
| 132 | kde-base/kdebindings kde-base/qyoto |
|
|
| 133 | kde-base/kdebindings kde-base/qtjava |
|
|
| 134 | kde-base/kdebindings kde-base/qtruby |
|
|
| 135 | kde-base/kdebindings kde-base/qtsharp |
|
|
| 136 | kde-base/kdebindings kde-base/smoke |
|
|
| 137 | kde-base/kdebindings kde-base/xparts |
|
|
| 138 | kde-base/kdeedu kde-base/blinken |
|
|
| 139 | kde-base/kdeedu kde-base/kalgebra |
|
|
| 140 | kde-base/kdeedu kde-base/kalzium |
|
|
| 141 | kde-base/kdeedu kde-base/kanagram |
|
|
| 142 | kde-base/kdeedu kde-base/kbruch |
|
|
| 143 | kde-base/kdeedu kde-base/kgeography |
|
|
| 144 | kde-base/kdeedu kde-base/khangman |
|
|
| 145 | kde-base/kdeedu kde-base/kig |
|
|
| 146 | kde-base/kdeedu kde-base/kiten |
|
|
| 147 | kde-base/kdeedu kde-base/klettres |
|
|
| 148 | kde-base/kdeedu kde-base/kmplot |
|
|
| 149 | kde-base/kdeedu kde-base/kpercentage |
|
|
| 150 | kde-base/kdeedu kde-base/kstars |
|
|
| 151 | kde-base/kdeedu kde-base/ktouch |
|
|
| 152 | kde-base/kdeedu kde-base/kturtle |
|
|
| 153 | kde-base/kdeedu kde-base/kwordquiz |
|
|
| 154 | kde-base/kdeedu kde-base/libkdeedu |
|
|
| 155 | kde-base/kdeedu kde-base/marble |
|
|
| 156 | kde-base/kdeedu kde-base/parley |
|
|
| 157 | kde-base/kdegames kde-base/bovo |
|
|
| 158 | kde-base/kdegames kde-base/katomic |
|
|
| 159 | kde-base/kdegames kde-base/kbattleship |
|
|
| 160 | kde-base/kdegames kde-base/kblackbox |
|
|
| 161 | kde-base/kdegames kde-base/kbounce |
|
|
| 162 | kde-base/kdegames kde-base/kfourinline |
|
|
| 163 | kde-base/kdegames kde-base/kgoldrunner |
|
|
| 164 | kde-base/kdegames kde-base/kiriki |
|
|
| 165 | kde-base/kdegames kde-base/kjumpingcube |
|
|
| 166 | kde-base/kdegames kde-base/klines |
|
|
| 167 | kde-base/kdegames kde-base/kmahjongg |
|
|
| 168 | kde-base/kdegames kde-base/kmines |
|
|
| 169 | kde-base/kdegames kde-base/knetwalk |
|
|
| 170 | kde-base/kdegames kde-base/kolf |
|
|
| 171 | kde-base/kdegames kde-base/konquest |
|
|
| 172 | kde-base/kdegames kde-base/kpat |
|
|
| 173 | kde-base/kdegames kde-base/kreversi |
|
|
| 174 | kde-base/kdegames kde-base/ksame |
|
|
| 175 | kde-base/kdegames kde-base/kshisen |
|
|
| 176 | kde-base/kdegames kde-base/kspaceduel |
|
|
| 177 | kde-base/kdegames kde-base/ksquares |
|
|
| 178 | kde-base/kdegames kde-base/ksudoku |
|
|
| 179 | kde-base/kdegames kde-base/ktuberling |
|
|
| 180 | kde-base/kdegames kde-base/libkdegames |
|
|
| 181 | kde-base/kdegames kde-base/libkmahjongg |
|
|
| 182 | kde-base/kdegames kde-base/lskat |
|
|
| 183 | kde-base/kdegraphics kde-base/gwenview |
|
|
| 184 | kde-base/kdegraphics kde-base/kamera |
|
|
| 185 | kde-base/kdegraphics kde-base/kcolorchooser |
|
|
| 186 | kde-base/kdegraphics kde-base/kgamma |
|
|
| 187 | kde-base/kdegraphics kde-base/kghostview |
|
|
| 188 | kde-base/kdegraphics kde-base/kolourpaint |
|
|
| 189 | kde-base/kdegraphics kde-base/kruler |
|
|
| 190 | kde-base/kdegraphics kde-base/ksnapshot |
|
|
| 191 | kde-base/kdegraphics kde-base/libkscan |
|
|
| 192 | kde-base/kdegraphics kde-base/okular |
|
|
| 193 | kde-base/kdegraphics kde-base/svgpart |
|
|
| 194 | kde-base/kdemultimedia kde-base/juk |
|
|
| 195 | kde-base/kdemultimedia kde-base/kdemultimedia-kioslaves |
|
|
| 196 | kde-base/kdemultimedia kde-base/kmix |
|
|
| 197 | kde-base/kdemultimedia kde-base/kscd |
|
|
| 198 | kde-base/kdemultimedia kde-base/libkcddb |
|
|
| 199 | kde-base/kdemultimedia kde-base/libkcompactdisc |
|
|
| 200 | kde-base/kdenetwork kde-base/kdenetwork-filesharing |
|
|
| 201 | kde-base/kdenetwork kde-base/kdnssd |
|
|
| 202 | kde-base/kdenetwork kde-base/kget |
|
|
| 203 | kde-base/kdenetwork kde-base/knewsticker |
|
|
| 204 | kde-base/kdenetwork kde-base/kopete |
|
|
| 205 | kde-base/kdenetwork kde-base/kppp |
|
|
| 206 | kde-base/kdenetwork kde-base/krdc |
|
|
| 207 | kde-base/kdenetwork kde-base/krfb |
|
|
| 208 | kde-base/kdepim kde-base/akonadi |
|
|
| 209 | kde-base/kdepim kde-base/akregator |
|
|
| 210 | kde-base/kdepim kde-base/certmanager |
|
|
| 211 | kde-base/kdepim kde-base/kabc2mutt |
|
|
| 212 | kde-base/kdepim kde-base/kabcclient |
|
|
| 213 | kde-base/kdepim kde-base/kaddressbook |
|
|
| 214 | kde-base/kdepim kde-base/kalarm |
|
|
| 215 | kde-base/kdepim kde-base/kdemaildir |
|
|
| 216 | kde-base/kdepim kde-base/kdepim-kioslaves |
|
|
| 217 | kde-base/kdepim kde-base/kdepim-kresources |
|
|
| 218 | kde-base/kdepim kde-base/kdepim-wizards |
|
|
| 219 | kde-base/kdepim kde-base/kfeed |
|
|
| 220 | kde-base/kdepim kde-base/kitchensync |
|
|
| 221 | kde-base/kdepim kde-base/kleopatra |
|
|
| 222 | kde-base/kdepim kde-base/kmail |
|
|
| 223 | kde-base/kdepim kde-base/kmailcvt |
|
|
| 224 | kde-base/kdepim kde-base/kmobiletools |
|
|
| 225 | kde-base/kdepim kde-base/knode |
|
|
| 226 | kde-base/kdepim kde-base/knotes |
|
|
| 227 | kde-base/kdepim kde-base/kode |
|
|
| 228 | kde-base/kdepim kde-base/konsolekalendar |
|
|
| 229 | kde-base/kdepim kde-base/kontact |
|
|
| 230 | kde-base/kdepim kde-base/kontact-specialdates |
|
|
| 231 | kde-base/kdepim kde-base/korganizer |
|
|
| 232 | kde-base/kdepim kde-base/korn |
|
|
| 233 | kde-base/kdepim kde-base/kpilot |
|
|
| 234 | kde-base/kdepim kde-base/ktimetracker |
|
|
| 235 | kde-base/kdepim kde-base/ktnef |
|
|
| 236 | kde-base/kdepim kde-base/libkdepim |
|
|
| 237 | kde-base/kdepim kde-base/libkholidays |
|
|
| 238 | kde-base/kdepim kde-base/libkleo |
|
|
| 239 | kde-base/kdepim kde-base/libkpgp |
|
|
| 240 | kde-base/kdepim kde-base/libksieve |
|
|
| 241 | kde-base/kdepim kde-base/mailtransport |
|
|
| 242 | kde-base/kdepim kde-base/mimelib |
|
|
| 243 | kde-base/kdepim kde-base/networkstatus |
|
|
| 244 | kde-base/kdesdk kde-base/cervisia |
|
|
| 245 | kde-base/kdesdk kde-base/kdeaccounts-plugin |
|
|
| 246 | kde-base/kdesdk kde-base/kapptemplate |
|
|
| 247 | kde-base/kdesdk kde-base/kate |
|
|
| 248 | kde-base/kdesdk kde-base/kbabel |
|
|
| 249 | kde-base/kdesdk kde-base/kbugbuster |
|
|
| 250 | kde-base/kdesdk kde-base/kcachegrind |
|
|
| 251 | kde-base/kdesdk kde-base/kdesdk-kioslaves |
|
|
| 252 | kde-base/kdesdk kde-base/kdesdk-misc |
|
|
| 253 | kde-base/kdesdk kde-base/kdesdk-scripts |
|
|
| 254 | kde-base/kdesdk kde-base/kmtrace |
|
|
| 255 | kde-base/kdesdk kde-base/kompare |
|
|
| 256 | kde-base/kdesdk kde-base/kspy |
|
|
| 257 | kde-base/kdesdk kde-base/kstartperf |
|
|
| 258 | kde-base/kdesdk kde-base/strigi-analyzer |
|
|
| 259 | kde-base/kdesdk kde-base/kuiviewer |
|
|
| 260 | kde-base/kdesdk kde-base/poxml |
|
|
| 261 | kde-base/kdesdk kde-base/umbrello |
|
|
| 262 | kde-base/kdetoys kde-base/amor |
|
|
| 263 | kde-base/kdetoys kde-base/kteatime |
|
|
| 264 | kde-base/kdetoys kde-base/ktux |
|
|
| 265 | kde-base/kdetoys kde-base/kweather |
|
|
| 266 | kde-base/kdetoys kde-base/kworldclock |
|
|
| 267 | kde-base/kdeutils kde-base/ark |
|
|
| 268 | kde-base/kdeutils kde-base/kcalc |
|
|
| 269 | kde-base/kdeutils kde-base/kcharselect |
|
|
| 270 | kde-base/kdeutils kde-base/kdessh |
|
|
| 271 | kde-base/kdeutils kde-base/kdf |
|
|
| 272 | kde-base/kdeutils kde-base/kedit |
|
|
| 273 | kde-base/kdeutils kde-base/kfloppy |
|
|
| 274 | kde-base/kdeutils kde-base/kgpg |
|
|
| 275 | kde-base/kdeutils kde-base/khexedit |
|
|
| 276 | kde-base/kdeutils kde-base/kjots |
|
|
| 277 | kde-base/kdeutils kde-base/kmilo |
|
|
| 278 | kde-base/kdeutils kde-base/kregexpeditor |
|
|
| 279 | kde-base/kdeutils kde-base/kdessh |
|
|
| 280 | kde-base/kdeutils kde-base/ktimer |
|
|
| 281 | kde-base/kdeutils kde-base/kwallet |
|
|
| 282 | kde-base/kdeutils kde-base/superkaramba |
|
|
| 283 | kde-base/kdeutils kde-base/sweeper |
|
|
| 284 | kde-base/kdewebdev kde-base/kfilereplace |
|
|
| 285 | kde-base/kdewebdev kde-base/kimagemapeditor |
|
|
| 286 | kde-base/kdewebdev kde-base/klinkstatus |
|
|
| 287 | kde-base/kdewebdev kde-base/kxsldbg |
|
|
| 288 | kde-base/kdewebdev kde-base/quanta |
|
|
| 289 | app-office/koffice app-office/karbon |
|
|
| 290 | app-office/koffice app-office/kchart |
|
|
| 291 | app-office/koffice app-office/kexi |
|
|
| 292 | app-office/koffice app-office/kformula |
|
|
| 293 | app-office/koffice app-office/kivio |
|
|
| 294 | app-office/koffice app-office/koffice-data |
|
|
| 295 | app-office/koffice app-office/koffice-libs |
|
|
| 296 | app-office/koffice app-office/koshell |
|
|
| 297 | app-office/koffice app-office/kplato |
|
|
| 298 | app-office/koffice app-office/kpresenter |
|
|
| 299 | app-office/koffice app-office/krita |
|
|
| 300 | app-office/koffice app-office/kspread |
|
|
| 301 | app-office/koffice app-office/kugar |
|
|
| 302 | app-office/koffice app-office/kword |
|
|
| 303 | ' |
|
|
| 304 | |
|
|
| 305 | # @FUNCTION: get-parent-package |
|
|
| 306 | # @USAGE: <split ebuild> |
|
|
| 307 | # @DESCRIPTION: |
|
|
| 308 | # Echoes the name of the monolithic package that a given split ebuild was derived from. |
|
|
| 309 | get-parent-package() { |
|
|
| 310 | local parent child |
|
|
| 311 | while read parent child; do |
|
|
| 312 | if [[ "${child}" == "$1" ]]; then |
|
|
| 313 | echo ${parent} |
|
|
| 314 | return 0 |
|
|
| 315 | fi |
|
|
| 316 | done <<< "$KDE_DERIVATION_MAP" |
|
|
| 317 | die "Package $target not found in KDE_DERIVATION_MAP, please report bug" |
|
|
| 318 | } |
|
|
| 319 | |
|
|
| 320 | # @FUNCTION: get-child-packages |
|
|
| 321 | # @USAGE: <monolithic ebuild> |
|
|
| 322 | # @DESCRIPTION: |
|
|
| 323 | # Echoes the names of all (split) ebuilds derived from a given monolithic ebuild. |
|
|
| 324 | get-child-packages() { |
|
|
| 325 | local parent child |
|
|
| 326 | while read parent child; do |
|
|
| 327 | [[ "${parent}" == "$1" ]] && echo -n "${child} " |
|
|
| 328 | done <<< "$KDE_DERIVATION_MAP" |
|
|
| 329 | } |
|
|
| 330 | |
|
|
| 331 | # @FUNCTION: is-parent-package |
|
|
| 332 | # @USAGE: <$CATEGORY/$PN> |
|
|
| 333 | # @DESCRIPTION: |
|
|
| 334 | # Returns zero exit-status if the given package is a parent (monolithic) ebuild. |
|
|
| 335 | # Returns non-zero exit-status if it's not. |
|
|
| 336 | is-parent-package() { |
|
|
| 337 | local parent child |
|
|
| 338 | while read parent child; do |
|
|
| 339 | [[ "${parent}" == "$1" ]] && return 0 |
|
|
| 340 | done <<< "$KDE_DERIVATION_MAP" |
|
|
| 341 | return 1 |
|
|
| 342 | } |
|
|
| 343 | |
101 | |
| 344 | # @FUNCTION: buildsycoca |
102 | # @FUNCTION: buildsycoca |
| 345 | # @DESCRIPTION: |
103 | # @DESCRIPTION: |
| 346 | # Function to rebuild the KDE System Configuration Cache. |
104 | # Function to rebuild the KDE System Configuration Cache. |
| 347 | # All KDE ebuilds should run this in pkg_postinst and pkg_postrm. |
105 | # All KDE ebuilds should run this in pkg_postinst and pkg_postrm. |
| 348 | # |
|
|
| 349 | # Note that kde4-base.eclass already does this. |
|
|
| 350 | buildsycoca() { |
106 | buildsycoca() { |
| 351 | debug-print-function ${FUNCNAME} "$@" |
107 | debug-print-function ${FUNCNAME} "$@" |
| 352 | |
108 | |
| 353 | if [[ -x ${KDEDIR}/bin/kbuildsycoca4 ]] && [[ -z "${ROOT}" || "${ROOT}" == "/" ]]; then |
109 | # We no longer need to run kbuildsycoca4, as kded does that automatically, as needed |
| 354 | # First of all, make sure that the /usr/share/services directory exists |
|
|
| 355 | # and it has the right permissions |
|
|
| 356 | mkdir -p /usr/share/services |
|
|
| 357 | chown root:0 /usr/share/services |
|
|
| 358 | chmod 0755 /usr/share/services |
|
|
| 359 | |
110 | |
| 360 | # kbuildsycoca4 needs a running dbus session to work correctly. |
111 | # fix permission for some directories |
| 361 | # We have to start a new dbus session, because the DBUS_SESSION_BUS_ADDRESS in the environment |
112 | for x in usr/share/{config,kde4}; do |
| 362 | # could from from the user's environment (through su [without '-']), causing kbuildsycoca4 to hang. |
113 | DIRS=${EROOT}usr |
| 363 | |
114 | [[ -d "${EROOT}${x}" ]] || break # nothing to do if directory does not exist |
| 364 | einfo "Starting dbus session for kbuildsycoca4" |
115 | # fixes Bug 318237 |
| 365 | local _i |
116 | if use userland_BSD ; then |
| 366 | for _i in $(dbus-launch); do |
117 | [[ $(stat -f %p "${EROOT}${x}") != 40755 ]] |
| 367 | # We export both the ADDRESS _and_ the PID. We need the latter only to kill our session. |
118 | local stat_rtn="$?" |
| 368 | debug-print "Exporting: ${_i}" |
119 | else |
| 369 | export "${_i}"; |
120 | [[ $(stat --format=%a "${EROOT}${x}") != 755 ]] |
|
|
121 | local stat_rtn=$? |
|
|
122 | fi |
|
|
123 | if [[ $stat_rtn != 1 ]] ; then |
|
|
124 | ewarn "QA Notice:" |
|
|
125 | ewarn "Package ${PN} is breaking ${EROOT}${x} permissions." |
|
|
126 | ewarn "Please report this issue to gentoo bugzilla." |
|
|
127 | einfo "Permissions will get adjusted automatically now." |
|
|
128 | find "${EROOT}${x}" -type d -print0 | xargs -0 chmod 755 |
|
|
129 | fi |
| 370 | done |
130 | done |
| 371 | debug-print "kbuildsycoca4 is using ${DBUS_SESSION_BUS_ADDRESS}" |
|
|
| 372 | |
|
|
| 373 | ebegin "Running kbuildsycoca4 to build global database" |
|
|
| 374 | # This is needed because we support multiple kde versions installed together. |
|
|
| 375 | XDG_DATA_DIRS="/usr/share:${KDEDIRS}/share:/usr/local/share" |
|
|
| 376 | ${KDEDIR}/bin/kbuildsycoca4 --global --noincremental &> /dev/null |
|
|
| 377 | eend $? |
|
|
| 378 | |
|
|
| 379 | einfo "Killing dbus session for kbuildsycoca4" |
|
|
| 380 | debug-print "ADDRES ${DBUS_SESSION_BUS_ADDRESS}" |
|
|
| 381 | debug-print "PID: ${DBUS_SESSION_BUS_PID}" |
|
|
| 382 | kill ${DBUS_SESSION_BUS_PID} |
|
|
| 383 | eend $? |
|
|
| 384 | unset DBUS_SESSION_BUS_ADDRES DBUS_SESSION_BUS_PID |
|
|
| 385 | |
|
|
| 386 | # For some reason this directory gets created with noone other than root |
|
|
| 387 | # being able to read it. Hence we chmod it. |
|
|
| 388 | chmod -R 0755 "${ROOT}"/usr/share/kde4 |
|
|
| 389 | fi |
|
|
| 390 | } |
131 | } |
| 391 | |
132 | |
| 392 | # @FUNCTION: comment_all_add_subdirectory |
133 | # @FUNCTION: comment_all_add_subdirectory |
| 393 | # @USAGE: [list of directory names] |
134 | # @USAGE: [list of directory names] |
| 394 | # @DESCRIPTION: |
135 | # @DESCRIPTION: |
| 395 | # recursively comment all add_subdirectory instructions in listed directories |
136 | # Recursively comment all add_subdirectory instructions in listed directories, |
| 396 | # except the ones in cmake/. |
137 | # except those in cmake/. |
| 397 | comment_all_add_subdirectory() { |
138 | comment_all_add_subdirectory() { |
| 398 | find "$@" -name CMakeLists.txt -print0 | grep -vFzZ "./cmake" | \ |
139 | find "$@" -name CMakeLists.txt -print0 | grep -vFzZ "./cmake" | \ |
| 399 | xargs -0 sed -i -e '/add_subdirectory/s/^/#DONOTCOMPILE /' || \ |
140 | xargs -0 sed -i \ |
|
|
141 | -e '/^[[:space:]]*add_subdirectory/s/^/#DONOTCOMPILE /' \ |
|
|
142 | -e '/^[[:space:]]*ADD_SUBDIRECTORY/s/^/#DONOTCOMPILE /' \ |
|
|
143 | -e '/^[[:space:]]*macro_optional_add_subdirectory/s/^/#DONOTCOMPILE /' \ |
|
|
144 | -e '/^[[:space:]]*MACRO_OPTIONAL_ADD_SUBDIRECTORY/s/^/#DONOTCOMPILE /' \ |
| 400 | die "${LINENO}: Initial sed died" |
145 | || die "${LINENO}: Initial sed died" |
| 401 | } |
146 | } |
| 402 | |
147 | |
| 403 | # @ECLASS-VARIABLE: QT4_BUILT_WITH_USE_CHECK |
148 | # @FUNCTION: enable_selected_linguas |
|
|
149 | # @DESCRIPTION: |
|
|
150 | # Enable translations based on LINGUAS settings and translations supported by |
|
|
151 | # the package (see KDE_LINGUAS). By default, translations are found in "${S}"/po |
|
|
152 | # but this default can be overridden by defining KDE_LINGUAS_DIR. |
|
|
153 | enable_selected_linguas() { |
|
|
154 | debug-print-function ${FUNCNAME} "$@" |
|
|
155 | |
|
|
156 | local x |
|
|
157 | |
|
|
158 | # if there is no linguas defined we enable everything |
|
|
159 | if ! $(env | grep -q "^LINGUAS="); then |
|
|
160 | return 0 |
|
|
161 | fi |
|
|
162 | |
|
|
163 | # @ECLASS-VARIABLE: KDE_LINGUAS_DIR |
| 404 | # @DESCRIPTION: |
164 | # @DESCRIPTION: |
| 405 | # A list of USE flags that x11-libs/qt:4 needs to be built with. |
165 | # Specified folder where application translations are located. |
|
|
166 | # Can be defined as array of folders where translations are located. |
|
|
167 | # Note that space separated list of dirs is not supported. |
|
|
168 | # Default value is set to "po". |
|
|
169 | if [[ "$(declare -p KDE_LINGUAS_DIR 2>/dev/null 2>&1)" == "declare -a"* ]]; then |
|
|
170 | debug-print "$FUNCNAME: we have these subfolders defined: ${KDE_LINGUAS_DIR}" |
|
|
171 | for x in ${KDE_LINGUAS_DIR[@]}; do |
|
|
172 | _enable_selected_linguas_dir ${x} |
|
|
173 | done |
|
|
174 | else |
|
|
175 | KDE_LINGUAS_DIR=${KDE_LINGUAS_DIR:="po"} |
|
|
176 | _enable_selected_linguas_dir ${KDE_LINGUAS_DIR} |
|
|
177 | fi |
|
|
178 | } |
|
|
179 | |
|
|
180 | # @FUNCTION: enable_selected_doc_linguas |
|
|
181 | # @DESCRIPTION: |
|
|
182 | # Enable only selected linguas enabled doc folders. |
|
|
183 | enable_selected_doc_linguas() { |
|
|
184 | debug-print-function ${FUNCNAME} "$@" |
|
|
185 | |
|
|
186 | # if there is no linguas defined we enable everything |
|
|
187 | if ! $(env | grep -q "^LINGUAS="); then |
|
|
188 | return 0 |
|
|
189 | fi |
|
|
190 | |
|
|
191 | # @ECLASS-VARIABLE: KDE_DOC_DIRS |
|
|
192 | # @DESCRIPTION: |
|
|
193 | # Variable specifying whitespace separated patterns for documentation locations. |
|
|
194 | # Default is "doc/%lingua" |
|
|
195 | KDE_DOC_DIRS=${KDE_DOC_DIRS:='doc/%lingua'} |
|
|
196 | local linguas |
|
|
197 | for pattern in ${KDE_DOC_DIRS}; do |
|
|
198 | |
|
|
199 | local handbookdir=`dirname ${pattern}` |
|
|
200 | local translationdir=`basename ${pattern}` |
|
|
201 | # Do filename pattern supplied, treat as directory |
|
|
202 | [[ ${handbookdir} = '.' ]] && handbookdir=${translationdir} && translationdir= |
|
|
203 | [[ -d ${handbookdir} ]] || die 'wrong doc dir specified' |
|
|
204 | |
|
|
205 | if ! use handbook; then |
|
|
206 | # Disable whole directory |
|
|
207 | sed -e "/add_subdirectory[[:space:]]*([[:space:]]*${handbookdir}[[:space:]]*)/s/^/#DONOTCOMPILE /" \ |
|
|
208 | -e "/ADD_SUBDIRECTORY[[:space:]]*([[:space:]]*${handbookdir}[[:space:]]*)/s/^/#DONOTCOMPILE /" \ |
|
|
209 | -i CMakeLists.txt || die 'failed to comment out all handbooks' |
|
|
210 | else |
|
|
211 | # Disable subdirectories recursively |
|
|
212 | comment_all_add_subdirectory "${handbookdir}" |
|
|
213 | # Add requested translations |
|
|
214 | local lingua |
|
|
215 | for lingua in en ${KDE_LINGUAS}; do |
|
|
216 | if [[ ${lingua} = en ]] || use linguas_${lingua}; then |
|
|
217 | if [[ -d ${handbookdir}/${translationdir//%lingua/${lingua}} ]]; then |
|
|
218 | sed -e "/add_subdirectory[[:space:]]*([[:space:]]*${translationdir//%lingua/${lingua}}/s/^#DONOTCOMPILE //" \ |
|
|
219 | -e "/ADD_SUBDIRECTORY[[:space:]]*([[:space:]]*${translationdir//%lingua/${lingua}}/s/^#DONOTCOMPILE //" \ |
|
|
220 | -i "${handbookdir}"/CMakeLists.txt && ! has ${lingua} ${linguas} && linguas="${linguas} ${lingua}" |
|
|
221 | fi |
|
|
222 | fi |
|
|
223 | done |
|
|
224 | fi |
|
|
225 | |
|
|
226 | done |
|
|
227 | [[ -n "${linguas}" ]] && einfo "Enabling handbook translations:${linguas}" |
|
|
228 | } |
|
|
229 | |
|
|
230 | # @FUNCTION: migrate_store_dir |
|
|
231 | # @DESCRIPTION: |
|
|
232 | # Universal store dir migration |
|
|
233 | # * performs split of kdebase to kdebase-apps when needed |
|
|
234 | # * moves playground/extragear kde4-base-style to toplevel dir |
|
|
235 | migrate_store_dir() { |
|
|
236 | if [[ ${KDE_SCM} != svn ]]; then |
|
|
237 | die "migrate_store_dir() only makes sense for subversion" |
|
|
238 | fi |
|
|
239 | |
|
|
240 | local cleandir="${ESVN_STORE_DIR}/KDE" |
|
|
241 | |
|
|
242 | if [[ -d ${cleandir} ]]; then |
|
|
243 | ewarn "'${cleandir}' has been found. Moving contents to new location." |
|
|
244 | addwrite "${ESVN_STORE_DIR}" |
|
|
245 | # Split kdebase |
|
|
246 | local module |
|
|
247 | if pushd "${cleandir}"/kdebase/kdebase > /dev/null; then |
|
|
248 | for module in `find . -maxdepth 1 -type d -name [a-z0-9]\*`; do |
|
|
249 | module="${module#./}" |
|
|
250 | mkdir -p "${ESVN_STORE_DIR}/kdebase-${module}" && mv -f "${module}" "${ESVN_STORE_DIR}/kdebase-${module}" || \ |
|
|
251 | die "Failed to move to '${ESVN_STORE_DIR}/kdebase-${module}'." |
|
|
252 | done |
|
|
253 | popd > /dev/null |
|
|
254 | rm -fr "${cleandir}/kdebase" || \ |
|
|
255 | die "Failed to remove ${cleandir}/kdebase. You need to remove it manually." |
|
|
256 | fi |
|
|
257 | # Move the rest |
|
|
258 | local pkg |
|
|
259 | for pkg in "${cleandir}"/*; do |
|
|
260 | mv -f "${pkg}" "${ESVN_STORE_DIR}"/ || eerror "Failed to move '${pkg}'" |
|
|
261 | done |
|
|
262 | 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." |
|
|
263 | fi |
|
|
264 | |
|
|
265 | if ! hasq kde4-meta ${INHERITED}; then |
|
|
266 | case ${KMNAME} in |
|
|
267 | extragear*|playground*) |
|
|
268 | local scmlocalpath="${ESVN_STORE_DIR}"/"${KMNAME}"/"${PN}" |
|
|
269 | if [[ -d "${scmlocalpath}" ]]; then |
|
|
270 | local destdir="${ESVN_STORE_DIR}"/"${ESVN_PROJECT}"/"`basename "${ESVN_REPO_URI}"`" |
|
|
271 | ewarn "'${scmlocalpath}' has been found." |
|
|
272 | ewarn "Moving contents to new location: ${destdir}" |
|
|
273 | addwrite "${ESVN_STORE_DIR}" |
|
|
274 | mkdir -p "${ESVN_STORE_DIR}"/"${ESVN_PROJECT}" && mv -f "${scmlocalpath}" "${destdir}" \ |
|
|
275 | || die "Failed to move to '${scmlocalpath}'" |
|
|
276 | # Try cleaning empty directories |
|
|
277 | rmdir "`dirname "${scmlocalpath}"`" 2> /dev/null |
|
|
278 | fi |
|
|
279 | ;; |
|
|
280 | esac |
|
|
281 | fi |
|
|
282 | } |
|
|
283 | |
|
|
284 | # Functions handling KMLOADLIBS and KMSAVELIBS |
|
|
285 | |
|
|
286 | # @FUNCTION: save_library_dependencies |
|
|
287 | # @DESCRIPTION: |
|
|
288 | # Add exporting CMake dependencies for current package |
|
|
289 | save_library_dependencies() { |
|
|
290 | local depsfile="${T}/${PN}" |
|
|
291 | |
|
|
292 | ebegin "Saving library dependencies in ${depsfile##*/}" |
|
|
293 | echo "EXPORT_LIBRARY_DEPENDENCIES(\"${depsfile}\")" >> "${S}/CMakeLists.txt" || \ |
|
|
294 | die "Failed to save the library dependencies." |
|
|
295 | eend $? |
|
|
296 | } |
|
|
297 | |
|
|
298 | # @FUNCTION: install_library_dependencies |
|
|
299 | # @DESCRIPTION: |
|
|
300 | # Install generated CMake library dependencies to /var/lib/kde |
|
|
301 | install_library_dependencies() { |
|
|
302 | local depsfile="${T}/${PN}" |
|
|
303 | |
|
|
304 | ebegin "Installing library dependencies as ${depsfile##*/}" |
|
|
305 | insinto /var/lib/kde |
|
|
306 | doins "${depsfile}" || die "Failed to install library dependencies." |
|
|
307 | eend $? |
|
|
308 | } |
|
|
309 | |
|
|
310 | # @FUNCTION: load_library_dependencies |
|
|
311 | # @DESCRIPTION: |
|
|
312 | # Inject specified library dependencies in current package |
|
|
313 | load_library_dependencies() { |
|
|
314 | local pn i depsfile |
|
|
315 | ebegin "Injecting library dependencies from '${KMLOADLIBS}'" |
|
|
316 | |
|
|
317 | i=0 |
|
|
318 | for pn in ${KMLOADLIBS} ; do |
|
|
319 | ((i++)) |
|
|
320 | depsfile="${EPREFIX}/var/lib/kde/${pn}" |
|
|
321 | [[ -r ${depsfile} ]] || depsfile="${EPREFIX}/var/lib/kde/${pn}:$(get_kde_version)" |
|
|
322 | [[ -r ${depsfile} ]] || die "Depsfile '${depsfile}' not accessible. You probably need to reinstall ${pn}." |
|
|
323 | sed -i -e "${i}iINCLUDE(\"${depsfile}\")" "${S}/CMakeLists.txt" || \ |
|
|
324 | die "Failed to include library dependencies for ${pn}" |
|
|
325 | done |
|
|
326 | eend $? |
|
|
327 | } |
|
|
328 | |
|
|
329 | # @FUNCTION: add_blocker |
|
|
330 | # @DESCRIPTION: |
|
|
331 | # Create correct RDEPEND value for blocking correct package. |
|
|
332 | # Useful for file-collision blocks. |
|
|
333 | # Parameters are package and version(s) to block. |
|
|
334 | # add_blocker kdelibs 4.2.4 |
|
|
335 | # If no version is specified, then all versions will be blocked. |
|
|
336 | # If the version is 0, then no versions will be blocked. |
|
|
337 | # If a second version ending in ":3.5" is passed, then the version listed for |
|
|
338 | # that slot will be blocked as well. |
| 406 | # |
339 | # |
| 407 | # This list is automatically appended to KDE4_BUILT_WITH_USE_CHECK, |
340 | # Examples: |
| 408 | # so don't call qt4_pkg_setup manually. |
341 | # # Block all versions of kdelibs |
| 409 | |
342 | # add_blocker kdelibs |
| 410 | # @ECLASS-VARIABLE: KDE4_BUILT_WITH_USE_CHECK |
|
|
| 411 | # @DESCRIPTION: |
|
|
| 412 | # The contents of $KDE4_BUILT_WITH_USE_CHECK gets fed to built_with_use |
|
|
| 413 | # (eutils.eclass), line per line. |
|
|
| 414 | # |
343 | # |
| 415 | # Example: |
344 | # # Block all versions of kdelibs older than 4.3.50 |
| 416 | # @CODE |
345 | # add_blocker kdelibs 4.3.50 |
| 417 | # pkg_setup() { |
346 | # |
| 418 | # KDE4_BUILT_WITH_USE_CHECK="--missing true sys-apps/dbus X" |
347 | # # Block kdelibs 3.5.10 and older, but not any version of |
| 419 | # use alsa && KDE4_BUILT_WITH_USE_CHECK="${KDE4_BUILT_WITH_USE_CHECK} |
348 | # # kdelibs from KDE 4 |
| 420 | # --missing true media-libs/alsa-lib midi" |
349 | # add_blocker kdelibs 0 3.5.10:3.5 |
| 421 | # kde4-base_pkg_setup |
350 | add_blocker() { |
| 422 | # } |
351 | debug-print-function ${FUNCNAME} "$@" |
| 423 | # @CODE |
|
|
| 424 | |
352 | |
| 425 | # run built_with_use on each flag and print appropriate error messages if any |
353 | [[ -z ${1} ]] && die "Missing parameter" |
| 426 | # flags are missing |
354 | local pkg=kde-base/$1 atom old_ver="unset" use |
| 427 | _kde4-functions_built_with_use() { |
355 | if [[ $pkg == *\[*\] ]]; then |
| 428 | local missing opt pkg flag flags |
356 | use=${pkg/#*\[/[} |
| 429 | |
357 | pkg=${pkg%\[*\]} |
| 430 | if [[ ${1} = "--missing" ]]; then |
|
|
| 431 | missing="${1} ${2}" && shift 2 |
|
|
| 432 | fi |
358 | fi |
|
|
359 | |
|
|
360 | [[ "$3" == *:3.5 ]] && old_ver=${3%:3.5} |
|
|
361 | |
|
|
362 | # If the version passed is "0", do nothing |
|
|
363 | if [[ ${2} != 0 ]]; then |
|
|
364 | # If no version was passed, block all versions in this slot |
|
|
365 | if [[ -z ${2} ]]; then |
|
|
366 | atom=${pkg} |
|
|
367 | # If the version passed begins with a "<", then use "<" instead of "<=" |
| 433 | if [[ ${1:0:1} = "-" ]]; then |
368 | elif [[ ${2::1} == "<" ]]; then |
| 434 | opt=${1} && shift |
369 | # this also removes the first character of the version, which is a "<" |
| 435 | fi |
370 | atom="<${pkg}-${2:1}" |
| 436 | |
|
|
| 437 | pkg=${1} && shift |
|
|
| 438 | |
|
|
| 439 | for flag in "${@}"; do |
|
|
| 440 | flags="${flags} ${flag}" |
|
|
| 441 | if ! built_with_use ${missing} ${opt} ${pkg} ${flag}; then |
|
|
| 442 | flags="${flags}*" |
|
|
| 443 | else |
371 | else |
| 444 | [[ ${opt} = "-o" ]] && return 0 |
372 | atom="<=${pkg}-${2}" |
| 445 | fi |
|
|
| 446 | done |
|
|
| 447 | if [[ "${flags# }" = "${@}" ]]; then |
|
|
| 448 | return 0 |
|
|
| 449 | fi |
373 | fi |
| 450 | if [[ ${opt} = "-o" ]]; then |
374 | RDEPEND+=" !${atom}:4${use}" |
| 451 | eerror "This package requires '${pkg}' to be built with any of the following USE flags: '$*'." |
375 | fi |
|
|
376 | |
|
|
377 | # Do the same thing as above for :3.5, except that we don't want any |
|
|
378 | # output if no parameter was passed. |
|
|
379 | if [[ ${old_ver} != "unset" ]]; then |
|
|
380 | if [[ -z ${old_ver} ]]; then |
|
|
381 | atom=${pkg} |
|
|
382 | elif [[ ${old_ver::1} == "<" ]]; then |
|
|
383 | atom="<${pkg}-${old_ver:1}" |
|
|
384 | else |
|
|
385 | atom="<=${pkg}-${old_ver}" |
|
|
386 | fi |
|
|
387 | RDEPEND+=" !${atom}:3.5${use}" |
|
|
388 | fi |
|
|
389 | } |
|
|
390 | |
|
|
391 | # @FUNCTION: add_kdebase_dep |
|
|
392 | # @DESCRIPTION: |
|
|
393 | # Create proper dependency for kde-base/ dependencies. |
|
|
394 | # This takes 1 to 3 arguments. The first being the package name, the optional |
|
|
395 | # second is additional USE flags to append, and the optional third is the |
|
|
396 | # version to use instead of the automatic version (use sparingly). |
|
|
397 | # The output of this should be added directly to DEPEND/RDEPEND, and may be |
|
|
398 | # wrapped in a USE conditional (but not an || conditional without an extra set |
|
|
399 | # of parentheses). |
|
|
400 | add_kdebase_dep() { |
|
|
401 | debug-print-function ${FUNCNAME} "$@" |
|
|
402 | |
|
|
403 | local ver |
|
|
404 | |
|
|
405 | if [[ -n ${3} ]]; then |
|
|
406 | ver=${3} |
|
|
407 | elif [[ -n ${KDE_OVERRIDE_MINIMAL} ]]; then |
|
|
408 | ver=${KDE_OVERRIDE_MINIMAL} |
|
|
409 | elif [[ ${KDEBASE} != kde-base ]]; then |
|
|
410 | ver=${KDE_MINIMAL} |
|
|
411 | # if building stable-live version depend just on the raw KDE version |
|
|
412 | # to allow merging packages against more stable basic stuff |
|
|
413 | elif [[ ${PV} == *.9999 ]]; then |
|
|
414 | ver=$(get_kde_version) |
| 452 | else |
415 | else |
| 453 | eerror "This package requires '${pkg}' to be built with the following USE flags: '${flags# }'." |
416 | ver=${PV} |
|
|
417 | fi |
|
|
418 | |
|
|
419 | [[ -z ${1} ]] && die "Missing parameter" |
|
|
420 | |
|
|
421 | echo " >=kde-base/${1}-${ver}:4[aqua=${2:+,${2}}]" |
|
|
422 | } |
|
|
423 | |
|
|
424 | # local function to enable specified translations for specified directory |
|
|
425 | # used from kde4-functions_enable_selected_linguas function |
|
|
426 | _enable_selected_linguas_dir() { |
|
|
427 | local lingua linguas sr_mess wp |
|
|
428 | local dir=${1} |
|
|
429 | |
|
|
430 | [[ -d ${dir} ]] || die "linguas dir \"${dir}\" does not exist" |
|
|
431 | comment_all_add_subdirectory "${dir}" |
|
|
432 | pushd "${dir}" > /dev/null |
|
|
433 | |
|
|
434 | # fix all various crazy sr@Latn variations |
|
|
435 | # this part is only ease for ebuilds, so there wont be any die when this |
|
|
436 | # fail at any point |
|
|
437 | sr_mess="sr@latn sr@latin sr@Latin" |
|
|
438 | for wp in ${sr_mess}; do |
|
|
439 | [[ -e ${wp}.po ]] && mv "${wp}.po" "sr@Latn.po" |
|
|
440 | if [[ -d ${wp} ]]; then |
|
|
441 | # move dir and fix cmakelists |
|
|
442 | mv "${wp}" "sr@Latn" |
|
|
443 | sed -i \ |
|
|
444 | -e "s:${wp}:sr@Latn:g" \ |
|
|
445 | CMakeLists.txt |
| 454 | fi |
446 | fi |
| 455 | return 1 |
447 | done |
| 456 | } |
|
|
| 457 | |
448 | |
| 458 | # @FUNCTION: kde4-functions_check_use |
449 | for lingua in ${KDE_LINGUAS}; do |
| 459 | # @DESCRIPTION: |
450 | if [[ -e ${lingua}.po ]]; then |
| 460 | # Check if the Qt4 libraries are built with the USE flags listed in |
451 | mv "${lingua}.po" "${lingua}.po.old" |
| 461 | # $QT4_BUILT_WITH_USE_CHECK. |
452 | fi |
| 462 | # |
453 | done |
| 463 | # Check if a list of packages are built with certain USE flags, as listed in |
|
|
| 464 | # $KDE4_BUILT_WITH_USE_CHECK. |
|
|
| 465 | # |
|
|
| 466 | # If any of the required USE flags are missing, an eerror will be printed for |
|
|
| 467 | # each package with missing USE flags. |
|
|
| 468 | kde4-functions_check_use() { |
|
|
| 469 | # I like to keep flags sorted |
|
|
| 470 | QT4_BUILT_WITH_USE_CHECK=$(echo "${QT4_BUILT_WITH_USE_CHECK}" | \ |
|
|
| 471 | tr '[:space:]' '\n' | sort | xargs) |
|
|
| 472 | |
454 | |
| 473 | KDE4_BUILT_WITH_USE_CHECK="x11-libs/qt:4 ${QT4_BUILT_WITH_USE_CHECK} |
455 | for lingua in ${KDE_LINGUAS}; do |
| 474 | ${KDE4_BUILT_WITH_USE_CHECK}" |
456 | if use linguas_${lingua} ; then |
| 475 | |
457 | if [[ -d ${lingua} ]]; then |
| 476 | local line missing |
458 | linguas="${linguas} ${lingua}" |
| 477 | while read line; do |
459 | sed -e "/add_subdirectory([[:space:]]*${lingua}[[:space:]]*)[[:space:]]*$/ s/^#DONOTCOMPILE //" \ |
| 478 | [[ -z ${line} ]] && continue |
460 | -e "/ADD_SUBDIRECTORY([[:space:]]*${lingua}[[:space:]]*)[[:space:]]*$/ s/^#DONOTCOMPILE //" \ |
| 479 | if ! _kde4-functions_built_with_use ${line}; then |
461 | -i CMakeLists.txt || die "Sed to uncomment linguas_${lingua} failed." |
| 480 | missing=true |
|
|
| 481 | fi |
462 | fi |
| 482 | done <<< "${KDE4_BUILT_WITH_USE_CHECK}" |
463 | if [[ -e ${lingua}.po.old ]]; then |
| 483 | if [[ -n ${missing} ]]; then |
464 | linguas="${linguas} ${lingua}" |
| 484 | echo |
465 | mv "${lingua}.po.old" "${lingua}.po" |
| 485 | eerror "Flags marked with an * are missing." |
466 | fi |
| 486 | die "Missing USE flags found" |
|
|
| 487 | fi |
467 | fi |
|
|
468 | done |
|
|
469 | [[ -n ${linguas} ]] && echo ">>> Enabling languages: ${linguas}" |
|
|
470 | |
|
|
471 | popd > /dev/null |
| 488 | } |
472 | } |
|
|
473 | |
|
|
474 | # @FUNCTION: get_kde_version |
|
|
475 | # Translates an ebuild version into a major.minor KDE SC |
|
|
476 | # release version. If no version is specified, ${PV} is used. |
|
|
477 | get_kde_version() { |
|
|
478 | local ver=${1:-${PV}} |
|
|
479 | local major=$(get_major_version ${ver}) |
|
|
480 | local minor=$(get_version_component_range 2 ${ver}) |
|
|
481 | local micro=$(get_version_component_range 3 ${ver}) |
|
|
482 | if [[ ${ver} == 9999 ]]; then |
|
|
483 | echo live |
|
|
484 | else |
|
|
485 | (( micro < 50 )) && echo ${major}.${minor} || echo ${major}.$((minor + 1)) |
|
|
486 | fi |
|
|
487 | } |