summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authordr460nf1r32022-03-23 15:05:48 +0000
committerdr460nf1r32022-03-23 15:05:48 +0000
commitecf1a1d525c187b4783ccc68206a0c25a22448cd (patch)
tree41adbb63291100a6cfa67ca6346a4f92bb253b47 /PKGBUILD
parent2e1a9772887cbe79662b740fd5d209737032eb77 (diff)
downloadaur-ecf1a1d525c187b4783ccc68206a0c25a22448cd.tar.gz
Patch updates
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD5
1 files changed, 3 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index b0542908c6bd..3402aa39126b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
pkgname=firedragon
_pkgname=FireDragon
pkgver=98.0.1
-pkgrel=2
+pkgrel=3
pkgdesc="Librewolf fork build using custom branding, settings & KDE patches by OpenSUSE"
arch=(x86_64 x86_64_v3)
backup=('usr/lib/firedragon/firedragon.cfg'
@@ -151,9 +151,10 @@ prepare() {
# Add warning that sanitizing exceptions are bypassed by the options in History > Clear History when LibreWolf closes > Settings
patch -Np1 -i ${_patches_dir}/librewolf-ui/sanitizing-description.patch
+ patch -Np1 -i ${_patches_dir}/librewolf-ui/hide-default-browser.patch
# Pref pane - custom FireDragon svg
- patch -Np1 -i ${_patches_dir}/librewolf-ui/pref_pane.patch
+ patch -Np1 -i ${_patches_dir}/librewolf/librewolf-pref-pane.patch
patch -Np1 -i ${_patches_dir}/misc/add_firedragon_svg.patch
# fix telemetry removal, see https://gitlab.com/librewolf-community/browser/linux/-/merge_requests/17, for example