forked from AUR/firedragon
Update
This commit is contained in:
7
PKGBUILD
7
PKGBUILD
@ -4,7 +4,7 @@
|
||||
|
||||
pkgname=firedragon
|
||||
_pkgname=FireDragon
|
||||
pkgver=96.0.1
|
||||
pkgver=96.0.2
|
||||
pkgrel=1
|
||||
pkgdesc="Librewolf fork build using custom branding, settings & KDE patches by OpenSUSE"
|
||||
arch=(x86_64 x86_64_v3)
|
||||
@ -40,7 +40,7 @@ source=(https://archive.mozilla.org/pub/firefox/releases/$pkgver/source/firefox-
|
||||
"git+https://gitlab.com/dr460nf1r3/common.git"
|
||||
"git+https://gitlab.com/dr460nf1r3/settings.git")
|
||||
|
||||
sha256sums=('cb86f3cbd31960305dee7d7f3dc254c64fb0462e27ea624ee62f3682e99079ee'
|
||||
sha256sums=('d32d2afa9179a78e6ed97e15e0f39e372c0d662cb9614404db15e7616da31ab8'
|
||||
'158152bdb9ef6a83bad62ae03a3d9bc8ae693b34926e53cc8c4de07df20ab22d'
|
||||
'SKIP'
|
||||
'SKIP')
|
||||
@ -128,8 +128,9 @@ 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
|
||||
|
||||
# Pref pane
|
||||
# Pref pane - custom FireDragon svg
|
||||
patch -Np1 -i ${_patches_dir}/librewolf-ui/pref_pane.patch
|
||||
patch -Np1 -i ${_patches_dir}/misc/add_firedragon_svg.patch
|
||||
|
||||
echo "---- Fixing build issues"
|
||||
# Needed patch to have build working
|
||||
|
Reference in New Issue
Block a user