summaryrefslogtreecommitdiffstats
path: root/source/l
diff options
context:
space:
mode:
Diffstat (limited to 'source/l')
-rw-r--r--source/l/FTBFSlog3
-rwxr-xr-xsource/l/libical/libical.SlackBuild2
-rw-r--r--source/l/oniguruma/oniguruma.url1
-rwxr-xr-xsource/l/qt5/fetch_sources.sh6
4 files changed, 10 insertions, 2 deletions
diff --git a/source/l/FTBFSlog b/source/l/FTBFSlog
index 7757fd4d9..00c73adf7 100644
--- a/source/l/FTBFSlog
+++ b/source/l/FTBFSlog
@@ -1,3 +1,6 @@
+Sat Oct 14 19:43:09 UTC 2023
+ qt5: fix build with libxkbcommon-1.6.0. Thanks to lucabon.
++--------------------------+
Tue Aug 15 02:20:40 UTC 2023
rinutils: use release tarball from github since tar.gz pull is missing needed
components. Thanks to lucabon.
diff --git a/source/l/libical/libical.SlackBuild b/source/l/libical/libical.SlackBuild
index 64225acc9..3dff49df5 100755
--- a/source/l/libical/libical.SlackBuild
+++ b/source/l/libical/libical.SlackBuild
@@ -25,7 +25,7 @@ cd $(dirname $0) ; CWD=$(pwd)
PKGNAM=libical
VERSION=${VERSION:-$(echo $PKGNAM-*.tar.?z | rev | cut -f 3- -d . | cut -f 1 -d - | rev)}
-BUILD=${BUILD:-3}
+BUILD=${BUILD:-1}
# Automatically determine the architecture we're building on:
if [ -z "$ARCH" ]; then
diff --git a/source/l/oniguruma/oniguruma.url b/source/l/oniguruma/oniguruma.url
new file mode 100644
index 000000000..8acd71cc2
--- /dev/null
+++ b/source/l/oniguruma/oniguruma.url
@@ -0,0 +1 @@
+https://github.com/kkos/oniguruma
diff --git a/source/l/qt5/fetch_sources.sh b/source/l/qt5/fetch_sources.sh
index db91d7a27..1aad12309 100755
--- a/source/l/qt5/fetch_sources.sh
+++ b/source/l/qt5/fetch_sources.sh
@@ -1,6 +1,7 @@
#!/bin/bash
# Copyright 2021 Heinz Wiesinger, Amsterdam, The Netherlands
+# Copyright 2023 Patrick J. Volkerding, Sebeka, Minnesota, USA
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@@ -20,7 +21,7 @@
# OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
-BRANCH="5.15.10"
+BRANCH="5.15.11"
rm -f qt-everywhere-src-*.tar*
@@ -33,6 +34,9 @@ cd qt5
# Sync qtwebengine version with the rest of qt5
sed -i -E "s/5.15.(.*)/$BRANCH/" qtwebengine/.qmake.conf
+ # This might also need to be synced with the $BRANCH version number:
+ sed -i -E "s/5.15.(.*)/$BRANCH/" qtscript/.qmake.conf
+
for i in $(find . -type d -name "qt*" -maxdepth 1); do
cd $i
../qtbase/bin/syncqt.pl -version $BRANCH