forked from ports/contrib
liborcus: 0.18.1 -> 0.19.0
This commit is contained in:
parent
308abf6de6
commit
c87cbfe58a
@ -1,9 +1,8 @@
|
||||
untrusted comment: verify with /etc/ports/contrib.pub
|
||||
RWSagIOpLGJF3xl96mmLH3X1s1sFoFjiw/IItMslbe+Jxqhx7xCaSv9AZy7dZtVfSNzyksC8xecuLSCnzvh2UuS1ybgkEKoekQU=
|
||||
SHA256 (Pkgfile) = 75e8d08b4958be720cf662066b91314a4d158be98cd4636b3ce50559550d7876
|
||||
RWSagIOpLGJF31BWrlbY7+mA92WIHj9DiSo0aXsE4WUw07mJ2iKyL1uiiUrpmghBBLhaWy32BsrjvhR3Hygthtd8EvpIBuHwbwM=
|
||||
SHA256 (Pkgfile) = 1a921c6d4be1c890e34e021479a1921fce4badf515fddb26a63358f61b94e87a
|
||||
SHA256 (.footprint) = a613b179fd785a709bcae77983d33a7a0aea6536c4c5c9cc4f1e7cfff258b4b4
|
||||
SHA256 (liborcus-0.18.1.tar.xz) = 6006b9f1576315e313df715a7e72a17f3e0b17d7b6bd119cfa8a0b608ce971eb
|
||||
SHA256 (liborcus-0.19.0.tar.xz) = 1b68f54bb08face4c3dc83c912d921373c44aed817b37d879b7a4e47f2f15e09
|
||||
SHA256 (rpath.patch.0) = 909301d40416c75cdc648234a7e0b70ece0e5ca8745bfb57db9caa99ed211f81
|
||||
SHA256 (libtool.patch.0) = dbf8a0d8e7c3cb7cbdc45910bc038b15378bca6e32203e4d6c8f719ceab30675
|
||||
SHA256 (fix-pch.patch.0) = bd608a42e5135cff764063c14f2b8787e459fac6cc5fb4c35b3f5176b6b4bf86
|
||||
SHA256 (liborcus_newline.patch.1) = 83547a463834eec764ff19ece6b0c9829efef9b9256db8f9fe3dc243b26df9b4
|
||||
|
@ -4,12 +4,11 @@
|
||||
# Depends on: libixion
|
||||
|
||||
name=liborcus
|
||||
version=0.18.1
|
||||
release=2
|
||||
version=0.19.0
|
||||
release=1
|
||||
source=(https://kohei.us/files/orcus/src/$name-$version.tar.xz
|
||||
rpath.patch.0
|
||||
libtool.patch.0
|
||||
fix-pch.patch.0
|
||||
liborcus_newline.patch.1)
|
||||
|
||||
build() {
|
||||
@ -17,7 +16,6 @@ build() {
|
||||
|
||||
patch -Np0 -i $SRC/rpath.patch.0
|
||||
patch -Np0 -i $SRC/libtool.patch.0
|
||||
patch -Np0 -i $SRC/fix-pch.patch.0
|
||||
patch -Np1 -i $SRC/liborcus_newline.patch.1
|
||||
|
||||
./configure --prefix=/usr --disable-python
|
||||
|
@ -1,11 +0,0 @@
|
||||
--- src/liborcus/gnumeric_cell_context.cpp.sav 2018-05-27 18:18:56.000000000 +0200
|
||||
+++ src/liborcus/gnumeric_cell_context.cpp 2019-10-13 10:43:24.587258400 +0200
|
||||
@@ -248,7 +248,7 @@
|
||||
range.last.column = col + mp_cell_data->array_cols - 1;
|
||||
range.last.row = row + mp_cell_data->array_rows - 1;
|
||||
|
||||
- iface::import_array_formula* af = mp_sheet->get_array_formula();
|
||||
+ spreadsheet::iface::import_array_formula* af = mp_sheet->get_array_formula();
|
||||
if (af)
|
||||
{
|
||||
af->set_range(range);
|
Loading…
x
Reference in New Issue
Block a user