summaryrefslogtreecommitdiffstats
path: root/source/xap
diff options
context:
space:
mode:
author Patrick J Volkerding <volkerdi@slackware.com>2023-08-19 20:17:55 +0000
committer Eric Hameleers <alien@slackware.com>2023-08-19 23:00:36 +0200
commit871f13af530b211c1fc4bc46681808996ae22825 (patch)
treed7eb53be851777fa0694727a11702b2eaada7e32 /source/xap
parent670759455eebdeebc5f4d314b629e1cea4b7885d (diff)
downloadcurrent-871f13af530b211c1fc4bc46681808996ae22825.tar.gz
current-871f13af530b211c1fc4bc46681808996ae22825.tar.xz
Sat Aug 19 20:17:55 UTC 202320230819201755
ap/rpm-4.18.1-x86_64-1.txz: Upgraded. Compiled against lua-5.4.6. d/lua-5.4.6-x86_64-1.txz: Added. Thanks to SBo, including: Menno Duursma, Aaron W. Hsu, and Matteo Bernardini. d/vala-0.56.12-x86_64-1.txz: Upgraded. l/netpbm-11.03.03-x86_64-1.txz: Upgraded. xap/hexchat-2.16.1-x86_64-5.txz: Rebuilt. Recompiled against lua-5.4.6. Added lua plugin.
Diffstat (limited to 'source/xap')
-rwxr-xr-xsource/xap/hexchat/hexchat.SlackBuild6
1 files changed, 3 insertions, 3 deletions
diff --git a/source/xap/hexchat/hexchat.SlackBuild b/source/xap/hexchat/hexchat.SlackBuild
index eedc918f5..ccc936043 100755
--- a/source/xap/hexchat/hexchat.SlackBuild
+++ b/source/xap/hexchat/hexchat.SlackBuild
@@ -1,6 +1,6 @@
#!/bin/bash
-# Copyright 2016, 2018, 2020 Patrick J. Volkerding, Sebeka, MN, USA
+# Copyright 2016, 2018, 2020, 2023 Patrick J. Volkerding, Sebeka, MN, USA
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@@ -24,7 +24,7 @@ cd $(dirname $0) ; CWD=$(pwd)
PKGNAM=hexchat
VERSION=${VERSION:-$(echo $PKGNAM-*.tar.?z | rev | cut -f 3- -d . | cut -f 1 -d - | rev)}
-BUILD=${BUILD:-4}
+BUILD=${BUILD:-5}
# Automatically determine the architecture we're building on:
if [ -z "$ARCH" ]; then
@@ -93,7 +93,7 @@ meson setup \
--localstatedir=/var \
-Dtext-frontend=true \
-Dtls=enabled \
- -Dwith-lua=false \
+ -Dwith-lua=lua \
-Dwith-python=python3-embed \
.. || exit 1
"${NINJA:=ninja}" $NUMJOBS || exit 1