diff --git a/PKGBUILD b/PKGBUILD index ff75164..278425f 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -17,7 +17,7 @@ depends=(gtk3 libxt mime-types dbus-glib ffmpeg4.4 nss ttf-font libpulse kfiredragonhelper) makedepends=(unzip zip diffutils yasm mesa imake inetutils 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 lld dump_syms wasi-compiler-rt wasi-libc wasi-libc++ wasi-libc++abi) 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 # 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 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. 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. patch -Np1 -i ${_patches_dir}/librewolf-ui/remove-branding-urlbar.patch @@ -159,7 +162,6 @@ prepare() { echo "---- Fixing build issues" # Needed patch to have build working patch -Np1 -i ${_patches_dir}/misc/fix-wayland.patch - patch -Np1 -i ${_patches_dir}/misc/fix-psutil.patch cat >../mozconfig <