1
0
mirror of https://aur.archlinux.org/firedragon.git synced 2024-12-26 12:44:21 +00:00

A few Librewolf upstream imports

This commit is contained in:
dr460nf1r3 2022-03-13 15:26:07 +01:00
parent 8f62f62519
commit 696898011e
No known key found for this signature in database
GPG Key ID: B5C20B53B5FB19ED

View File

@ -17,7 +17,7 @@ depends=(gtk3 libxt mime-types dbus-glib ffmpeg4.4 nss ttf-font libpulse
kfiredragonhelper) kfiredragonhelper)
makedepends=(unzip zip diffutils yasm mesa imake inetutils makedepends=(unzip zip diffutils yasm mesa imake inetutils
rust xorg-server-xwayland xorg-server-xvfb ccache rust xorg-server-xwayland xorg-server-xvfb ccache
autoconf2.13 clang llvm jack nodejs cbindgen nasm pciutils autoconf2.13 clang llvm jack nodejs cbindgen nasm
python-setuptools python-psutil python-zstandard git binutils python-setuptools python-psutil python-zstandard git binutils
lld dump_syms wasi-compiler-rt wasi-libc wasi-libc++ wasi-libc++abi) lld dump_syms wasi-compiler-rt wasi-libc wasi-libc++ wasi-libc++abi)
optdepends=('firejail-git: Sandboxing the browser using the included profiles' optdepends=('firejail-git: Sandboxing the browser using the included profiles'
@ -117,7 +117,7 @@ prepare() {
patch -Np1 -i ${_patches_dir}/librewolf/mozilla-kde_after_unity.patch patch -Np1 -i ${_patches_dir}/librewolf/mozilla-kde_after_unity.patch
# Remove Mozilla VPN ads # Remove Mozilla VPN ads
patch -Np1 -i ${_patches_dir}/librewolf/mozilla-vpn-ad.patch patch -Np1 -i ${_patches_dir}/librewolf/mozilla-vpn-ad2.patch
# Allow SearchEngines option in non-ESR builds # Allow SearchEngines option in non-ESR builds
patch -Np1 -i ${_patches_dir}/sed-patches/allow-searchengines-non-esr.patch patch -Np1 -i ${_patches_dir}/sed-patches/allow-searchengines-non-esr.patch
@ -134,6 +134,9 @@ prepare() {
# explain that we force en-US and suggest enabling history near the session restore checkbox. # explain that we force en-US and suggest enabling history near the session restore checkbox.
patch -Np1 -i ${_patches_dir}/librewolf-ui/pref-naming.patch patch -Np1 -i ${_patches_dir}/librewolf-ui/pref-naming.patch
# Privacy preferences
patch -Np1 -i ${_patches_dir}/librewolf-ui/privacy-preferences.patch
# Remove Firefox references in the urlbar, when suggesting opened tabs. # Remove Firefox references in the urlbar, when suggesting opened tabs.
patch -Np1 -i ${_patches_dir}/librewolf-ui/remove-branding-urlbar.patch patch -Np1 -i ${_patches_dir}/librewolf-ui/remove-branding-urlbar.patch
@ -159,7 +162,6 @@ prepare() {
echo "---- Fixing build issues" echo "---- Fixing build issues"
# Needed patch to have build working # Needed patch to have build working
patch -Np1 -i ${_patches_dir}/misc/fix-wayland.patch patch -Np1 -i ${_patches_dir}/misc/fix-wayland.patch
patch -Np1 -i ${_patches_dir}/misc/fix-psutil.patch
cat >../mozconfig <<END cat >../mozconfig <<END
ac_add_options --enable-application=browser ac_add_options --enable-application=browser
@ -207,27 +209,13 @@ ac_add_options --with-system-zlib
# Features # Features
ac_add_options --disable-crashreporter ac_add_options --disable-crashreporter
ac_add_options --disable-debug ac_add_options --disable-debug
ac_add_options --disable-debug-js-modules
ac_add_options --disable-debug-symbols
ac_add_options --disable-gpsd
ac_add_options --disable-ipdl-tests
ac_add_options --disable-necko-wifi
ac_add_options --disable-rust-tests
ac_add_options --disable-synth-speechd
ac_add_options --disable-tests ac_add_options --disable-tests
ac_add_options --disable-trace-logging
ac_add_options --disable-updater ac_add_options --disable-updater
ac_add_options --disable-warnings-as-errors
ac_add_options --disable-webspeech
ac_add_options --disable-webspeechtestbackend
ac_add_options --enable-alsa ac_add_options --enable-alsa
ac_add_options --enable-jack ac_add_options --enable-jack
ac_add_options --enable-optimize
ac_add_options --enable-pulseaudio
ac_add_options --enable-strip
# Disables crash reporting, telemetry and other data gathering tools # Disables crash reporting, telemetry and other data gathering tools
mk_add_options MOZ_CRASHREPORTER=0 #mk_add_options MOZ_CRASHREPORTER=0 supposed to be obsolete
mk_add_options MOZ_DATA_REPORTING=0 mk_add_options MOZ_DATA_REPORTING=0
mk_add_options MOZ_SERVICES_HEALTHREPORT=0 mk_add_options MOZ_SERVICES_HEALTHREPORT=0
mk_add_options MOZ_TELEMETRY_REPORTING=0 mk_add_options MOZ_TELEMETRY_REPORTING=0