From 2901d8a4083e14b9eb8c3a3579d1da85ee2463fd Mon Sep 17 00:00:00 2001 From: Patrick J Volkerding Date: Tue, 12 Apr 2022 21:56:14 +0000 Subject: Tue Apr 12 21:56:14 UTC 2022 a/kernel-firmware-20220411_f219d61-noarch-1.txz: Upgraded. ap/cups-filters-1.28.15-x86_64-1.txz: Upgraded. d/subversion-1.14.2-x86_64-1.txz: Upgraded. n/whois-5.5.13-x86_64-1.txz: Upgraded. xap/geeqie-1.7.3-x86_64-1.txz: Upgraded. xap/mozilla-firefox-99.0.1-x86_64-1.txz: Upgraded. This is a bugfix release. For more information, see: https://www.mozilla.org/en-US/firefox/99.0.1/releasenotes/ --- source/d/subversion/subversion.SlackBuild | 2 +- source/l/FTBFSlog | 3 +++ source/l/babl/babl.SlackBuild | 3 +++ 3 files changed, 7 insertions(+), 1 deletion(-) (limited to 'source') diff --git a/source/d/subversion/subversion.SlackBuild b/source/d/subversion/subversion.SlackBuild index a297f08b8..2023e81fd 100755 --- a/source/d/subversion/subversion.SlackBuild +++ b/source/d/subversion/subversion.SlackBuild @@ -24,7 +24,7 @@ cd $(dirname $0) ; CWD=$(pwd) PKGNAM=subversion VERSION=${VERSION:-$(echo subversion-*.tar.?z* | rev | cut -f 3- -d . | cut -f 1 -d - | rev)} -BUILD=${BUILD:-5} +BUILD=${BUILD:-1} # Automatically determine the architecture we're building on: if [ -z "$ARCH" ]; then diff --git a/source/l/FTBFSlog b/source/l/FTBFSlog index 859555ed5..5e9e89edb 100644 --- a/source/l/FTBFSlog +++ b/source/l/FTBFSlog @@ -1,3 +1,6 @@ +Tue Apr 12 00:21:44 UTC 2022 + babl: fix to build with meson 0.62.0. Thanks to nobodino. ++--------------------------+ Mon Feb 7 20:57:55 UTC 2022 All packages tested and found to compile properly. +--------------------------+ diff --git a/source/l/babl/babl.SlackBuild b/source/l/babl/babl.SlackBuild index e8902f38c..0b05f7621 100755 --- a/source/l/babl/babl.SlackBuild +++ b/source/l/babl/babl.SlackBuild @@ -79,6 +79,9 @@ find . \ \( -perm 666 -o -perm 664 -o -perm 600 -o -perm 444 -o -perm 440 -o -perm 400 \) \ -exec chmod 644 {} \+ +# fix to build with meson-0.62.0 +sed 's/Description/description/' -i meson.build + # Configure, build, and install: export CFLAGS="$SLKCFLAGS" export CXXFLAGS="$SLKCFLAGS" -- cgit v1.2.3