mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-03-19 00:21:40 +00:00
extra/libreoffice-still to 6.2.8-4
This commit is contained in:
parent
35976ac495
commit
9d77676fe4
1 changed files with 7 additions and 3 deletions
|
@ -20,7 +20,7 @@ pkgbase=libreoffice-still
|
||||||
pkgname=('libreoffice-still-sdk' 'libreoffice-still')
|
pkgname=('libreoffice-still-sdk' 'libreoffice-still')
|
||||||
_LOver=6.2.8.2
|
_LOver=6.2.8.2
|
||||||
pkgver=6.2.8
|
pkgver=6.2.8
|
||||||
pkgrel=3
|
pkgrel=4
|
||||||
arch=('x86_64')
|
arch=('x86_64')
|
||||||
license=('LGPL3')
|
license=('LGPL3')
|
||||||
url="https://www.libreoffice.org/"
|
url="https://www.libreoffice.org/"
|
||||||
|
@ -64,7 +64,8 @@ source=(${_mirror}/libreoffice{,-help,-translations}-${_LOver}.tar.xz{,.asc}
|
||||||
make-pyuno-work-with-system-wide-module-install.diff
|
make-pyuno-work-with-system-wide-module-install.diff
|
||||||
python-3.8.patch
|
python-3.8.patch
|
||||||
libreoffice-still.sh libreoffice-still.csh
|
libreoffice-still.sh libreoffice-still.csh
|
||||||
libreoffice-poppler-0.82.patch::"https://github.com/LibreOffice/core/commit/2eadd46a.patch")
|
libreoffice-poppler-0.82.patch::"https://github.com/LibreOffice/core/commit/2eadd46a.patch"
|
||||||
|
libreoffice-poppler-0.83.patch::"https://github.com/LibreOffice/core/commit/9065cd8d.patch")
|
||||||
noextract=(35c94d2df8893241173de1d16b6034c0-swingExSrc.zip
|
noextract=(35c94d2df8893241173de1d16b6034c0-swingExSrc.zip
|
||||||
798b2ffdc8bcfe7bca2cf92b62caf685-rhino1_5R5.zip
|
798b2ffdc8bcfe7bca2cf92b62caf685-rhino1_5R5.zip
|
||||||
a7983f859eafb2677d7ff386a023bc40-xsltml_2.1.2.zip
|
a7983f859eafb2677d7ff386a023bc40-xsltml_2.1.2.zip
|
||||||
|
@ -105,7 +106,8 @@ sha256sums=('3996f54d44187e600bf04c59f3577ecdbf65f29033f5aeac1c9ad20981f4fdda'
|
||||||
'98f8ab4fba7b6a1c64f7e3cfe597083cafdd60e31bfd6b2da20456a2089d8581'
|
'98f8ab4fba7b6a1c64f7e3cfe597083cafdd60e31bfd6b2da20456a2089d8581'
|
||||||
'c1e199f7767a4f42d9a95fc942cda4cf47737c7d67e6f334679c9b2e3e271dc2'
|
'c1e199f7767a4f42d9a95fc942cda4cf47737c7d67e6f334679c9b2e3e271dc2'
|
||||||
'07c28ff8f5258abfe4338efccbdfb1dd35892bd00a2ed7f53b1fc2263f71a8b6'
|
'07c28ff8f5258abfe4338efccbdfb1dd35892bd00a2ed7f53b1fc2263f71a8b6'
|
||||||
'd649a07b38af95e9012633e71829fef3001e8a5830544ce7e91856df27f69c4b')
|
'd649a07b38af95e9012633e71829fef3001e8a5830544ce7e91856df27f69c4b'
|
||||||
|
'a769b0e093a58a0d2b681a1ce4aec2c763157f27b82c86e8644e2055cf5f8e99')
|
||||||
|
|
||||||
prepare() {
|
prepare() {
|
||||||
|
|
||||||
|
@ -137,6 +139,8 @@ prepare() {
|
||||||
patch -p1 -i "$srcdir"/python-3.8.patch # Fix build with python 3.8
|
patch -p1 -i "$srcdir"/python-3.8.patch # Fix build with python 3.8
|
||||||
# fix build with poppler 0.82
|
# fix build with poppler 0.82
|
||||||
patch -p1 -i ../libreoffice-poppler-0.82.patch
|
patch -p1 -i ../libreoffice-poppler-0.82.patch
|
||||||
|
# fix build with poppler 0.83
|
||||||
|
patch -p1 -i ../libreoffice-poppler-0.83.patch
|
||||||
}
|
}
|
||||||
|
|
||||||
build() {
|
build() {
|
||||||
|
|
Loading…
Reference in a new issue