[packages/libetonyek] - updated to 0.1.13, build with mdds 3.0

qboosh qboosh at pld-linux.org
Sat Apr 4 20:56:09 CEST 2026


commit 981d09be3c67c3bbd965972b10cb46f7520fa8e3
Author: Jakub Bogusz <qboosh at pld-linux.org>
Date:   Sat Apr 4 20:56:36 2026 +0200

    - updated to 0.1.13, build with mdds 3.0

 libetonyek-mdds.patch | 11 +++++++++++
 libetonyek.spec       | 19 +++++++++++--------
 2 files changed, 22 insertions(+), 8 deletions(-)
---
diff --git a/libetonyek.spec b/libetonyek.spec
index 95b2dde..5ae4a16 100644
--- a/libetonyek.spec
+++ b/libetonyek.spec
@@ -5,12 +5,13 @@
 Summary:	Library and tools for reading and converting Apple Keynote presentations
 Summary(pl.UTF-8):	Biblioteka i narzędzia do odczytu i konwersji prezentacji Apple Keynote
 Name:		libetonyek
-Version:	0.1.12
-Release:	2
+Version:	0.1.13
+Release:	1
 License:	MPL v2.0
 Group:		Libraries
 Source0:	https://dev-www.libreoffice.org/src/libetonyek/%{name}-%{version}.tar.xz
-# Source0-md5:	e06865dc05f8de18e3dde991d65157c3
+# Source0-md5:	baae1a3cd60e890779665e028f9ada6d
+Patch0:		%{name}-mdds.patch
 URL:		https://wiki.documentfoundation.org/DLP/Libraries/libetonyek
 BuildRequires:	GLM-devel
 BuildRequires:	boost-devel
@@ -20,7 +21,7 @@ BuildRequires:	liblangtag-devel
 BuildRequires:	librevenge-devel >= 0.0
 BuildRequires:	libstdc++-devel >= 6:4.7
 BuildRequires:	libxml2-devel >= 2.0
-BuildRequires:	mdds-devel >= 2.1
+BuildRequires:	mdds-devel >= 3.0
 BuildRequires:	pkgconfig >= 1:0.20
 BuildRequires:	rpm-build >= 4.6
 BuildRequires:	tar >= 1:1.22
@@ -98,11 +99,13 @@ formatów. Aktualnie obsługiwane są XHTML i format surowy.
 
 %prep
 %setup -q
+%patch -P0 -p1
 
 %build
 %configure \
 	--disable-silent-rules \
-	%{?with_static_libs:--enable-static}
+	%{?with_static_libs:--enable-static} \
+	--with-mdds=3.0
 
 %{__make}
 
@@ -126,12 +129,12 @@ rm -rf $RPM_BUILD_ROOT
 %files
 %defattr(644,root,root,755)
 %doc AUTHORS ChangeLog FEATURES.md NEWS README.md TODO
-%attr(755,root,root) %{_libdir}/libetonyek-0.1.so.*.*.*
-%attr(755,root,root) %ghost %{_libdir}/libetonyek-0.1.so.1
+%{_libdir}/libetonyek-0.1.so.*.*.*
+%ghost %{_libdir}/libetonyek-0.1.so.1
 
 %files devel
 %defattr(644,root,root,755)
-%attr(755,root,root) %{_libdir}/libetonyek-0.1.so
+%{_libdir}/libetonyek-0.1.so
 %{_includedir}/libetonyek-0.1
 %{_pkgconfigdir}/libetonyek-0.1.pc
 
diff --git a/libetonyek-mdds.patch b/libetonyek-mdds.patch
new file mode 100644
index 0000000..b96837c
--- /dev/null
+++ b/libetonyek-mdds.patch
@@ -0,0 +1,11 @@
+--- libetonyek-0.1.13/src/lib/IWORKTable.cpp.orig	2026-04-04 20:19:03.979943858 +0200
++++ libetonyek-0.1.13/src/lib/IWORKTable.cpp	2026-04-04 20:19:20.289855499 +0200
+@@ -168,7 +168,7 @@ void parseDateTimeFormat(std::string con
+ 
+ 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;
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/libetonyek.git/commitdiff/981d09be3c67c3bbd965972b10cb46f7520fa8e3



More information about the pld-cvs-commit mailing list