libetonyek needs rebuild.
This commit is contained in:
@@ -13,7 +13,7 @@ i = ''.join([
|
||||
' --disable-werror',
|
||||
' --disable-static',
|
||||
' --without-docs',
|
||||
' --with-mdds=2.1 '
|
||||
' --with-mdds=3.0 '
|
||||
])
|
||||
|
||||
def setup():
|
||||
|
||||
@@ -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;
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user