forked from ports/contrib
libreoffice: 6.4.5.2 -> 7.0.0.1
This commit is contained in:
parent
d56445ac75
commit
918d616a37
File diff suppressed because it is too large
Load Diff
@ -1,10 +1,12 @@
|
||||
untrusted comment: verify with /etc/ports/contrib.pub
|
||||
RWSagIOpLGJF39mrdd/3e3lzXPzQ18AI4fB9CD6fp6gT1bwrZc34VUmGwa64IerJAHRkVEtI0VBLWROGNi1jWQHdE/+iwigKIgM=
|
||||
SHA256 (Pkgfile) = ea297e7fef283eacf93361db1eba2edd83c513a7df60091c5e15b18ebea0a095
|
||||
SHA256 (.footprint) = 2fa9d56bae97eb855950d8cbb8df42d0a6eb4836ecdf14a001cc2e1f983d2e84
|
||||
SHA256 (libreoffice-6.4.5.2.tar.xz) = 6a4cc6b9ca838ca997b83181d8d163b1981de2d4d1268387741d342453a491ec
|
||||
SHA256 (libreoffice-dictionaries-6.4.5.2.tar.xz) = f37c0844d03f1b52938da0e5153dfee67a688b80b95b8cef49464d783475a7f8
|
||||
RWSagIOpLGJF38d4UPuMLUgWNTWnz3d5bH4oLH8PYk2nKebsrv2Y9AdnpSplZnFhZj5BI//IrthyvvuA4/Ols201BCagTlGOSgs=
|
||||
SHA256 (Pkgfile) = 7400de4c5d458f0da370f6d9274e6c91019d1a0e4fce1552ec804b223311d256
|
||||
SHA256 (.footprint) = 5d0a0411a0f270c241a740883075193b4c86e1e341e3c11f1707a2ac152d68c3
|
||||
SHA256 (libreoffice-7.0.0.1.tar.xz) = 2044613ffaccca8f94ff355517df0ec8b6b0c46cad787b2c3fb151b73b0cd128
|
||||
SHA256 (libreoffice-dictionaries-7.0.0.1.tar.xz) = 1c6cf6e277ceae43814b076febe4ed5d308e8db71d122c25c65f70c15ff164fc
|
||||
SHA256 (185d60944ea767075d27247c3162b3bc-unowinreg.dll) = eafde646a7dbe46d20c291685b0beac2382174d78d66ee990e229a1bf6e6cec6
|
||||
SHA256 (0168229624cfac409e766913506961a8-ucpp-1.3.2.tar.gz) = 983941d31ee8d366085cadf28db75eb1f5cb03ba1e5853b98f12f7f51c63b776
|
||||
SHA256 (pdfium-3963.tar.bz2) = 80d4d6bd8faec226936fcde5521c6e92c0c645126ac3ae72dd2c160ca1749895
|
||||
SHA256 (makefile.in.patch) = 50d2f5bac605f6fdbcb3234113949971b998875e832e1ae09b2498afe27f0f10
|
||||
SHA256 (dtoa-20180411.tgz) = 0082d0684f7db6f62361b76c4b7faba19e0c7ce5cb8e36c4b65fea8281e711b4
|
||||
SHA256 (skia-m84-c1baf6e1c2a5454148adb516f0f833483b5a0353.tar.xz) = f88dc1a500d29c87ef5251c5a6c3ea66aa4c7daf0cf5d349ece64b36f7623be0
|
||||
SHA256 (pdfium-4137.tar.bz2) = 9a2f9bddca935a263f06c81003483473a525ccd0f4e517bc75fceb914d4c54b6
|
||||
SHA256 (makefile.in.patch) = aeadfd3a3b09969d958b09f546ee379e3d756c4fdfef20a304f381c1bf917a77
|
||||
|
@ -5,15 +5,16 @@
|
||||
# Optional: cups kio qt5 valgrind vlc
|
||||
|
||||
name=libreoffice
|
||||
version=6.4.5.2
|
||||
version=7.0.0.1
|
||||
release=1
|
||||
pdfiumversion=3963
|
||||
pdfiumversion=4137
|
||||
source=(https://downloadarchive.documentfoundation.org/libreoffice/old/$version/src/$name-$version.tar.xz
|
||||
https://downloadarchive.documentfoundation.org/libreoffice/old/$version/src/$name-dictionaries-$version.tar.xz
|
||||
https://dev-www.libreoffice.org/extern/185d60944ea767075d27247c3162b3bc-unowinreg.dll
|
||||
https://dev-www.libreoffice.org/src/0168229624cfac409e766913506961a8-ucpp-1.3.2.tar.gz
|
||||
https://dev-www.libreoffice.org/src/pdfium-$pdfiumversion.tar.bz2
|
||||
makefile.in.patch)
|
||||
https://dev-www.libreoffice.org/src/dtoa-20180411.tgz
|
||||
https://dev-www.libreoffice.org/src/skia-m84-c1baf6e1c2a5454148adb516f0f833483b5a0353.tar.xz
|
||||
https://dev-www.libreoffice.org/src/pdfium-$pdfiumversion.tar.bz2 makefile.in.patch)
|
||||
|
||||
unpack_source() {
|
||||
for file in ${source[@]}; do
|
||||
@ -29,6 +30,12 @@ unpack_source() {
|
||||
pdfium-$pdfiumversion.tar.bz2)
|
||||
mkdir $SRC/tarballs || true
|
||||
cp $(get_filename $file) $SRC/tarballs ;;
|
||||
dtoa-20180411.tgz)
|
||||
mkdir $SRC/tarballs || true
|
||||
cp $(get_filename $file) $SRC/tarballs ;;
|
||||
skia-m84-c1baf6e1c2a5454148adb516f0f833483b5a0353.tar.xz)
|
||||
mkdir $SRC/tarballs || true
|
||||
cp $(get_filename $file) $SRC/tarballs ;;
|
||||
*)
|
||||
cp $(get_filename $file) $SRC ;;
|
||||
esac
|
||||
@ -37,7 +44,8 @@ unpack_source() {
|
||||
|
||||
build() {
|
||||
cd $name-$version
|
||||
patch -Np0 -i ../makefile.in.patch
|
||||
|
||||
patch -Np1 -i $SRC/makefile.in.patch
|
||||
|
||||
find -L . \
|
||||
\( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 \
|
||||
|
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user