From 70c0c5dda907a6d4c50e8dd983cf52fa6cc193c3 Mon Sep 17 00:00:00 2001 From: Eric Hameleers Date: Sat, 18 Mar 2017 00:35:56 +0000 Subject: libreoffice: updated to 5.3.0 --- libreoffice/build/libreoffice.SlackBuild | 384 +++++++++++++++++-------------- 1 file changed, 208 insertions(+), 176 deletions(-) diff --git a/libreoffice/build/libreoffice.SlackBuild b/libreoffice/build/libreoffice.SlackBuild index 721a6210..341fc07a 100755 --- a/libreoffice/build/libreoffice.SlackBuild +++ b/libreoffice/build/libreoffice.SlackBuild @@ -235,6 +235,8 @@ # * Update. # 5.2.5-1: 30/jan/2017 by Eric Hameleers # * Update. +# 5.3.0-1: 03/feb/2017 by Eric Hameleers +# * Update. # # Run 'sh libreoffice.SlackBuild' to build a Slackware package. # The package (.txz) and .txt file as well as build logs are created in /tmp . @@ -265,10 +267,14 @@ TAG=${TAG:-alien} #SRCVER=${SRCVER:-5.0.0.2git} #SRCVER=${SRCVER:-5.0.0.2} -SRCVER=${SRCVER:-5.2.5} -SUBVER=".1" +SRCVER=${SRCVER:-5.3.0} +SUBVER=".3" PKG_SUBVER="" +# Under what directory will the script download all sources: +LOSRC_DIR="sources$(echo ${SRCVER} |cut -d'.' -f1,2 |tr -d '.')" +mkdir -p ${LOSRC_DIR} + # How many tarballs does this release consist of: LO_TARBALLS=4 @@ -360,28 +366,28 @@ GITBASE="git://anongit.freedesktop.org/git/libreoffice" # Use SRCURL for tarball releases and GITURI for git snapshots: -SOURCE[0]="$SRCDIR/sources/libreoffice-${VERSION}${SUBVER}.tar.${COMPR}" +SOURCE[0]="$SRCDIR/${LOSRC_DIR}/libreoffice-${VERSION}${SUBVER}.tar.${COMPR}" SRCURL[0]="$SRCBASE/libreoffice-${VERSION}${SUBVER}.tar.${COMPR}" GITURI[0]="$GITBASE/core" -SOURCE[1]="$SRCDIR/sources/libreoffice-dictionaries-${VERSION}${SUBVER}.tar.${COMPR}" +SOURCE[1]="$SRCDIR/${LOSRC_DIR}/libreoffice-dictionaries-${VERSION}${SUBVER}.tar.${COMPR}" SRCURL[1]="$SRCBASE/libreoffice-dictionaries-${VERSION}${SUBVER}.tar.${COMPR}" GITURI[1]="$GITBASE/dictionaries" -SOURCE[2]="$SRCDIR/sources/libreoffice-help-${VERSION}${SUBVER}.tar.${COMPR}" +SOURCE[2]="$SRCDIR/${LOSRC_DIR}/libreoffice-help-${VERSION}${SUBVER}.tar.${COMPR}" SRCURL[2]="$SRCBASE/libreoffice-help-${VERSION}${SUBVER}.tar.${COMPR}" GITURI[2]="$GITBASE/help" -SOURCE[3]="$SRCDIR/sources/libreoffice-translations-${VERSION}${SUBVER}.tar.${COMPR}" +SOURCE[3]="$SRCDIR/${LOSRC_DIR}/libreoffice-translations-${VERSION}${SUBVER}.tar.${COMPR}" SRCURL[3]="$SRCBASE/libreoffice-translations-${VERSION}${SUBVER}.tar.${COMPR}" GITURI[3]="$GITBASE/translations" # Two files that are used to determine what needs to be downloaded: -SOURCE[4]="$SRCDIR/sources/download.lst-${VERSION}${SUBVER}" +SOURCE[4]="$SRCDIR/${LOSRC_DIR}/download.lst-${VERSION}${SUBVER}" SRCURL[4]="http://cgit.freedesktop.org/libreoffice/core/plain/download.lst?id=libreoffice-${VERSION}${SUBVER}" GITURI[4]="" -SOURCE[5]="$SRCDIR/sources/Makefile.fetch-${VERSION}${SUBVER}" +SOURCE[5]="$SRCDIR/${LOSRC_DIR}/Makefile.fetch-${VERSION}${SUBVER}" SRCURL[5]="http://cgit.freedesktop.org/libreoffice/core/plain/Makefile.fetch?id=libreoffice-${VERSION}${SUBVER}" GITURI[5]="" @@ -391,436 +397,456 @@ GITURI[5]="" # # --- Start of section generated by gensrc.sh --- -# External sources for libreoffice-5.2.5.1 +# External sources for libreoffice-5.3.0.3 -SOURCE[6]="$SRCDIR/sources/185d60944ea767075d27247c3162b3bc-unowinreg.dll" +SOURCE[6]="$SRCDIR/${LOSRC_DIR}/185d60944ea767075d27247c3162b3bc-unowinreg.dll" SRCURL[6]="http://dev-www.libreoffice.org/extern/185d60944ea767075d27247c3162b3bc-unowinreg.dll" GITURI[6]="" -SOURCE[7]="$SRCDIR/sources/libabw-0.1.1.tar.bz2" +SOURCE[7]="$SRCDIR/${LOSRC_DIR}/libabw-0.1.1.tar.bz2" SRCURL[7]="http://dev-www.libreoffice.org/src/libabw-0.1.1.tar.bz2" GITURI[7]="" -SOURCE[8]="$SRCDIR/sources/commons-logging-1.2-src.tar.gz" +SOURCE[8]="$SRCDIR/${LOSRC_DIR}/commons-logging-1.2-src.tar.gz" SRCURL[8]="http://dev-www.libreoffice.org/src/commons-logging-1.2-src.tar.gz" GITURI[8]="" -SOURCE[9]="$SRCDIR/sources/apr-1.4.8.tar.gz" -SRCURL[9]="http://dev-www.libreoffice.org/src/apr-1.4.8.tar.gz" +SOURCE[9]="$SRCDIR/${LOSRC_DIR}/apr-1.5.2.tar.gz" +SRCURL[9]="http://dev-www.libreoffice.org/src/apr-1.5.2.tar.gz" GITURI[9]="" -SOURCE[10]="$SRCDIR/sources/apr-util-1.5.3.tar.gz" -SRCURL[10]="http://dev-www.libreoffice.org/src/apr-util-1.5.3.tar.gz" +SOURCE[10]="$SRCDIR/${LOSRC_DIR}/apr-util-1.5.4.tar.gz" +SRCURL[10]="http://dev-www.libreoffice.org/src/apr-util-1.5.4.tar.gz" GITURI[10]="" -SOURCE[11]="$SRCDIR/sources/boost_1_60_0.tar.bz2" +SOURCE[11]="$SRCDIR/${LOSRC_DIR}/boost_1_60_0.tar.bz2" SRCURL[11]="http://dev-www.libreoffice.org/src/boost_1_60_0.tar.bz2" GITURI[11]="" -SOURCE[12]="$SRCDIR/sources/breakpad.zip" +SOURCE[12]="$SRCDIR/${LOSRC_DIR}/breakpad.zip" SRCURL[12]="http://dev-www.libreoffice.org/src/breakpad.zip" GITURI[12]="" -SOURCE[13]="$SRCDIR/sources/beeca87be45ec87d241ddd0e1bad80c1-bsh-2.0b6-src.zip" +SOURCE[13]="$SRCDIR/${LOSRC_DIR}/beeca87be45ec87d241ddd0e1bad80c1-bsh-2.0b6-src.zip" SRCURL[13]="http://dev-www.libreoffice.org/src/beeca87be45ec87d241ddd0e1bad80c1-bsh-2.0b6-src.zip" GITURI[13]="" -SOURCE[14]="$SRCDIR/sources/00b516f4704d4a7cb50a1d97e6e8e15b-bzip2-1.0.6.tar.gz" +SOURCE[14]="$SRCDIR/${LOSRC_DIR}/00b516f4704d4a7cb50a1d97e6e8e15b-bzip2-1.0.6.tar.gz" SRCURL[14]="http://dev-www.libreoffice.org/src/00b516f4704d4a7cb50a1d97e6e8e15b-bzip2-1.0.6.tar.gz" GITURI[14]="" -SOURCE[15]="$SRCDIR/sources/f101a9e88b783337b20b2e26dfd26d5f-cairo-1.10.2.tar.gz" -SRCURL[15]="http://dev-www.libreoffice.org/src/f101a9e88b783337b20b2e26dfd26d5f-cairo-1.10.2.tar.gz" +SOURCE[15]="$SRCDIR/${LOSRC_DIR}/23a0b2f0235431d35238df1d3a517fdb-cairo-1.14.6.tar.xz" +SRCURL[15]="http://dev-www.libreoffice.org/src/23a0b2f0235431d35238df1d3a517fdb-cairo-1.14.6.tar.xz" GITURI[15]="" -SOURCE[16]="$SRCDIR/sources/libcdr-0.1.2.tar.bz2" -SRCURL[16]="http://dev-www.libreoffice.org/src/libcdr-0.1.2.tar.bz2" +SOURCE[16]="$SRCDIR/${LOSRC_DIR}/libcdr-0.1.3.tar.bz2" +SRCURL[16]="http://dev-www.libreoffice.org/src/libcdr-0.1.3.tar.bz2" GITURI[16]="" -SOURCE[17]="$SRCDIR/sources/48d647fbd8ef8889e5a7f422c1bfda94-clucene-core-2.3.3.4.tar.gz" +SOURCE[17]="$SRCDIR/${LOSRC_DIR}/48d647fbd8ef8889e5a7f422c1bfda94-clucene-core-2.3.3.4.tar.gz" SRCURL[17]="http://dev-www.libreoffice.org/src/48d647fbd8ef8889e5a7f422c1bfda94-clucene-core-2.3.3.4.tar.gz" GITURI[17]="" -SOURCE[18]="$SRCDIR/sources/libcmis-0.5.1.tar.gz" +SOURCE[18]="$SRCDIR/${LOSRC_DIR}/libcmis-0.5.1.tar.gz" SRCURL[18]="http://dev-www.libreoffice.org/src/libcmis-0.5.1.tar.gz" GITURI[18]="" -SOURCE[19]="$SRCDIR/sources/CoinMP-1.7.6.tgz" +SOURCE[19]="$SRCDIR/${LOSRC_DIR}/CoinMP-1.7.6.tgz" SRCURL[19]="http://dev-www.libreoffice.org/src/CoinMP-1.7.6.tgz" GITURI[19]="" -SOURCE[20]="$SRCDIR/sources/4b87018f7fff1d054939d19920b751a0-collada2gltf-master-cb1d97788a.tar.bz2" +SOURCE[20]="$SRCDIR/${LOSRC_DIR}/4b87018f7fff1d054939d19920b751a0-collada2gltf-master-cb1d97788a.tar.bz2" SRCURL[20]="http://dev-www.libreoffice.org/src/4b87018f7fff1d054939d19920b751a0-collada2gltf-master-cb1d97788a.tar.bz2" GITURI[20]="" -SOURCE[21]="$SRCDIR/sources/cppunit-1.13.2.tar.gz" +SOURCE[21]="$SRCDIR/${LOSRC_DIR}/cppunit-1.13.2.tar.gz" SRCURL[21]="http://dev-www.libreoffice.org/src/cppunit-1.13.2.tar.gz" GITURI[21]="" -SOURCE[22]="$SRCDIR/sources/1f467e5bb703f12cbbb09d5cf67ecf4a-converttexttonumber-1-5-0.oxt" +SOURCE[22]="$SRCDIR/${LOSRC_DIR}/1f467e5bb703f12cbbb09d5cf67ecf4a-converttexttonumber-1-5-0.oxt" SRCURL[22]="http://dev-www.libreoffice.org/src/1f467e5bb703f12cbbb09d5cf67ecf4a-converttexttonumber-1-5-0.oxt" GITURI[22]="" -SOURCE[23]="$SRCDIR/sources/curl-7.51.0.tar.gz" +SOURCE[23]="$SRCDIR/${LOSRC_DIR}/curl-7.51.0.tar.gz" SRCURL[23]="http://dev-www.libreoffice.org/src/curl-7.51.0.tar.gz" GITURI[23]="" -SOURCE[24]="$SRCDIR/sources/libe-book-0.1.2.tar.bz2" +SOURCE[24]="$SRCDIR/${LOSRC_DIR}/libe-book-0.1.2.tar.bz2" SRCURL[24]="http://dev-www.libreoffice.org/src/libe-book-0.1.2.tar.bz2" GITURI[24]="" -SOURCE[25]="$SRCDIR/sources/3ade8cfe7e59ca8e65052644fed9fca4-epm-3.7.tar.gz" +SOURCE[25]="$SRCDIR/${LOSRC_DIR}/3ade8cfe7e59ca8e65052644fed9fca4-epm-3.7.tar.gz" SRCURL[25]="http://dev-www.libreoffice.org/src/3ade8cfe7e59ca8e65052644fed9fca4-epm-3.7.tar.gz" GITURI[25]="" -SOURCE[26]="$SRCDIR/sources/libetonyek-0.1.6.tar.bz2" +SOURCE[26]="$SRCDIR/${LOSRC_DIR}/libetonyek-0.1.6.tar.bz2" SRCURL[26]="http://dev-www.libreoffice.org/src/libetonyek-0.1.6.tar.bz2" GITURI[26]="" -SOURCE[27]="$SRCDIR/sources/expat-2.2.0.tar.bz2" +SOURCE[27]="$SRCDIR/${LOSRC_DIR}/expat-2.2.0.tar.bz2" SRCURL[27]="http://dev-www.libreoffice.org/src/expat-2.2.0.tar.bz2" GITURI[27]="" -SOURCE[28]="$SRCDIR/sources/Firebird-2.5.5.26952-0.tar.bz2" -SRCURL[28]="http://dev-www.libreoffice.org/src/Firebird-2.5.5.26952-0.tar.bz2" +SOURCE[28]="$SRCDIR/${LOSRC_DIR}/Firebird-3.0.0.32483-0.tar.bz2" +SRCURL[28]="http://dev-www.libreoffice.org/src/Firebird-3.0.0.32483-0.tar.bz2" GITURI[28]="" -SOURCE[29]="$SRCDIR/sources/77e15a92006ddc2adbb06f840d591c0e-fontconfig-2.8.0.tar.gz" +SOURCE[29]="$SRCDIR/${LOSRC_DIR}/77e15a92006ddc2adbb06f840d591c0e-fontconfig-2.8.0.tar.gz" SRCURL[29]="http://dev-www.libreoffice.org/src/77e15a92006ddc2adbb06f840d591c0e-fontconfig-2.8.0.tar.gz" GITURI[29]="" -SOURCE[30]="$SRCDIR/sources/368f114c078f94214a308a74c7e991bc-crosextrafonts-20130214.tar.gz" +SOURCE[30]="$SRCDIR/${LOSRC_DIR}/368f114c078f94214a308a74c7e991bc-crosextrafonts-20130214.tar.gz" SRCURL[30]="http://dev-www.libreoffice.org/src/368f114c078f94214a308a74c7e991bc-crosextrafonts-20130214.tar.gz" GITURI[30]="" -SOURCE[31]="$SRCDIR/sources/c74b7223abe75949b4af367942d96c7a-crosextrafonts-carlito-20130920.tar.gz" +SOURCE[31]="$SRCDIR/${LOSRC_DIR}/c74b7223abe75949b4af367942d96c7a-crosextrafonts-carlito-20130920.tar.gz" SRCURL[31]="http://dev-www.libreoffice.org/src/c74b7223abe75949b4af367942d96c7a-crosextrafonts-carlito-20130920.tar.gz" GITURI[31]="" -SOURCE[32]="$SRCDIR/sources/d8b5214d35bcd2bfcb2cffa7795b351d-dejavu-fonts-ttf-2.35.zip" -SRCURL[32]="http://dev-www.libreoffice.org/src/d8b5214d35bcd2bfcb2cffa7795b351d-dejavu-fonts-ttf-2.35.zip" +SOURCE[32]="$SRCDIR/${LOSRC_DIR}/33e1e61fab06a547851ed308b4ffef42-dejavu-fonts-ttf-2.37.zip" +SRCURL[32]="http://dev-www.libreoffice.org/src/33e1e61fab06a547851ed308b4ffef42-dejavu-fonts-ttf-2.37.zip" GITURI[32]="" -SOURCE[33]="$SRCDIR/sources/35efabc239af896dfb79be7ebdd6e6b9-gentiumbasic-fonts-1.10.zip" -SRCURL[33]="http://dev-www.libreoffice.org/src/35efabc239af896dfb79be7ebdd6e6b9-gentiumbasic-fonts-1.10.zip" +SOURCE[33]="$SRCDIR/${LOSRC_DIR}/1725634df4bb3dcb1b2c91a6175f8789-GentiumBasic_1102.zip" +SRCURL[33]="http://dev-www.libreoffice.org/src/1725634df4bb3dcb1b2c91a6175f8789-GentiumBasic_1102.zip" GITURI[33]="" -SOURCE[34]="$SRCDIR/sources/134d8262145fc793c6af494dcace3e71-liberation-fonts-ttf-1.07.4.tar.gz" +SOURCE[34]="$SRCDIR/${LOSRC_DIR}/134d8262145fc793c6af494dcace3e71-liberation-fonts-ttf-1.07.4.tar.gz" SRCURL[34]="http://dev-www.libreoffice.org/src/134d8262145fc793c6af494dcace3e71-liberation-fonts-ttf-1.07.4.tar.gz" GITURI[34]="" -SOURCE[35]="$SRCDIR/sources/5c781723a0d9ed6188960defba8e91cf-liberation-fonts-ttf-2.00.1.tar.gz" +SOURCE[35]="$SRCDIR/${LOSRC_DIR}/5c781723a0d9ed6188960defba8e91cf-liberation-fonts-ttf-2.00.1.tar.gz" SRCURL[35]="http://dev-www.libreoffice.org/src/5c781723a0d9ed6188960defba8e91cf-liberation-fonts-ttf-2.00.1.tar.gz" GITURI[35]="" -SOURCE[36]="$SRCDIR/sources/e7a384790b13c29113e22e596ade9687-LinLibertineG-20120116.zip" +SOURCE[36]="$SRCDIR/${LOSRC_DIR}/e7a384790b13c29113e22e596ade9687-LinLibertineG-20120116.zip" SRCURL[36]="http://dev-www.libreoffice.org/src/e7a384790b13c29113e22e596ade9687-LinLibertineG-20120116.zip" GITURI[36]="" -SOURCE[37]="$SRCDIR/sources/7a15edea7d415ac5150ea403e27401fd-open-sans-font-ttf-1.10.tar.gz" +SOURCE[37]="$SRCDIR/${LOSRC_DIR}/7a15edea7d415ac5150ea403e27401fd-open-sans-font-ttf-1.10.tar.gz" SRCURL[37]="http://dev-www.libreoffice.org/src/7a15edea7d415ac5150ea403e27401fd-open-sans-font-ttf-1.10.tar.gz" GITURI[37]="" -SOURCE[38]="$SRCDIR/sources/c3c1a8ba7452950636e871d25020ce0d-pt-serif-font-1.0000W.tar.gz" +SOURCE[38]="$SRCDIR/${LOSRC_DIR}/c3c1a8ba7452950636e871d25020ce0d-pt-serif-font-1.0000W.tar.gz" SRCURL[38]="http://dev-www.libreoffice.org/src/c3c1a8ba7452950636e871d25020ce0d-pt-serif-font-1.0000W.tar.gz" GITURI[38]="" -SOURCE[39]="$SRCDIR/sources/907d6e99f241876695c19ff3db0b8923-source-code-pro-2.030R-ro-1.050R-it.tar.gz" +SOURCE[39]="$SRCDIR/${LOSRC_DIR}/907d6e99f241876695c19ff3db0b8923-source-code-pro-2.030R-ro-1.050R-it.tar.gz" SRCURL[39]="http://dev-www.libreoffice.org/src/907d6e99f241876695c19ff3db0b8923-source-code-pro-2.030R-ro-1.050R-it.tar.gz" GITURI[39]="" -SOURCE[40]="$SRCDIR/sources/edc4d741888bc0d38e32dbaa17149596-source-sans-pro-2.010R-ro-1.065R-it.tar.gz" +SOURCE[40]="$SRCDIR/${LOSRC_DIR}/edc4d741888bc0d38e32dbaa17149596-source-sans-pro-2.010R-ro-1.065R-it.tar.gz" SRCURL[40]="http://dev-www.libreoffice.org/src/edc4d741888bc0d38e32dbaa17149596-source-sans-pro-2.010R-ro-1.065R-it.tar.gz" GITURI[40]="" -SOURCE[41]="$SRCDIR/sources/libfreehand-0.1.1.tar.bz2" -SRCURL[41]="http://dev-www.libreoffice.org/src/libfreehand-0.1.1.tar.bz2" +SOURCE[41]="$SRCDIR/${LOSRC_DIR}/EmojiOneColor-SVGinOT-1.3.tar.gz" +SRCURL[41]="http://dev-www.libreoffice.org/src/EmojiOneColor-SVGinOT-1.3.tar.gz" GITURI[41]="" -SOURCE[42]="$SRCDIR/sources/dbf2caca1d3afd410a29217a9809d397-freetype-2.4.8.tar.bz2" -SRCURL[42]="http://dev-www.libreoffice.org/src/dbf2caca1d3afd410a29217a9809d397-freetype-2.4.8.tar.bz2" +SOURCE[42]="$SRCDIR/${LOSRC_DIR}/libfreehand-0.1.1.tar.bz2" +SRCURL[42]="http://dev-www.libreoffice.org/src/libfreehand-0.1.1.tar.bz2" GITURI[42]="" -SOURCE[43]="$SRCDIR/sources/3941e9cab2f4f9d8faee3e8d57ae7664-glew-1.12.0.zip" -SRCURL[43]="http://dev-www.libreoffice.org/src/3941e9cab2f4f9d8faee3e8d57ae7664-glew-1.12.0.zip" +SOURCE[43]="$SRCDIR/${LOSRC_DIR}/dbf2caca1d3afd410a29217a9809d397-freetype-2.4.8.tar.bz2" +SRCURL[43]="http://dev-www.libreoffice.org/src/dbf2caca1d3afd410a29217a9809d397-freetype-2.4.8.tar.bz2" GITURI[43]="" -SOURCE[44]="$SRCDIR/sources/bae83fa5dc7f081768daace6e199adc3-glm-0.9.4.6-libreoffice.zip" -SRCURL[44]="http://dev-www.libreoffice.org/src/bae83fa5dc7f081768daace6e199adc3-glm-0.9.4.6-libreoffice.zip" +SOURCE[44]="$SRCDIR/${LOSRC_DIR}/3941e9cab2f4f9d8faee3e8d57ae7664-glew-1.12.0.zip" +SRCURL[44]="http://dev-www.libreoffice.org/src/3941e9cab2f4f9d8faee3e8d57ae7664-glew-1.12.0.zip" GITURI[44]="" -SOURCE[45]="$SRCDIR/sources/5d303fb955beb9bf112267316ca9d021-glyphy-0.2.0.tar.bz2" -SRCURL[45]="http://dev-www.libreoffice.org/src/5d303fb955beb9bf112267316ca9d021-glyphy-0.2.0.tar.bz2" +SOURCE[45]="$SRCDIR/${LOSRC_DIR}/bae83fa5dc7f081768daace6e199adc3-glm-0.9.4.6-libreoffice.zip" +SRCURL[45]="http://dev-www.libreoffice.org/src/bae83fa5dc7f081768daace6e199adc3-glm-0.9.4.6-libreoffice.zip" GITURI[45]="" -SOURCE[46]="$SRCDIR/sources/4311dd9ace498b57c85f611e0670df64-graphite2-minimal-1.3.8.tgz" -SRCURL[46]="http://dev-www.libreoffice.org/src/4311dd9ace498b57c85f611e0670df64-graphite2-minimal-1.3.8.tgz" +SOURCE[46]="$SRCDIR/${LOSRC_DIR}/3069842a88b8f40c6b83ad2850cda293-graphite2-minimal-1.3.9.tgz" +SRCURL[46]="http://dev-www.libreoffice.org/src/3069842a88b8f40c6b83ad2850cda293-graphite2-minimal-1.3.9.tgz" GITURI[46]="" -SOURCE[47]="$SRCDIR/sources/harfbuzz-1.2.6.tar.bz2" -SRCURL[47]="http://dev-www.libreoffice.org/src/harfbuzz-1.2.6.tar.bz2" +SOURCE[47]="$SRCDIR/${LOSRC_DIR}/harfbuzz-1.3.2.tar.bz2" +SRCURL[47]="http://dev-www.libreoffice.org/src/harfbuzz-1.3.2.tar.bz2" GITURI[47]="" -SOURCE[48]="$SRCDIR/sources/17410483b5b5f267aa18b7e00b65e6e0-hsqldb_1_8_0.zip" +SOURCE[48]="$SRCDIR/${LOSRC_DIR}/17410483b5b5f267aa18b7e00b65e6e0-hsqldb_1_8_0.zip" SRCURL[48]="http://dev-www.libreoffice.org/src/17410483b5b5f267aa18b7e00b65e6e0-hsqldb_1_8_0.zip" GITURI[48]="" -SOURCE[49]="$SRCDIR/sources/33d370f7fe5a030985e445a5672b2067-hunspell-1.4.1.tar.gz" +SOURCE[49]="$SRCDIR/${LOSRC_DIR}/33d370f7fe5a030985e445a5672b2067-hunspell-1.4.1.tar.gz" SRCURL[49]="http://dev-www.libreoffice.org/src/33d370f7fe5a030985e445a5672b2067-hunspell-1.4.1.tar.gz" GITURI[49]="" -SOURCE[50]="$SRCDIR/sources/5ade6ae2a99bc1e9e57031ca88d36dad-hyphen-2.8.8.tar.gz" +SOURCE[50]="$SRCDIR/${LOSRC_DIR}/5ade6ae2a99bc1e9e57031ca88d36dad-hyphen-2.8.8.tar.gz" SRCURL[50]="http://dev-www.libreoffice.org/src/5ade6ae2a99bc1e9e57031ca88d36dad-hyphen-2.8.8.tar.gz" GITURI[50]="" -SOURCE[51]="$SRCDIR/sources/976734806026a4ef8bdd17937c8898b9-icu4c-57_1-src.tgz" -SRCURL[51]="http://dev-www.libreoffice.org/src/976734806026a4ef8bdd17937c8898b9-icu4c-57_1-src.tgz" +SOURCE[51]="$SRCDIR/${LOSRC_DIR}/1901302aaff1c1633ef81862663d2917-icu4c-58_1-src.tgz" +SRCURL[51]="http://dev-www.libreoffice.org/src/1901302aaff1c1633ef81862663d2917-icu4c-58_1-src.tgz" GITURI[51]="" -SOURCE[52]="$SRCDIR/sources/ba2930200c9f019c2d93a8c88c651a0f-flow-engine-0.9.4.zip" +SOURCE[52]="$SRCDIR/${LOSRC_DIR}/ba2930200c9f019c2d93a8c88c651a0f-flow-engine-0.9.4.zip" SRCURL[52]="http://dev-www.libreoffice.org/src/ba2930200c9f019c2d93a8c88c651a0f-flow-engine-0.9.4.zip" GITURI[52]="" -SOURCE[53]="$SRCDIR/sources/d8bd5eed178db6e2b18eeed243f85aa8-flute-1.1.6.zip" +SOURCE[53]="$SRCDIR/${LOSRC_DIR}/d8bd5eed178db6e2b18eeed243f85aa8-flute-1.1.6.zip" SRCURL[53]="http://dev-www.libreoffice.org/src/d8bd5eed178db6e2b18eeed243f85aa8-flute-1.1.6.zip" GITURI[53]="" -SOURCE[54]="$SRCDIR/sources/eeb2c7ddf0d302fba4bfc6e97eac9624-libbase-1.1.6.zip" +SOURCE[54]="$SRCDIR/${LOSRC_DIR}/eeb2c7ddf0d302fba4bfc6e97eac9624-libbase-1.1.6.zip" SRCURL[54]="http://dev-www.libreoffice.org/src/eeb2c7ddf0d302fba4bfc6e97eac9624-libbase-1.1.6.zip" GITURI[54]="" -SOURCE[55]="$SRCDIR/sources/3bdf40c0d199af31923e900d082ca2dd-libfonts-1.1.6.zip" +SOURCE[55]="$SRCDIR/${LOSRC_DIR}/3bdf40c0d199af31923e900d082ca2dd-libfonts-1.1.6.zip" SRCURL[55]="http://dev-www.libreoffice.org/src/3bdf40c0d199af31923e900d082ca2dd-libfonts-1.1.6.zip" GITURI[55]="" -SOURCE[56]="$SRCDIR/sources/3404ab6b1792ae5f16bbd603bd1e1d03-libformula-1.1.7.zip" +SOURCE[56]="$SRCDIR/${LOSRC_DIR}/3404ab6b1792ae5f16bbd603bd1e1d03-libformula-1.1.7.zip" SRCURL[56]="http://dev-www.libreoffice.org/src/3404ab6b1792ae5f16bbd603bd1e1d03-libformula-1.1.7.zip" GITURI[56]="" -SOURCE[57]="$SRCDIR/sources/db60e4fde8dd6d6807523deb71ee34dc-liblayout-0.2.10.zip" +SOURCE[57]="$SRCDIR/${LOSRC_DIR}/db60e4fde8dd6d6807523deb71ee34dc-liblayout-0.2.10.zip" SRCURL[57]="http://dev-www.libreoffice.org/src/db60e4fde8dd6d6807523deb71ee34dc-liblayout-0.2.10.zip" GITURI[57]="" -SOURCE[58]="$SRCDIR/sources/97b2d4dba862397f446b217e2b623e71-libloader-1.1.6.zip" +SOURCE[58]="$SRCDIR/${LOSRC_DIR}/97b2d4dba862397f446b217e2b623e71-libloader-1.1.6.zip" SRCURL[58]="http://dev-www.libreoffice.org/src/97b2d4dba862397f446b217e2b623e71-libloader-1.1.6.zip" GITURI[58]="" -SOURCE[59]="$SRCDIR/sources/8ce2fcd72becf06c41f7201d15373ed9-librepository-1.1.6.zip" +SOURCE[59]="$SRCDIR/${LOSRC_DIR}/8ce2fcd72becf06c41f7201d15373ed9-librepository-1.1.6.zip" SRCURL[59]="http://dev-www.libreoffice.org/src/8ce2fcd72becf06c41f7201d15373ed9-librepository-1.1.6.zip" GITURI[59]="" -SOURCE[60]="$SRCDIR/sources/f94d9870737518e3b597f9265f4e9803-libserializer-1.1.6.zip" +SOURCE[60]="$SRCDIR/${LOSRC_DIR}/f94d9870737518e3b597f9265f4e9803-libserializer-1.1.6.zip" SRCURL[60]="http://dev-www.libreoffice.org/src/f94d9870737518e3b597f9265f4e9803-libserializer-1.1.6.zip" GITURI[60]="" -SOURCE[61]="$SRCDIR/sources/ace6ab49184e329db254e454a010f56d-libxml-1.1.7.zip" +SOURCE[61]="$SRCDIR/${LOSRC_DIR}/ace6ab49184e329db254e454a010f56d-libxml-1.1.7.zip" SRCURL[61]="http://dev-www.libreoffice.org/src/ace6ab49184e329db254e454a010f56d-libxml-1.1.7.zip" GITURI[61]="" -SOURCE[62]="$SRCDIR/sources/39bb3fcea1514f1369fcfc87542390fd-sacjava-1.3.zip" +SOURCE[62]="$SRCDIR/${LOSRC_DIR}/39bb3fcea1514f1369fcfc87542390fd-sacjava-1.3.zip" SRCURL[62]="http://dev-www.libreoffice.org/src/39bb3fcea1514f1369fcfc87542390fd-sacjava-1.3.zip" GITURI[62]="" -SOURCE[63]="$SRCDIR/sources/jpegsrc.v9a.tar.gz" +SOURCE[63]="$SRCDIR/${LOSRC_DIR}/jpegsrc.v9a.tar.gz" SRCURL[63]="http://dev-www.libreoffice.org/src/jpegsrc.v9a.tar.gz" GITURI[63]="" -SOURCE[64]="$SRCDIR/sources/libjpeg-turbo-1.4.2.tar.gz" +SOURCE[64]="$SRCDIR/${LOSRC_DIR}/libjpeg-turbo-1.4.2.tar.gz" SRCURL[64]="http://dev-www.libreoffice.org/src/libjpeg-turbo-1.4.2.tar.gz" GITURI[64]="" -SOURCE[65]="$SRCDIR/sources/language-subtag-registry-2016-07-19.tar.bz2" +SOURCE[65]="$SRCDIR/${LOSRC_DIR}/language-subtag-registry-2016-07-19.tar.bz2" SRCURL[65]="http://dev-www.libreoffice.org/src/language-subtag-registry-2016-07-19.tar.bz2" GITURI[65]="" -SOURCE[66]="$SRCDIR/sources/b63e6340a02ff1cacfeadb2c42286161-JLanguageTool-1.7.0.tar.bz2" +SOURCE[66]="$SRCDIR/${LOSRC_DIR}/b63e6340a02ff1cacfeadb2c42286161-JLanguageTool-1.7.0.tar.bz2" SRCURL[66]="http://dev-www.libreoffice.org/src/b63e6340a02ff1cacfeadb2c42286161-JLanguageTool-1.7.0.tar.bz2" GITURI[66]="" -SOURCE[67]="$SRCDIR/sources/lcms2-2.6.tar.gz" +SOURCE[67]="$SRCDIR/${LOSRC_DIR}/lcms2-2.6.tar.gz" SRCURL[67]="http://dev-www.libreoffice.org/src/lcms2-2.6.tar.gz" GITURI[67]="" -SOURCE[68]="$SRCDIR/sources/libatomic_ops-7_2d.zip" +SOURCE[68]="$SRCDIR/${LOSRC_DIR}/libatomic_ops-7_2d.zip" SRCURL[68]="http://dev-www.libreoffice.org/src/libatomic_ops-7_2d.zip" GITURI[68]="" -SOURCE[69]="$SRCDIR/sources/libeot-0.01.tar.bz2" +SOURCE[69]="$SRCDIR/${LOSRC_DIR}/libeot-0.01.tar.bz2" SRCURL[69]="http://dev-www.libreoffice.org/src/libeot-0.01.tar.bz2" GITURI[69]="" -SOURCE[70]="$SRCDIR/sources/10d61fbaa6a06348823651b1bd7940fe-libexttextcat-3.4.4.tar.bz2" +SOURCE[70]="$SRCDIR/${LOSRC_DIR}/10d61fbaa6a06348823651b1bd7940fe-libexttextcat-3.4.4.tar.bz2" SRCURL[70]="http://dev-www.libreoffice.org/src/10d61fbaa6a06348823651b1bd7940fe-libexttextcat-3.4.4.tar.bz2" GITURI[70]="" -SOURCE[71]="$SRCDIR/sources/libgltf-0.0.2.tar.bz2" +SOURCE[71]="$SRCDIR/${LOSRC_DIR}/libgltf-0.0.2.tar.bz2" SRCURL[71]="http://dev-www.libreoffice.org/src/libgltf/libgltf-0.0.2.tar.bz2" GITURI[71]="" -SOURCE[72]="$SRCDIR/sources/aa899eff126216dafe721149fbdb511b-liblangtag-0.5.8.tar.bz2" -SRCURL[72]="http://dev-www.libreoffice.org/src/aa899eff126216dafe721149fbdb511b-liblangtag-0.5.8.tar.bz2" +SOURCE[72]="$SRCDIR/${LOSRC_DIR}/liblangtag-0.6.2.tar.bz2" +SRCURL[72]="http://dev-www.libreoffice.org/src/liblangtag-0.6.2.tar.bz2" GITURI[72]="" -SOURCE[73]="$SRCDIR/sources/ce12af00283eb90d9281956524250d6e-xmlsec1-1.2.20.tar.gz" -SRCURL[73]="http://dev-www.libreoffice.org/src/ce12af00283eb90d9281956524250d6e-xmlsec1-1.2.20.tar.gz" +SOURCE[73]="$SRCDIR/${LOSRC_DIR}/ltm-1.0.zip" +SRCURL[73]="http://dev-www.libreoffice.org/src/ltm-1.0.zip" GITURI[73]="" -SOURCE[74]="$SRCDIR/sources/ae249165c173b1ff386ee8ad676815f5-libxml2-2.9.4.tar.gz" -SRCURL[74]="http://dev-www.libreoffice.org/src/ae249165c173b1ff386ee8ad676815f5-libxml2-2.9.4.tar.gz" +SOURCE[74]="$SRCDIR/${LOSRC_DIR}/86b1daaa438f5a7bea9a52d7b9799ac0-xmlsec1-1.2.23.tar.gz" +SRCURL[74]="http://dev-www.libreoffice.org/src/86b1daaa438f5a7bea9a52d7b9799ac0-xmlsec1-1.2.23.tar.gz" GITURI[74]="" -SOURCE[75]="$SRCDIR/sources/a129d3c44c022de3b9dcf6d6f288d72e-libxslt-1.1.29.tar.gz" -SRCURL[75]="http://dev-www.libreoffice.org/src/a129d3c44c022de3b9dcf6d6f288d72e-libxslt-1.1.29.tar.gz" +SOURCE[75]="$SRCDIR/${LOSRC_DIR}/ae249165c173b1ff386ee8ad676815f5-libxml2-2.9.4.tar.gz" +SRCURL[75]="http://dev-www.libreoffice.org/src/ae249165c173b1ff386ee8ad676815f5-libxml2-2.9.4.tar.gz" GITURI[75]="" -SOURCE[76]="$SRCDIR/sources/26b3e95ddf3d9c077c480ea45874b3b8-lp_solve_5.5.tar.gz" -SRCURL[76]="http://dev-www.libreoffice.org/src/26b3e95ddf3d9c077c480ea45874b3b8-lp_solve_5.5.tar.gz" +SOURCE[76]="$SRCDIR/${LOSRC_DIR}/a129d3c44c022de3b9dcf6d6f288d72e-libxslt-1.1.29.tar.gz" +SRCURL[76]="http://dev-www.libreoffice.org/src/a129d3c44c022de3b9dcf6d6f288d72e-libxslt-1.1.29.tar.gz" GITURI[76]="" -SOURCE[77]="$SRCDIR/sources/a233181e03d3c307668b4c722d881661-mariadb_client-2.0.0-src.tar.gz" -SRCURL[77]="http://dev-www.libreoffice.org/src/a233181e03d3c307668b4c722d881661-mariadb_client-2.0.0-src.tar.gz" +SOURCE[77]="$SRCDIR/${LOSRC_DIR}/26b3e95ddf3d9c077c480ea45874b3b8-lp_solve_5.5.tar.gz" +SRCURL[77]="http://dev-www.libreoffice.org/src/26b3e95ddf3d9c077c480ea45874b3b8-lp_solve_5.5.tar.gz" GITURI[77]="" -SOURCE[78]="$SRCDIR/sources/mdds-1.2.2.tar.bz2" -SRCURL[78]="http://dev-www.libreoffice.org/src/mdds-1.2.2.tar.bz2" +SOURCE[78]="$SRCDIR/${LOSRC_DIR}/a233181e03d3c307668b4c722d881661-mariadb_client-2.0.0-src.tar.gz" +SRCURL[78]="http://dev-www.libreoffice.org/src/a233181e03d3c307668b4c722d881661-mariadb_client-2.0.0-src.tar.gz" GITURI[78]="" -SOURCE[79]="$SRCDIR/sources/mDNSResponder-576.30.4.tar.gz" -SRCURL[79]="http://dev-www.libreoffice.org/src/mDNSResponder-576.30.4.tar.gz" +SOURCE[79]="$SRCDIR/${LOSRC_DIR}/mdds-1.2.2.tar.bz2" +SRCURL[79]="http://dev-www.libreoffice.org/src/mdds-1.2.2.tar.bz2" GITURI[79]="" -SOURCE[80]="$SRCDIR/sources/libmspub-0.1.2.tar.bz2" -SRCURL[80]="http://dev-www.libreoffice.org/src/libmspub-0.1.2.tar.bz2" +SOURCE[80]="$SRCDIR/${LOSRC_DIR}/mDNSResponder-576.30.4.tar.gz" +SRCURL[80]="http://dev-www.libreoffice.org/src/mDNSResponder-576.30.4.tar.gz" GITURI[80]="" -SOURCE[81]="$SRCDIR/sources/libmwaw-0.3.7.tar.bz2" -SRCURL[81]="http://dev-www.libreoffice.org/src/libmwaw-0.3.7.tar.bz2" +SOURCE[81]="$SRCDIR/${LOSRC_DIR}/libmspub-0.1.2.tar.bz2" +SRCURL[81]="http://dev-www.libreoffice.org/src/libmspub-0.1.2.tar.bz2" GITURI[81]="" -SOURCE[82]="$SRCDIR/sources/7239a4430efd4d0189c4f24df67f08e5-mysql-connector-c++-1.1.4.tar.gz" -SRCURL[82]="http://dev-www.libreoffice.org/src/7239a4430efd4d0189c4f24df67f08e5-mysql-connector-c++-1.1.4.tar.gz" +SOURCE[82]="$SRCDIR/${LOSRC_DIR}/libmwaw-0.3.9.tar.bz2" +SRCURL[82]="http://dev-www.libreoffice.org/src/libmwaw-0.3.9.tar.bz2" GITURI[82]="" -SOURCE[83]="$SRCDIR/sources/a8c2c5b8f09e7ede322d5c602ff6a4b6-mythes-1.2.4.tar.gz" -SRCURL[83]="http://dev-www.libreoffice.org/src/a8c2c5b8f09e7ede322d5c602ff6a4b6-mythes-1.2.4.tar.gz" +SOURCE[83]="$SRCDIR/${LOSRC_DIR}/7239a4430efd4d0189c4f24df67f08e5-mysql-connector-c++-1.1.4.tar.gz" +SRCURL[83]="http://dev-www.libreoffice.org/src/7239a4430efd4d0189c4f24df67f08e5-mysql-connector-c++-1.1.4.tar.gz" GITURI[83]="" -SOURCE[84]="$SRCDIR/sources/231adebe5c2f78fded3e3df6e958878e-neon-0.30.1.tar.gz" -SRCURL[84]="http://dev-www.libreoffice.org/src/231adebe5c2f78fded3e3df6e958878e-neon-0.30.1.tar.gz" +SOURCE[84]="$SRCDIR/${LOSRC_DIR}/a8c2c5b8f09e7ede322d5c602ff6a4b6-mythes-1.2.4.tar.gz" +SRCURL[84]="http://dev-www.libreoffice.org/src/a8c2c5b8f09e7ede322d5c602ff6a4b6-mythes-1.2.4.tar.gz" GITURI[84]="" -SOURCE[85]="$SRCDIR/sources/0e3eee39402386cf16fd7aaa7399ebef-nss-3.27-with-nspr-4.13.tar.gz" -SRCURL[85]="http://dev-www.libreoffice.org/src/0e3eee39402386cf16fd7aaa7399ebef-nss-3.27-with-nspr-4.13.tar.gz" +SOURCE[85]="$SRCDIR/${LOSRC_DIR}/231adebe5c2f78fded3e3df6e958878e-neon-0.30.1.tar.gz" +SRCURL[85]="http://dev-www.libreoffice.org/src/231adebe5c2f78fded3e3df6e958878e-neon-0.30.1.tar.gz" GITURI[85]="" -SOURCE[86]="$SRCDIR/sources/libodfgen-0.1.6.tar.bz2" -SRCURL[86]="http://dev-www.libreoffice.org/src/libodfgen-0.1.6.tar.bz2" +SOURCE[86]="$SRCDIR/${LOSRC_DIR}/0e3eee39402386cf16fd7aaa7399ebef-nss-3.27-with-nspr-4.13.tar.gz" +SRCURL[86]="http://dev-www.libreoffice.org/src/0e3eee39402386cf16fd7aaa7399ebef-nss-3.27-with-nspr-4.13.tar.gz" GITURI[86]="" -SOURCE[87]="$SRCDIR/sources/OpenCOLLADA-master-6509aa13af.tar.bz2" -SRCURL[87]="http://dev-www.libreoffice.org/src/OpenCOLLADA-master-6509aa13af.tar.bz2" +SOURCE[87]="$SRCDIR/${LOSRC_DIR}/libodfgen-0.1.6.tar.bz2" +SRCURL[87]="http://dev-www.libreoffice.org/src/libodfgen-0.1.6.tar.bz2" GITURI[87]="" -SOURCE[88]="$SRCDIR/sources/804c6cb5698db30b75ad0ff1c25baefd-openldap-2.4.31.tgz" -SRCURL[88]="http://dev-www.libreoffice.org/src/804c6cb5698db30b75ad0ff1c25baefd-openldap-2.4.31.tgz" +SOURCE[88]="$SRCDIR/${LOSRC_DIR}/a084cd548b586552cb7d3ee51f1af969-odfvalidator-1.1.8-incubating-SNAPSHOT-jar-with-dependencies.jar" +SRCURL[88]="http://dev-www.libreoffice.org/extern/a084cd548b586552cb7d3ee51f1af969-odfvalidator-1.1.8-incubating-SNAPSHOT-jar-with-dependencies.jar" GITURI[88]="" -SOURCE[89]="$SRCDIR/sources/openssl-1.0.2h.tar.gz" -SRCURL[89]="http://dev-www.libreoffice.org/src/openssl-1.0.2h.tar.gz" +SOURCE[89]="$SRCDIR/${LOSRC_DIR}/8249374c274932a21846fa7629c2aa9b-officeotron-0.7.4-master.jar" +SRCURL[89]="http://dev-www.libreoffice.org/extern/8249374c274932a21846fa7629c2aa9b-officeotron-0.7.4-master.jar" GITURI[89]="" -SOURCE[90]="$SRCDIR/sources/liborcus-0.11.2.tar.gz" -SRCURL[90]="http://dev-www.libreoffice.org/src/liborcus-0.11.2.tar.gz" +SOURCE[90]="$SRCDIR/${LOSRC_DIR}/OpenCOLLADA-master-6509aa13af.tar.bz2" +SRCURL[90]="http://dev-www.libreoffice.org/src/OpenCOLLADA-master-6509aa13af.tar.bz2" GITURI[90]="" -SOURCE[91]="$SRCDIR/sources/owncloud-android-library-0.9.4-no-binary-deps.tar.gz" -SRCURL[91]="http://dev-www.libreoffice.org/src/owncloud-android-library-0.9.4-no-binary-deps.tar.gz" +SOURCE[91]="$SRCDIR/${LOSRC_DIR}/openldap-2.4.44.tgz" +SRCURL[91]="http://dev-www.libreoffice.org/src/openldap-2.4.44.tgz" GITURI[91]="" -SOURCE[92]="$SRCDIR/sources/libpagemaker-0.0.3.tar.bz2" -SRCURL[92]="http://dev-www.libreoffice.org/src/libpagemaker-0.0.3.tar.bz2" +SOURCE[92]="$SRCDIR/${LOSRC_DIR}/openssl-1.0.2h.tar.gz" +SRCURL[92]="http://dev-www.libreoffice.org/src/openssl-1.0.2h.tar.gz" GITURI[92]="" -SOURCE[93]="$SRCDIR/sources/c63f411b3ad147db2bcce1bf262a0e02-pixman-0.24.4.tar.bz2" -SRCURL[93]="http://dev-www.libreoffice.org/src/c63f411b3ad147db2bcce1bf262a0e02-pixman-0.24.4.tar.bz2" +SOURCE[93]="$SRCDIR/${LOSRC_DIR}/liborcus-0.12.1.tar.gz" +SRCURL[93]="http://dev-www.libreoffice.org/src/liborcus-0.12.1.tar.gz" GITURI[93]="" -SOURCE[94]="$SRCDIR/sources/libpng-1.6.28.tar.gz" -SRCURL[94]="http://dev-www.libreoffice.org/src/libpng-1.6.28.tar.gz" +SOURCE[94]="$SRCDIR/${LOSRC_DIR}/owncloud-android-library-0.9.4-no-binary-deps.tar.gz" +SRCURL[94]="http://dev-www.libreoffice.org/src/owncloud-android-library-0.9.4-no-binary-deps.tar.gz" GITURI[94]="" -SOURCE[95]="$SRCDIR/sources/poppler-0.46.0.tar.bz2" -SRCURL[95]="http://dev-www.libreoffice.org/src/poppler-0.46.0.tar.bz2" +SOURCE[95]="$SRCDIR/${LOSRC_DIR}/libpagemaker-0.0.3.tar.bz2" +SRCURL[95]="http://dev-www.libreoffice.org/src/libpagemaker-0.0.3.tar.bz2" GITURI[95]="" -SOURCE[96]="$SRCDIR/sources/c0b4799ea9850eae3ead14f0a60e9418-postgresql-9.2.1.tar.bz2" -SRCURL[96]="http://dev-www.libreoffice.org/src/c0b4799ea9850eae3ead14f0a60e9418-postgresql-9.2.1.tar.bz2" +SOURCE[96]="$SRCDIR/${LOSRC_DIR}/e80ebae4da01e77f68744319f01d52a3-pixman-0.34.0.tar.gz" +SRCURL[96]="http://dev-www.libreoffice.org/src/e80ebae4da01e77f68744319f01d52a3-pixman-0.34.0.tar.gz" GITURI[96]="" -SOURCE[97]="$SRCDIR/sources/Python-3.5.0.tgz" -SRCURL[97]="http://dev-www.libreoffice.org/src/Python-3.5.0.tgz" +SOURCE[97]="$SRCDIR/${LOSRC_DIR}/libpng-1.6.28.tar.gz" +SRCURL[97]="http://dev-www.libreoffice.org/src/libpng-1.6.28.tar.gz" GITURI[97]="" -SOURCE[98]="$SRCDIR/sources/Python-3.5.0.tgz" -SRCURL[98]="http://dev-www.libreoffice.org/src/Python-3.5.0.tgz" +SOURCE[98]="$SRCDIR/${LOSRC_DIR}/poppler-0.49.0.tar.xz" +SRCURL[98]="http://dev-www.libreoffice.org/src/poppler-0.49.0.tar.xz" GITURI[98]="" -SOURCE[99]="$SRCDIR/sources/4ceb9316488b0ea01acf011023cf7fff-raptor2-2.0.9.tar.gz" -SRCURL[99]="http://dev-www.libreoffice.org/src/4ceb9316488b0ea01acf011023cf7fff-raptor2-2.0.9.tar.gz" +SOURCE[99]="$SRCDIR/${LOSRC_DIR}/c0b4799ea9850eae3ead14f0a60e9418-postgresql-9.2.1.tar.bz2" +SRCURL[99]="http://dev-www.libreoffice.org/src/c0b4799ea9850eae3ead14f0a60e9418-postgresql-9.2.1.tar.bz2" GITURI[99]="" -SOURCE[100]="$SRCDIR/sources/b12c5f9cfdb6b04efce5a4a186b8416b-rasqal-0.9.30.tar.gz" -SRCURL[100]="http://dev-www.libreoffice.org/src/b12c5f9cfdb6b04efce5a4a186b8416b-rasqal-0.9.30.tar.gz" +SOURCE[100]="$SRCDIR/${LOSRC_DIR}/Python-3.5.3.tgz" +SRCURL[100]="http://dev-www.libreoffice.org/src/Python-3.5.3.tgz" GITURI[100]="" -SOURCE[101]="$SRCDIR/sources/32f8e1417a64d3c6f2c727f9053f55ea-redland-1.0.16.tar.gz" -SRCURL[101]="http://dev-www.libreoffice.org/src/32f8e1417a64d3c6f2c727f9053f55ea-redland-1.0.16.tar.gz" +SOURCE[101]="$SRCDIR/${LOSRC_DIR}/Python-3.5.3.tgz" +SRCURL[101]="http://dev-www.libreoffice.org/src/Python-3.5.3.tgz" GITURI[101]="" -SOURCE[102]="$SRCDIR/sources/librevenge-0.0.4.tar.bz2" -SRCURL[102]="http://dev-www.libreoffice.org/src/librevenge-0.0.4.tar.bz2" +SOURCE[102]="$SRCDIR/${LOSRC_DIR}/a39f6c07ddb20d7dd2ff1f95fa21e2cd-raptor2-2.0.15.tar.gz" +SRCURL[102]="http://dev-www.libreoffice.org/src/a39f6c07ddb20d7dd2ff1f95fa21e2cd-raptor2-2.0.15.tar.gz" GITURI[102]="" -SOURCE[103]="$SRCDIR/sources/798b2ffdc8bcfe7bca2cf92b62caf685-rhino1_5R5.zip" -SRCURL[103]="http://dev-www.libreoffice.org/src/798b2ffdc8bcfe7bca2cf92b62caf685-rhino1_5R5.zip" +SOURCE[103]="$SRCDIR/${LOSRC_DIR}/1f5def51ca0026cd192958ef07228b52-rasqal-0.9.33.tar.gz" +SRCURL[103]="http://dev-www.libreoffice.org/src/1f5def51ca0026cd192958ef07228b52-rasqal-0.9.33.tar.gz" GITURI[103]="" -SOURCE[104]="$SRCDIR/sources/serf-1.2.1.tar.bz2" -SRCURL[104]="http://dev-www.libreoffice.org/src/serf-1.2.1.tar.bz2" +SOURCE[104]="$SRCDIR/${LOSRC_DIR}/e5be03eda13ef68aabab6e42aa67715e-redland-1.0.17.tar.gz" +SRCURL[104]="http://dev-www.libreoffice.org/src/e5be03eda13ef68aabab6e42aa67715e-redland-1.0.17.tar.gz" GITURI[104]="" -SOURCE[105]="$SRCDIR/sources/35c94d2df8893241173de1d16b6034c0-swingExSrc.zip" -SRCURL[105]="http://dev-www.libreoffice.org/src/35c94d2df8893241173de1d16b6034c0-swingExSrc.zip" +SOURCE[105]="$SRCDIR/${LOSRC_DIR}/librevenge-0.0.4.tar.bz2" +SRCURL[105]="http://dev-www.libreoffice.org/src/librevenge-0.0.4.tar.bz2" GITURI[105]="" -SOURCE[106]="$SRCDIR/sources/0168229624cfac409e766913506961a8-ucpp-1.3.2.tar.gz" -SRCURL[106]="http://dev-www.libreoffice.org/src/0168229624cfac409e766913506961a8-ucpp-1.3.2.tar.gz" +SOURCE[106]="$SRCDIR/${LOSRC_DIR}/798b2ffdc8bcfe7bca2cf92b62caf685-rhino1_5R5.zip" +SRCURL[106]="http://dev-www.libreoffice.org/src/798b2ffdc8bcfe7bca2cf92b62caf685-rhino1_5R5.zip" GITURI[106]="" -SOURCE[107]="$SRCDIR/sources/libvisio-0.1.5.tar.bz2" -SRCURL[107]="http://dev-www.libreoffice.org/src/libvisio-0.1.5.tar.bz2" +SOURCE[107]="$SRCDIR/${LOSRC_DIR}/serf-1.2.1.tar.bz2" +SRCURL[107]="http://dev-www.libreoffice.org/src/serf-1.2.1.tar.bz2" GITURI[107]="" -SOURCE[108]="$SRCDIR/sources/libwpd-0.10.1.tar.bz2" -SRCURL[108]="http://dev-www.libreoffice.org/src/libwpd-0.10.1.tar.bz2" +SOURCE[108]="$SRCDIR/${LOSRC_DIR}/libstaroffice-0.0.2.tar.bz2" +SRCURL[108]="http://dev-www.libreoffice.org/src/libstaroffice-0.0.2.tar.bz2" GITURI[108]="" -SOURCE[109]="$SRCDIR/sources/libwpg-0.3.1.tar.bz2" -SRCURL[109]="http://dev-www.libreoffice.org/src/libwpg-0.3.1.tar.bz2" +SOURCE[109]="$SRCDIR/${LOSRC_DIR}/35c94d2df8893241173de1d16b6034c0-swingExSrc.zip" +SRCURL[109]="http://dev-www.libreoffice.org/src/35c94d2df8893241173de1d16b6034c0-swingExSrc.zip" GITURI[109]="" -SOURCE[110]="$SRCDIR/sources/libwps-0.4.3.tar.bz2" -SRCURL[110]="http://dev-www.libreoffice.org/src/libwps-0.4.3.tar.bz2" +SOURCE[110]="$SRCDIR/${LOSRC_DIR}/0168229624cfac409e766913506961a8-ucpp-1.3.2.tar.gz" +SRCURL[110]="http://dev-www.libreoffice.org/src/0168229624cfac409e766913506961a8-ucpp-1.3.2.tar.gz" GITURI[110]="" -SOURCE[111]="$SRCDIR/sources/a7983f859eafb2677d7ff386a023bc40-xsltml_2.1.2.zip" -SRCURL[111]="http://dev-www.libreoffice.org/src/a7983f859eafb2677d7ff386a023bc40-xsltml_2.1.2.zip" +SOURCE[111]="$SRCDIR/${LOSRC_DIR}/libvisio-0.1.5.tar.bz2" +SRCURL[111]="http://dev-www.libreoffice.org/src/libvisio-0.1.5.tar.bz2" GITURI[111]="" -SOURCE[112]="$SRCDIR/sources/zlib-1.2.8.tar.gz" -SRCURL[112]="http://dev-www.libreoffice.org/src/zlib-1.2.8.tar.gz" +SOURCE[112]="$SRCDIR/${LOSRC_DIR}/libwpd-0.10.1.tar.bz2" +SRCURL[112]="http://dev-www.libreoffice.org/src/libwpd-0.10.1.tar.bz2" GITURI[112]="" +SOURCE[113]="$SRCDIR/${LOSRC_DIR}/libwpg-0.3.1.tar.bz2" +SRCURL[113]="http://dev-www.libreoffice.org/src/libwpg-0.3.1.tar.bz2" +GITURI[113]="" + +SOURCE[114]="$SRCDIR/${LOSRC_DIR}/libwps-0.4.4.tar.bz2" +SRCURL[114]="http://dev-www.libreoffice.org/src/libwps-0.4.4.tar.bz2" +GITURI[114]="" + +SOURCE[115]="$SRCDIR/${LOSRC_DIR}/a7983f859eafb2677d7ff386a023bc40-xsltml_2.1.2.zip" +SRCURL[115]="http://dev-www.libreoffice.org/src/a7983f859eafb2677d7ff386a023bc40-xsltml_2.1.2.zip" +GITURI[115]="" + +SOURCE[116]="$SRCDIR/${LOSRC_DIR}/zlib-1.2.8.tar.gz" +SRCURL[116]="http://dev-www.libreoffice.org/src/zlib-1.2.8.tar.gz" +GITURI[116]="" + +SOURCE[117]="$SRCDIR/${LOSRC_DIR}/libzmf-0.0.1.tar.bz2" +SRCURL[117]="http://dev-www.libreoffice.org/src/libzmf-0.0.1.tar.bz2" +GITURI[117]="" + # --- End of section generated by gensrc.sh --- # Use the src_checkout() function if no downloadable tarball exists. @@ -983,7 +1009,7 @@ TMP_DLLST=$(mktemp -t lo_XXXXXX) wget --no-check-certificate -q -O - "http://cgit.freedesktop.org/libreoffice/core/plain/download.lst?id=$(echo $PRGNAM-$VERSION$SUBVER)" > $TMP_DLLST echo "all:" >> $TMP_DLLST cat $TMP_DLLST | grep -v " *#" | grep -w export | grep TARBALL | cut -f2 -d' ' | cut -f1 -d= | sed -e 's/.*/\t&=$(&)'/ >> $TMP_DLLST -for FILE in $(make HAVE_JAVA6=TRUE -f $TMP_DLLST | cut -f2- -d=) ; do if [ ! -f $SRCDIR/sources/$FILE ]; then echo $FILE; fi ; done; +for FILE in $(make HAVE_JAVA6=TRUE -f $TMP_DLLST | cut -f2- -d=) ; do if [ ! -f $SRCDIR/${LOSRC_DIR}/$FILE ]; then echo $FILE; fi ; done; rm $TMP_DLLST echo "-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-" @@ -1030,6 +1056,9 @@ if [ "$P1" != "--oldbuild" ]; then touch $OUTPUT/patch-$PRGNAM.log # Temporarily disable a failing unit test: sed -i -e /CppunitTest_sw_ooxmlimport/d sw/Module_sw.mk + # Allow building with '--with-system-icw --without-system-harfbuzz' + cat $SRCDIR/patches/libreoffice5.harfbuzz-icu.patch \ + | patch -p1 --verbose 2>&1 | tee -a $OUTPUT/patch-$PRGNAM.log fi if [ "${USE_LOVER}" == "yes" ]; then @@ -1071,9 +1100,10 @@ export OOInstall="/usr/lib${LIBDIRSUFFIX}/libreoffice" export OODESTDIR="$PKG" # Regular build flags: -export LDFLAGS="-Wl,-rpath,/usr/lib${LIBDIRSUFFIX}/libreoffice/program/ $SLKLDFLAGS" +export LDFLAGS="-lboost_system -Wl,-rpath,/usr/lib${LIBDIRSUFFIX}/libreoffice/program/ $SLKLDFLAGS" export CXXFLAGS="$SLKCFLAGS" export CFLAGS="$SLKCFLAGS" +export HARFBUZZ_LIBS="-lharfbuzz-icu -lharfbuzz" # If this local directory does not exist during configuration, # support for Open Clip Art will be disabled: @@ -1158,6 +1188,7 @@ touch autogen.lastrun --with-fonts \ --with-help \ --with-jdk-home=$JAVA_HOME \ + --with-system-boost \ --with-system-cairo \ --with-system-curl \ --with-system-dicts \ @@ -1173,9 +1204,8 @@ touch autogen.lastrun --without-junit \ --without-krb5 \ --without-myspell-dicts \ - --without-system-boost \ - --without-system-harfbuzz \ --without-system-glew \ + --without-system-harfbuzz \ --without-system-jars \ --without-system-jpeg \ --without-system-lcms2 \ @@ -1184,6 +1214,7 @@ touch autogen.lastrun --without-system-npapi-headers \ --without-system-poppler \ --without-system-redland \ + --with-system-libxml \ --build=$TARGET \ 2>&1 | tee $OUTPUT/configure-${PRGNAM}.log @@ -1193,6 +1224,7 @@ fi # Compile everything (takes many hours): touch $OUTPUT/make-${PRGNAM}.log +sed -i -e 's/check-if-root //g' Makefile echo "Starting $PRGNAM compilation (takes a long time)..." #./bootstrap 2>&1 | tee -a $OUTPUT/make-${PRGNAM}.log # Using "make build" instead of just "make" will skip all unit tests: -- cgit v1.2.3-65-gdbad