summaryrefslogtreecommitdiffstats
path: root/source
diff options
context:
space:
mode:
author Patrick J Volkerding <volkerdi@slackware.com>2023-09-04 20:13:03 +0000
committer Eric Hameleers <alien@slackware.com>2023-09-04 22:29:53 +0200
commitdd4fd93c9c641bddbdf94cc794c310b1fa92ce3f (patch)
treea9b3b27d030b80f4b2cc23e41e964484e555d26c /source
parentd38882e8c15b5ee4bf8d95df04c58ec9c63582bb (diff)
downloadcurrent-dd4fd93c9c641bddbdf94cc794c310b1fa92ce3f.tar.gz
current-dd4fd93c9c641bddbdf94cc794c310b1fa92ce3f.tar.xz
Mon Sep 4 20:13:03 UTC 202320230904201303
ap/vim-9.0.1863-x86_64-1.txz: Upgraded. Compiled with --enable-luainterp=dynamic. l/gtk4-4.12.1-x86_64-1.txz: Upgraded. n/nghttp2-1.56.0-x86_64-1.txz: Upgraded. n/samba-4.19.0-x86_64-1.txz: Upgraded. xap/freerdp-2.11.1-x86_64-1.txz: Upgraded. xap/vim-gvim-9.0.1863-x86_64-1.txz: Upgraded. Compiled with --enable-luainterp=dynamic.
Diffstat (limited to 'source')
-rwxr-xr-xsource/ap/vim/vim-gvim.SlackBuild4
-rwxr-xr-xsource/ap/vim/vim.SlackBuild4
-rwxr-xr-xsource/l/gtk4/gtk4.SlackBuild7
-rw-r--r--source/n/nghttp2/nghttp2.url2
-rw-r--r--source/n/samba/samba.url4
5 files changed, 15 insertions, 6 deletions
diff --git a/source/ap/vim/vim-gvim.SlackBuild b/source/ap/vim/vim-gvim.SlackBuild
index 0c9462b41..de12fbad2 100755
--- a/source/ap/vim/vim-gvim.SlackBuild
+++ b/source/ap/vim/vim-gvim.SlackBuild
@@ -37,6 +37,9 @@ BUILD=${BUILD:-1}
# The possible settings for this are yes/no/dynamic.
PERLINTERP=${PERLINTERP:-dynamic}
+# The possible settings for this are yes/no/dynamic.
+LUAINTERP=${LUAINTERP:-dynamic}
+
# Automatically determine the architecture we're building on:
if [ -z "$ARCH" ]; then
case "$( uname -m )" in
@@ -90,6 +93,7 @@ CFLAGS="$SLKCFLAGS" LDFLAGS="$SLKLDFLAGS" \
--prefix=/usr \
--with-python-config-dir=/usr/lib${LIBDIRSUFFIX}/python$PYVER/config \
--with-python3-config-dir=$(python3-config --configdir) \
+ --enable-luainterp=$LUAINTERP \
--enable-perlinterp=$PERLINTERP \
--enable-pythoninterp=dynamic \
--enable-python3interp=dynamic \
diff --git a/source/ap/vim/vim.SlackBuild b/source/ap/vim/vim.SlackBuild
index 7c5db46fc..b0d569096 100755
--- a/source/ap/vim/vim.SlackBuild
+++ b/source/ap/vim/vim.SlackBuild
@@ -30,6 +30,9 @@ BUILD=${BUILD:-1}
# The possible settings for this are yes/no/dynamic.
PERLINTERP=${PERLINTERP:-dynamic}
+# The possible settings for this are yes/no/dynamic.
+LUAINTERP=${LUAINTERP:-dynamic}
+
if [ -r vim-${VIMBRANCH}*.tar.?z ]; then # if there's a source archive already, use the version number from it:
VERSION=$(echo vim-${VIMBRANCH}*.tar.?z | rev | cut -f 3- -d . | cut -f 1 -d - | rev)
else # need to fetch the latest source archive for this branch:
@@ -132,6 +135,7 @@ CFLAGS="$SLKCFLAGS" \
--prefix=/usr \
--with-python-config-dir=/usr/lib${LIBDIRSUFFIX}/python$PYVER/config \
--with-python3-config-dir=$(python3-config --configdir) \
+ --enable-luainterp=$LUAINTERP \
--enable-perlinterp=$PERLINTERP \
--enable-pythoninterp=dynamic \
--enable-python3interp=dynamic \
diff --git a/source/l/gtk4/gtk4.SlackBuild b/source/l/gtk4/gtk4.SlackBuild
index 056257828..0e26a9b00 100755
--- a/source/l/gtk4/gtk4.SlackBuild
+++ b/source/l/gtk4/gtk4.SlackBuild
@@ -67,7 +67,8 @@ rm -rf $PKG
mkdir -p $TMP $PKG/usr
cd $TMP
rm -rf gtk-$VERSION
-tar xvf $CWD/gtk-$VERSION.tar.?z || exit 1
+echo "Extracting $CWD/gtk-$VERSION.tar.?z..."
+tar xf $CWD/gtk-$VERSION.tar.?z || exit 1
cd gtk-$VERSION || exit 1
chown -R root:root .
@@ -95,8 +96,8 @@ unshare -n meson setup \
--localstatedir=/var \
--buildtype=release \
-Dman-pages=true \
- -Ddemos=true \
- -Dgtk_doc=false \
+ -Dbuild-demos=true \
+ -Ddocumentation=false \
-Dbroadway-backend=true \
-Dbuild-examples=false \
-Dbuild-tests=false \
diff --git a/source/n/nghttp2/nghttp2.url b/source/n/nghttp2/nghttp2.url
index aed23fa81..5728100b0 100644
--- a/source/n/nghttp2/nghttp2.url
+++ b/source/n/nghttp2/nghttp2.url
@@ -1,2 +1,2 @@
https://github.com/nghttp2/nghttp2
-https://github.com/nghttp2/nghttp2/releases/download/v1.55.1/nghttp2-1.55.1.tar.xz
+https://github.com/nghttp2/nghttp2/releases/download/v1.56.0/nghttp2-1.56.0.tar.xz
diff --git a/source/n/samba/samba.url b/source/n/samba/samba.url
index 22de63c93..4571123b8 100644
--- a/source/n/samba/samba.url
+++ b/source/n/samba/samba.url
@@ -1,2 +1,2 @@
-https://download.samba.org/pub/samba/stable/samba-4.18.6.tar.gz
-https://download.samba.org/pub/samba/stable/samba-4.18.6.tar.asc
+https://download.samba.org/pub/samba/stable/samba-4.19.0.tar.gz
+https://download.samba.org/pub/samba/stable/samba-4.19.0.tar.asc