PKGBUILDs/extra/libreoffice-fresh/PKGBUILD

341 lines
14 KiB
Bash
Raw Normal View History

2014-08-01 23:59:06 +00:00
# $Id$
# 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')
2018-02-02 13:52:40 +00:00
_LOver=6.0.0.3
pkgver=6.0.0
2017-12-22 12:43:45 +00:00
pkgrel=1
2017-11-11 14:13:42 +00:00
arch=('x86_64')
2014-08-01 23:59:06 +00:00
license=('LGPL3')
url="http://www.libreoffice.org/"
2017-01-06 13:31:37 +00:00
makedepends=('curl>=7.20.0' 'hunspell>=1.2.8' 'python>=3.6' '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'
2017-11-11 14:13:42 +00:00
'libmspub' 'harfbuzz-icu' 'glew' 'nss' 'hicolor-icon-theme'
2016-05-14 15:42:26 +00:00
'desktop-file-utils' 'shared-mime-info' 'gtk2' 'gst-plugins-base-libs'
2014-08-01 23:59:06 +00:00
'glu' 'sane' 'perl-archive-zip' 'zip' 'unzip' 'unixodbc' 'apache-ant'
2017-02-04 18:32:04 +00:00
'gperf' 'kdelibs' 'gtk3' 'cppunit' 'beanshell' 'clucene'
2016-08-05 00:10:29 +00:00
'junit' 'libmythes' 'libwpg' 'java-environment' 'postgresql-libs' 'libgl'
2016-12-01 13:57:51 +00:00
'bluez-libs' 'gdb' 'doxygen' 'libatomic_ops' 'mdds' 'glew'
2018-02-02 13:52:40 +00:00
'apr' 'serf' 'ttf-liberation' 'ttf-dejavu' 'libxinerama' 'libpagemaker' 'glm'
2017-02-10 20:21:01 +00:00
'libabw' 'libmwaw' 'libe-book' 'coin-or-mp' 'liblangtag' 'liborcus'
2017-02-04 18:32:04 +00:00
'libexttextcat' 'libcmis' 'gobject-introspection' #'libfbclient'
2018-02-02 13:52:40 +00:00
'libtommath' 'libzmf' 'gpgme' 'xmlsec' 'rxvt-unicode'
'libepubgen' 'libfreehand' 'libqxp' 'libstaroffice'
)
2014-08-01 23:59:06 +00:00
2017-09-23 00:23:40 +00:00
_mirror="http://mirror.sjc02.svwh.net/tdf/libreoffice/src/${pkgver}"
#_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"
2016-12-17 01:19:40 +00:00
_additional_source_url="http://dev-www.libreoffice.org/src"
_additional_source_url2="http://dev-www.libreoffice.org/extern"
2014-08-01 23:59:06 +00:00
source=(${_mirror}/libreoffice{,-help,-translations}-${_LOver}.tar.xz{,.asc}
2018-02-02 13:52:40 +00:00
${_additional_source_url}/boost_1_65_1.tar.bz2
2014-08-01 23:59:06 +00:00
${_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
2018-02-02 13:52:40 +00:00
${_additional_source_url}/language-subtag-registry-2017-08-15.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
2017-02-04 18:32:04 +00:00
${_additional_source_url}/Firebird-3.0.0.32483-0.tar.bz2
2018-02-02 13:52:40 +00:00
${_additional_source_url}/pdfium-3235.tar.bz2
${_additional_source_url}/bae83fa5dc7f081768daace6e199adc3-glm-0.9.4.6-libreoffice.zip
2017-02-04 18:32:04 +00:00
${_additional_source_url2}/8249374c274932a21846fa7629c2aa9b-officeotron-0.7.4-master.jar # for test suite
2018-02-02 13:52:40 +00:00
${_additional_source_url2}/odfvalidator-1.2.0-incubating-SNAPSHOT-jar-with-dependencies+ODFTOOLKIT-460+ODFTOOLKIT-461.jar # for test suite
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
2017-02-04 18:32:04 +00:00
libreoffice-fresh.sh libreoffice-fresh.csh)
2018-02-02 13:52:40 +00:00
noextract=(boost_1_65_1.tar.bz2
35c94d2df8893241173de1d16b6034c0-swingExSrc.zip
798b2ffdc8bcfe7bca2cf92b62caf685-rhino1_5R5.zip
a7983f859eafb2677d7ff386a023bc40-xsltml_2.1.2.zip
0168229624cfac409e766913506961a8-ucpp-1.3.2.tar.gz
language-subtag-registry-2017-08-15.tar.bz2
17410483b5b5f267aa18b7e00b65e6e0-hsqldb_1_8_0.zip
d8bd5eed178db6e2b18eeed243f85aa8-flute-1.1.6.zip
ba2930200c9f019c2d93a8c88c651a0f-flow-engine-0.9.4.zip
Firebird-3.0.0.32483-0.tar.bz2
pdfium-3235.tar.bz2
bae83fa5dc7f081768daace6e199adc3-glm-0.9.4.6-libreoffice.zip
8249374c274932a21846fa7629c2aa9b-officeotron-0.7.4-master.jar # for test suite
odfvalidator-1.2.0-incubating-SNAPSHOT-jar-with-dependencies+ODFTOOLKIT-460+ODFTOOLKIT-461.jar # for test suite
185d60944ea767075d27247c3162b3bc-unowinreg.dll
)
2015-08-09 10:43:48 +00:00
validpgpkeys=('C2839ECAD9408FBE9531C3E9F434A1EFAFEEAEA3') # LibreOffice Build Team (CODE SIGNING KEY) <build@documentfoundation.org>
2018-02-02 13:52:40 +00:00
sha256sums=('dc2171845ec19d5a0cece2c0052172011b2ec435cac80cb47637f2af94e19e3d'
2016-11-04 18:12:18 +00:00
'SKIP'
2018-02-02 13:52:40 +00:00
'9f4750a5dc087c1b700dc200ffe614932e4f854c185084207b79f5a8e2968442'
2016-11-04 18:12:18 +00:00
'SKIP'
2018-02-02 13:52:40 +00:00
'8afeb5cbb608e451a9b1acaef87601323faf403b490bd188edb5ddeedd60587e'
2016-11-04 18:12:18 +00:00
'SKIP'
2018-02-02 13:52:40 +00:00
'9807a5d16566c57fd74fb522764e0b134a8bbe6b6e8967b83afefd30dcd3be81'
2016-11-04 18:12:18 +00:00
'64585ac36a81291a58269ec5347e7e3e2e8596dbacb9221015c208191333c6e1'
'1fb458d6aab06932693cc8a9b6e4e70944ee1ff052fa63606e3131df34e21753'
'75823776fb51a9c526af904f1503a7afaaab900fba83eda64f8a41073724c870'
'983941d31ee8d366085cadf28db75eb1f5cb03ba1e5853b98f12f7f51c63b776'
2018-02-02 13:52:40 +00:00
'd6a97fc8da5ae54d867e7f1b65ffb51e816cadd11714e45fc23ee0abf81a51ab'
2016-11-04 18:12:18 +00:00
'd30b13f4ba2e3b6a2d4f020c0dee0a9fb9fc6fbcc2d561f36b78da4bf3802370'
2018-02-02 13:52:40 +00:00
'1b5b24f7bc543c0362b667692f78db8bab4ed6dafc6172f104d0bd3757d8a133'
'233f66e8d25c5dd971716d4200203a612a407649686ef3b52075d04b4c9df0dd'
2017-02-04 18:32:04 +00:00
'6994be3555e23226630c587444be19d309b25b0fcf1f87df3b4e3f88943e5860'
2018-02-02 13:52:40 +00:00
'7dc0d33fc24b1612865f5e173d48800ba3f2db891c57e3f92b9d2ce56ffeb72f'
'd0312c360efe04dd048b3311fe375ff36f1993b4c2e3cb58c81062990532904a'
2017-02-04 18:32:04 +00:00
'f2443f27561af52324eee03a1892d9f569adc8db9e7bca55614898bc2a13a770'
2018-02-02 13:52:40 +00:00
'aa8896eef3adbd6b54d4ec1817c1bc3871cce99120faf26f93502077480233cf'
2016-11-04 18:12:18 +00:00
'eafde646a7dbe46d20c291685b0beac2382174d78d66ee990e229a1bf6e6cec6'
2017-09-03 17:34:51 +00:00
'c463654a73ecfbc242ff109726fb4faecdbfb3d91affafe919b24bea65afb563'
2016-11-04 18:12:18 +00:00
'76f62957d0058092b11316357d9d716a62b48a53e5277426ffa87429ab5510e4'
2017-02-04 18:32:04 +00:00
'd24cfcb556ae1db02087c49012bbc4621f9ef7e3465ca832e1410326d260f283')
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
mkdir ${srcdir}/ext_sources && pushd ${srcdir}/ext_sources
for source in "${noextract[@]}"; do
ln -s ${srcdir}/$source .
done
popd
2017-08-01 12:55:01 +00:00
# don't run broken tests
sed -i "/CppunitTest_sw_ooxmlexport9/d" sw/Module_sw.mk
2018-02-02 13:52:40 +00:00
sed -i "/CppunitTest_sw_uiwriter/d" sw/Module_sw.mk
sed -i "/CppunitTest_xmlsecurity_signing/d" xmlsecurity/Module_xmlsecurity.mk
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
rm ${srcdir}/ext_sources/185d60944ea767075d27247c3162b3bc-unowinreg.dll
cp -f ${srcdir}/185d60944ea767075d27247c3162b3bc-unowinreg.dll ${srcdir}/ext_sources
2017-06-06 23:49:49 +00:00
# fix not upstreamable pyuno paths - FS#54250
patch -Np1 -i ${srcdir}/make-pyuno-work-with-system-wide-module-install.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/}
2016-02-12 19:13:43 +00:00
2016-08-05 00:10:29 +00:00
./autogen.sh --with-build-version="${pkgver}-${pkgrel}" \
--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="" \
2015-10-04 18:03:22 +00:00
--with-help \
2015-07-02 22:35:34 +00:00
--disable-avahi \
2014-08-01 23:59:06 +00:00
--enable-dbus \
--enable-evolution2\
--enable-gio\
--enable-kde4\
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
--disable-gstreamer-0-10 \
--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 \
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\
--with-system-glm \
--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" \
2014-08-01 23:59:06 +00:00
--with-ant-home="/usr/share/apache-ant"\
--without-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-alloc=system \
--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-02-02 13:52:40 +00:00
make build-nocheck
2014-08-01 23:59:06 +00:00
mkdir ${srcdir}/fakeinstall
make DESTDIR=${srcdir}/fakeinstall distro-pack-install
}
#check() {
# cd ${srcdir}/build
# 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
install -dm755 ${pkgdir}/${dir/\%dir/}
done
for file in $(grep -h -v ^%dir libreoffice-$_LOver/file-lists/sdk{,_doc}_list.txt); do
dirname=$(dirname $file)
[[ -d ${pkgdir}/$dirname ]] || install -dm755 ${pkgdir}/$dirname
mv ${srcdir}/fakeinstall/${file} ${pkgdir}/$file
done
# fix environment path to keep compatibility with other java-environments
sed -i -e "s:\/usr\/lib\/jvm\/java-7-openjdk:\$J2SDKDIR:" \
${pkgdir}/usr/lib/libreoffice/sdk/setsdkenv_unix.sh
# fix permissions
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
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"
2017-01-06 13:31:37 +00:00
depends=('curl>=7.20.0' 'hunspell>=1.2.8' 'python>=3.6' 'libwpd>=0.9.2' 'libwps'
2014-08-01 23:59:06 +00:00
'neon>=0.28.6' 'pango' 'nspr' 'libjpeg' 'libxrandr' 'libgl' 'dbus-glib'
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'
2015-02-07 17:36:34 +00:00
'libmspub' 'harfbuzz-icu' 'glew' 'nss' 'clucene' 'hicolor-icon-theme'
2016-05-14 15:42:26 +00:00
'desktop-file-utils' 'shared-mime-info' 'glu' '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'
2017-11-22 00:49:35 +00:00
'libtommath' 'libzmf' 'libatomic_ops' 'xmlsec'
2018-02-02 13:52:40 +00:00
'libfreehand' 'libstaroffice' 'libepubgen' 'libqxp')
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'
2016-02-12 19:13:43 +00:00
'coin-or-mp: required by the Calc solver'
2017-01-28 15:07:02 +00:00
'gtk2: for GTK2 integration'
2016-02-12 19:13:43 +00:00
'gtk3: for GTK3 integration'
2014-08-01 23:59:06 +00:00
'kdelibs: for KDE desktop integration')
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
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/
# install dummy links to make them found by LibO
cd ${pkgdir}/usr/lib/libreoffice/program/
ln -vsf /etc/libreoffice/{bootstraprc,sofficerc} .
cd ${pkgdir}/usr/lib/libreoffice/share/psprint/
ln -vsf /etc/libreoffice/psprint.conf .
# allow to preset desired VLC
install -dm755 ${pkgdir}/etc/profile.d
install -m755 ${srcdir}/libreoffice-fresh.{sh,csh} ${pkgdir}/etc/profile.d/
# make pyuno find its modules
2017-01-06 13:31:37 +00:00
install -dm755 ${pkgdir}/usr/lib/python3.6/site-packages
2014-08-01 23:59:06 +00:00
ln -svf /usr/lib/libreoffice/program/uno.py \
2017-01-06 13:31:37 +00:00
${pkgdir}/usr/lib/python3.6/site-packages/uno.py
2014-08-01 23:59:06 +00:00
ln -svf /usr/lib/libreoffice/program/unohelper.py \
2017-01-06 13:31:37 +00:00
${pkgdir}/usr/lib/python3.6/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 \
${pkgdir}/usr/lib/liblibreofficekitgtk.so
2014-08-01 23:59:06 +00:00
# cleanup
rm -rf ${pkgdir}/usr/share/libreoffice/sdk
# add application descriptions
install -v -m644 ${srcdir}/libreoffice-$_LOver/sysui/desktop/appstream-appdata/*.xml \
${pkgdir}/usr/share/appdata
}