From ca5c0fba393399de8cd229c1d7ba0fba3948012c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=B4me=20Duval?= Date: Tue, 10 Dec 2024 19:39:46 +0100 Subject: [PATCH] libetonyek: bump version --- ...etonyek-0.1.9.recipe => libetonyek-0.1.12.recipe} | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) rename app-text/libetonyek/{libetonyek-0.1.9.recipe => libetonyek-0.1.12.recipe} (93%) diff --git a/app-text/libetonyek/libetonyek-0.1.9.recipe b/app-text/libetonyek/libetonyek-0.1.12.recipe similarity index 93% rename from app-text/libetonyek/libetonyek-0.1.9.recipe rename to app-text/libetonyek/libetonyek-0.1.12.recipe index 21ff48af7..be82d6fe3 100644 --- a/app-text/libetonyek/libetonyek-0.1.9.recipe +++ b/app-text/libetonyek/libetonyek-0.1.12.recipe @@ -4,9 +4,9 @@ Keynote documents. It supports Keynote versions 2-5." HOMEPAGE="https://wiki.documentfoundation.org/DLP/Libraries/libetonyek" COPYRIGHT="Fridrich Strba, David Tardon" LICENSE="MPL v2.0" -REVISION="3" +REVISION="1" SOURCE_URI="https://dev-www.libreoffice.org/src/libetonyek/libetonyek-$portVersion.tar.xz" -CHECKSUM_SHA256="e61677e8799ce6e55b25afc11aa5339113f6a49cff031f336e32fa58635b1a4a" +CHECKSUM_SHA256="b9fa82fbeb8cb7a701101060e4f3e1e4ef7c38f574b2859d3ecbe43604c21f83" ARCHITECTURES="all !x86_gcc2" SECONDARY_ARCHITECTURES="x86" @@ -18,7 +18,7 @@ if [ "$targetArchitecture" = x86_gcc2 ]; then commandBinDir=$prefix/bin fi -libVersion="1.0.9" +libVersion="1.0.12" libVersionCompat="$libVersion compat >= ${libVersion%%.*}" portVers="${portVersion%.*}" @@ -65,7 +65,7 @@ BUILD_REQUIRES=" devel:librevenge_stream_0.0$secondaryArchSuffix devel:libxml2$secondaryArchSuffix devel:libz$secondaryArchSuffix - devel:mdds >= 1.4 + devel:mdds >= 2.1 " BUILD_PREREQUIRES=" cmd:aclocal @@ -93,9 +93,9 @@ defineDebugInfoPackage libetonyek$secondaryArchSuffix \ BUILD() { - autoreconf -fi + export CXXFLAGS="-std=gnu++17 -DBOOST_PHOENIX_STL_TUPLE_H_" runConfigure --omit-dirs binDir ./configure --bindir="$commandBinDir" \ - --with-mdds=1.4 + --with-mdds=2.1 make $jobArgs }