mirror of
https://aur.archlinux.org/firedragon.git
synced 2024-12-26 12:44:21 +00:00
Update Librewolf patches
This commit is contained in:
parent
4697cf8b4d
commit
411865642a
2
.SRCINFO
2
.SRCINFO
@ -1,7 +1,7 @@
|
|||||||
pkgbase = firedragon
|
pkgbase = firedragon
|
||||||
pkgdesc = Librewolf fork build using custom branding, settings & KDE patches by OpenSUSE
|
pkgdesc = Librewolf fork build using custom branding, settings & KDE patches by OpenSUSE
|
||||||
pkgver = 98.0.2
|
pkgver = 98.0.2
|
||||||
pkgrel = 1
|
pkgrel = 2
|
||||||
url = https://gitlab.com/dr460nf1r3/settings/
|
url = https://gitlab.com/dr460nf1r3/settings/
|
||||||
install = firedragon.install
|
install = firedragon.install
|
||||||
arch = x86_64
|
arch = x86_64
|
||||||
|
5
PKGBUILD
5
PKGBUILD
@ -5,7 +5,7 @@
|
|||||||
pkgname=firedragon
|
pkgname=firedragon
|
||||||
_pkgname=FireDragon
|
_pkgname=FireDragon
|
||||||
pkgver=98.0.2
|
pkgver=98.0.2
|
||||||
pkgrel=1
|
pkgrel=2
|
||||||
pkgdesc="Librewolf fork build using custom branding, settings & KDE patches by OpenSUSE"
|
pkgdesc="Librewolf fork build using custom branding, settings & KDE patches by OpenSUSE"
|
||||||
arch=(x86_64 x86_64_v3)
|
arch=(x86_64 x86_64_v3)
|
||||||
backup=('usr/lib/firedragon/firedragon.cfg'
|
backup=('usr/lib/firedragon/firedragon.cfg'
|
||||||
@ -153,6 +153,9 @@ prepare() {
|
|||||||
patch -Np1 -i ${_patches_dir}/librewolf-ui/sanitizing-description.patch
|
patch -Np1 -i ${_patches_dir}/librewolf-ui/sanitizing-description.patch
|
||||||
patch -Np1 -i ${_patches_dir}/librewolf-ui/hide-default-browser.patch
|
patch -Np1 -i ${_patches_dir}/librewolf-ui/hide-default-browser.patch
|
||||||
|
|
||||||
|
# Remap links
|
||||||
|
patch -Np1 -i ${_patches_dir}/librewolf-ui/remap-links.patch
|
||||||
|
|
||||||
# Pref pane - custom FireDragon svg
|
# Pref pane - custom FireDragon svg
|
||||||
patch -Np1 -i ${_patches_dir}/librewolf/librewolf-pref-pane.patch
|
patch -Np1 -i ${_patches_dir}/librewolf/librewolf-pref-pane.patch
|
||||||
patch -Np1 -i ${_patches_dir}/misc/add_firedragon_svg.patch
|
patch -Np1 -i ${_patches_dir}/misc/add_firedragon_svg.patch
|
||||||
|
Loading…
Reference in New Issue
Block a user