| 1 | # Copyright 1999-2008 Gentoo Foundation |
1 | # Copyright 1999-2012 Gentoo Foundation |
| 2 | # Distributed under the terms of the GNU General Public License v2 |
2 | # Distributed under the terms of the GNU General Public License v2 |
| 3 | # $Header: /var/cvsroot/gentoo-x86/eclass/kde4-functions.eclass,v 1.12 2009/02/10 20:07:24 scarabeus Exp $ |
3 | # $Header: /var/cvsroot/gentoo-x86/eclass/kde4-functions.eclass,v 1.61 2012/08/19 11:12:35 johu 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 KDE 4 packages |
10 | # @BLURB: Common ebuild functions for KDE 4 packages |
| … | |
… | |
| 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 ebuilds. |
13 | # for KDE 4 ebuilds. |
| 12 | |
14 | |
| 13 | # @ECLASS-VARIABLE: EAPI |
15 | # @ECLASS-VARIABLE: EAPI |
| 14 | # @DESCRIPTION: |
16 | # @DESCRIPTION: |
| 15 | # By default kde eclass wants eapi 2 which might be redefinable. |
17 | # Currently kde4 eclasses support EAPI 3 and 4. |
| 16 | case ${EAPI} in |
18 | case ${EAPI:-0} in |
| 17 | 2) : ;; |
19 | 4|3) : ;; |
| 18 | *) die "No way! EAPI older than 2 is not supported." ;; |
20 | *) die "EAPI=${EAPI} is not supported" ;; |
| 19 | esac |
21 | esac |
| 20 | |
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. |
|
|
31 | |
| 21 | # @ECLASS-VARIABLE: KDEBASE |
32 | # @ECLASS-VARIABLE: KDEBASE |
| 22 | # @DESCRIPTION: |
33 | # @DESCRIPTION: |
| 23 | # 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 |
| 24 | # koffice ebuild. |
35 | # kdevelop ebuild. |
| 25 | |
|
|
| 26 | if [[ $CATEGORY = kde-base ]]; then |
36 | if [[ ${CATEGORY} = kde-base ]]; then |
| 27 | debug-print "${ECLASS}: KDEBASE ebuild recognized" |
37 | debug-print "${ECLASS}: KDEBASE ebuild recognized" |
| 28 | KDEBASE=kde-base |
38 | KDEBASE=kde-base |
|
|
39 | elif [[ ${KMNAME-${PN}} = kdevelop ]]; then |
|
|
40 | debug-print "${ECLASS}: KDEVELOP ebuild recognized" |
|
|
41 | KDEBASE=kdevelop |
| 29 | fi |
42 | fi |
| 30 | |
43 | |
| 31 | # is this a koffice ebuild? |
44 | # determine the build type |
| 32 | if [[ $KMNAME = koffice || $PN = koffice ]]; then |
45 | if [[ ${PV} = *9999* ]]; then |
| 33 | debug-print "${ECLASS}: KOFFICE ebuild recognized" |
46 | KDE_BUILD_TYPE="live" |
| 34 | KDEBASE=koffice |
47 | else |
|
|
48 | KDE_BUILD_TYPE="release" |
| 35 | fi |
49 | fi |
|
|
50 | export KDE_BUILD_TYPE |
| 36 | |
51 | |
|
|
52 | # Set reponame and SCM for modules that have fully migrated to git |
|
|
53 | # (hack - it's here because it needs to be before SCM inherits from kde4-base) |
|
|
54 | if [[ ${KDE_BUILD_TYPE} == live ]]; then |
|
|
55 | case "${KMNAME}" in |
|
|
56 | kdebase-workspace) |
|
|
57 | KDE_SCM="git" |
|
|
58 | EGIT_REPONAME=${EGIT_REPONAME:=kde-workspace} |
|
|
59 | ;; |
|
|
60 | kdebase-runtime) |
|
|
61 | KDE_SCM="git" |
|
|
62 | EGIT_REPONAME=${EGIT_REPONAME:=kde-runtime} |
|
|
63 | ;; |
|
|
64 | kdebase-apps) |
|
|
65 | KDE_SCM="git" |
|
|
66 | EGIT_REPONAME=${EGIT_REPONAME:=kde-baseapps} |
|
|
67 | ;; |
|
|
68 | kde-workspace|kde-runtime|kde-baseapps) |
|
|
69 | KDE_SCM="git" |
|
|
70 | ;; |
|
|
71 | esac |
|
|
72 | fi |
|
|
73 | |
| 37 | # @ECLASS-VARIABLE: KDE_SLOTS |
74 | # @ECLASS-VARIABLE: KDE_SCM |
| 38 | # @DESCRIPTION: |
75 | # @DESCRIPTION: |
| 39 | # The slots used by all KDE versions later than 4.0. The live-ebuilds use |
76 | # If this is a live package which scm does it use |
| 40 | # KDE_LIVE_SLOTS instead. |
77 | # Everything else uses svn by default |
| 41 | KDE_SLOTS=( kde-4 4.1 4.2 ) |
78 | KDE_SCM="${KDE_SCM:-svn}" |
|
|
79 | case ${KDE_SCM} in |
|
|
80 | svn|git) ;; |
|
|
81 | *) die "KDE_SCM: ${KDE_SCM} is not supported" ;; |
|
|
82 | esac |
| 42 | |
83 | |
| 43 | # @ECLASS-VARIABLE: KDE_LIVE_SLOTS |
84 | # @ECLASS-VARIABLE: KDE_LINGUAS |
| 44 | # @DESCRIPTION: |
85 | # @DESCRIPTION: |
| 45 | # The slots used by all KDE live versions. |
86 | # This is a whitespace-separated list of translations this ebuild supports. |
| 46 | KDE_LIVE_SLOTS=( live ) |
87 | # These translations are automatically added to IUSE. Therefore ebuilds must set |
|
|
88 | # this variable before inheriting any eclasses. To enable only selected |
|
|
89 | # translations, ebuilds must call enable_selected_linguas(). kde4-{base,meta}.eclass does |
|
|
90 | # this for you. |
|
|
91 | # |
|
|
92 | # Example: KDE_LINGUAS="de en_GB nl" |
|
|
93 | if [[ ${KDE_BUILD_TYPE} != live || -n ${KDE_LINGUAS_LIVE_OVERRIDE} ]]; then |
|
|
94 | for _lingua in ${KDE_LINGUAS}; do |
|
|
95 | IUSE="${IUSE} linguas_${_lingua}" |
|
|
96 | done |
|
|
97 | fi |
| 47 | |
98 | |
| 48 | # @FUNCTION: buildsycoca |
99 | # @FUNCTION: buildsycoca |
| 49 | # @DESCRIPTION: |
100 | # @DESCRIPTION: |
| 50 | # Function to rebuild the KDE System Configuration Cache. |
101 | # Function to rebuild the KDE System Configuration Cache. |
| 51 | # All KDE ebuilds should run this in pkg_postinst and pkg_postrm. |
102 | # All KDE ebuilds should run this in pkg_postinst and pkg_postrm. |
| 52 | # |
|
|
| 53 | # Note that kde4-base.eclass already does this. |
|
|
| 54 | buildsycoca() { |
103 | buildsycoca() { |
| 55 | debug-print-function ${FUNCNAME} "$@" |
104 | debug-print-function ${FUNCNAME} "$@" |
| 56 | |
105 | |
| 57 | if [[ -z ${ROOT%%/} && -x ${KDEDIR}/bin/kbuildsycoca4 ]]; then |
106 | # We no longer need to run kbuildsycoca4, as kded does that automatically, as needed |
| 58 | # Make sure tha cache file exists, or kbuildsycoca4 will fail |
|
|
| 59 | touch "${KDEDIR}/share/kde4/services/ksycoca4" |
|
|
| 60 | |
107 | |
| 61 | # We have to unset DISPLAY and DBUS_SESSION_BUS_ADDRESS, the ones |
108 | # fix permission for some directories |
| 62 | # in the user's environment (through su [without '-']) may cause |
109 | for x in usr/share/{config,kde4}; do |
| 63 | # kbuildsycoca4 to hang. |
110 | DIRS=${EROOT}usr |
| 64 | |
111 | [[ -d "${EROOT}${x}" ]] || break # nothing to do if directory does not exist |
| 65 | ebegin "Running kbuildsycoca4 to build global database" |
112 | # fixes Bug 318237 |
| 66 | # This is needed because we support multiple kde versions installed together. |
113 | if use userland_BSD ; then |
| 67 | XDG_DATA_DIRS="/usr/share:${KDEDIRS//:/\/share:}/share:/usr/local/share" \ |
114 | [[ $(stat -f %p "${EROOT}${x}") != 40755 ]] |
| 68 | DISPLAY="" DBUS_SESSION_BUS_ADDRESS="" \ |
115 | local stat_rtn="$?" |
| 69 | ${KDEDIR}/bin/kbuildsycoca4 --global --noincremental &> /dev/null |
116 | else |
| 70 | eend $? |
117 | [[ $(stat --format=%a "${EROOT}${x}") != 755 ]] |
|
|
118 | local stat_rtn=$? |
| 71 | fi |
119 | fi |
|
|
120 | if [[ $stat_rtn != 1 ]] ; then |
|
|
121 | ewarn "QA Notice:" |
|
|
122 | ewarn "Package ${PN} is breaking ${EROOT}${x} permissions." |
|
|
123 | ewarn "Please report this issue to gentoo bugzilla." |
|
|
124 | einfo "Permissions will get adjusted automatically now." |
|
|
125 | find "${EROOT}${x}" -type d -print0 | xargs -0 chmod 755 |
|
|
126 | fi |
|
|
127 | done |
| 72 | } |
128 | } |
| 73 | |
129 | |
| 74 | # @FUNCTION: comment_all_add_subdirectory |
130 | # @FUNCTION: comment_all_add_subdirectory |
| 75 | # @USAGE: [list of directory names] |
131 | # @USAGE: [list of directory names] |
| 76 | # @DESCRIPTION: |
132 | # @DESCRIPTION: |
| 77 | # Recursively comment all add_subdirectory instructions in listed directories, |
133 | # Recursively comment all add_subdirectory instructions in listed directories, |
| 78 | # except those in cmake/. |
134 | # except those in cmake/. |
| 79 | comment_all_add_subdirectory() { |
135 | comment_all_add_subdirectory() { |
| 80 | find "$@" -name CMakeLists.txt -print0 | grep -vFzZ "./cmake" | \ |
136 | find "$@" -name CMakeLists.txt -print0 | grep -vFzZ "./cmake" | \ |
| 81 | xargs -0 sed -i -e '/add_subdirectory/s/^/#DONOTCOMPILE /' -e '/ADD_SUBDIRECTORY/s/^/#DONOTCOMPILE /' || \ |
137 | xargs -0 sed -i \ |
|
|
138 | -e '/^[[:space:]]*add_subdirectory/s/^/#DONOTCOMPILE /' \ |
|
|
139 | -e '/^[[:space:]]*ADD_SUBDIRECTORY/s/^/#DONOTCOMPILE /' \ |
|
|
140 | -e '/^[[:space:]]*macro_optional_add_subdirectory/s/^/#DONOTCOMPILE /' \ |
|
|
141 | -e '/^[[:space:]]*MACRO_OPTIONAL_ADD_SUBDIRECTORY/s/^/#DONOTCOMPILE /' \ |
| 82 | die "${LINENO}: Initial sed died" |
142 | || die "${LINENO}: Initial sed died" |
| 83 | } |
143 | } |
| 84 | |
|
|
| 85 | # @ECLASS-VARIABLE: KDE_LINGUAS |
|
|
| 86 | # @DESCRIPTION: |
|
|
| 87 | # This is a whitespace-separated list of translations this ebuild supports. |
|
|
| 88 | # These translations are automatically added to IUSE. Therefore ebuilds must set |
|
|
| 89 | # this variable before inheriting any eclasses. To enable only selected |
|
|
| 90 | # translations, ebuilds must call enable_selected_linguas(). kde4-base.eclass does |
|
|
| 91 | # this for you. |
|
|
| 92 | # |
|
|
| 93 | # Example: KDE_LINGUAS="en_GB de nl" |
|
|
| 94 | for _lingua in ${KDE_LINGUAS}; do |
|
|
| 95 | IUSE="${IUSE} linguas_${_lingua}" |
|
|
| 96 | done |
|
|
| 97 | |
144 | |
| 98 | # @FUNCTION: enable_selected_linguas |
145 | # @FUNCTION: enable_selected_linguas |
| 99 | # @DESCRIPTION: |
146 | # @DESCRIPTION: |
| 100 | # Enable translations based on LINGUAS settings and translations supported by |
147 | # Enable translations based on LINGUAS settings and translations supported by |
| 101 | # the package (see KDE_LINGUAS). By default, translations are found in "${S}"/po |
148 | # the package (see KDE_LINGUAS). By default, translations are found in "${S}"/po |
| 102 | # but this default can be overridden by defining KDE_LINGUAS_DIR. |
149 | # but this default can be overridden by defining KDE_LINGUAS_DIR. |
| 103 | enable_selected_linguas() { |
150 | enable_selected_linguas() { |
| 104 | local lingua sr_mess wp |
151 | debug-print-function ${FUNCNAME} "$@" |
| 105 | # inform user about kde-l10n for full translation. |
|
|
| 106 | if ! has_version kde-base/kde-l10n; then |
|
|
| 107 | echo |
|
|
| 108 | elog "For fully translated application you should also emerge" |
|
|
| 109 | elog "kde-base/kde-l10n package which ships translated kde core" |
|
|
| 110 | elog "strings." |
|
|
| 111 | echo |
|
|
| 112 | fi |
|
|
| 113 | |
152 | |
| 114 | # ebuild overridable linguas directory definition |
153 | local x |
| 115 | KDE_LINGUAS_DIR=${KDE_LINGUAS_DIR:=${S}/po} |
|
|
| 116 | cd "$KDE_LINGUAS_DIR" || die "wrong linguas dir specified" |
|
|
| 117 | |
154 | |
| 118 | # fix all various crazy sr@Latn variations |
155 | # if there is no linguas defined we enable everything |
| 119 | # this part is only ease for ebuilds, so there wont be any die when this |
156 | if ! $(env | grep -q "^LINGUAS="); then |
| 120 | # fail at any point |
157 | return 0 |
| 121 | sr_mess="sr@latn sr@latin sr@Latin" |
|
|
| 122 | for wp in ${sr_mess}; do |
|
|
| 123 | [[ -e "$wp.po" ]] && mv "$wp.po" "sr@Latn.po" |
|
|
| 124 | if [[ -d "$wp" ]]; then |
|
|
| 125 | # move dir and fix cmakelists |
|
|
| 126 | mv "$wp" "sr@Latn" |
|
|
| 127 | sed -i \ |
|
|
| 128 | -e "s:$wp:sr@Latin:g" \ |
|
|
| 129 | CMakeLists.txt |
|
|
| 130 | fi |
158 | fi |
| 131 | done |
|
|
| 132 | |
159 | |
| 133 | for lingua in ${KDE_LINGUAS}; do |
160 | # @ECLASS-VARIABLE: KDE_LINGUAS_DIR |
| 134 | if [[ -e "$lingua.po" ]]; then |
|
|
| 135 | mv "$lingua.po" "$lingua.po.old" |
|
|
| 136 | fi |
|
|
| 137 | done |
|
|
| 138 | comment_all_add_subdirectory "${KDE_LINGUAS_DIR}" |
|
|
| 139 | for lingua in ${LINGUAS}; do |
|
|
| 140 | ebegin "Enabling LANGUAGE: ${lingua}" |
|
|
| 141 | if [[ -d "$lingua" ]]; then |
|
|
| 142 | sed -e "/add_subdirectory([[:space:]]*${lingua}[[:space:]]*)[[:space:]]*$/ s/^#DONOTCOMPILE //" \ |
|
|
| 143 | -e "/ADD_SUBDIRECTORY([[:space:]]*${lingua}[[:space:]]*)[[:space:]]*$/ s/^#DONOTCOMPILE //" \ |
|
|
| 144 | -i CMakeLists.txt || die "Sed to uncomment linguas_${lingua} failed." |
|
|
| 145 | fi |
|
|
| 146 | if [[ -e "$lingua.po.old" ]]; then |
|
|
| 147 | mv "$lingua.po.old" "$lingua.po" |
|
|
| 148 | fi |
|
|
| 149 | eend $? |
|
|
| 150 | done |
|
|
| 151 | } |
|
|
| 152 | |
|
|
| 153 | # @FUNCTION: koffice_fix_libraries |
|
|
| 154 | # @DESCRIPTION: |
161 | # @DESCRIPTION: |
| 155 | # replace the weird koffice lib search with hardcoded one, so it |
162 | # Specified folder where application translations are located. |
| 156 | # actually builds and works. |
163 | # Can be defined as array of folders where translations are located. |
| 157 | koffice_fix_libraries() { |
164 | # Note that space separated list of dirs is not supported. |
| 158 | local LIB_ARRAY R_QT_kostore R_BAS_kostore R_BAS_koodf R_KROSS_kokross R_QT_komain |
165 | # Default value is set to "po". |
| 159 | local R_CMS_pigmentcms R_BAS_pigmentcms R_BAS_koresources R_BAS_flake R_BAS_koguiutils |
166 | if [[ "$(declare -p KDE_LINGUAS_DIR 2>/dev/null 2>&1)" == "declare -a"* ]]; then |
| 160 | local R_BAS_kopageapp R_BAS_kotext R_BAS_kowmf libname R |
167 | debug-print "$FUNCNAME: we have these subfolders defined: ${KDE_LINGUAS_DIR}" |
| 161 | case ${PN} in |
168 | for x in ${KDE_LINGUAS_DIR[@]}; do |
| 162 | koffice-data|koffice-libs) |
169 | _enable_selected_linguas_dir ${x} |
| 163 | ;; |
170 | done |
| 164 | *) |
171 | else |
| 165 | ### basic array |
172 | KDE_LINGUAS_DIR=${KDE_LINGUAS_DIR:="po"} |
| 166 | LIB_ARRAY="kostore koodf kokross komain pigmentcms koresources flake koguiutils kopageapp kotext kowmf" |
173 | _enable_selected_linguas_dir ${KDE_LINGUAS_DIR} |
| 167 | ### dep array |
174 | fi |
| 168 | R_QT_kostore="\"/usr/$(get_libdir)/qt4/libQtCore.so\" |
175 | } |
| 169 | \"/usr/$(get_libdir)/qt4/libQtXml.so\" |
176 | |
| 170 | \"${KDEDIR}/$(get_libdir)/libkdecore.so\"" |
177 | # @FUNCTION: enable_selected_doc_linguas |
| 171 | R_BAS_kostore="libkostore ${R_QT_kostore}" |
178 | # @DESCRIPTION: |
| 172 | R_BAS_koodf="libkoodf ${R_BAS_kostore}" |
179 | # Enable only selected linguas enabled doc folders. |
| 173 | R_KROSS_kokross=" |
180 | enable_selected_doc_linguas() { |
| 174 | \"${KDEDIR}/$(get_libdir)/libkrossui.so\" |
181 | debug-print-function ${FUNCNAME} "$@" |
| 175 | \"${KDEDIR}/$(get_libdir)/libkrosscore.so\"" |
182 | |
| 176 | R_BAS_kokross="libkokross ${R_BAS_koodf} ${R_KROSS_kokross}" |
183 | # @ECLASS-VARIABLE: KDE_DOC_DIRS |
| 177 | R_QT_komain="\"/usr/$(get_libdir)/qt4/libQtGui.so\"" |
184 | # @DESCRIPTION: |
| 178 | R_BAS_komain="libkomain ${R_BAS_koodf} ${R_QT_komain}" |
185 | # Variable specifying whitespace separated patterns for documentation locations. |
| 179 | R_CMS_pigmentcms="\"/usr/$(get_libdir)/liblcms.so\"" |
186 | # Default is "doc/%lingua" |
| 180 | R_BAS_pigmentcms="libpigmentcms ${R_BAS_komain} ${R_CMS_pigmentcms}" |
187 | KDE_DOC_DIRS=${KDE_DOC_DIRS:='doc/%lingua'} |
| 181 | R_BAS_koresources="libkoresources ${R_BAS_pigmentcms}" |
188 | local linguas |
| 182 | R_BAS_flake="libflake ${R_BAS_pigmentcms}" |
189 | for pattern in ${KDE_DOC_DIRS}; do |
| 183 | R_BAS_koguiutils="libkoguiutils libkoresources libflake ${R_BAS_pigmentcms}" |
190 | |
| 184 | R_BAS_kopageapp="libkopageapp ${R_BAS_koguitls}" |
191 | local handbookdir=`dirname ${pattern}` |
| 185 | R_BAS_kotext="libkotext libkoresources libflake ${R_BAS_pigmentcms}" |
192 | local translationdir=`basename ${pattern}` |
| 186 | ### additional unmentioned stuff |
193 | # Do filename pattern supplied, treat as directory |
| 187 | R_BAS_kowmf="libkowmf" |
194 | [[ ${handbookdir} = '.' ]] && handbookdir=${translationdir} && translationdir= |
| 188 | for libname in ${LIB_ARRAY}; do |
195 | [[ -d ${handbookdir} ]] || die 'wrong doc dir specified' |
| 189 | ebegin "Fixing library ${libname} with hardcoded path" |
196 | |
| 190 | for libpath in $(eval "echo \$R_BAS_${libname}"); do |
197 | if ! use handbook; then |
| 191 | if [[ "${libpath}" != "\"/usr/"* ]]; then |
198 | # Disable whole directory |
| 192 | R="${R} \"${KDEDIR}/$(get_libdir)/${libpath}.so\"" |
199 | sed -e "/add_subdirectory[[:space:]]*([[:space:]]*${handbookdir}[[:space:]]*)/s/^/#DONOTCOMPILE /" \ |
|
|
200 | -e "/ADD_SUBDIRECTORY[[:space:]]*([[:space:]]*${handbookdir}[[:space:]]*)/s/^/#DONOTCOMPILE /" \ |
|
|
201 | -i CMakeLists.txt || die 'failed to comment out all handbooks' |
| 193 | else |
202 | else |
| 194 | R="${R} ${libpath}" |
203 | # if there is no linguas defined we enable everything (i.e. comment out nothing) |
|
|
204 | if ! $(env | grep -q "^LINGUAS="); then |
|
|
205 | return 0 |
|
|
206 | fi |
|
|
207 | |
|
|
208 | # Disable subdirectories recursively |
|
|
209 | comment_all_add_subdirectory "${handbookdir}" |
|
|
210 | # Add requested translations |
|
|
211 | local lingua |
|
|
212 | for lingua in en ${KDE_LINGUAS}; do |
|
|
213 | if [[ ${lingua} = en ]] || use linguas_${lingua}; then |
|
|
214 | if [[ -d ${handbookdir}/${translationdir//%lingua/${lingua}} ]]; then |
|
|
215 | sed -e "/add_subdirectory[[:space:]]*([[:space:]]*${translationdir//%lingua/${lingua}}/s/^#DONOTCOMPILE //" \ |
|
|
216 | -e "/ADD_SUBDIRECTORY[[:space:]]*([[:space:]]*${translationdir//%lingua/${lingua}}/s/^#DONOTCOMPILE //" \ |
|
|
217 | -i "${handbookdir}"/CMakeLists.txt && ! has ${lingua} ${linguas} && linguas="${linguas} ${lingua}" |
| 195 | fi |
218 | fi |
| 196 | done |
219 | fi |
| 197 | find "${S}" -name CMakeLists.txt -print| xargs -i \ |
|
|
| 198 | sed -i \ |
|
|
| 199 | -e "s: ${libname} : ${R} :g" \ |
|
|
| 200 | -e "s: ${libname}): ${R}):g" \ |
|
|
| 201 | -e "s:(${libname} :(${R} :g" \ |
|
|
| 202 | -e "s:(${libname}):(${R}):g" \ |
|
|
| 203 | -e "s: ${libname}$: ${R}:g" \ |
|
|
| 204 | {} || die "Fixing library names failed." |
|
|
| 205 | eend $? |
|
|
| 206 | done |
220 | done |
| 207 | ;; |
|
|
| 208 | esac |
|
|
| 209 | } |
|
|
| 210 | # @FUNCTION: get_build_type |
|
|
| 211 | # @DESCRIPTION: |
|
|
| 212 | # Determine whether we are using live ebuild or tbzs. |
|
|
| 213 | get_build_type() { |
|
|
| 214 | if [[ $SLOT = live || $PV = 9999* ]]; then |
|
|
| 215 | BUILD_TYPE="live" |
|
|
| 216 | else |
|
|
| 217 | BUILD_TYPE="release" |
|
|
| 218 | fi |
221 | fi |
| 219 | export BUILD_TYPE |
|
|
| 220 | } |
|
|
| 221 | |
222 | |
| 222 | # @FUNCTION: get_latest_kdedir |
|
|
| 223 | # @DESCRIPTION: |
|
|
| 224 | # We set up KDEDIR according to the latest KDE version installed; installing our |
|
|
| 225 | # package for all available installs is just insane. |
|
|
| 226 | # We can check for kdelibs because it is the most basic package; no KDE package |
|
|
| 227 | # working without it. This might be changed in future. |
|
|
| 228 | get_latest_kdedir() { |
|
|
| 229 | case ${KDE_WANTED} in |
|
|
| 230 | # note this will need to be updated as stable moves and so on |
|
|
| 231 | live) |
|
|
| 232 | _versions="9999 4.1.69 4.1.0" |
|
|
| 233 | ;; |
|
|
| 234 | snapshot) |
|
|
| 235 | _versions="4.1.69 4.1.0 9999" |
|
|
| 236 | ;; |
|
|
| 237 | testing) |
|
|
| 238 | _versions="4.1.0 4.1.69 9999" |
|
|
| 239 | ;; |
|
|
| 240 | stable) |
|
|
| 241 | _versions="4.1.0 4.1.69 9999" |
|
|
| 242 | ;; |
|
|
| 243 | *) die "KDE_WANTED=${KDE_WANTED} not supported here." ;; |
|
|
| 244 | esac |
|
|
| 245 | # check if exists and fallback as we go |
|
|
| 246 | for X in ${_versions}; do |
|
|
| 247 | if has_version ">=kde-base/kdelibs-${X}"; then |
|
|
| 248 | # figure out which X we are in and set it into _kdedir |
|
|
| 249 | case ${X} in |
|
|
| 250 | # also keep track here same for kde_wanted |
|
|
| 251 | 9999) |
|
|
| 252 | _kdedir="live" |
|
|
| 253 | break |
|
|
| 254 | ;; |
|
|
| 255 | 4.1.69) |
|
|
| 256 | _kdedir="4.2" |
|
|
| 257 | break |
|
|
| 258 | ;; |
|
|
| 259 | 4.1.0) |
|
|
| 260 | _kdedir="4.1" |
|
|
| 261 | break |
|
|
| 262 | ;; |
|
|
| 263 | esac |
|
|
| 264 | fi |
|
|
| 265 | done |
223 | done |
|
|
224 | [[ -n "${linguas}" ]] && einfo "Enabling handbook translations:${linguas}" |
| 266 | } |
225 | } |
| 267 | |
226 | |
| 268 | # @FUNCTION: migrate_store_dir |
227 | # @FUNCTION: migrate_store_dir |
| 269 | # @DESCRIPTION: |
228 | # @DESCRIPTION: |
| 270 | # Migrate the remnants of ${ESVN_STORE_DIR}/KDE/ to ${ESVN_STORE_DIR}/. |
229 | # Universal store dir migration |
| 271 | # Perform experimental split of kdebase to kdebase-apps. |
230 | # * performs split of kdebase to kdebase-apps when needed |
|
|
231 | # * moves playground/extragear kde4-base-style to toplevel dir |
| 272 | migrate_store_dir() { |
232 | migrate_store_dir() { |
| 273 | local cleandir |
233 | if [[ ${KDE_SCM} != svn ]]; then |
|
|
234 | die "migrate_store_dir() only makes sense for subversion" |
|
|
235 | fi |
|
|
236 | |
| 274 | cleandir="${ESVN_STORE_DIR}/KDE" |
237 | local cleandir="${ESVN_STORE_DIR}/KDE" |
|
|
238 | |
| 275 | if [[ -d "${cleandir}" ]]; then |
239 | if [[ -d ${cleandir} ]]; then |
| 276 | ewarn "'${cleandir}' has been found. Moving contents to new location." |
240 | ewarn "'${cleandir}' has been found. Moving contents to new location." |
| 277 | addwrite "${ESVN_STORE_DIR}" |
241 | addwrite "${ESVN_STORE_DIR}" |
| 278 | # Split kdebase |
242 | # Split kdebase |
| 279 | local module |
243 | local module |
| 280 | if pushd "${cleandir}"/kdebase/kdebase > /dev/null; then |
244 | if pushd "${cleandir}"/kdebase/kdebase > /dev/null; then |
| … | |
… | |
| 288 | die "Failed to remove ${cleandir}/kdebase. You need to remove it manually." |
252 | die "Failed to remove ${cleandir}/kdebase. You need to remove it manually." |
| 289 | fi |
253 | fi |
| 290 | # Move the rest |
254 | # Move the rest |
| 291 | local pkg |
255 | local pkg |
| 292 | for pkg in "${cleandir}"/*; do |
256 | for pkg in "${cleandir}"/*; do |
| 293 | mv -f "${pkg}" "${ESVN_STORE_DIR}"/ || eerror "failed to move ${pkg}" |
257 | mv -f "${pkg}" "${ESVN_STORE_DIR}"/ || eerror "Failed to move '${pkg}'" |
| 294 | done |
258 | done |
| 295 | 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." |
259 | 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." |
|
|
260 | fi |
|
|
261 | |
|
|
262 | if ! has kde4-meta ${INHERITED}; then |
|
|
263 | case ${KMNAME} in |
|
|
264 | extragear*|playground*) |
|
|
265 | local scmlocalpath="${ESVN_STORE_DIR}"/"${KMNAME}"/"${PN}" |
|
|
266 | if [[ -d "${scmlocalpath}" ]]; then |
|
|
267 | local destdir="${ESVN_STORE_DIR}"/"${ESVN_PROJECT}"/"`basename "${ESVN_REPO_URI}"`" |
|
|
268 | ewarn "'${scmlocalpath}' has been found." |
|
|
269 | ewarn "Moving contents to new location: ${destdir}" |
|
|
270 | addwrite "${ESVN_STORE_DIR}" |
|
|
271 | mkdir -p "${ESVN_STORE_DIR}"/"${ESVN_PROJECT}" && mv -f "${scmlocalpath}" "${destdir}" \ |
|
|
272 | || die "Failed to move to '${scmlocalpath}'" |
|
|
273 | # Try cleaning empty directories |
|
|
274 | rmdir "`dirname "${scmlocalpath}"`" 2> /dev/null |
|
|
275 | fi |
|
|
276 | ;; |
|
|
277 | esac |
| 296 | fi |
278 | fi |
| 297 | } |
279 | } |
| 298 | |
280 | |
| 299 | # Functions handling KMLOADLIBS and KMSAVELIBS |
281 | # Functions handling KMLOADLIBS and KMSAVELIBS |
| 300 | |
282 | |
| 301 | # @FUNCTION: save_library_dependencies |
283 | # @FUNCTION: save_library_dependencies |
| 302 | # @DESCRIPTION: |
284 | # @DESCRIPTION: |
| 303 | # Add exporting CMake dependencies for current package |
285 | # Add exporting CMake dependencies for current package |
| 304 | save_library_dependencies() { |
286 | save_library_dependencies() { |
| 305 | local depsfile="${T}/${PN}:${SLOT}" |
287 | local depsfile="${T}/${PN}" |
| 306 | |
288 | |
| 307 | ebegin "Saving library dependendencies in ${depsfile##*/}" |
289 | ebegin "Saving library dependencies in ${depsfile##*/}" |
| 308 | echo "EXPORT_LIBRARY_DEPENDENCIES(\"${depsfile}\")" >> "${S}/CMakeLists.txt" || \ |
290 | echo "EXPORT_LIBRARY_DEPENDENCIES(\"${depsfile}\")" >> "${S}/CMakeLists.txt" || \ |
| 309 | die "Failed to save the library dependencies." |
291 | die "Failed to save the library dependencies." |
| 310 | eend $? |
292 | eend $? |
| 311 | } |
293 | } |
| 312 | |
294 | |
| 313 | # @FUNCTION: install_library_dependencies |
295 | # @FUNCTION: install_library_dependencies |
| 314 | # @DESCRIPTION: |
296 | # @DESCRIPTION: |
| 315 | # Install generated CMake library dependencies to /var/lib/kde |
297 | # Install generated CMake library dependencies to /var/lib/kde |
| 316 | install_library_dependencies() { |
298 | install_library_dependencies() { |
| 317 | local depsfile="$T/$PN:$SLOT" |
299 | local depsfile="${T}/${PN}" |
|
|
300 | |
| 318 | ebegin "Installing library dependendencies as ${depsfile##*/}" |
301 | ebegin "Installing library dependencies as ${depsfile##*/}" |
| 319 | insinto /var/lib/kde |
302 | insinto /var/lib/kde |
| 320 | doins "${depsfile}" || die "Failed to install library dependencies." |
303 | doins "${depsfile}" || die "Failed to install library dependencies." |
| 321 | eend $? |
304 | eend $? |
| 322 | } |
305 | } |
| 323 | |
306 | |
| 324 | # @FUNCTION: load_library_dependencies |
307 | # @FUNCTION: load_library_dependencies |
| 325 | # @DESCRIPTION: |
308 | # @DESCRIPTION: |
| 326 | # Inject specified library dependencies in current package |
309 | # Inject specified library dependencies in current package |
| 327 | load_library_dependencies() { |
310 | load_library_dependencies() { |
| 328 | local pn i depsfile |
311 | local pn i depsfile |
| 329 | ebegin "Injecting library dependendencies from '${KMLOADLIBS}'" |
312 | ebegin "Injecting library dependencies from '${KMLOADLIBS}'" |
| 330 | |
313 | |
| 331 | i=0 |
314 | i=0 |
| 332 | for pn in ${KMLOADLIBS} ; do |
315 | for pn in ${KMLOADLIBS} ; do |
| 333 | ((i++)) |
316 | ((i++)) |
| 334 | depsfile="/var/lib/kde/${pn}:${SLOT}" |
317 | depsfile="${EPREFIX}/var/lib/kde/${pn}" |
|
|
318 | [[ -r ${depsfile} ]] || depsfile="${EPREFIX}/var/lib/kde/${pn}:$(get_kde_version)" |
| 335 | [[ -r "${depsfile}" ]] || die "Depsfile '${depsfile}' not accessible. You probably need to reinstall ${pn}." |
319 | [[ -r ${depsfile} ]] || die "Depsfile '${depsfile}' not accessible. You probably need to reinstall ${pn}." |
| 336 | sed -i -e "${i}iINCLUDE(\"${depsfile}\")" "${S}/CMakeLists.txt" || \ |
320 | sed -i -e "${i}iINCLUDE(\"${depsfile}\")" "${S}/CMakeLists.txt" || \ |
| 337 | die "Failed to include library dependencies for ${pn}" |
321 | die "Failed to include library dependencies for ${pn}" |
| 338 | done |
322 | done |
| 339 | eend $? |
323 | eend $? |
| 340 | } |
324 | } |
|
|
325 | |
|
|
326 | # @FUNCTION: add_blocker |
|
|
327 | # @DESCRIPTION: |
|
|
328 | # Create correct RDEPEND value for blocking correct package. |
|
|
329 | # Useful for file-collision blocks. |
|
|
330 | # Parameters are package and version(s) to block. |
|
|
331 | # add_blocker kdelibs 4.2.4 |
|
|
332 | # If no version is specified, then all versions will be blocked. |
|
|
333 | # If the version is 0, then no versions will be blocked. |
|
|
334 | # If a second version ending in ":3.5" is passed, then the version listed for |
|
|
335 | # that slot will be blocked as well. |
|
|
336 | # |
|
|
337 | # Examples: |
|
|
338 | # # Block all versions of kdelibs |
|
|
339 | # add_blocker kdelibs |
|
|
340 | # |
|
|
341 | # # Block all versions of kdelibs older than 4.3.50 |
|
|
342 | # add_blocker kdelibs 4.3.50 |
|
|
343 | # |
|
|
344 | # # Block kdelibs 3.5.10 and older, but not any version of |
|
|
345 | # # kdelibs from KDE 4 |
|
|
346 | # add_blocker kdelibs 0 3.5.10:3.5 |
|
|
347 | add_blocker() { |
|
|
348 | debug-print-function ${FUNCNAME} "$@" |
|
|
349 | |
|
|
350 | [[ -z ${1} ]] && die "Missing parameter" |
|
|
351 | local pkg=kde-base/$1 atom old_ver="unset" use |
|
|
352 | if [[ $pkg == *\[*\] ]]; then |
|
|
353 | use=${pkg/#*\[/[} |
|
|
354 | pkg=${pkg%\[*\]} |
|
|
355 | fi |
|
|
356 | |
|
|
357 | [[ "$3" == *:3.5 ]] && old_ver=${3%:3.5} |
|
|
358 | |
|
|
359 | # If the version passed is "0", do nothing |
|
|
360 | if [[ ${2} != 0 ]]; then |
|
|
361 | # If no version was passed, block all versions in this slot |
|
|
362 | if [[ -z ${2} ]]; then |
|
|
363 | atom=${pkg} |
|
|
364 | # If the version passed begins with a "<", then use "<" instead of "<=" |
|
|
365 | elif [[ ${2::1} == "<" ]]; then |
|
|
366 | # this also removes the first character of the version, which is a "<" |
|
|
367 | atom="<${pkg}-${2:1}" |
|
|
368 | else |
|
|
369 | atom="<=${pkg}-${2}" |
|
|
370 | fi |
|
|
371 | RDEPEND+=" !${atom}:4${use}" |
|
|
372 | fi |
|
|
373 | |
|
|
374 | # Do the same thing as above for :3.5, except that we don't want any |
|
|
375 | # output if no parameter was passed. |
|
|
376 | if [[ ${old_ver} != "unset" ]]; then |
|
|
377 | if [[ -z ${old_ver} ]]; then |
|
|
378 | atom=${pkg} |
|
|
379 | elif [[ ${old_ver::1} == "<" ]]; then |
|
|
380 | atom="<${pkg}-${old_ver:1}" |
|
|
381 | else |
|
|
382 | atom="<=${pkg}-${old_ver}" |
|
|
383 | fi |
|
|
384 | RDEPEND+=" !${atom}:3.5${use}" |
|
|
385 | fi |
|
|
386 | } |
|
|
387 | |
|
|
388 | # @FUNCTION: add_kdebase_dep |
|
|
389 | # @DESCRIPTION: |
|
|
390 | # Create proper dependency for kde-base/ dependencies. |
|
|
391 | # This takes 1 to 3 arguments. The first being the package name, the optional |
|
|
392 | # second is additional USE flags to append, and the optional third is the |
|
|
393 | # version to use instead of the automatic version (use sparingly). |
|
|
394 | # The output of this should be added directly to DEPEND/RDEPEND, and may be |
|
|
395 | # wrapped in a USE conditional (but not an || conditional without an extra set |
|
|
396 | # of parentheses). |
|
|
397 | add_kdebase_dep() { |
|
|
398 | debug-print-function ${FUNCNAME} "$@" |
|
|
399 | |
|
|
400 | local ver |
|
|
401 | |
|
|
402 | if [[ -n ${3} ]]; then |
|
|
403 | ver=${3} |
|
|
404 | elif [[ -n ${KDE_OVERRIDE_MINIMAL} ]]; then |
|
|
405 | ver=${KDE_OVERRIDE_MINIMAL} |
|
|
406 | elif [[ ${KDEBASE} != kde-base ]]; then |
|
|
407 | ver=${KDE_MINIMAL} |
|
|
408 | # if building stable-live version depend just on the raw KDE version |
|
|
409 | # to allow merging packages against more stable basic stuff |
|
|
410 | elif [[ ${PV} == *.9999 ]]; then |
|
|
411 | ver=$(get_kde_version) |
|
|
412 | else |
|
|
413 | ver=${PV} |
|
|
414 | fi |
|
|
415 | |
|
|
416 | [[ -z ${1} ]] && die "Missing parameter" |
|
|
417 | |
|
|
418 | echo " >=kde-base/${1}-${ver}:4[aqua=${2:+,${2}}]" |
|
|
419 | } |
|
|
420 | |
|
|
421 | # local function to enable specified translations for specified directory |
|
|
422 | # used from kde4-functions_enable_selected_linguas function |
|
|
423 | _enable_selected_linguas_dir() { |
|
|
424 | local lingua linguas sr_mess wp |
|
|
425 | local dir=${1} |
|
|
426 | |
|
|
427 | [[ -d ${dir} ]] || die "linguas dir \"${dir}\" does not exist" |
|
|
428 | comment_all_add_subdirectory "${dir}" |
|
|
429 | pushd "${dir}" > /dev/null |
|
|
430 | |
|
|
431 | # fix all various crazy sr@Latn variations |
|
|
432 | # this part is only ease for ebuilds, so there wont be any die when this |
|
|
433 | # fail at any point |
|
|
434 | sr_mess="sr@latn sr@latin sr@Latin" |
|
|
435 | for wp in ${sr_mess}; do |
|
|
436 | [[ -e ${wp}.po ]] && mv "${wp}.po" "sr@Latn.po" |
|
|
437 | if [[ -d ${wp} ]]; then |
|
|
438 | # move dir and fix cmakelists |
|
|
439 | mv "${wp}" "sr@Latn" |
|
|
440 | sed -i \ |
|
|
441 | -e "s:${wp}:sr@Latn:g" \ |
|
|
442 | CMakeLists.txt |
|
|
443 | fi |
|
|
444 | done |
|
|
445 | |
|
|
446 | for lingua in ${KDE_LINGUAS}; do |
|
|
447 | if [[ -e ${lingua}.po ]]; then |
|
|
448 | mv "${lingua}.po" "${lingua}.po.old" |
|
|
449 | fi |
|
|
450 | done |
|
|
451 | |
|
|
452 | for lingua in ${KDE_LINGUAS}; do |
|
|
453 | if use linguas_${lingua} ; then |
|
|
454 | if [[ -d ${lingua} ]]; then |
|
|
455 | linguas="${linguas} ${lingua}" |
|
|
456 | sed -e "/add_subdirectory([[:space:]]*${lingua}[[:space:]]*)[[:space:]]*$/ s/^#DONOTCOMPILE //" \ |
|
|
457 | -e "/ADD_SUBDIRECTORY([[:space:]]*${lingua}[[:space:]]*)[[:space:]]*$/ s/^#DONOTCOMPILE //" \ |
|
|
458 | -i CMakeLists.txt || die "Sed to uncomment linguas_${lingua} failed." |
|
|
459 | fi |
|
|
460 | if [[ -e ${lingua}.po.old ]]; then |
|
|
461 | linguas="${linguas} ${lingua}" |
|
|
462 | mv "${lingua}.po.old" "${lingua}.po" |
|
|
463 | fi |
|
|
464 | fi |
|
|
465 | done |
|
|
466 | [[ -n ${linguas} ]] && echo ">>> Enabling languages: ${linguas}" |
|
|
467 | |
|
|
468 | popd > /dev/null |
|
|
469 | } |
|
|
470 | |
|
|
471 | # @FUNCTION: get_kde_version |
|
|
472 | # @DESCRIPTION: |
|
|
473 | # Translates an ebuild version into a major.minor KDE SC |
|
|
474 | # release version. If no version is specified, ${PV} is used. |
|
|
475 | get_kde_version() { |
|
|
476 | local ver=${1:-${PV}} |
|
|
477 | local major=$(get_major_version ${ver}) |
|
|
478 | local minor=$(get_version_component_range 2 ${ver}) |
|
|
479 | local micro=$(get_version_component_range 3 ${ver}) |
|
|
480 | if [[ ${ver} == 9999 ]]; then |
|
|
481 | echo live |
|
|
482 | else |
|
|
483 | (( micro < 50 )) && echo ${major}.${minor} || echo ${major}.$((minor + 1)) |
|
|
484 | fi |
|
|
485 | } |