diff options
author | Patrick J Volkerding <volkerdi@slackware.com> | 2021-06-28 18:40:09 +0000 |
---|---|---|
committer | Eric Hameleers <alien@slackware.com> | 2021-06-29 08:59:54 +0200 |
commit | 498a5695df7a6462ec45da8ac03906633b598ac6 (patch) | |
tree | 389a4e813e8af4b23b0fe71e513c6888130c7a13 /source/xap | |
parent | c7d0802f9bcd2b4a5cbaeedf35a49a61a10b02d4 (diff) | |
download | current-498a5695df7a6462ec45da8ac03906633b598ac6.tar.gz |
Mon Jun 28 18:40:09 UTC 202120210628184009
d/python-pip-21.1.3-x86_64-1.txz: Upgraded.
d/python3-3.9.6-x86_64-1.txz: Upgraded.
l/imagemagick-7.1.0_2-x86_64-1.txz: Upgraded.
l/python-urllib3-1.26.6-x86_64-1.txz: Upgraded.
n/gpgme-1.16.0-x86_64-1.txz: Upgraded.
x/glu-9.0.2-x86_64-1.txz: Upgraded.
testing/packages/linux-5.13.x/kernel-generic-5.13.0-x86_64-1.txz: Added.
testing/packages/linux-5.13.x/kernel-headers-5.13.0-x86-1.txz: Added.
testing/packages/linux-5.13.x/kernel-huge-5.13.0-x86_64-1.txz: Added.
testing/packages/linux-5.13.x/kernel-modules-5.13.0-x86_64-1.txz: Added.
testing/packages/linux-5.13.x/kernel-source-5.13.0-noarch-1.txz: Added.
Diffstat (limited to 'source/xap')
5 files changed, 5 insertions, 4 deletions
diff --git a/source/xap/mozilla-firefox/build-deps/cbindgen/cbindgen.url b/source/xap/mozilla-firefox/build-deps/cbindgen/cbindgen.url new file mode 100644 index 00000000..f9f55c57 --- /dev/null +++ b/source/xap/mozilla-firefox/build-deps/cbindgen/cbindgen.url @@ -0,0 +1 @@ +https://github.com/eqrion/cbindgen diff --git a/source/xap/mozilla-firefox/build-deps/nodejs/nodejs.url b/source/xap/mozilla-firefox/build-deps/nodejs/nodejs.url index 9a5a0960..88bd888a 100644 --- a/source/xap/mozilla-firefox/build-deps/nodejs/nodejs.url +++ b/source/xap/mozilla-firefox/build-deps/nodejs/nodejs.url @@ -1,2 +1,2 @@ -https://nodejs.org/dist/latest-v10.x/node-v10.24.0.tar.xz +https://nodejs.org/dist/latest-v14.x/node-v14.17.1.tar.xz #https://github.com/nodejs/node diff --git a/source/xap/mozilla-firefox/mozilla-firefox.SlackBuild b/source/xap/mozilla-firefox/mozilla-firefox.SlackBuild index 4afa52bd..acc5fddf 100755 --- a/source/xap/mozilla-firefox/mozilla-firefox.SlackBuild +++ b/source/xap/mozilla-firefox/mozilla-firefox.SlackBuild @@ -245,6 +245,7 @@ OPTIONS="\ $GOOGLE_API_KEY \ --disable-strip \ --disable-install-strip \ + --disable-tests \ --enable-cpp-rtti \ --enable-accessibility \ --disable-crashreporter \ @@ -324,7 +325,6 @@ if [ "$PGO" = "yes" ]; then kill $! || true else # Do a normal build - echo "ac_add_options --disable-tests" >> .mozconfig ./mach build || exit 1 fi diff --git a/source/xap/mozilla-thunderbird/build-deps/cbindgen/cbindgen.url b/source/xap/mozilla-thunderbird/build-deps/cbindgen/cbindgen.url new file mode 100644 index 00000000..f9f55c57 --- /dev/null +++ b/source/xap/mozilla-thunderbird/build-deps/cbindgen/cbindgen.url @@ -0,0 +1 @@ +https://github.com/eqrion/cbindgen diff --git a/source/xap/mozilla-thunderbird/mozilla-thunderbird.SlackBuild b/source/xap/mozilla-thunderbird/mozilla-thunderbird.SlackBuild index 4ee9abab..afc9aa5b 100755 --- a/source/xap/mozilla-thunderbird/mozilla-thunderbird.SlackBuild +++ b/source/xap/mozilla-thunderbird/mozilla-thunderbird.SlackBuild @@ -283,8 +283,7 @@ fi # Add the $OPTIONS above to .mozconfig: for option in $OPTIONS; do echo "ac_add_options $option" >> .mozconfig; done -# Disable tests on standard build: -echo "ac_add_options --disable-tests" >> .mozconfig +# Do a standard build: ./mach build || exit 1 ./mach buildsymbols || exit 1 DESTDIR=$PKG ./mach install || exit 1 |