| 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.59 2012/05/08 22:00:49 dilfridge 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 |
|
|
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. |
| 20 | |
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 | # koffice 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 |
| 29 | fi |
39 | elif [[ ${KMNAME-${PN}} = koffice ]]; then |
| 30 | |
|
|
| 31 | # is this a koffice ebuild? |
|
|
| 32 | if [[ $KMNAME = koffice || $PN = koffice ]]; then |
|
|
| 33 | debug-print "${ECLASS}: KOFFICE ebuild recognized" |
40 | debug-print "${ECLASS}: KOFFICE ebuild recognized" |
| 34 | KDEBASE=koffice |
41 | KDEBASE=koffice |
|
|
42 | elif [[ ${KMNAME-${PN}} = kdevelop ]]; then |
|
|
43 | debug-print "${ECLASS}: KDEVELOP ebuild recognized" |
|
|
44 | KDEBASE=kdevelop |
| 35 | fi |
45 | fi |
| 36 | |
46 | |
|
|
47 | # determine the build type |
|
|
48 | if [[ ${PV} = *9999* ]]; then |
|
|
49 | BUILD_TYPE="live" |
|
|
50 | else |
|
|
51 | BUILD_TYPE="release" |
|
|
52 | fi |
|
|
53 | export BUILD_TYPE |
|
|
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 | |
| 37 | # @ECLASS-VARIABLE: KDE_SLOTS |
77 | # @ECLASS-VARIABLE: KDE_SCM |
| 38 | # @DESCRIPTION: |
78 | # @DESCRIPTION: |
| 39 | # The slots used by all KDE versions later than 4.0. The live-ebuilds use |
79 | # If this is a live package which scm does it use |
| 40 | # KDE_LIVE_SLOTS instead. |
80 | # Everything else uses svn by default |
| 41 | KDE_SLOTS=( kde-4 4.1 4.2 ) |
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 |
| 42 | |
86 | |
| 43 | # @ECLASS-VARIABLE: KDE_LIVE_SLOTS |
87 | # @ECLASS-VARIABLE: KDE_LINGUAS |
| 44 | # @DESCRIPTION: |
88 | # @DESCRIPTION: |
| 45 | # The slots used by all KDE live versions. |
89 | # This is a whitespace-separated list of translations this ebuild supports. |
| 46 | KDE_LIVE_SLOTS=( live ) |
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. |
|
|
94 | # |
|
|
95 | # Example: KDE_LINGUAS="en_GB de nl" |
|
|
96 | if [[ ${BUILD_TYPE} != live || -n ${KDE_LINGUAS_LIVE_OVERRIDE} ]]; then |
|
|
97 | for _lingua in ${KDE_LINGUAS}; do |
|
|
98 | IUSE="${IUSE} linguas_${_lingua}" |
|
|
99 | done |
|
|
100 | fi |
| 47 | |
101 | |
| 48 | # @FUNCTION: buildsycoca |
102 | # @FUNCTION: buildsycoca |
| 49 | # @DESCRIPTION: |
103 | # @DESCRIPTION: |
| 50 | # Function to rebuild the KDE System Configuration Cache. |
104 | # Function to rebuild the KDE System Configuration Cache. |
| 51 | # 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. |
| 52 | # |
|
|
| 53 | # Note that kde4-base.eclass already does this. |
|
|
| 54 | buildsycoca() { |
106 | buildsycoca() { |
| 55 | debug-print-function ${FUNCNAME} "$@" |
107 | debug-print-function ${FUNCNAME} "$@" |
| 56 | |
108 | |
| 57 | if [[ -z ${ROOT%%/} && -x ${KDEDIR}/bin/kbuildsycoca4 ]]; then |
109 | # 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 | |
110 | |
| 61 | # We have to unset DISPLAY and DBUS_SESSION_BUS_ADDRESS, the ones |
111 | # fix permission for some directories |
| 62 | # in the user's environment (through su [without '-']) may cause |
112 | for x in usr/share/{config,kde4}; do |
| 63 | # kbuildsycoca4 to hang. |
113 | DIRS=${EROOT}usr |
| 64 | |
114 | [[ -d "${EROOT}${x}" ]] || break # nothing to do if directory does not exist |
| 65 | ebegin "Running kbuildsycoca4 to build global database" |
115 | # fixes Bug 318237 |
| 66 | # This is needed because we support multiple kde versions installed together. |
116 | if use userland_BSD ; then |
| 67 | XDG_DATA_DIRS="/usr/share:${KDEDIRS//:/\/share:}/share:/usr/local/share" \ |
117 | [[ $(stat -f %p "${EROOT}${x}") != 40755 ]] |
| 68 | DISPLAY="" DBUS_SESSION_BUS_ADDRESS="" \ |
118 | local stat_rtn="$?" |
| 69 | ${KDEDIR}/bin/kbuildsycoca4 --global --noincremental &> /dev/null |
119 | else |
| 70 | eend $? |
120 | [[ $(stat --format=%a "${EROOT}${x}") != 755 ]] |
|
|
121 | local stat_rtn=$? |
| 71 | fi |
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 |
|
|
130 | done |
| 72 | } |
131 | } |
| 73 | |
132 | |
| 74 | # @FUNCTION: comment_all_add_subdirectory |
133 | # @FUNCTION: comment_all_add_subdirectory |
| 75 | # @USAGE: [list of directory names] |
134 | # @USAGE: [list of directory names] |
| 76 | # @DESCRIPTION: |
135 | # @DESCRIPTION: |
| 77 | # Recursively comment all add_subdirectory instructions in listed directories, |
136 | # Recursively comment all add_subdirectory instructions in listed directories, |
| 78 | # except those in cmake/. |
137 | # except those in cmake/. |
| 79 | comment_all_add_subdirectory() { |
138 | comment_all_add_subdirectory() { |
| 80 | find "$@" -name CMakeLists.txt -print0 | grep -vFzZ "./cmake" | \ |
139 | find "$@" -name CMakeLists.txt -print0 | grep -vFzZ "./cmake" | \ |
| 81 | xargs -0 sed -i -e '/add_subdirectory/s/^/#DONOTCOMPILE /' -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 /' \ |
| 82 | die "${LINENO}: Initial sed died" |
145 | || die "${LINENO}: Initial sed died" |
| 83 | } |
146 | } |
| 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 | |
147 | |
| 98 | # @FUNCTION: enable_selected_linguas |
148 | # @FUNCTION: enable_selected_linguas |
| 99 | # @DESCRIPTION: |
149 | # @DESCRIPTION: |
| 100 | # Enable translations based on LINGUAS settings and translations supported by |
150 | # Enable translations based on LINGUAS settings and translations supported by |
| 101 | # the package (see KDE_LINGUAS). By default, translations are found in "${S}"/po |
151 | # 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. |
152 | # but this default can be overridden by defining KDE_LINGUAS_DIR. |
| 103 | enable_selected_linguas() { |
153 | enable_selected_linguas() { |
| 104 | local lingua sr_mess wp |
154 | 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 | |
155 | |
| 114 | # ebuild overridable linguas directory definition |
156 | local x |
| 115 | KDE_LINGUAS_DIR=${KDE_LINGUAS_DIR:=${S}/po} |
|
|
| 116 | cd "$KDE_LINGUAS_DIR" || die "wrong linguas dir specified" |
|
|
| 117 | |
157 | |
| 118 | # fix all various crazy sr@Latn variations |
158 | # 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 |
159 | if ! $(env | grep -q "^LINGUAS="); then |
| 120 | # fail at any point |
160 | 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 |
161 | fi |
| 131 | done |
|
|
| 132 | |
162 | |
| 133 | for lingua in ${KDE_LINGUAS}; do |
163 | # @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: |
164 | # @DESCRIPTION: |
| 155 | # replace the weird koffice lib search with hardcoded one, so it |
165 | # Specified folder where application translations are located. |
| 156 | # actually builds and works. |
166 | # Can be defined as array of folders where translations are located. |
| 157 | koffice_fix_libraries() { |
167 | # 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 |
168 | # Default value is set to "po". |
| 159 | local R_CMS_pigmentcms R_BAS_pigmentcms R_BAS_koresources R_BAS_flake R_BAS_koguiutils |
169 | 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 |
170 | debug-print "$FUNCNAME: we have these subfolders defined: ${KDE_LINGUAS_DIR}" |
| 161 | case ${PN} in |
171 | for x in ${KDE_LINGUAS_DIR[@]}; do |
| 162 | koffice-data|koffice-libs) |
172 | _enable_selected_linguas_dir ${x} |
| 163 | ;; |
173 | done |
| 164 | *) |
174 | else |
| 165 | ### basic array |
175 | KDE_LINGUAS_DIR=${KDE_LINGUAS_DIR:="po"} |
| 166 | LIB_ARRAY="kostore koodf kokross komain pigmentcms koresources flake koguiutils kopageapp kotext kowmf" |
176 | _enable_selected_linguas_dir ${KDE_LINGUAS_DIR} |
| 167 | ### dep array |
177 | fi |
| 168 | R_QT_kostore="\"/usr/$(get_libdir)/qt4/libQtCore.so\" |
178 | } |
| 169 | \"/usr/$(get_libdir)/qt4/libQtXml.so\" |
179 | |
| 170 | \"${KDEDIR}/$(get_libdir)/libkdecore.so\"" |
180 | # @FUNCTION: enable_selected_doc_linguas |
| 171 | R_BAS_kostore="libkostore ${R_QT_kostore}" |
181 | # @DESCRIPTION: |
| 172 | R_BAS_koodf="libkoodf ${R_BAS_kostore}" |
182 | # Enable only selected linguas enabled doc folders. |
| 173 | R_KROSS_kokross=" |
183 | enable_selected_doc_linguas() { |
| 174 | \"${KDEDIR}/$(get_libdir)/libkrossui.so\" |
184 | debug-print-function ${FUNCNAME} "$@" |
| 175 | \"${KDEDIR}/$(get_libdir)/libkrosscore.so\"" |
185 | |
| 176 | R_BAS_kokross="libkokross ${R_BAS_koodf} ${R_KROSS_kokross}" |
186 | # @ECLASS-VARIABLE: KDE_DOC_DIRS |
| 177 | R_QT_komain="\"/usr/$(get_libdir)/qt4/libQtGui.so\"" |
187 | # @DESCRIPTION: |
| 178 | R_BAS_komain="libkomain ${R_BAS_koodf} ${R_QT_komain}" |
188 | # Variable specifying whitespace separated patterns for documentation locations. |
| 179 | R_CMS_pigmentcms="\"/usr/$(get_libdir)/liblcms.so\"" |
189 | # Default is "doc/%lingua" |
| 180 | R_BAS_pigmentcms="libpigmentcms ${R_BAS_komain} ${R_CMS_pigmentcms}" |
190 | KDE_DOC_DIRS=${KDE_DOC_DIRS:='doc/%lingua'} |
| 181 | R_BAS_koresources="libkoresources ${R_BAS_pigmentcms}" |
191 | local linguas |
| 182 | R_BAS_flake="libflake ${R_BAS_pigmentcms}" |
192 | for pattern in ${KDE_DOC_DIRS}; do |
| 183 | R_BAS_koguiutils="libkoguiutils libkoresources libflake ${R_BAS_pigmentcms}" |
193 | |
| 184 | R_BAS_kopageapp="libkopageapp ${R_BAS_koguitls}" |
194 | local handbookdir=`dirname ${pattern}` |
| 185 | R_BAS_kotext="libkotext libkoresources libflake ${R_BAS_pigmentcms}" |
195 | local translationdir=`basename ${pattern}` |
| 186 | ### additional unmentioned stuff |
196 | # Do filename pattern supplied, treat as directory |
| 187 | R_BAS_kowmf="libkowmf" |
197 | [[ ${handbookdir} = '.' ]] && handbookdir=${translationdir} && translationdir= |
| 188 | for libname in ${LIB_ARRAY}; do |
198 | [[ -d ${handbookdir} ]] || die 'wrong doc dir specified' |
| 189 | ebegin "Fixing library ${libname} with hardcoded path" |
199 | |
| 190 | for libpath in $(eval "echo \$R_BAS_${libname}"); do |
200 | if ! use handbook; then |
| 191 | if [[ "${libpath}" != "\"/usr/"* ]]; then |
201 | # Disable whole directory |
| 192 | R="${R} \"${KDEDIR}/$(get_libdir)/${libpath}.so\"" |
202 | sed -e "/add_subdirectory[[:space:]]*([[:space:]]*${handbookdir}[[:space:]]*)/s/^/#DONOTCOMPILE /" \ |
|
|
203 | -e "/ADD_SUBDIRECTORY[[:space:]]*([[:space:]]*${handbookdir}[[:space:]]*)/s/^/#DONOTCOMPILE /" \ |
|
|
204 | -i CMakeLists.txt || die 'failed to comment out all handbooks' |
| 193 | else |
205 | else |
| 194 | R="${R} ${libpath}" |
206 | # if there is no linguas defined we enable everything (i.e. comment out nothing) |
|
|
207 | if ! $(env | grep -q "^LINGUAS="); then |
|
|
208 | return 0 |
|
|
209 | fi |
|
|
210 | |
|
|
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}" |
| 195 | fi |
221 | fi |
| 196 | done |
222 | 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 |
223 | 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 |
224 | fi |
| 219 | export BUILD_TYPE |
|
|
| 220 | } |
|
|
| 221 | |
225 | |
| 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 |
226 | done |
|
|
227 | [[ -n "${linguas}" ]] && einfo "Enabling handbook translations:${linguas}" |
| 266 | } |
228 | } |
| 267 | |
229 | |
| 268 | # @FUNCTION: migrate_store_dir |
230 | # @FUNCTION: migrate_store_dir |
| 269 | # @DESCRIPTION: |
231 | # @DESCRIPTION: |
| 270 | # Migrate the remnants of ${ESVN_STORE_DIR}/KDE/ to ${ESVN_STORE_DIR}/. |
232 | # Universal store dir migration |
| 271 | # Perform experimental split of kdebase to kdebase-apps. |
233 | # * performs split of kdebase to kdebase-apps when needed |
|
|
234 | # * moves playground/extragear kde4-base-style to toplevel dir |
| 272 | migrate_store_dir() { |
235 | migrate_store_dir() { |
| 273 | local cleandir |
236 | if [[ ${KDE_SCM} != svn ]]; then |
|
|
237 | die "migrate_store_dir() only makes sense for subversion" |
|
|
238 | fi |
|
|
239 | |
| 274 | cleandir="${ESVN_STORE_DIR}/KDE" |
240 | local cleandir="${ESVN_STORE_DIR}/KDE" |
|
|
241 | |
| 275 | if [[ -d "${cleandir}" ]]; then |
242 | if [[ -d ${cleandir} ]]; then |
| 276 | ewarn "'${cleandir}' has been found. Moving contents to new location." |
243 | ewarn "'${cleandir}' has been found. Moving contents to new location." |
| 277 | addwrite "${ESVN_STORE_DIR}" |
244 | addwrite "${ESVN_STORE_DIR}" |
| 278 | # Split kdebase |
245 | # Split kdebase |
| 279 | local module |
246 | local module |
| 280 | if pushd "${cleandir}"/kdebase/kdebase > /dev/null; then |
247 | if pushd "${cleandir}"/kdebase/kdebase > /dev/null; then |
| … | |
… | |
| 288 | die "Failed to remove ${cleandir}/kdebase. You need to remove it manually." |
255 | die "Failed to remove ${cleandir}/kdebase. You need to remove it manually." |
| 289 | fi |
256 | fi |
| 290 | # Move the rest |
257 | # Move the rest |
| 291 | local pkg |
258 | local pkg |
| 292 | for pkg in "${cleandir}"/*; do |
259 | for pkg in "${cleandir}"/*; do |
| 293 | mv -f "${pkg}" "${ESVN_STORE_DIR}"/ || eerror "failed to move ${pkg}" |
260 | mv -f "${pkg}" "${ESVN_STORE_DIR}"/ || eerror "Failed to move '${pkg}'" |
| 294 | done |
261 | 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." |
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 ! has 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 |
| 296 | fi |
281 | fi |
| 297 | } |
282 | } |
| 298 | |
283 | |
| 299 | # Functions handling KMLOADLIBS and KMSAVELIBS |
284 | # Functions handling KMLOADLIBS and KMSAVELIBS |
| 300 | |
285 | |
| 301 | # @FUNCTION: save_library_dependencies |
286 | # @FUNCTION: save_library_dependencies |
| 302 | # @DESCRIPTION: |
287 | # @DESCRIPTION: |
| 303 | # Add exporting CMake dependencies for current package |
288 | # Add exporting CMake dependencies for current package |
| 304 | save_library_dependencies() { |
289 | save_library_dependencies() { |
| 305 | local depsfile="${T}/${PN}:${SLOT}" |
290 | local depsfile="${T}/${PN}" |
| 306 | |
291 | |
| 307 | ebegin "Saving library dependendencies in ${depsfile##*/}" |
292 | ebegin "Saving library dependencies in ${depsfile##*/}" |
| 308 | echo "EXPORT_LIBRARY_DEPENDENCIES(\"${depsfile}\")" >> "${S}/CMakeLists.txt" || \ |
293 | echo "EXPORT_LIBRARY_DEPENDENCIES(\"${depsfile}\")" >> "${S}/CMakeLists.txt" || \ |
| 309 | die "Failed to save the library dependencies." |
294 | die "Failed to save the library dependencies." |
| 310 | eend $? |
295 | eend $? |
| 311 | } |
296 | } |
| 312 | |
297 | |
| 313 | # @FUNCTION: install_library_dependencies |
298 | # @FUNCTION: install_library_dependencies |
| 314 | # @DESCRIPTION: |
299 | # @DESCRIPTION: |
| 315 | # Install generated CMake library dependencies to /var/lib/kde |
300 | # Install generated CMake library dependencies to /var/lib/kde |
| 316 | install_library_dependencies() { |
301 | install_library_dependencies() { |
| 317 | local depsfile="$T/$PN:$SLOT" |
302 | local depsfile="${T}/${PN}" |
|
|
303 | |
| 318 | ebegin "Installing library dependendencies as ${depsfile##*/}" |
304 | ebegin "Installing library dependencies as ${depsfile##*/}" |
| 319 | insinto /var/lib/kde |
305 | insinto /var/lib/kde |
| 320 | doins "${depsfile}" || die "Failed to install library dependencies." |
306 | doins "${depsfile}" || die "Failed to install library dependencies." |
| 321 | eend $? |
307 | eend $? |
| 322 | } |
308 | } |
| 323 | |
309 | |
| 324 | # @FUNCTION: load_library_dependencies |
310 | # @FUNCTION: load_library_dependencies |
| 325 | # @DESCRIPTION: |
311 | # @DESCRIPTION: |
| 326 | # Inject specified library dependencies in current package |
312 | # Inject specified library dependencies in current package |
| 327 | load_library_dependencies() { |
313 | load_library_dependencies() { |
| 328 | local pn i depsfile |
314 | local pn i depsfile |
| 329 | ebegin "Injecting library dependendencies from '${KMLOADLIBS}'" |
315 | ebegin "Injecting library dependencies from '${KMLOADLIBS}'" |
| 330 | |
316 | |
| 331 | i=0 |
317 | i=0 |
| 332 | for pn in ${KMLOADLIBS} ; do |
318 | for pn in ${KMLOADLIBS} ; do |
| 333 | ((i++)) |
319 | ((i++)) |
| 334 | depsfile="/var/lib/kde/${pn}:${SLOT}" |
320 | depsfile="${EPREFIX}/var/lib/kde/${pn}" |
|
|
321 | [[ -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}." |
322 | [[ -r ${depsfile} ]] || die "Depsfile '${depsfile}' not accessible. You probably need to reinstall ${pn}." |
| 336 | sed -i -e "${i}iINCLUDE(\"${depsfile}\")" "${S}/CMakeLists.txt" || \ |
323 | sed -i -e "${i}iINCLUDE(\"${depsfile}\")" "${S}/CMakeLists.txt" || \ |
| 337 | die "Failed to include library dependencies for ${pn}" |
324 | die "Failed to include library dependencies for ${pn}" |
| 338 | done |
325 | done |
| 339 | eend $? |
326 | eend $? |
| 340 | } |
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. |
|
|
339 | # |
|
|
340 | # Examples: |
|
|
341 | # # Block all versions of kdelibs |
|
|
342 | # add_blocker kdelibs |
|
|
343 | # |
|
|
344 | # # Block all versions of kdelibs older than 4.3.50 |
|
|
345 | # add_blocker kdelibs 4.3.50 |
|
|
346 | # |
|
|
347 | # # Block kdelibs 3.5.10 and older, but not any version of |
|
|
348 | # # kdelibs from KDE 4 |
|
|
349 | # add_blocker kdelibs 0 3.5.10:3.5 |
|
|
350 | add_blocker() { |
|
|
351 | debug-print-function ${FUNCNAME} "$@" |
|
|
352 | |
|
|
353 | [[ -z ${1} ]] && die "Missing parameter" |
|
|
354 | local pkg=kde-base/$1 atom old_ver="unset" use |
|
|
355 | if [[ $pkg == *\[*\] ]]; then |
|
|
356 | use=${pkg/#*\[/[} |
|
|
357 | pkg=${pkg%\[*\]} |
|
|
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 "<=" |
|
|
368 | elif [[ ${2::1} == "<" ]]; then |
|
|
369 | # this also removes the first character of the version, which is a "<" |
|
|
370 | atom="<${pkg}-${2:1}" |
|
|
371 | else |
|
|
372 | atom="<=${pkg}-${2}" |
|
|
373 | fi |
|
|
374 | RDEPEND+=" !${atom}:4${use}" |
|
|
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) |
|
|
415 | else |
|
|
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 |
|
|
446 | fi |
|
|
447 | done |
|
|
448 | |
|
|
449 | for lingua in ${KDE_LINGUAS}; do |
|
|
450 | if [[ -e ${lingua}.po ]]; then |
|
|
451 | mv "${lingua}.po" "${lingua}.po.old" |
|
|
452 | fi |
|
|
453 | done |
|
|
454 | |
|
|
455 | for lingua in ${KDE_LINGUAS}; do |
|
|
456 | if use linguas_${lingua} ; then |
|
|
457 | if [[ -d ${lingua} ]]; then |
|
|
458 | linguas="${linguas} ${lingua}" |
|
|
459 | sed -e "/add_subdirectory([[:space:]]*${lingua}[[:space:]]*)[[:space:]]*$/ s/^#DONOTCOMPILE //" \ |
|
|
460 | -e "/ADD_SUBDIRECTORY([[:space:]]*${lingua}[[:space:]]*)[[:space:]]*$/ s/^#DONOTCOMPILE //" \ |
|
|
461 | -i CMakeLists.txt || die "Sed to uncomment linguas_${lingua} failed." |
|
|
462 | fi |
|
|
463 | if [[ -e ${lingua}.po.old ]]; then |
|
|
464 | linguas="${linguas} ${lingua}" |
|
|
465 | mv "${lingua}.po.old" "${lingua}.po" |
|
|
466 | fi |
|
|
467 | fi |
|
|
468 | done |
|
|
469 | [[ -n ${linguas} ]] && echo ">>> Enabling languages: ${linguas}" |
|
|
470 | |
|
|
471 | popd > /dev/null |
|
|
472 | } |
|
|
473 | |
|
|
474 | # @FUNCTION: get_kde_version |
|
|
475 | # @DESCRIPTION: |
|
|
476 | # Translates an ebuild version into a major.minor KDE SC |
|
|
477 | # release version. If no version is specified, ${PV} is used. |
|
|
478 | get_kde_version() { |
|
|
479 | local ver=${1:-${PV}} |
|
|
480 | local major=$(get_major_version ${ver}) |
|
|
481 | local minor=$(get_version_component_range 2 ${ver}) |
|
|
482 | local micro=$(get_version_component_range 3 ${ver}) |
|
|
483 | if [[ ${ver} == 9999 ]]; then |
|
|
484 | echo live |
|
|
485 | else |
|
|
486 | (( micro < 50 )) && echo ${major}.${minor} || echo ${major}.$((minor + 1)) |
|
|
487 | fi |
|
|
488 | } |