From 498a5695df7a6462ec45da8ac03906633b598ac6 Mon Sep 17 00:00:00 2001 From: Patrick J Volkerding Date: Mon, 28 Jun 2021 18:40:09 +0000 Subject: Mon Jun 28 18:40:09 UTC 2021 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. --- source/xap/mozilla-firefox/build-deps/cbindgen/cbindgen.url | 1 + source/xap/mozilla-firefox/build-deps/nodejs/nodejs.url | 2 +- source/xap/mozilla-firefox/mozilla-firefox.SlackBuild | 2 +- source/xap/mozilla-thunderbird/build-deps/cbindgen/cbindgen.url | 1 + source/xap/mozilla-thunderbird/mozilla-thunderbird.SlackBuild | 3 +-- 5 files changed, 5 insertions(+), 4 deletions(-) create mode 100644 source/xap/mozilla-firefox/build-deps/cbindgen/cbindgen.url create mode 100644 source/xap/mozilla-thunderbird/build-deps/cbindgen/cbindgen.url (limited to 'source/xap') 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 000000000..f9f55c57d --- /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 9a5a09603..88bd888a5 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 4afa52bd4..acc5fddf4 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 000000000..f9f55c57d --- /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 4ee9abab9..afc9aa5bc 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 -- cgit v1.2.3