summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--development/poedit/281f93b29190c67c86c4403b96efdbac957a0162.patch25
-rw-r--r--development/poedit/poedit.SlackBuild6
-rw-r--r--development/poedit/poedit.info6
3 files changed, 5 insertions, 32 deletions
diff --git a/development/poedit/281f93b29190c67c86c4403b96efdbac957a0162.patch b/development/poedit/281f93b29190c67c86c4403b96efdbac957a0162.patch
deleted file mode 100644
index c8f1f5c4d3..0000000000
--- a/development/poedit/281f93b29190c67c86c4403b96efdbac957a0162.patch
+++ /dev/null
@@ -1,25 +0,0 @@
-From 281f93b29190c67c86c4403b96efdbac957a0162 Mon Sep 17 00:00:00 2001
-From: rezso <rezso@rezso.net>
-Date: Sun, 15 Nov 2020 00:11:49 +0100
-Subject: [PATCH] Add missing include
-MIME-Version: 1.0
-Content-Type: text/plain; charset=UTF-8
-Content-Transfer-Encoding: 8bit
-
-Fix ' concurrency.h:606:10: error: ‘atomic_bool’ in namespace ‘std’ does not name a type; did you mean ‘atomic_load’? ' build error.
----
- src/concurrency.h | 1 +
- 1 file changed, 1 insertion(+)
-
-diff --git a/src/concurrency.h b/src/concurrency.h
-index df806f1eae..ceca909e9a 100644
---- a/src/concurrency.h
-+++ b/src/concurrency.h
-@@ -67,6 +67,7 @@
- #endif
- #endif
-
-+#include <atomic>
- #include <memory>
- #include <mutex>
-
diff --git a/development/poedit/poedit.SlackBuild b/development/poedit/poedit.SlackBuild
index b3ef29d73e..6864cfc2c2 100644
--- a/development/poedit/poedit.SlackBuild
+++ b/development/poedit/poedit.SlackBuild
@@ -3,7 +3,7 @@
# Slackware build script for poedit
# Copyright 2008 Niklas "Nille" Åkerström
-# Copyright 2014-2020 Willy Sudiarto Raharjo <willysr@slackbuilds.org>
+# Copyright 2014-2021 Willy Sudiarto Raharjo <willysr@slackbuilds.org>
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@@ -24,7 +24,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=poedit
-VERSION=${VERSION:-2.4.2}
+VERSION=${VERSION:-2.4.3}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -70,8 +70,6 @@ find -L . \
\( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \
-o -perm 440 -o -perm 400 \) -exec chmod 644 {} \;
-patch -p1 < $CWD/281f93b29190c67c86c4403b96efdbac957a0162.patch
-
CFLAGS="$SLKCFLAGS" \
CXXFLAGS="$SLKCFLAGS" \
./configure \
diff --git a/development/poedit/poedit.info b/development/poedit/poedit.info
index bbab80c00e..6719ed4a54 100644
--- a/development/poedit/poedit.info
+++ b/development/poedit/poedit.info
@@ -1,8 +1,8 @@
PRGNAM="poedit"
-VERSION="2.4.2"
+VERSION="2.4.3"
HOMEPAGE="https://www.poedit.net"
-DOWNLOAD="https://github.com/vslavik/poedit/releases/download/v2.4.2-oss/poedit-2.4.2.tar.gz"
-MD5SUM="8753577710b0d5e217cbc92d4e482549"
+DOWNLOAD="https://github.com/vslavik/poedit/releases/download/v2.4.3-oss/poedit-2.4.3.tar.gz"
+MD5SUM="6c7020321f6b48280440a0955b2669f4"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="wxGTK3 LucenePlusPlus gtkspell3"