mirror of
https://gitdl.cn/https://github.com/chakralinux/desktop.git
synced 2025-02-03 08:07:21 +08:00
libreoffice rebuild, WARNING! build with build-nocheck
This commit is contained in:
parent
6f8d6a2c64
commit
0981cde327
@ -16,7 +16,7 @@ pkgname=('libreoffice-common'
|
|||||||
'libreoffice-extension-nlpsolver')
|
'libreoffice-extension-nlpsolver')
|
||||||
_LOver=5.3.5.2
|
_LOver=5.3.5.2
|
||||||
pkgver=5.3.5
|
pkgver=5.3.5
|
||||||
pkgrel=1
|
pkgrel=2
|
||||||
arch=('x86_64')
|
arch=('x86_64')
|
||||||
license=('LGPL3')
|
license=('LGPL3')
|
||||||
url="http://www.libreoffice.org/"
|
url="http://www.libreoffice.org/"
|
||||||
@ -275,6 +275,7 @@ build() {
|
|||||||
--with-system-redland \
|
--with-system-redland \
|
||||||
--with-ant-home="/usr/share/java/apache-ant"\
|
--with-ant-home="/usr/share/java/apache-ant"\
|
||||||
--without-system-boost \
|
--without-system-boost \
|
||||||
|
--with-system-icu \
|
||||||
--with-system-cairo \
|
--with-system-cairo \
|
||||||
--with-system-libs \
|
--with-system-libs \
|
||||||
--with-system-mythes \
|
--with-system-mythes \
|
||||||
@ -290,12 +291,11 @@ build() {
|
|||||||
|
|
||||||
touch src.downloaded
|
touch src.downloaded
|
||||||
#./download
|
#./download
|
||||||
make build
|
make build-nocheck
|
||||||
# fake installation to create split file lists
|
# fake installation to create split file lists
|
||||||
mkdir $srcdir/fakeinstall
|
mkdir $srcdir/fakeinstall
|
||||||
make DESTDIR=${srcdir}/fakeinstall distro-pack-install
|
make DESTDIR=${srcdir}/fakeinstall distro-pack-install
|
||||||
}
|
}
|
||||||
|
|
||||||
package_libreoffice-common() {
|
package_libreoffice-common() {
|
||||||
|
|
||||||
pkgdesc="common files for LibreOffice - a productivity suite that is compatible with other major office suites"
|
pkgdesc="common files for LibreOffice - a productivity suite that is compatible with other major office suites"
|
||||||
|
Loading…
Reference in New Issue
Block a user