libetonyek needs rebuild.

This commit is contained in:
uglyside
2025-05-08 10:12:56 +03:00
parent ae62ed6d59
commit 1cb4310e1c
3 changed files with 15 additions and 3 deletions
+1 -1
View File
@@ -13,7 +13,7 @@ i = ''.join([
' --disable-werror',
' --disable-static',
' --without-docs',
' --with-mdds=2.1 '
' --with-mdds=3.0 '
])
def setup():
+11
View File
@@ -0,0 +1,11 @@
--- a/src/lib/IWORKTable.cpp 2024-11-05 15:56:01.000000000 -0600
+++ b/src/lib/IWORKTable.cpp 2025-02-07 14:50:09.040442328 -0600
@@ -168,7 +168,7 @@
void writeBorder(librevenge::RVNGPropertyList &props, const char *name, IWORKGridLine_t &line, unsigned index)
{
- if (!line.is_tree_valid())
+ if (!line.valid_tree())
line.build_tree();
IWORKStylePtr_t style;
+3 -2
View File
@@ -27,6 +27,7 @@
</BuildDependencies>
<Patches>
<!-- <Patch level="1"></Patch> -->
<Patch level="1">mdds3.patch</Patch>
</Patches>
</Source>
@@ -64,9 +65,9 @@
<History>
<Update release="10">
<Date>2025-02-09</Date>
<Date>2025-05-08</Date>
<Version>0.1.12</Version>
<Comment>Version bump.</Comment>
<Comment>Rebuild.</Comment>
<Name>Pisi Linux Community</Name>
<Email>admin@pisilinux.org</Email>
</Update>