summaryrefslogtreecommitdiffstats
path: root/development/tiled
diff options
context:
space:
mode:
author Arn0 <yth@ythogtha.org>2020-09-02 09:45:26 +0200
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2020-09-02 20:53:31 +0700
commitbc9a2c27fde4e69cb451fb9e053089f2ecb9d168 (patch)
treee62cf5c0ede1cf55d580f4a4825c1fae15ce7835 /development/tiled
parent3bfb73ca34261785bac44501565c8835c4f39cc0 (diff)
downloadslackbuilds-bc9a2c27fde4e69cb451fb9e053089f2ecb9d168.tar.gz
slackbuilds-bc9a2c27fde4e69cb451fb9e053089f2ecb9d168.tar.xz
development/tiled: updated for version 1.4.2
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'development/tiled')
-rw-r--r--development/tiled/tiled.SlackBuild2
-rw-r--r--development/tiled/tiled.info6
-rw-r--r--development/tiled/tiled_lib64.patch4
3 files changed, 6 insertions, 6 deletions
diff --git a/development/tiled/tiled.SlackBuild b/development/tiled/tiled.SlackBuild
index 4126bb606e..53c9d00ce4 100644
--- a/development/tiled/tiled.SlackBuild
+++ b/development/tiled/tiled.SlackBuild
@@ -25,7 +25,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=tiled
-VERSION=${VERSION:-1.4.0}
+VERSION=${VERSION:-1.4.2}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
diff --git a/development/tiled/tiled.info b/development/tiled/tiled.info
index 21c7ffbc25..e65e7bd2c1 100644
--- a/development/tiled/tiled.info
+++ b/development/tiled/tiled.info
@@ -1,8 +1,8 @@
PRGNAM="tiled"
-VERSION="1.4.0"
+VERSION="1.4.2"
HOMEPAGE="https://www.mapeditor.org"
-DOWNLOAD="https://github.com/bjorn/tiled/archive/v1.4.0/tiled-1.4.0.tar.gz"
-MD5SUM="90700fc6f8ee838b838b77dd144ab224"
+DOWNLOAD="https://github.com/bjorn/tiled/archive/v1.4.2/tiled-1.4.2.tar.gz"
+MD5SUM="2c283b1081abb041da5697dd9b16e6f8"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="qt5 qbs"
diff --git a/development/tiled/tiled_lib64.patch b/development/tiled/tiled_lib64.patch
index 660062f45f..4410d5a7f6 100644
--- a/development/tiled/tiled_lib64.patch
+++ b/development/tiled/tiled_lib64.patch
@@ -17,8 +17,8 @@ diff -Naur src/libtiled/pluginmanager.cpp src/libtiled/pluginmanager.cpp
#elif defined(TILED_PLUGIN_DIR)
QString pluginPath = QLatin1String(TILED_PLUGIN_DIR);
#else
-- pluginPath += QLatin1String("/../lib/tiled/plugins");
-+ pluginPath += QLatin1String("/../lib64/tiled/plugins");
+- pluginPath += QStringLiteral("/../lib/tiled/plugins");
++ pluginPath += QStringLiteral("/../lib64/tiled/plugins");
#endif
// Load dynamic plugins