This also needed adjustment

This commit is contained in:
dr460nf1r3 2022-05-23 20:27:28 +02:00
parent ce9b00c7dd
commit 4e877f9ccb
No known key found for this signature in database
GPG key ID: B5C20B53B5FB19ED

View file

@ -11,8 +11,8 @@ arch=(x86_64 x86_64_v3 aarch64)
backup=('usr/lib/firedragon/firedragon.cfg' backup=('usr/lib/firedragon/firedragon.cfg'
'usr/lib/firedragon/distribution/policies.json') 'usr/lib/firedragon/distribution/policies.json')
license=(MPL GPL LGPL) license=(MPL GPL LGPL)
url="https://librewolf.net/" url=https://gitlab.com/dr460nf1r3/settings/
depends=(gtk3 libxt mime-types dbus-glib nss ttf-font libpulse ffmpeg) depends=(gtk3 libxt mime-types dbus-glib nss ttf-font libpulse ffmpeg kfiredragonhelper)
makedepends=(unzip zip diffutils yasm mesa imake inetutils xorg-server-xvfb makedepends=(unzip zip diffutils yasm mesa imake inetutils xorg-server-xvfb
autoconf2.13 rust clang llvm jack nodejs cbindgen nasm autoconf2.13 rust clang llvm jack nodejs cbindgen nasm
python-setuptools python-zstandard git binutils lld dump_syms python-setuptools python-zstandard git binutils lld dump_syms
@ -192,7 +192,6 @@ fi
patch -Np1 -i "${_librewolf_patches_dir}"/sed-patches/stop-undesired-requests.patch patch -Np1 -i "${_librewolf_patches_dir}"/sed-patches/stop-undesired-requests.patch
# Assorted patches # Assorted patches
patch -Np1 -i "${_librewolf_patches_dir}"/context-menu.patch
patch -Np1 -i "${_librewolf_patches_dir}"/urlbarprovider-interventions.patch patch -Np1 -i "${_librewolf_patches_dir}"/urlbarprovider-interventions.patch
# change some hardcoded directory strings that could lead to unnecessarily # change some hardcoded directory strings that could lead to unnecessarily