Package Details: firedragon 1:11.12.2-1

Git Clone URL: https://aur.archlinux.org/firedragon.git (read-only, click to copy)
Package Base: firedragon
Description: Floorp fork build using custom branding and settings
Upstream URL: https://garudalinux.org
Keywords: browser firedragon firefox floorp
Licenses: MPL2, Floorp Shared Source License
Replaces: firedragon-next
Submitter: polyzen
Maintainer: dr460nf1r3 (FGD, garudalinux)
Last Packager: garudalinux
Votes: 23
Popularity: 0.167663
First Submitted: 2021-04-22 10:57 (UTC)
Last Updated: 2024-04-20 20:45 (UTC)

Dependencies (52)

Sources (7)

Pinned Comments

dr460nf1r3 commented on 2024-04-17 16:23 (UTC) (edited on 2024-04-17 16:26 (UTC) by dr460nf1r3)

Everyone can now participate in the general package update process! The process is almost entirely automated, these are the necessary steps:

  1. Create an MR with your changes to the source repo (the firedragon folder contains the files of this repo)
  2. Wait for a maintainer to review and merge it
  3. Done! When merging, the PKGBUILD will automatically be deployed to AUR via the CI pipeline.

FGD commented on 2024-02-03 22:31 (UTC)

We are finally there! After being frozen on version 119 and investing quite some time improving the app, Firedragon now has an entirely new base!

Please see the Announcement post:

https://forum.garudalinux.org/t/new-firedragon-major-version-is-out/34585

Latest Comments

« First ‹ Previous 1 2 3 4 5 6 7 8 .. 12 Next › Last »

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 '.')

dr460nf1r3 commented on 2023-03-22 19:28 (UTC)

Thanks for pointing it out, I still have to set up my working Arch dev environment in my new Nix installation, that's why I edited those by hand >.<

stefanwimmer128 commented on 2023-03-21 20:34 (UTC)

With your update to 111.0.1-1 you updated the checksum for firedragon.desktop (line 49) instead of the firefox source tar (line 47).

dr460nf1r3 commented on 2023-03-18 12:24 (UTC)

You were right about this, thanks again :)

stefanwimmer128 commented on 2023-03-18 10:51 (UTC)

Is there a reason why this patch was commented out in your recent commit? Because applying this patch appears to fix my issue.