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

Update 114.0.1 without appmenu patch; ubuntu gotta be hella slow releasing those

This commit is contained in:
Nico Jensch
2023-06-11 12:35:53 +02:00
parent 9b7e797f56
commit ed8d12139f
2 changed files with 16 additions and 21 deletions

View File

@ -6,7 +6,7 @@
pkgname=firedragon
_pkgname=FireDragon
pkgver=113.0.2
pkgver=114.0.1
pkgrel=1
pkgdesc="Librewolf fork build using custom branding, settings & KDE patches by OpenSUSE"
arch=(x86_64 x86_64_v3 aarch64)
@ -19,8 +19,8 @@ _arch_git_blob=https://raw.githubusercontent.com/archlinux/svntogit-packages
depends=(gtk3 libxt mime-types dbus-glib nss ttf-font libpulse ffmpeg xdg-desktop-portal)
makedepends=(unzip zip diffutils yasm mesa imake inetutils xorg-server-xvfb
autoconf2.13 rust clang llvm jack nodejs cbindgen nasm mold gawk
python-setuptools python-zstandard git binutils dump_syms lld
'wasi-compiler-rt>13' 'wasi-libc>=1:0+258+30094b6' 'wasi-libc++>13' 'wasi-libc++abi>13' pciutils) # pciutils: only to avoid some PGO warning
python-setuptools python-zstandard git binutils dump_syms lld libxss
'wasi-compiler-rt>15' 'wasi-libc>=1:0+314+a1c7c2c' 'wasi-libc++>15' 'wasi-libc++abi>15' pciutils) # pciutils: only to avoid some PGO warning
optdepends=('firejail-git: Sandboxing the browser using the included profiles'
'profile-sync-daemon: Load the browser profile into RAM'
'whoogle: Searching the web using a locally running Whoogle instance'
@ -42,7 +42,7 @@ source=(https://archive.mozilla.org/pub/firefox/releases/"$pkgver"/source/firefo
"librewolf-source::git+https://gitlab.com/librewolf-community/browser/source.git"
"librewolf-settings::git+https://gitlab.com/librewolf-community/settings.git"
"cachyos-source::git+https://github.com/CachyOS/CachyOS-Browser-Common.git")
sha256sums=('f132b702836311b6cc40873b69df3ce208d035dbc8ce390c390eebd63d27c7a3'
sha256sums=('7e4ebc13e8c94af06f703af2119cf1641d4186174a3d59b7812f9d28f61b7d18'
'SKIP'
'53d3e743f3750522318a786befa196237892c93f20571443fdf82a480e7f0560'
'SKIP'
@ -168,15 +168,15 @@ END
# Upstream patches from gentoo
# PGO improvements
patch -Np1 -i "${_cachyos_patches_dir}"/gentoo/0015-bmo-1516081-Disable-watchdog-during-PGO-builds.patch
patch -Np1 -i "${_cachyos_patches_dir}"/gentoo/0014-bmo-1516081-Disable-watchdog-during-PGO-builds.patch
# Remove some pre-installed addons that might be questionable
patch -Np1 -i "${_librewolf_patches_dir}"/remove_addons.patch
# KDE menu and unity menubar
patch -Np1 -i "${_cachyos_patches_dir}"/unity_kde/firefox-kde.patch
# patch -Np1 -i "${_cachyos_patches_dir}"/unity_kde/firefox-kde.patch
# patch -Np1 -i "${_patches_dir}"/kde-upstream/unity-menubar.patch
patch -Np1 -i "${_patches_dir}"/kde-upstream/mozilla-kde.patch
patch -Np1 -i "${_patches_dir}"/kde-upstream/unity-menubar.patch
# Disabling Pocket
patch -Np1 -i "${_librewolf_patches_dir}"/sed-patches/disable-pocket.patch
@ -204,9 +204,6 @@ END
# Don't nag to set default browser
patch -Np1 -i "${_librewolf_patches_dir}"/ui-patches/hide-default-browser.patch
# Add LibreWolf logo to Debugging Page
patch -Np1 -i "${_librewolf_patches_dir}"/ui-patches/lw-logo-devtools.patch
# Remove firefox references in the urlbar, when suggesting opened tabs.
patch -Np1 -i "${_librewolf_patches_dir}"/ui-patches/remove-branding-urlbar.patch
@ -231,9 +228,6 @@ END
# Allows hiding the password manager (from the lw pref pane) / via a pref
patch -Np1 -i "${_librewolf_patches_dir}"/hide-passwordmgr.patch
# Faster multilocate
patch -Np1 -i "${_librewolf_patches_dir}"/faster-package-multi-locale.patch
# Pref pane - custom FireDragon svg
patch -Np1 -i "${_patches_dir}"/custom/librewolf-pref-pane.patch
patch -Np1 -i "${_patches_dir}"/custom/add_firedragon_svg.patch