Update
This commit is contained in:
parent
d12971860e
commit
0f44a7bf64
2 changed files with 7 additions and 6 deletions
6
.SRCINFO
6
.SRCINFO
|
@ -1,6 +1,6 @@
|
|||
pkgbase = firedragon
|
||||
pkgdesc = Librewolf fork build using custom branding, settings & KDE patches by OpenSUSE
|
||||
pkgver = 96.0.1
|
||||
pkgver = 96.0.2
|
||||
pkgrel = 1
|
||||
url = https://gitlab.com/dr460nf1r3/settings/
|
||||
install = firedragon.install
|
||||
|
@ -74,11 +74,11 @@ pkgbase = firedragon
|
|||
options = !lto
|
||||
backup = usr/lib/firedragon/firedragon.cfg
|
||||
backup = usr/lib/firedragon/distribution/policies.json
|
||||
source = https://archive.mozilla.org/pub/firefox/releases/96.0.1/source/firefox-96.0.1.source.tar.xz
|
||||
source = https://archive.mozilla.org/pub/firefox/releases/96.0.2/source/firefox-96.0.2.source.tar.xz
|
||||
source = firedragon.desktop
|
||||
source = git+https://gitlab.com/dr460nf1r3/common.git
|
||||
source = git+https://gitlab.com/dr460nf1r3/settings.git
|
||||
sha256sums = b4b03214ad838fe2744fed26c497c8a6fa7aedc95f47d4146da1cf5cc97860c0
|
||||
sha256sums = d32d2afa9179a78e6ed97e15e0f39e372c0d662cb9614404db15e7616da31ab8
|
||||
sha256sums = 158152bdb9ef6a83bad62ae03a3d9bc8ae693b34926e53cc8c4de07df20ab22d
|
||||
sha256sums = SKIP
|
||||
sha256sums = SKIP
|
||||
|
|
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
|
||||
|
|
Loading…
Reference in a new issue