1
0
mirror of https://aur.archlinux.org/firedragon.git synced 2025-07-06 21:14:33 +00:00

Update configs, Fix Librewolf text -> FireDragon

This commit is contained in:
Nico Jensch
2023-04-09 12:44:49 +02:00
parent 1da2387716
commit db01da5fae
2 changed files with 7 additions and 7 deletions

View File

@ -7,7 +7,7 @@
pkgname=firedragon
_pkgname=FireDragon
pkgver=111.0.1
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'
@ -227,9 +227,6 @@ END
# Add LibreWolf logo to Debugging Page
patch -Np1 -i "${_librewolf_patches_dir}"/ui-patches/lw-logo-devtools.patch
# Update privacy preferences
patch -Np1 -i "${_librewolf_patches_dir}"/ui-patches/privacy-preferences.patch
# Remove firefox references in the urlbar, when suggesting opened tabs.
patch -Np1 -i "${_librewolf_patches_dir}"/ui-patches/remove-branding-urlbar.patch
@ -264,6 +261,9 @@ END
patch -Np1 -i "${_patches_dir}"/custom/librewolf-pref-pane.patch
patch -Np1 -i "${_patches_dir}"/custom/add_firedragon_svg.patch
# Update privacy preferences
patch -Np1 -i "${_patches_dir}"/ui-patches/privacy-preferences.patch
rm -f "${srcdir}"/common/source_files/mozconfig
cp -r "${srcdir}"/common/source_files/* ./
}