PKGBUILDs/extra/libreoffice-fresh/PKGBUILD

395 lines
17 KiB
Bash
Raw Normal View History

2014-08-01 23:59:06 +00:00
# Maintainer: AndyRTR <andyrtr@archlinux.org>
# Maintainer: Bartłomiej Piotrowski <bpiotrowski@archlinux.org>
# ALARM: Kevin Mihelich <kevin@archlinuxarm.org>
2017-02-08 05:36:04 +00:00
# - disable firebird until libfbclient is updated
2017-09-23 00:23:40 +00:00
# - specify a US mirror
2017-11-11 14:13:42 +00:00
# - make build-nocheck
2014-08-01 23:59:06 +00:00
2017-08-02 00:54:51 +00:00
buildarch=12
2016-01-16 19:20:36 +00:00
highmem=1
2014-08-01 23:59:06 +00:00
2016-04-02 19:22:05 +00:00
# Google API keys (see http://www.chromium.org/developers/how-tos/api-keys)
# Note: These are for Arch Linux use ONLY. For your own distribution, please
# get your own set of keys. Feel free to contact foutrelis@archlinux.org for
# more information.
_google_default_client_id=413772536636.apps.googleusercontent.com
_google_default_client_secret=0ZChLK6AxeA3Isu96MkwqDR4
2014-08-01 23:59:06 +00:00
pkgbase=libreoffice-fresh
pkgname=('libreoffice-fresh-sdk' 'libreoffice-fresh')
2020-10-29 18:47:49 +00:00
_LOver=7.0.3.1
pkgver=7.0.3
2020-11-04 14:50:54 +00:00
pkgrel=2
2017-11-11 14:13:42 +00:00
arch=('x86_64')
2014-08-01 23:59:06 +00:00
license=('LGPL3')
2019-02-13 13:54:50 +00:00
url="https://www.libreoffice.org/"
2018-08-06 12:49:23 +00:00
makedepends=('curl>=7.20.0' 'hunspell>=1.2.8' 'python>=3.7' 'libwpd>=0.9.2' 'libwps'
2014-08-01 23:59:06 +00:00
'neon>=0.28.6' 'pango' 'nspr' 'libjpeg' 'libxrandr' 'libgl' 'dbus-glib'
2017-02-04 18:32:04 +00:00
'libxslt' 'redland' 'hyphen' 'lpsolve' 'gcc-libs' 'sh' 'graphite' 'icu'
2014-08-01 23:59:06 +00:00
'lcms2' 'poppler>=0.24.0' 'libvisio' 'libetonyek' 'libodfgen' 'libcdr'
2018-08-19 18:34:30 +00:00
'libmspub' 'harfbuzz-icu' 'nss' 'hicolor-icon-theme'
2020-08-23 17:12:17 +00:00
'desktop-file-utils' 'shared-mime-info' 'gst-plugins-base-libs'
2019-02-10 04:00:52 +00:00
'sane' 'perl-archive-zip' 'zip' 'unzip' 'unixodbc' 'ant'
2018-08-19 18:34:30 +00:00
'gperf' 'gtk3' 'qt5-base' 'plasma-framework' 'cppunit' 'beanshell' 'clucene'
2020-08-23 17:12:17 +00:00
'junit' 'libmythes' 'libwpg' 'java-environment=11' 'postgresql-libs' 'mariadb-libs' 'libgl'
2019-02-10 04:00:52 +00:00
'bluez-libs' 'gdb' 'doxygen' 'libatomic_ops' 'mdds'
2018-08-19 18:34:30 +00:00
'apr' 'serf' 'ttf-liberation' 'ttf-dejavu' 'ttf-carlito' 'libxinerama' 'libpagemaker' 'glm'
2017-02-10 20:21:01 +00:00
'libabw' 'libmwaw' 'libe-book' 'coin-or-mp' 'liblangtag' 'liborcus'
2019-08-15 23:20:08 +00:00
'libexttextcat' 'libcmis' 'gobject-introspection' # 'libfbclient'
2018-02-02 13:52:40 +00:00
'libtommath' 'libzmf' 'gpgme' 'xmlsec' 'rxvt-unicode'
2019-02-10 04:00:52 +00:00
'libepubgen' 'libfreehand' 'libqxp' 'libstaroffice' 'boost' 'libnumbertext'
2020-01-31 01:14:19 +00:00
'libffi'
2018-02-02 13:52:40 +00:00
)
2014-08-01 23:59:06 +00:00
2019-03-21 23:22:27 +00:00
_mirror="https://download.documentfoundation.org/libreoffice/src/${pkgver}"
2017-08-01 12:55:01 +00:00
#_mirror="https://dev-builds.libreoffice.org/pre-releases/src"
2019-02-13 13:54:50 +00:00
_additional_source_url="https://dev-www.libreoffice.org/src"
_additional_source_url2="https://dev-www.libreoffice.org/extern"
2014-08-01 23:59:06 +00:00
source=(${_mirror}/libreoffice{,-help,-translations}-${_LOver}.tar.xz{,.asc}
${_additional_source_url}/35c94d2df8893241173de1d16b6034c0-swingExSrc.zip
2017-11-25 16:18:22 +00:00
${_additional_source_url}/798b2ffdc8bcfe7bca2cf92b62caf685-rhino1_5R5.zip # keep old bundled version, new system version ftbs
2014-08-01 23:59:06 +00:00
${_additional_source_url}/a7983f859eafb2677d7ff386a023bc40-xsltml_2.1.2.zip
${_additional_source_url}/0168229624cfac409e766913506961a8-ucpp-1.3.2.tar.gz
2019-08-15 23:20:08 +00:00
${_additional_source_url}/language-subtag-registry-2019-04-03.tar.bz2
2015-02-04 16:41:23 +00:00
${_additional_source_url}/17410483b5b5f267aa18b7e00b65e6e0-hsqldb_1_8_0.zip
2018-02-02 13:52:40 +00:00
${_additional_source_url}/d8bd5eed178db6e2b18eeed243f85aa8-flute-1.1.6.zip
${_additional_source_url}/ba2930200c9f019c2d93a8c88c651a0f-flow-engine-0.9.4.zip
2020-08-23 17:12:17 +00:00
${_additional_source_url}/pdfium-4137.tar.bz2
${_additional_source_url}/dtoa-20180411.tgz
2018-08-18 15:43:47 +00:00
${_additional_source_url}/lxml-4.1.1.tgz
2019-08-15 23:20:08 +00:00
${_additional_source_url}/Firebird-3.0.0.32483-0.tar.bz2
2020-01-31 01:14:19 +00:00
${_additional_source_url}/QR-Code-generator-1.4.0.tar.gz
2020-10-29 18:47:49 +00:00
${_additional_source_url}/skia-m85-e684c6daef6bfb774a325a069eda1f76ca6ac26c.tar.xz
2017-02-04 18:32:04 +00:00
${_additional_source_url2}/8249374c274932a21846fa7629c2aa9b-officeotron-0.7.4-master.jar # for test suite
2019-02-10 04:00:52 +00:00
${_additional_source_url2}/odfvalidator-1.2.0-incubating-SNAPSHOT-jar-with-dependencies-971c54fd38a968f5860014b44301872706f9e540.jar # for test suite
2019-08-15 23:20:08 +00:00
${_additional_source_url2}/884ed41809687c3e168fc7c19b16585149ff058eca79acbf3ee784f6630704cc-opens___.ttf
2015-02-04 16:41:23 +00:00
${_additional_source_url2}/185d60944ea767075d27247c3162b3bc-unowinreg.dll
2015-02-07 17:36:34 +00:00
make-pyuno-work-with-system-wide-module-install.diff
2019-12-12 13:56:11 +00:00
soffice-template.desktop.in
2020-11-04 14:50:54 +00:00
libreoffice-fresh.sh libreoffice-fresh.csh
liborcus-0.16.diff)
2019-01-21 16:26:39 +00:00
noextract=(35c94d2df8893241173de1d16b6034c0-swingExSrc.zip
2018-02-02 13:52:40 +00:00
798b2ffdc8bcfe7bca2cf92b62caf685-rhino1_5R5.zip
a7983f859eafb2677d7ff386a023bc40-xsltml_2.1.2.zip
0168229624cfac409e766913506961a8-ucpp-1.3.2.tar.gz
2019-08-15 23:20:08 +00:00
language-subtag-registry-2019-04-03.tar.bz2
2018-02-02 13:52:40 +00:00
17410483b5b5f267aa18b7e00b65e6e0-hsqldb_1_8_0.zip
d8bd5eed178db6e2b18eeed243f85aa8-flute-1.1.6.zip
ba2930200c9f019c2d93a8c88c651a0f-flow-engine-0.9.4.zip
2020-08-23 17:12:17 +00:00
pdfium-4137.tar.bz2
dtoa-20180411.tgz
2018-08-18 15:43:47 +00:00
lxml-4.1.1.tgz
2019-08-15 23:20:08 +00:00
Firebird-3.0.0.32483-0.tar.bz2
2020-01-31 01:14:19 +00:00
QR-Code-generator-1.4.0.tar.gz
2020-10-29 18:47:49 +00:00
skia-m85-e684c6daef6bfb774a325a069eda1f76ca6ac26c.tar.xz
2018-02-02 13:52:40 +00:00
8249374c274932a21846fa7629c2aa9b-officeotron-0.7.4-master.jar # for test suite
2019-02-10 04:00:52 +00:00
odfvalidator-1.2.0-incubating-SNAPSHOT-jar-with-dependencies-971c54fd38a968f5860014b44301872706f9e540.jar # for test suite
2019-08-15 23:20:08 +00:00
884ed41809687c3e168fc7c19b16585149ff058eca79acbf3ee784f6630704cc-opens___.ttf
2018-02-02 13:52:40 +00:00
185d60944ea767075d27247c3162b3bc-unowinreg.dll
)
2015-08-09 10:43:48 +00:00
validpgpkeys=('C2839ECAD9408FBE9531C3E9F434A1EFAFEEAEA3') # LibreOffice Build Team (CODE SIGNING KEY) <build@documentfoundation.org>
2020-10-29 18:47:49 +00:00
sha256sums=('6566bce180c6b9561554de334b02344340a59f3bc0663d2c3c72addec444292d'
2018-05-10 12:29:29 +00:00
'SKIP'
2020-10-29 18:47:49 +00:00
'eb1ce39cb90b7c04f69af6f47c75cb65526634315d12230e638e3a561b9b9293'
2018-05-10 12:29:29 +00:00
'SKIP'
2020-10-29 18:47:49 +00:00
'442a2a1931549edbdbc6ab8f9fbc6b8e7088fde4d5806cda82263080d3617168'
2018-05-10 12:29:29 +00:00
'SKIP'
'64585ac36a81291a58269ec5347e7e3e2e8596dbacb9221015c208191333c6e1'
'1fb458d6aab06932693cc8a9b6e4e70944ee1ff052fa63606e3131df34e21753'
'75823776fb51a9c526af904f1503a7afaaab900fba83eda64f8a41073724c870'
'983941d31ee8d366085cadf28db75eb1f5cb03ba1e5853b98f12f7f51c63b776'
2019-08-15 23:20:08 +00:00
'a1d7fb901764bb8f251d4f686cdf565764f9987d0fb5d9315d54a7366a84822d'
2018-05-10 12:29:29 +00:00
'd30b13f4ba2e3b6a2d4f020c0dee0a9fb9fc6fbcc2d561f36b78da4bf3802370'
'1b5b24f7bc543c0362b667692f78db8bab4ed6dafc6172f104d0bd3757d8a133'
'233f66e8d25c5dd971716d4200203a612a407649686ef3b52075d04b4c9df0dd'
2020-08-23 17:12:17 +00:00
'9a2f9bddca935a263f06c81003483473a525ccd0f4e517bc75fceb914d4c54b6'
'0082d0684f7db6f62361b76c4b7faba19e0c7ce5cb8e36c4b65fea8281e711b4'
2018-08-18 15:43:47 +00:00
'940caef1ec7c78e0c34b0f6b94fe42d0f2022915ffc78643d28538a5cfd0f40e'
2019-08-15 23:20:08 +00:00
'6994be3555e23226630c587444be19d309b25b0fcf1f87df3b4e3f88943e5860'
2020-01-31 01:14:19 +00:00
'fcdf9fd69fde07ae4dca2351d84271a9de8093002f733b77c70f52f1630f6e4a'
2020-10-29 18:47:49 +00:00
'3294877fa2b61b220d98a0f7bfc11325429b13edd2cf455444c703ee3a14d760'
2018-05-10 12:29:29 +00:00
'f2443f27561af52324eee03a1892d9f569adc8db9e7bca55614898bc2a13a770'
2019-02-10 04:00:52 +00:00
'984f2a479df79e27e7b01a5815ac53ae64e07746b882262d8a64566494515504'
2019-08-15 23:20:08 +00:00
'884ed41809687c3e168fc7c19b16585149ff058eca79acbf3ee784f6630704cc'
2018-05-10 12:29:29 +00:00
'eafde646a7dbe46d20c291685b0beac2382174d78d66ee990e229a1bf6e6cec6'
'c463654a73ecfbc242ff109726fb4faecdbfb3d91affafe919b24bea65afb563'
2019-12-12 13:56:11 +00:00
'd0be8099cbee3c9dfda694a828149b881c345b204ab68826f317580aafb50879'
2020-01-31 01:14:19 +00:00
'cd1b25ff390e436c6bffa65c6e12382236e3ccbf8d3aae51b1b59bcaed79fd8a'
2020-11-04 14:50:54 +00:00
'de20f36d45f0fecc2d94176dd3ec7226ab07fa8ffb9b0bc73c200349a9273de1'
'2611055af15c498b95f7fca0dedba4d18875bd29b358fd1d5ab4135d746ed606')
2014-08-01 23:59:06 +00:00
prepare() {
2016-02-12 19:13:43 +00:00
2014-08-01 23:59:06 +00:00
cd libreoffice-$_LOver
# move external sources into place
2019-10-06 15:23:59 +00:00
mkdir "${srcdir}"/ext_sources && pushd "${srcdir}"/ext_sources
2014-08-01 23:59:06 +00:00
for source in "${noextract[@]}"; do
2019-10-06 15:23:59 +00:00
ln -s "${srcdir}"/$source .
2014-08-01 23:59:06 +00:00
done
popd
2017-08-01 12:55:01 +00:00
2014-08-01 23:59:06 +00:00
# unowinreg.dll must be a file not a symlink or the result will become a broken symlink
# /usr/share/libreoffice/sdk/classes/win/unowinreg.dll -> /build/libreoffice/src/185d60944ea767075d27247c3162b3bc-unowinreg.dll
2019-10-06 15:23:59 +00:00
rm "${srcdir}"/ext_sources/185d60944ea767075d27247c3162b3bc-unowinreg.dll
cp -f "${srcdir}"/185d60944ea767075d27247c3162b3bc-unowinreg.dll "${srcdir}"/ext_sources
2014-08-01 23:59:06 +00:00
2017-06-06 23:49:49 +00:00
# fix not upstreamable pyuno paths - FS#54250
2019-10-06 15:23:59 +00:00
patch -Np1 -i "${srcdir}"/make-pyuno-work-with-system-wide-module-install.diff
2014-08-01 23:59:06 +00:00
2020-11-04 14:50:54 +00:00
# allow to build with recent liborcus/libixion/mdds stack - Debian patch
patch -Np1 -i ../liborcus-0.16.diff
2014-08-01 23:59:06 +00:00
#use the CFLAGS but remove the LibO overridden ones
for i in $CFLAGS; do
case "$i" in
-O?|-pipe|-Wall|-g|-fexceptions) continue;;
esac
ARCH_FLAGS="$ARCH_FLAGS $i"
done
}
build() {
cd libreoffice-$_LOver
2015-07-02 22:35:34 +00:00
# strip -s from Makeflags in case you use it to shorten build logs
_MAKEFLAGS=${MAKEFLAGS/-s/}
2018-03-29 23:58:17 +00:00
# http://site.icu-project.org/download/61#TOC-Migration-Issues
CPPFLAGS+=' -DU_USING_ICU_NAMESPACE=1'
2020-10-06 19:22:44 +00:00
./autogen.sh --with-extra-buildid="${pkgver}-${pkgrel}" \
2016-08-05 00:10:29 +00:00
--with-vendor="Arch Linux" \
2014-08-01 23:59:06 +00:00
--enable-split-app-modules \
2015-07-02 22:35:34 +00:00
--with-parallelism=${_MAKEFLAGS/-j/} \
2014-08-01 23:59:06 +00:00
--with-external-tar="${srcdir}/ext_sources" \
--disable-fetch-external \
--enable-release-build \
--prefix=/usr --exec-prefix=/usr --sysconfdir=/etc \
--libdir=/usr/lib --mandir=/usr/share/man \
--with-lang="" \
2018-09-16 15:37:59 +00:00
--with-help=html \
2015-07-02 22:35:34 +00:00
--disable-avahi \
2014-08-01 23:59:06 +00:00
--enable-dbus \
--enable-evolution2\
--enable-gio\
2018-08-18 15:43:47 +00:00
--enable-gtk3-kde5 \
2020-01-31 01:14:19 +00:00
--enable-kf5 \
2019-02-13 13:54:50 +00:00
--enable-qt5 \
2016-02-12 19:13:43 +00:00
--enable-gtk3 \
2016-09-11 16:31:22 +00:00
--enable-introspection \
2014-08-01 23:59:06 +00:00
--enable-openssl \
--enable-odk\
--enable-python=system \
--enable-scripting-beanshell \
--enable-scripting-javascript \
2016-08-23 18:16:25 +00:00
--disable-dconf \
2017-11-25 16:18:22 +00:00
--disable-report-builder \
2014-08-01 23:59:06 +00:00
--enable-ext-wiki-publisher \
--enable-ext-nlpsolver \
--without-fonts\
--with-system-apr \
--with-system-libcdr \
--with-system-mdds\
--without-myspell-dicts \
--with-system-libvisio \
2016-03-07 19:30:22 +00:00
--with-system-libcmis \
2014-08-01 23:59:06 +00:00
--with-system-libmspub \
2016-02-12 19:13:43 +00:00
--with-system-libexttextcat \
2017-02-10 20:21:01 +00:00
--with-system-orcus \
2016-02-12 19:13:43 +00:00
--with-system-liblangtag \
2014-08-01 23:59:06 +00:00
--with-system-libodfgen \
2015-02-04 16:41:23 +00:00
--with-system-libmwaw \
2014-08-01 23:59:06 +00:00
--with-system-libetonyek \
2017-11-22 00:49:35 +00:00
--with-system-libfreehand \
2017-02-08 05:36:04 +00:00
--disable-firebird-sdbc \
2020-01-31 01:14:19 +00:00
--without-system-qrcodegen \
2017-02-04 18:32:04 +00:00
--with-system-libtommath \
2014-08-01 23:59:06 +00:00
--with-system-libatomic-ops \
2015-02-04 16:41:23 +00:00
--with-system-libebook \
--with-system-libabw \
2016-01-16 19:20:36 +00:00
--with-system-coinmp \
2014-08-01 23:59:06 +00:00
--with-system-dicts \
--with-external-dict-dir=/usr/share/hunspell \
--with-external-hyph-dir=/usr/share/hyphen \
--with-external-thes-dir=/usr/share/mythes \
--with-system-beanshell \
--with-system-cppunit\
--with-system-graphite\
2018-08-19 18:34:30 +00:00
--with-system-glm \
2018-08-18 15:43:47 +00:00
--with-system-libnumbertext \
2014-08-01 23:59:06 +00:00
--with-system-libwpg \
2015-08-09 10:43:48 +00:00
--with-system-libwps \
2014-08-01 23:59:06 +00:00
--with-system-redland\
2017-02-04 18:32:04 +00:00
--with-system-libzmf \
2017-08-01 12:55:01 +00:00
--with-system-gpgmepp \
2017-11-22 00:49:35 +00:00
--with-system-libstaroffice \
2014-08-01 23:59:06 +00:00
--with-system-serf \
2014-09-26 16:04:49 +00:00
--with-jdk-home="/usr/lib/jvm/default" \
2018-09-16 15:50:23 +00:00
--with-ant-home="/usr/share/ant"\
2018-08-18 15:43:47 +00:00
--with-system-boost\
2018-02-02 13:52:40 +00:00
--with-system-icu \
2014-08-01 23:59:06 +00:00
--with-system-cairo \
--with-system-libs \
--with-system-mythes \
--with-system-headers \
--without-system-hsqldb \
--with-system-clucene \
2016-04-02 19:22:05 +00:00
--with-gdrive-client-id=${_google_default_client_id} \
--with-gdrive-client-secret=${_google_default_client_secret} \
2017-02-04 18:32:04 +00:00
--disable-dependency-tracking
2014-08-01 23:59:06 +00:00
touch src.downloaded
2018-08-18 15:43:47 +00:00
make build-nocheck
2014-08-01 23:59:06 +00:00
2019-10-06 15:23:59 +00:00
mkdir "${srcdir}"/fakeinstall
make DESTDIR="${srcdir}"/fakeinstall distro-pack-install
2014-08-01 23:59:06 +00:00
}
#check() {
2019-10-06 15:23:59 +00:00
# cd "${srcdir}"/build
2014-08-01 23:59:06 +00:00
# make check
#}
package_libreoffice-fresh-sdk() {
pkgdesc="Software Development Kit for LibreOffice Fresh"
depends=('libreoffice-fresh' 'gcc-libs' 'sh' 'make' 'zip' 'gcc' 'java-environment')
2015-02-07 17:36:34 +00:00
provides=('libreoffice-sdk')
conflicts=('libreoffice-still-sdk')
2014-08-01 23:59:06 +00:00
for dir in $(grep -h ^%dir libreoffice-$_LOver/file-lists/sdk{,_doc}_list.txt); do
2019-10-06 15:23:59 +00:00
install -dm755 "${pkgdir}"/${dir/\%dir/}
2014-08-01 23:59:06 +00:00
done
for file in $(grep -h -v ^%dir libreoffice-$_LOver/file-lists/sdk{,_doc}_list.txt); do
dirname=$(dirname $file)
2019-10-06 15:23:59 +00:00
[[ -d "${pkgdir}"/$dirname ]] || install -dm755 "${pkgdir}"/$dirname
mv "${srcdir}"/fakeinstall/${file} "${pkgdir}"/$file
2014-08-01 23:59:06 +00:00
done
# fix environment path to keep compatibility with other java-environments
sed -i -e "s:\/usr\/lib\/jvm\/java-7-openjdk:\$J2SDKDIR:" \
2019-10-06 15:23:59 +00:00
"${pkgdir}"/usr/lib/libreoffice/sdk/setsdkenv_unix.sh
2014-08-01 23:59:06 +00:00
# fix permissions
2019-10-06 15:23:59 +00:00
find "${pkgdir}"/usr/lib/libreoffice/sdk/examples -type f -exec chmod -x {} +
2016-02-12 19:13:43 +00:00
# add LibreOfficeKit headers; FS#48066
2019-10-06 15:23:59 +00:00
install -dm755 "${pkgdir}"/usr/include/LibreOfficeKit
install -v -m644 "${srcdir}"/libreoffice-$_LOver/include/LibreOfficeKit/* "${pkgdir}"/usr/include/LibreOfficeKit
2014-08-01 23:59:06 +00:00
}
package_libreoffice-fresh() {
pkgdesc="LibreOffice branch which contains new features and program enhancements"
2018-08-06 12:49:23 +00:00
depends=('curl>=7.20.0' 'hunspell>=1.2.8' 'python>=3.7' 'libwpd>=0.9.2' 'libwps'
2019-01-21 16:26:39 +00:00
'neon>=0.28.6' 'pango' 'nspr' 'libjpeg' 'libxrandr' 'libgl'
2018-02-02 13:52:40 +00:00
'libxslt' 'redland' 'hyphen' 'lpsolve' 'gcc-libs' 'sh' 'graphite' 'icu'
2014-08-01 23:59:06 +00:00
'lcms2' 'poppler>=0.24.0' 'libvisio' 'libetonyek' 'libodfgen' 'libcdr'
2018-08-19 18:34:30 +00:00
'libmspub' 'harfbuzz-icu' 'nss' 'clucene' 'hicolor-icon-theme'
2019-01-21 16:26:39 +00:00
'desktop-file-utils' 'shared-mime-info' 'libpagemaker'
2017-01-28 15:07:02 +00:00
'libxinerama' 'libabw' 'libmwaw' 'libe-book' 'libcups'
2018-02-02 13:52:40 +00:00
'liblangtag' 'libexttextcat' 'libcmis' 'liborcus' # 'libfbclient'
2018-08-19 18:34:30 +00:00
'libtommath' 'libzmf' 'libatomic_ops' 'xmlsec' 'gpgme' 'libnumbertext'
2018-06-04 04:09:36 +00:00
'libfreehand' 'libstaroffice' 'libepubgen' 'libqxp' 'libepoxy')
2014-08-29 20:13:27 +00:00
optdepends=('java-runtime: adds java support'
2014-08-01 23:59:06 +00:00
'java-environment: required by extension-wiki-publisher and extension-nlpsolver'
'pstoedit: translates PostScript and PDF graphics into other vector formats'
'libmythes: for use in thesaurus'
2016-08-23 18:16:25 +00:00
'beanshell: interactive java -- good for prototyping/macros'
2014-08-01 23:59:06 +00:00
'libwpg: library for importing and converting WordPerfect Graphics format'
'sane: for scanner access'
'unixodbc: adds ODBC database support'
'gst-plugins-base-libs: for multimedia content, e.g. in Impress'
'libpaper: takes care of papersize'
'postgresql-libs: for postgresql-connector'
2019-02-10 04:00:52 +00:00
'mariadb-libs: for mysql-connector'
2016-02-12 19:13:43 +00:00
'coin-or-mp: required by the Calc solver'
2020-01-31 01:14:19 +00:00
#'gtk2: for GTK2 integration'
2016-02-12 19:13:43 +00:00
'gtk3: for GTK3 integration'
2018-08-18 15:43:47 +00:00
'kio: for KF5 KDE desktop integration')
2014-08-01 23:59:06 +00:00
backup=(etc/libreoffice/sofficerc
etc/libreoffice/bootstraprc
etc/libreoffice/psprint.conf
etc/profile.d/libreoffice-fresh.sh
etc/profile.d/libreoffice-fresh.csh)
2015-02-07 17:36:34 +00:00
provides=('libreoffice' 'libreoffice-en-US')
conflicts=('libreoffice-still')
2014-08-01 23:59:06 +00:00
mv fakeinstall/* ${pkgdir}/
# put configuration files into place
2019-10-06 15:23:59 +00:00
install -dm755 "${pkgdir}"/etc/libreoffice
install -m644 "${pkgdir}"/usr/lib/libreoffice/program/{bootstraprc,sofficerc} \
"${pkgdir}"/etc/libreoffice/
install -m644 "${pkgdir}"/usr/lib/libreoffice/share/psprint/psprint.conf \
"${pkgdir}"/etc/libreoffice/
2014-08-01 23:59:06 +00:00
# install dummy links to make them found by LibO
2019-10-06 15:23:59 +00:00
cd "${pkgdir}"/usr/lib/libreoffice/program/
2014-08-01 23:59:06 +00:00
ln -vsf /etc/libreoffice/{bootstraprc,sofficerc} .
2019-10-06 15:23:59 +00:00
cd "${pkgdir}"/usr/lib/libreoffice/share/psprint/
2014-08-01 23:59:06 +00:00
ln -vsf /etc/libreoffice/psprint.conf .
# allow to preset desired VLC
2019-10-06 15:23:59 +00:00
install -dm755 "${pkgdir}"/etc/profile.d
install -m644 "${srcdir}"/libreoffice-fresh.{sh,csh} "${pkgdir}"/etc/profile.d/
2014-08-01 23:59:06 +00:00
# make pyuno find its modules
2019-11-14 13:48:03 +00:00
install -dm755 "${pkgdir}"/usr/lib/python3.8/site-packages
2014-08-01 23:59:06 +00:00
ln -svf /usr/lib/libreoffice/program/uno.py \
2019-11-14 13:48:03 +00:00
"${pkgdir}"/usr/lib/python3.8/site-packages/uno.py
2014-08-01 23:59:06 +00:00
ln -svf /usr/lib/libreoffice/program/unohelper.py \
2019-11-14 13:48:03 +00:00
"${pkgdir}"/usr/lib/python3.8/site-packages/unohelper.py
2017-08-01 12:55:01 +00:00
2017-02-10 20:21:01 +00:00
# add a symlink required for gnome-documents; FS#51887
# https://lists.freedesktop.org/archives/libreoffice/2016-March/073787.html
ln -svf /usr/lib/libreoffice/program/liblibreofficekitgtk.so \
2019-10-06 15:23:59 +00:00
"${pkgdir}"/usr/lib/liblibreofficekitgtk.so
2017-02-10 20:21:01 +00:00
2014-08-01 23:59:06 +00:00
# cleanup
2019-10-06 15:23:59 +00:00
rm -rf "${pkgdir}"/usr/share/libreoffice/sdk
2014-08-01 23:59:06 +00:00
# add application descriptions
2019-10-06 15:23:59 +00:00
install -dm755 "${pkgdir}"/usr/share/metainfo
install -v -m644 "${srcdir}"/libreoffice-$_LOver/sysui/desktop/appstream-appdata/*.xml \
"${pkgdir}"/usr/share/metainfo
2019-10-07 18:02:48 +00:00
2019-12-12 13:56:11 +00:00
# add kde filemanager templates; FS#61662 - file taken from Debian
install -dm755 "${pkgdir}"/usr/share/templates/.source
install -v -m644 "${srcdir}"/libreoffice-$_LOver/extras/source/shellnew/soffice.* \
"${pkgdir}"/usr/share/templates/.source
cat "${srcdir}"/soffice-template.desktop.in \
| sed -e "s/@APP@/Writer/" \
| sed -e "s/@EXT@/odt/" \
| sed -e "s/@TYPE@/text/" \
> "${pkgdir}"/usr/share/templates/soffice.odt.desktop
cat "${srcdir}"/soffice-template.desktop.in \
| sed -e "s/@APP@/Calc/" \
| sed -e "s/@EXT@/ods/" \
| sed -e "s/@TYPE@/spreadsheet/" \
> "${pkgdir}"/usr/share/templates/soffice.ods.desktop
cat "${srcdir}"/soffice-template.desktop.in \
| sed -e "s/@APP@/Impress/" \
| sed -e "s/@EXT@/odp/" \
| sed -e "s/@TYPE@/presentation/" \
> "${pkgdir}"/usr/share/templates/soffice.odp.desktop
cat "${srcdir}"/soffice-template.desktop.in \
| sed -e "s/@APP@/Draw/" \
| sed -e "s/@EXT@/odg/" \
| sed -e "s/@TYPE@/drawing/" \
> "${pkgdir}"/usr/share/templates/soffice.odg.desktop
2019-10-07 18:02:48 +00:00
# make all i18n lang packages with help section ('1') available to
# fix "F1" not opening translated offline help opening in browser
# see also /usr/lib/libreoffice/help/en-US/langnames.js
echo "var languagesSet = new Set(['en-US','am','ar','ast','bg','bn',\
'bn-IN','bo','bs','ca','ca-valencia','cs','da','de','dz','el',\
'en-GB','en-ZA','eo','es','et','eu','fi','fr','gl','gu','he',\
'hi','hr','hu','id','is','it','ja','ka','km','ko','lo','lt','lv',\
'mk','nb','ne','nl','nn','om','pl','pt','pt-BR','ro','ru','si',\
'sid','sk','sl','sq','sv','ta','tg','tr','ug','uk','vi','zh-CN','zh-TW'])" \
> "${pkgdir}"/usr/lib/libreoffice/help/languages.js
2014-08-01 23:59:06 +00:00
}