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/l | |
parent | 953ba4662ba606085f47de6b2fe08c1a80eb898f (diff) | |
download | current-2901d8a4083e14b9eb8c3a3579d1da85ee2463fd.tar.gz current-2901d8a4083e14b9eb8c3a3579d1da85ee2463fd.tar.xz |
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 '')
-rw-r--r-- | source/l/FTBFSlog | 3 | ||||
-rwxr-xr-x | source/l/babl/babl.SlackBuild | 3 |
2 files changed, 6 insertions, 0 deletions
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" |