mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-18 22:54:00 +00:00
extra/libreoffice-still to 4.4.5-3
This commit is contained in:
parent
71eefda7b1
commit
22a89c20cc
1 changed files with 6 additions and 6 deletions
|
@ -11,11 +11,11 @@ pkgbase=libreoffice-still
|
|||
pkgname=('libreoffice-still-sdk' 'libreoffice-still')
|
||||
_LOver=4.4.5.2
|
||||
pkgver=4.4.5
|
||||
pkgrel=2
|
||||
pkgrel=3
|
||||
arch=('i686' 'x86_64')
|
||||
license=('LGPL3')
|
||||
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'
|
||||
'libxslt' 'redland' 'icu' 'hyphen' 'lpsolve' 'gcc-libs' 'sh' 'graphite'
|
||||
'lcms2' 'poppler>=0.24.0' 'libvisio' 'libetonyek' 'libodfgen' 'libcdr'
|
||||
|
@ -307,7 +307,7 @@ package_libreoffice-still-sdk() {
|
|||
|
||||
package_libreoffice-still() {
|
||||
pkgdesc="LibreOffice maintenance branch"
|
||||
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'
|
||||
'libxslt' 'redland' 'icu' 'hyphen' 'lpsolve' 'gcc-libs' 'sh' 'graphite'
|
||||
'lcms2' 'poppler>=0.24.0' 'libvisio' 'libetonyek' 'libodfgen' 'libcdr'
|
||||
|
@ -366,11 +366,11 @@ package_libreoffice-still() {
|
|||
rm -rf ${pkgdir}/etc/bash_completion.d
|
||||
|
||||
# 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 \
|
||||
${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 \
|
||||
${pkgdir}/usr/lib/python3.4/site-packages/unohelper.py
|
||||
${pkgdir}/usr/lib/python3.5/site-packages/unohelper.py
|
||||
|
||||
# cleanup
|
||||
rm -rf ${pkgdir}/usr/share/libreoffice/sdk
|
||||
|
|
Loading…
Reference in a new issue