summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author Matteo Bernardini2022-02-06 20:18:28 +0100
committer Willy Sudiarto Raharjo2022-02-07 17:02:01 +0100
commit3c9eba6dfaa9c53d37ecec9e6236649622850fb8 (patch)
tree30e8f21e6083d61bcecff23267b335b6e605f761
parent0028d120b5767759cbd0f98b3cb6eef2ca8418fa (diff)
downloadslackbuilds-3c9eba6dfaa9c53d37ecec9e6236649622850fb8.tar.gz
libraries/libetonyek: Updated for version 0.1.10.
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-rw-r--r--libraries/libetonyek/0001-add-missing-include-for-std-for_each.patch32
-rw-r--r--libraries/libetonyek/libetonyek.SlackBuild8
-rw-r--r--libraries/libetonyek/libetonyek.info6
3 files changed, 5 insertions, 41 deletions
diff --git a/libraries/libetonyek/0001-add-missing-include-for-std-for_each.patch b/libraries/libetonyek/0001-add-missing-include-for-std-for_each.patch
deleted file mode 100644
index 6a77e0677b..0000000000
--- a/libraries/libetonyek/0001-add-missing-include-for-std-for_each.patch
+++ /dev/null
@@ -1,32 +0,0 @@
-From 4b4d879a6db69ea05b89fdf99df8cb5d902d16b6 Mon Sep 17 00:00:00 2001
-From: Roland Illig <roland.illig@gmx.de>
-Date: Tue, 19 May 2020 08:43:39 +0200
-Subject: [PATCH] add missing include for std::for_each
-
-On NetBSD 8.0 x86_64, gcc complains:
- NUM3Parser.cpp: In member function 'virtual bool libetonyek::NUM3Parser::parseDocument()':
- NUM3Parser.cpp:46:3: error: 'for_each' is not a member of 'std'
- std::for_each(sheetListRefs.begin(), sheetListRefs.end(), std::bind(&NUM3Parser::parseSheet, this, std::placeholders::_1));
-
-Change-Id: I723ba1bcbd10ed9215ceea8c5b224fdc5242be65
-Reviewed-on: https://gerrit.libreoffice.org/c/libetonyek/+/94450
-Tested-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>
-Reviewed-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>
----
- src/lib/NUM3Parser.cpp | 1 +
- 1 file changed, 1 insertion(+)
-
-diff --git a/src/lib/NUM3Parser.cpp b/src/lib/NUM3Parser.cpp
-index 66fb195..c19b611 100644
---- a/src/lib/NUM3Parser.cpp
-+++ b/src/lib/NUM3Parser.cpp
-@@ -7,6 +7,7 @@
- * file, You can obtain one at http://mozilla.org/MPL/2.0/.
- */
-
-+#include <algorithm>
- #include <functional>
-
- #include "NUM3Parser.h"
---
-2.26.2
diff --git a/libraries/libetonyek/libetonyek.SlackBuild b/libraries/libetonyek/libetonyek.SlackBuild
index c975af0257..512b439c72 100644
--- a/libraries/libetonyek/libetonyek.SlackBuild
+++ b/libraries/libetonyek/libetonyek.SlackBuild
@@ -25,7 +25,7 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=libetonyek
-VERSION=${VERSION:-0.1.9}
+VERSION=${VERSION:-0.1.10}
BUILD=${BUILD:-3}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
@@ -90,10 +90,6 @@ else
cppunit='--disable-tests'
fi
-# add missing include for std::for_each
-# https://gerrit.libreoffice.org/c/libetonyek/+/94450
-patch -p1 < $CWD/0001-add-missing-include-for-std-for_each.patch
-
autoreconf -fi
CFLAGS="$SLKCFLAGS" \
@@ -102,7 +98,7 @@ CXXFLAGS="$SLKCFLAGS" \
--prefix=/usr \
--libdir=/usr/lib${LIBDIRSUFFIX} \
--docdir=/usr/doc/$PRGNAM-$VERSION \
- --with-mdds=1.5 \
+ --with-mdds=2.0 \
--build=$ARCH-slackware-linux \
$cppunit $doc
diff --git a/libraries/libetonyek/libetonyek.info b/libraries/libetonyek/libetonyek.info
index 413aaa912f..eab805d6d3 100644
--- a/libraries/libetonyek/libetonyek.info
+++ b/libraries/libetonyek/libetonyek.info
@@ -1,8 +1,8 @@
PRGNAM="libetonyek"
-VERSION="0.1.9"
+VERSION="0.1.10"
HOMEPAGE="https://wiki.documentfoundation.org/DLP/Libraries/libetonyek"
-DOWNLOAD="https://dev-www.libreoffice.org/src/libetonyek/libetonyek-0.1.9.tar.xz"
-MD5SUM="b891c14c5233f93fb7db052b5762a692"
+DOWNLOAD="https://dev-www.libreoffice.org/src/libetonyek/libetonyek-0.1.10.tar.xz"
+MD5SUM="c29792ef7d4cb98463e3c3ec3e56ace6"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="glm liblangtag mdds"