extra/libreoffice-fresh to 5.2.4-2

This commit is contained in:
Kevin Mihelich 2017-01-06 13:31:37 +00:00
parent 97811f44ea
commit 96b8c5c665

View file

@ -19,11 +19,11 @@ pkgbase=libreoffice-fresh
pkgname=('libreoffice-fresh-sdk' 'libreoffice-fresh') pkgname=('libreoffice-fresh-sdk' 'libreoffice-fresh')
_LOver=5.2.4.2 _LOver=5.2.4.2
pkgver=5.2.4 pkgver=5.2.4
pkgrel=1 pkgrel=2
arch=('i686' 'x86_64') arch=('i686' 'x86_64')
license=('LGPL3') license=('LGPL3')
url="http://www.libreoffice.org/" url="http://www.libreoffice.org/"
makedepends=('curl>=7.20.0' 'hunspell>=1.2.8' 'python>=3.5' 'libwpd>=0.9.2' 'libwps' makedepends=('curl>=7.20.0' 'hunspell>=1.2.8' 'python>=3.6' 'libwpd>=0.9.2' 'libwps'
'neon>=0.28.6' 'pango' 'nspr' 'libjpeg' 'libxrandr' 'libgl' 'dbus-glib' 'neon>=0.28.6' 'pango' 'nspr' 'libjpeg' 'libxrandr' 'libgl' 'dbus-glib'
'libxslt' 'redland' 'hyphen' 'lpsolve' 'gcc-libs' 'sh' 'graphite' #'icu' 'libxslt' 'redland' 'hyphen' 'lpsolve' 'gcc-libs' 'sh' 'graphite' #'icu'
'lcms2' 'poppler>=0.24.0' 'libvisio' 'libetonyek' 'libodfgen' 'libcdr' 'lcms2' 'poppler>=0.24.0' 'libvisio' 'libetonyek' 'libodfgen' 'libcdr'
@ -303,7 +303,7 @@ package_libreoffice-fresh-sdk() {
package_libreoffice-fresh() { package_libreoffice-fresh() {
pkgdesc="LibreOffice branch which contains new features and program enhancements" pkgdesc="LibreOffice branch which contains new features and program enhancements"
depends=('curl>=7.20.0' 'hunspell>=1.2.8' 'python>=3.5' 'libwpd>=0.9.2' 'libwps' depends=('curl>=7.20.0' 'hunspell>=1.2.8' 'python>=3.6' 'libwpd>=0.9.2' 'libwps'
'neon>=0.28.6' 'pango' 'nspr' 'libjpeg' 'libxrandr' 'libgl' 'dbus-glib' 'neon>=0.28.6' 'pango' 'nspr' 'libjpeg' 'libxrandr' 'libgl' 'dbus-glib'
'libxslt' 'redland' 'hyphen' 'lpsolve' 'gcc-libs' 'sh' 'graphite' #'icu' 'libxslt' 'redland' 'hyphen' 'lpsolve' 'gcc-libs' 'sh' 'graphite' #'icu'
'lcms2' 'poppler>=0.24.0' 'libvisio' 'libetonyek' 'libodfgen' 'libcdr' 'lcms2' 'poppler>=0.24.0' 'libvisio' 'libetonyek' 'libodfgen' 'libcdr'
@ -354,11 +354,11 @@ package_libreoffice-fresh() {
install -m755 ${srcdir}/libreoffice-fresh.{sh,csh} ${pkgdir}/etc/profile.d/ install -m755 ${srcdir}/libreoffice-fresh.{sh,csh} ${pkgdir}/etc/profile.d/
# make pyuno find its modules # make pyuno find its modules
install -dm755 ${pkgdir}/usr/lib/python3.5/site-packages install -dm755 ${pkgdir}/usr/lib/python3.6/site-packages
ln -svf /usr/lib/libreoffice/program/uno.py \ ln -svf /usr/lib/libreoffice/program/uno.py \
${pkgdir}/usr/lib/python3.5/site-packages/uno.py ${pkgdir}/usr/lib/python3.6/site-packages/uno.py
ln -svf /usr/lib/libreoffice/program/unohelper.py \ ln -svf /usr/lib/libreoffice/program/unohelper.py \
${pkgdir}/usr/lib/python3.5/site-packages/unohelper.py ${pkgdir}/usr/lib/python3.6/site-packages/unohelper.py
# cleanup # cleanup
rm -rf ${pkgdir}/usr/share/libreoffice/sdk rm -rf ${pkgdir}/usr/share/libreoffice/sdk