mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-03-19 00:21:40 +00:00
extra/libreoffice-fresh to 4.4.3-2
This commit is contained in:
parent
decbcfceb9
commit
97a2bc3aab
1 changed files with 7 additions and 4 deletions
|
@ -11,11 +11,11 @@ pkgbase=libreoffice-fresh
|
|||
pkgname=('libreoffice-fresh-sdk' 'libreoffice-fresh')
|
||||
_LOver=4.4.3.2
|
||||
pkgver=4.4.3
|
||||
pkgrel=1
|
||||
pkgrel=2
|
||||
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.4' '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'
|
||||
|
@ -66,6 +66,7 @@ source=(${_mirror}/libreoffice{,-help,-translations}-${_LOver}.tar.xz{,.asc}
|
|||
${_additional_source_url}/5821b806a98e6c38370970e682ce76e8-libcmis-0.5.0.tar.gz
|
||||
${_additional_source_url}/libfreehand-0.1.0.tar.bz2
|
||||
${_additional_source_url}/36271d3fa0d9dec1632029b6d7aac925-liblangtag-0.5.1.tar.bz2
|
||||
${_additional_source_url}/libwps-0.3.1.tar.bz2
|
||||
${_additional_source_url2}/185d60944ea767075d27247c3162b3bc-unowinreg.dll
|
||||
make-pyuno-work-with-system-wide-module-install.diff
|
||||
libreoffice-fresh.sh libreoffice-fresh.csh)
|
||||
|
@ -102,6 +103,7 @@ noextract=(d6eef4b4cacb2183f2bf265a5a03a354-boost_1_55_0.tar.bz2
|
|||
5821b806a98e6c38370970e682ce76e8-libcmis-0.5.0.tar.gz
|
||||
libfreehand-0.1.0.tar.bz2
|
||||
36271d3fa0d9dec1632029b6d7aac925-liblangtag-0.5.1.tar.bz2
|
||||
libwps-0.3.1.tar.bz2
|
||||
185d60944ea767075d27247c3162b3bc-unowinreg.dll)
|
||||
md5sums=('427075aba3e1d32197954b7d6a2d0566'
|
||||
'SKIP'
|
||||
|
@ -142,6 +144,7 @@ md5sums=('427075aba3e1d32197954b7d6a2d0566'
|
|||
'5821b806a98e6c38370970e682ce76e8'
|
||||
'5f029fef73e42a2c2ae4524a7513f97d'
|
||||
'36271d3fa0d9dec1632029b6d7aac925'
|
||||
'a111d9ef5a0dab564e9aec0f2cf8d218'
|
||||
'185d60944ea767075d27247c3162b3bc'
|
||||
'dcb5ad3e5f7139227677ea064b075422'
|
||||
'4195735a80876ae812fca5736b50192a'
|
||||
|
@ -255,7 +258,7 @@ build() {
|
|||
--with-system-glew \
|
||||
--with-system-glm \
|
||||
--with-system-libwpg \
|
||||
--with-system-libwps \
|
||||
--without-system-libwps \
|
||||
--with-system-redland\
|
||||
--with-system-serf \
|
||||
--without-system-npapi-headers \
|
||||
|
@ -313,7 +316,7 @@ package_libreoffice-fresh-sdk() {
|
|||
|
||||
package_libreoffice-fresh() {
|
||||
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.4' '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'
|
||||
|
|
Loading…
Reference in a new issue