extra/libreoffice-fresh to 5.0.1-2

This commit is contained in:
Kevin Mihelich 2015-10-01 23:35:48 +00:00
parent ce83080d24
commit 71eefda7b1

View file

@ -11,11 +11,11 @@ pkgbase=libreoffice-fresh
pkgname=('libreoffice-fresh-sdk' 'libreoffice-fresh') pkgname=('libreoffice-fresh-sdk' 'libreoffice-fresh')
_LOver=5.0.1.2 _LOver=5.0.1.2
pkgver=5.0.1 pkgver=5.0.1
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.4' 'libwpd>=0.9.2' 'libwps' makedepends=('curl>=7.20.0' 'hunspell>=1.2.8' 'python>=3.5' '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' 'icu' 'hyphen' 'lpsolve' 'gcc-libs' 'sh' 'graphite' 'libxslt' 'redland' 'icu' 'hyphen' 'lpsolve' 'gcc-libs' 'sh' 'graphite'
'lcms2' 'poppler>=0.24.0' 'libvisio' 'libetonyek' 'libodfgen' 'libcdr' 'lcms2' 'poppler>=0.24.0' 'libvisio' 'libetonyek' 'libodfgen' 'libcdr'
@ -306,7 +306,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.4' 'libwpd>=0.9.2' 'libwps' depends=('curl>=7.20.0' 'hunspell>=1.2.8' 'python>=3.5' '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' 'icu' 'hyphen' 'lpsolve' 'gcc-libs' 'sh' 'graphite' 'libxslt' 'redland' 'icu' 'hyphen' 'lpsolve' 'gcc-libs' 'sh' 'graphite'
'lcms2' 'poppler>=0.24.0' 'libvisio' 'libetonyek' 'libodfgen' 'libcdr' 'lcms2' 'poppler>=0.24.0' 'libvisio' 'libetonyek' 'libodfgen' 'libcdr'
@ -364,11 +364,11 @@ package_libreoffice-fresh() {
rm -rf ${pkgdir}/etc/bash_completion.d rm -rf ${pkgdir}/etc/bash_completion.d
# make pyuno find its modules # make pyuno find its modules
install -dm755 ${pkgdir}/usr/lib/python3.4/site-packages install -dm755 ${pkgdir}/usr/lib/python3.5/site-packages
ln -svf /usr/lib/libreoffice/program/uno.py \ ln -svf /usr/lib/libreoffice/program/uno.py \
${pkgdir}/usr/lib/python3.4/site-packages/uno.py ${pkgdir}/usr/lib/python3.5/site-packages/uno.py
ln -svf /usr/lib/libreoffice/program/unohelper.py \ ln -svf /usr/lib/libreoffice/program/unohelper.py \
${pkgdir}/usr/lib/python3.4/site-packages/unohelper.py ${pkgdir}/usr/lib/python3.5/site-packages/unohelper.py
# cleanup # cleanup
rm -rf ${pkgdir}/usr/share/libreoffice/sdk rm -rf ${pkgdir}/usr/share/libreoffice/sdk