From 703048ceddad5d5e720e876d238d581d46b487d4 Mon Sep 17 00:00:00 2001 From: dr460nf1r3 Date: Tue, 21 Dec 2021 17:44:58 +0100 Subject: [PATCH] Remove obsolete line --- .SRCINFO | 3 +-- PKGBUILD | 10 +++------- 2 files changed, 4 insertions(+), 9 deletions(-) diff --git a/.SRCINFO b/.SRCINFO index 3efa98d..67bdae6 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -16,11 +16,10 @@ pkgbase = firedragon makedepends = mesa makedepends = imake makedepends = inetutils - makedepends = ccache makedepends = rust makedepends = xorg-server-xwayland makedepends = xorg-server-xvfb - makedepends = python-pip + makedepends = ccache makedepends = autoconf2.13 makedepends = clang makedepends = llvm diff --git a/PKGBUILD b/PKGBUILD index 760644c..42bf110 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -15,8 +15,8 @@ url="https://gitlab.com/dr460nf1r3/settings/" depends=(gtk3 libxt mime-types dbus-glib ffmpeg nss ttf-font libpulse aom harfbuzz libvpx libjpeg zlib icu libevent pipewire kfiredragonhelper) -makedepends=(unzip zip diffutils yasm mesa imake inetutils ccache - rust xorg-server-xwayland xorg-server-xvfb python-pip +makedepends=(unzip zip diffutils yasm mesa imake inetutils + rust xorg-server-xwayland xorg-server-xvfb ccache 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) @@ -53,7 +53,7 @@ prepare() { local _patches_dir="${srcdir}/common/patches" - sed -i 's/\"BrowserApplication\"\, \"firefox\"/\"BrowserApplication\"\, \"firedragon\"/g' ${_patches_dir}/kde/firefox-kde.patch + # Prepare KDE patch sed -i 's/kmozillahelper/kfiredragonhelper/g' ${_patches_dir}/kde/mozilla-kde.patch # Arch patches @@ -103,10 +103,6 @@ prepare() { # Remove Mozilla VPN ads patch -Np1 -i ${_patches_dir}/librewolf/mozilla-vpn-ad.patch - # Remove Internal Plugin Certificates - # => breaks profiled builds since 90.0, it seems - # patch -Np1 -i ${_patches_dir}/sed-patches/remove-internal-plugin-certs.patch - # Allow SearchEngines option in non-ESR builds patch -Np1 -i ${_patches_dir}/sed-patches/allow-searchengines-non-esr.patch