summaryrefslogtreecommitdiffstats
path: root/development/xmake
diff options
context:
space:
mode:
author xaizek <xaizek@posteo.net>2023-01-27 20:57:46 +0000
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2023-01-28 08:23:06 +0700
commit881c2147e1891ea1f6861f9a57a2e5d40989db7c (patch)
tree315725f2417a5573b39c3597f18b03feb64ca0e2 /development/xmake
parentdd7dbb33614baa5bf21a406350227aab632408f9 (diff)
downloadslackbuilds-881c2147e1891ea1f6861f9a57a2e5d40989db7c.tar.gz
slackbuilds-881c2147e1891ea1f6861f9a57a2e5d40989db7c.tar.xz
development/xmake: Updated for version 2.7.6.
Signed-off-by: bedlam <dave@slackbuilds.org> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'development/xmake')
-rw-r--r--development/xmake/xmake.SlackBuild7
-rw-r--r--development/xmake/xmake.info6
2 files changed, 4 insertions, 9 deletions
diff --git a/development/xmake/xmake.SlackBuild b/development/xmake/xmake.SlackBuild
index 72b59f15a7..735e7af8ee 100644
--- a/development/xmake/xmake.SlackBuild
+++ b/development/xmake/xmake.SlackBuild
@@ -25,7 +25,7 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=xmake
-VERSION=${VERSION:-2.7.5}
+VERSION=${VERSION:-2.7.6}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
@@ -79,11 +79,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 {} \;
-# Upstream dropped Makefiles in v2.7.5 and their alternative in the form of
-# xmake.sh fails to detect presence of lua correctly, this is a workaround.
-sed -i '/^option "lua"/,/^option_end/d' core/xmake.sh
-sed -i '/^option "luajit"/,/^option_end/d' core/xmake.sh
-
CFLAGS="$SLKCFLAGS" \
./configure --generator=gmake \
--mode=release \
diff --git a/development/xmake/xmake.info b/development/xmake/xmake.info
index 91aa2a03e6..10e740654d 100644
--- a/development/xmake/xmake.info
+++ b/development/xmake/xmake.info
@@ -1,8 +1,8 @@
PRGNAM="xmake"
-VERSION="2.7.5"
+VERSION="2.7.6"
HOMEPAGE="https://xmake.io/"
-DOWNLOAD="https://github.com/xmake-io/xmake/releases/download/v2.7.5/xmake-v2.7.5.tar.gz"
-MD5SUM="64889ce2007c4090c611dbf21ccc84cc"
+DOWNLOAD="https://github.com/xmake-io/xmake/releases/download/v2.7.6/xmake-v2.7.6.tar.gz"
+MD5SUM="dfaf5d88451450e67eaa04d8a8c3f6a2"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""