summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authordr460nf1r32021-12-21 17:44:58 +0100
committerdr460nf1r32021-12-21 17:44:58 +0100
commit703048ceddad5d5e720e876d238d581d46b487d4 (patch)
tree7a65d10686923b408955a689d4b48ee0f296a330
parent99cf803870082f3358473d4502528ee4b5183495 (diff)
downloadaur-703048ceddad5d5e720e876d238d581d46b487d4.tar.gz
Remove obsolete line
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD10
2 files changed, 4 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3efa98dc51a9..67bdae6094fe 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 760644cf0c48..42bf1107b762 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