diff options
author | Patrick J Volkerding <volkerdi@slackware.com> | 2022-04-12 21:56:14 +0000 |
---|---|---|
committer | Eric Hameleers <alien@slackware.com> | 2022-04-13 06:59:46 +0200 |
commit | 2901d8a4083e14b9eb8c3a3579d1da85ee2463fd (patch) | |
tree | 80e4de68659faaf7e4851f783591f4878e241220 /source | |
parent | 953ba4662ba606085f47de6b2fe08c1a80eb898f (diff) | |
download | current-2901d8a4083e14b9eb8c3a3579d1da85ee2463fd.tar.gz |
Tue Apr 12 21:56:14 UTC 202220220412215614
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/
Diffstat (limited to 'source')
-rwxr-xr-x | source/d/subversion/subversion.SlackBuild | 2 | ||||
-rw-r--r-- | source/l/FTBFSlog | 3 | ||||
-rwxr-xr-x | source/l/babl/babl.SlackBuild | 3 |
3 files changed, 7 insertions, 1 deletions
diff --git a/source/d/subversion/subversion.SlackBuild b/source/d/subversion/subversion.SlackBuild index a297f08b..2023e81f 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 859555ed..5e9e89ed 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 e8902f38..0b05f762 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" |