mirror of
https://aur.archlinux.org/firedragon.git
synced 2024-12-26 12:44:21 +00:00
Add back explicit keeping of history etc. as it seemed to default to the opposite since last update
This commit is contained in:
parent
469c18e549
commit
613bfcd5f1
2
.SRCINFO
2
.SRCINFO
@ -1,7 +1,7 @@
|
||||
pkgbase = firedragon
|
||||
pkgdesc = Librewolf fork build using custom branding, settings & KDE patches by OpenSUSE
|
||||
pkgver = 106.0.2
|
||||
pkgrel = 1
|
||||
pkgrel = 2
|
||||
url = https://gitlab.com/dr460nf1r3/settings/
|
||||
install = firedragon.install
|
||||
arch = x86_64
|
||||
|
5
PKGBUILD
5
PKGBUILD
@ -7,7 +7,7 @@
|
||||
pkgname=firedragon
|
||||
_pkgname=FireDragon
|
||||
pkgver=106.0.2
|
||||
pkgrel=1
|
||||
pkgrel=2
|
||||
pkgdesc="Librewolf fork build using custom branding, settings & KDE patches by OpenSUSE"
|
||||
arch=(x86_64 x86_64_v3 aarch64)
|
||||
backup=('usr/lib/firedragon/firedragon.cfg'
|
||||
@ -231,6 +231,9 @@ END
|
||||
# Update handler links
|
||||
patch -Np1 -i "${_librewolf_patches_dir}"/ui-patches/handlers.patch
|
||||
|
||||
# Hide the annoying Firefox view feature introduced in 106
|
||||
patch -Np1 -i "${_librewolf_patches_dir}"/ui-patches/firefox-view.patch
|
||||
|
||||
# Fix telemetry removal, see https://gitlab.com/librewolf-community/browser/linux/-/merge_requests/17, for example
|
||||
patch -Np1 -i "${_librewolf_patches_dir}"/disable-data-reporting-at-compile-time.patch
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user