summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author Willy Sudiarto Raharjo <willysr@slackbuilds.org>2023-10-07 01:52:58 +0700
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2023-10-07 01:52:58 +0700
commita49c83b967abb8fefeceeee18c98f076bd38fea5 (patch)
treea62b9b233b4b7cc205c465208259d9fa53fba3ca
parent2bd574879a267559d115fab5ee416604404a6895 (diff)
downloadslackbuilds-a49c83b967abb8fefeceeee18c98f076bd38fea5.tar.gz
slackbuilds-a49c83b967abb8fefeceeee18c98f076bd38fea5.tar.xz
development/poedit: Updated for version 3.4.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-rw-r--r--development/poedit/README1
-rw-r--r--development/poedit/poedit.SlackBuild2
-rw-r--r--development/poedit/poedit.info6
3 files changed, 5 insertions, 4 deletions
diff --git a/development/poedit/README b/development/poedit/README
index e80f585a6d..470910610d 100644
--- a/development/poedit/README
+++ b/development/poedit/README
@@ -6,3 +6,4 @@ launching vi and editing the file by hand.
Optional dependency:
- cpprestsdk for crowd integration
- cld2 (better language autodetection and non-English source languages)
+- pugixml
diff --git a/development/poedit/poedit.SlackBuild b/development/poedit/poedit.SlackBuild
index 97e0001aa3..28ff416e14 100644
--- a/development/poedit/poedit.SlackBuild
+++ b/development/poedit/poedit.SlackBuild
@@ -26,7 +26,7 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=poedit
-VERSION=${VERSION:-3.3.2}
+VERSION=${VERSION:-3.4}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
diff --git a/development/poedit/poedit.info b/development/poedit/poedit.info
index 34b0568295..f9a7f3b818 100644
--- a/development/poedit/poedit.info
+++ b/development/poedit/poedit.info
@@ -1,8 +1,8 @@
PRGNAM="poedit"
-VERSION="3.3.2"
+VERSION="3.4"
HOMEPAGE="https://www.poedit.net"
-DOWNLOAD="https://github.com/vslavik/poedit/releases/download/v3.3.2-oss/poedit-3.3.2.tar.gz"
-MD5SUM="83b18a3e983c9444b31f1132a5039819"
+DOWNLOAD="https://github.com/vslavik/poedit/releases/download/v3.4-oss/poedit-3.4.tar.gz"
+MD5SUM="59a149ca932781a1a245f27d518b9242"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="wxGTK3 LucenePlusPlus gtkspell3 webkit2gtk"