Package Details: firedragon 118.0-1

Git Clone URL: https://aur.archlinux.org/firedragon.git (read-only, click to copy)
Package Base: firedragon
Description: Librewolf fork build using custom branding & settings
Upstream URL: https://gitlab.com/dr460nf1r3/settings/
Keywords: browser firedragon firefox librewolf plasmafox
Licenses: GPL, MPL, LGPL
Submitter: polyzen
Maintainer: dr460nf1r3 (FGD)
Last Packager: FGD
Votes: 25
Popularity: 1.07
First Submitted: 2021-04-22 10:57 (UTC)
Last Updated: 2023-09-29 20:06 (UTC)

Dependencies (51)

Sources (8)

Pinned Comments

dr460nf1r3 commented on 2021-07-16 15:52 (UTC)

Pre-built binaries are available at Chaotic-AUR. We use patches from Librewolf and OpenSUSE which means the package will be updated after they update their patches.

Latest Comments

1 2 3 4 5 6 .. 10 Next › Last »

kane_thornwyrd commented on 2023-08-01 21:31 (UTC) (edited on 2023-08-01 21:31 (UTC) by kane_thornwyrd)

And in the current version it is now 0023-fix-building-gcc-pgo-and-disable-watchdog-on-pgo-builds.patch

kane_thornwyrd commented on 2023-07-13 03:59 (UTC) (edited on 2023-07-13 03:59 (UTC) by kane_thornwyrd)

It seems that the Disable-watchdog-during-PGO-builds.patch changed name, again, and is 0013-bmo-1516081-Disable-watchdog-during-PGO-builds.patch instead of 0014-bmo-1516081-Disable-watchdog-during-PGO-builds.patch.

Louis commented on 2023-06-30 16:38 (UTC)

@dr460nf1r3 Any show stoppers for updating the patches?

dr460nf1r3 commented on 2023-06-29 19:26 (UTC)

@Louis: this one is outdated though and features the old patches.

Louis commented on 2023-06-25 21:18 (UTC)

Shouldn't the OpenSUSE KDE packages include appmenu support for KDE? I can't seem to get it to work while firefox-appmenu-bin works for me.

dr460nf1r3 commented on 2023-06-08 11:27 (UTC)

Thanks @Whyhow, already changed this locally. For now the new release is blocked by missing updates to unity-menubar / KDE patches.

Whyhow commented on 2023-06-07 17:26 (UTC) (edited on 2023-06-07 18:52 (UTC) by Whyhow)

CachyOS has changed their patch numbers, so now Disable-watchdog-during-PGO-builds is gentoo/0014, not gentoo/0015.

dr460nf1r3 commented on 2023-05-18 10:13 (UTC)

Very true, thank you!

toxygen commented on 2023-05-17 23:37 (UTC) (edited on 2023-05-18 00:21 (UTC) by toxygen)

113.0.1-1 failing to build for me:

0:34.52 /tmp/firedragon/src/firefox-113.0.1/browser/components/shell/nsKDEShellService.cpp:11:10: fatal error: 'nsKDEUtils.h' file not found 0:34.52 #include "nsKDEUtils.h" 0:34.52 ^~~~~~~~~~~~~~ 0:34.74 1 error generated.

file is being called from https://github.com/CachyOS/CachyOS-Browser-Common/blob/master/patches/unity_kde/firefox-kde.patch

looks like you need to re-add mozilla-kde.patch (or use the one in common/patches/kde-upstream/: https://gitlab.com/dr460nf1r3/common/-/blob/master/patches/kde-upstream/mozilla-kde.patch

which will create the missing file. I put it before

patch -Np1 -i "${_cachyos_patches_dir}"/unity_kde/firefox-kde.patch

in PKGBUILD. I'm testing the build with those changes now

[edit] that worked

Neko-san commented on 2023-03-31 04:12 (UTC) (edited on 2023-03-31 04:12 (UTC) by Neko-san)

This is needed or else the ffmpeg version check fails

_ffmpeg_ver=$(echo "${_ffmpeg_ver}" | cut -f 1 -d '.')