development/tiled: updated for version 1.4.2

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Arn0 2020-09-02 09:45:26 +02:00 committed by Willy Sudiarto Raharjo
parent 3bfb73ca34
commit bc9a2c27fd
3 changed files with 6 additions and 6 deletions

View file

@ -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}

View file

@ -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"

View file

@ -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