1
0
mirror of https://aur.archlinux.org/firedragon.git synced 2025-09-13 13:26:17 +00:00

chore: update firedragon

This commit was automatically generated to reflect changes to this package in another repository.

The changelog for this package can be found at https://gitlab.com/garuda-linux/pkgbuilds/-/commits/main/firedragon.

Logs of the corresponding pipeline run can be found here: https://gitlab.com/garuda-linux/pkgbuilds/-/pipelines/2006638620.
This commit is contained in:
GitLab CI
2025-08-27 12:27:51 +00:00
parent eda8250553
commit 39471503c2
2 changed files with 104 additions and 161 deletions

View File

@@ -1,11 +1,14 @@
pkgbase = firedragon pkgbase = firedragon
pkgdesc = Floorp fork build using custom branding and settings pkgdesc = Floorp fork build using custom branding and settings
pkgver = 11.30.0_1 pkgver = 12.1.1
pkgrel = 2 pkgrel = 1
epoch = 1 epoch = 1
url = https://firedragon.garudalinux.org url = https://firedragon.garudalinux.org
arch = x86_64 arch = x86_64
arch = aarch64
license = MPL2 license = MPL2
makedepends = deno
makedepends = rsync
makedepends = cbindgen makedepends = cbindgen
makedepends = clang makedepends = clang
makedepends = diffutils makedepends = diffutils
@@ -18,7 +21,6 @@ pkgbase = firedragon
makedepends = lld makedepends = lld
makedepends = llvm makedepends = llvm
makedepends = mesa makedepends = mesa
makedepends = mold
makedepends = nasm makedepends = nasm
makedepends = nodejs makedepends = nodejs
makedepends = python makedepends = python
@@ -37,16 +39,12 @@ pkgbase = firedragon
depends = dbus-glib depends = dbus-glib
depends = ffmpeg depends = ffmpeg
depends = gtk3 depends = gtk3
depends = libevent depends = libpulse
depends = libjpeg
depends = libvpx
depends = libwebp
depends = libxss depends = libxss
depends = libxt depends = libxt
depends = mime-types depends = mime-types
depends = nss depends = nss
depends = ttf-font depends = ttf-font
depends = zlib
optdepends = hunspell-dictionary: Spell checking optdepends = hunspell-dictionary: Spell checking
optdepends = libnotify: Notification integration optdepends = libnotify: Notification integration
optdepends = networkmanager: Location detection via available WiFi networks optdepends = networkmanager: Location detection via available WiFi networks
@@ -56,7 +54,6 @@ pkgbase = firedragon
optdepends = speech-dispatcher: Text-to-Speech optdepends = speech-dispatcher: Text-to-Speech
optdepends = whoogle: Searching the web using a locally running Whoogle instance optdepends = whoogle: Searching the web using a locally running Whoogle instance
optdepends = xdg-desktop-portal: Screensharing with Wayland optdepends = xdg-desktop-portal: Screensharing with Wayland
replaces = firedragon-next
options = !debug options = !debug
options = !emptydirs options = !emptydirs
options = !lto options = !lto
@@ -64,11 +61,9 @@ pkgbase = firedragon
options = !strip options = !strip
backup = usr/lib/firedragon/firedragon.cfg backup = usr/lib/firedragon/firedragon.cfg
backup = usr/lib/firedragon/distribution/policies.json backup = usr/lib/firedragon/distribution/policies.json
source = https://gitlab.com/garuda-linux/firedragon/builder/-/releases/v11.30.0-1/downloads/firedragon-v11.30.0-1.source.tar.zst source = firedragon-source-v12.1.1.tar.zst::https://gitlab.com/garuda-linux/firedragon/firedragon12/-/releases/v12.1.1/downloads/firedragon-source.tar.zst
source = https://gitlab.com/garuda-linux/firedragon/settings/-/raw/master/firedragon.psd source = firedragon.psd::https://github.com/stefanwimmer128/profile-sync-daemon/raw/refs/heads/firedragon/contrib/firedragon
source = https://gitlab.com/garuda-linux/firedragon/settings/-/raw/master/firedragon.desktop sha256sums = 1dbb74d2f3b6bbe2fe2a6fab364ad2330c7b358fc5dd985ea8afcbae4640e5ed
sha256sums = eae7cc8a030c5a2f4186473cc93f4669acec197697fdefcce70c40ff34f79cc3
sha256sums = 61355930cc59813e7e610ffdab8a01e32be980fffe1dfd8f9654b8f8f9f7fdc0 sha256sums = 61355930cc59813e7e610ffdab8a01e32be980fffe1dfd8f9654b8f8f9f7fdc0
sha256sums = 53d3e743f3750522318a786befa196237892c93f20571443fdf82a480e7f0560
pkgname = firedragon pkgname = firedragon

242
PKGBUILD
View File

@@ -8,79 +8,73 @@
# Profile with xvfb-run, if possible # Profile with xvfb-run, if possible
: ${_build_pgo_xvfb:=false} : ${_build_pgo_xvfb:=false}
_pkgver=11.30.0-1 _pkgver=12.1.1
pkgname=firedragon pkgname=firedragon
_pkgname=FireDragon _pkgname=FireDragon
pkgver=${_pkgver//-/_} pkgver=${_pkgver//-/_}
pkgrel=2 pkgrel=1
epoch=1 epoch=1
pkgdesc="Floorp fork build using custom branding and settings" pkgdesc="Floorp fork build using custom branding and settings"
url='https://firedragon.garudalinux.org' url='https://firedragon.garudalinux.org'
arch=('x86_64') arch=('x86_64' 'aarch64')
license=('MPL2') license=('MPL2')
depends=(dbus depends=(dbus
dbus-glib dbus-glib
ffmpeg ffmpeg
gtk3 gtk3
libevent libpulse
libjpeg libxss
libvpx libxt
libwebp mime-types
libxss nss
libxt ttf-font)
mime-types makedepends=(deno
nss rsync
ttf-font cbindgen
zlib) clang
makedepends=(cbindgen diffutils
clang dump_syms
diffutils imagemagick
dump_syms imake
imagemagick inetutils
imake git
inetutils jack
git lld
jack llvm
lld mesa
llvm nasm
mesa nodejs
mold python
nasm rust
nodejs unzip
python wasi-compiler-rt
rust wasi-libc
unzip wasi-libc++
wasi-compiler-rt wasi-libc++abi
wasi-libc xorg-server-xvfb
wasi-libc++ yasm
wasi-libc++abi zip)
xorg-server-xvfb
yasm
zip)
optdepends=('hunspell-dictionary: Spell checking' optdepends=('hunspell-dictionary: Spell checking'
'libnotify: Notification integration' 'libnotify: Notification integration'
'networkmanager: Location detection via available WiFi networks' 'networkmanager: Location detection via available WiFi networks'
'profile-sync-daemon: Load the browser profile into RAM' 'profile-sync-daemon: Load the browser profile into RAM'
'pulse-native-provider: Audio support' 'pulse-native-provider: Audio support'
'searx: Searching the web using a locally running searX instance' 'searx: Searching the web using a locally running searX instance'
'speech-dispatcher: Text-to-Speech' 'speech-dispatcher: Text-to-Speech'
'whoogle: Searching the web using a locally running Whoogle instance' 'whoogle: Searching the web using a locally running Whoogle instance'
'xdg-desktop-portal: Screensharing with Wayland') 'xdg-desktop-portal: Screensharing with Wayland')
replaces=(firedragon-next)
options=(!debug options=(!debug
!emptydirs !emptydirs
!lto !lto
!makeflags !makeflags
!strip) !strip)
backup=("usr/lib/${pkgname}/${pkgname}.cfg" backup=("usr/lib/${pkgname}/${pkgname}.cfg"
"usr/lib/${pkgname}/distribution/policies.json") "usr/lib/${pkgname}/distribution/policies.json")
source=(https://gitlab.com/garuda-linux/firedragon/builder/-/releases/v${_pkgver}/downloads/firedragon-v${_pkgver}.source.tar.zst source=(firedragon-source-v"$_pkgver".tar.zst::https://gitlab.com/garuda-linux/firedragon/firedragon12/-/releases/v"$_pkgver"/downloads/firedragon-source.tar.zst
https://gitlab.com/garuda-linux/firedragon/settings/-/raw/master/firedragon.psd firedragon.psd::https://github.com/stefanwimmer128/profile-sync-daemon/raw/refs/heads/firedragon/contrib/firedragon)
https://gitlab.com/garuda-linux/firedragon/settings/-/raw/master/firedragon.desktop) sha256sums=('1dbb74d2f3b6bbe2fe2a6fab364ad2330c7b358fc5dd985ea8afcbae4640e5ed'
sha256sums=('eae7cc8a030c5a2f4186473cc93f4669acec197697fdefcce70c40ff34f79cc3' '61355930cc59813e7e610ffdab8a01e32be980fffe1dfd8f9654b8f8f9f7fdc0')
'61355930cc59813e7e610ffdab8a01e32be980fffe1dfd8f9654b8f8f9f7fdc0'
'53d3e743f3750522318a786befa196237892c93f20571443fdf82a480e7f0560')
# Select the method of profiling # Select the method of profiling
if [[ "${_build_pgo::1}" == "t" ]]; then if [[ "${_build_pgo::1}" == "t" ]]; then
@@ -91,85 +85,41 @@ if [[ "${_build_pgo::1}" == "t" ]]; then
fi fi
fi fi
_deno() {
pushd "${srcdir}/firedragon-source-v${_pkgver}/firedragon" > /dev/null || return
DENO_DIR="${srcdir}/deno" deno "$@"
popd > /dev/null || return
}
prepare() { prepare() {
rm -rf "${srcdir}/mozbuild" rm -rf "${srcdir}/mozbuild"
mkdir "${srcdir}/mozbuild" mkdir "${srcdir}/mozbuild"
cd firedragon-v"${_pkgver}" || exit cd firedragon-source-v"${_pkgver}" || exit
_deno install --allow-scripts --frozen
_target="$(_deno task build --get-target)"
cat > ../mozconfig << END cat > ../mozconfig << END
ac_add_options --with-app-basename=${_pkgname} . "\$topsrcdir/firedragon/gecko/mozconfigs/edition/firedragon-dr460nized.mozconfig"
ac_add_options --with-app-name=${pkgname} . "\$topsrcdir/firedragon/gecko/mozconfigs/target/$_target.mozconfig"
ac_add_options --with-branding=browser/branding/firedragon
ac_add_options --with-l10n-base=${PWD@Q}/floorp/browser/locales/l10n-central ac_add_options --with-noraneko-dist=firedragon/_dist/noraneko
ac_add_options --enable-application=browser ac_add_options --enable-firedragon-settings
mk_add_options MOZ_OBJDIR=${PWD@Q}/obj
# Build options # Build options
ac_add_options --enable-linker=lld
ac_add_options --disable-bootstrap ac_add_options --disable-bootstrap
ac_add_options --disable-elf-hack
ac_add_options --enable-default-toolkit=cairo-gtk3-wayland
ac_add_options --enable-hardening
ac_add_options --enable-linker=mold
ac_add_options --enable-release
ac_add_options --enable-rust-simd
ac_add_options --enable-wasm-simd
ac_add_options --prefix=/usr
ac_add_options --with-wasi-sysroot=/usr/share/wasi-sysroot ac_add_options --with-wasi-sysroot=/usr/share/wasi-sysroot
export MOZ_INCLUDE_SOURCE_INFO=1
# Branding
ac_add_options --allow-addon-sideload
ac_add_options --enable-unverified-updates
ac_add_options --enable-update-channel=release
ac_add_options --with-distribution-id=org.garudalinux
ac_add_options --with-unsigned-addon-scopes=app,system
export MOZILLA_OFFICIAL=1
export MOZ_APP_REMOTINGNAME=${pkgname}
export MOZ_CRASHREPORTER=
export MOZ_DATA_REPORTING=
export MOZ_REQUIRE_SIGNING=
mk_add_options MOZ_SERVICES_HEALTHREPORT=0
export MOZ_TELEMETRY_REPORTING=
# System libraries # System libraries
ac_add_options --with-system-jpeg
ac_add_options --with-system-libevent
ac_add_options --with-system-libvpx
ac_add_options --with-system-nspr ac_add_options --with-system-nspr
ac_add_options --with-system-nss ac_add_options --with-system-nss
ac_add_options --with-system-webp
ac_add_options --with-system-zlib
# Features # Features
ac_add_options --disable-crashreporter # (Minimize telemetry)
ac_add_options --disable-debug
ac_add_options --disable-debug-js-modules
ac_add_options --disable-debug-symbols
ac_add_options --disable-default-browser-agent
ac_add_options --disable-gpsd
ac_add_options --disable-necko-wifi
ac_add_options --disable-parental-controls # (Disable local/OS MTIM)
ac_add_options --disable-rust-tests
ac_add_options --disable-synth-speechd
ac_add_options --disable-tests
ac_add_options --disable-updater ac_add_options --disable-updater
ac_add_options --disable-warnings-as-errors
ac_add_options --disable-webspeech
ac_add_options --disable-webspeechtestbackend
ac_add_options --enable-alsa
ac_add_options --enable-av1
ac_add_options --enable-eme=widevine
ac_add_options --enable-jack ac_add_options --enable-jack
ac_add_options --enable-jxl
ac_add_options --enable-proxy-bypass-protection
ac_add_options --enable-sandbox
ac_add_options --enable-strip
# Optimization
ac_add_options --enable-optimize=-O3
ac_add_options OPT_LEVEL="3"
ac_add_options RUSTC_OPT_LEVEL="3"
# Other # Other
export AR=/usr/bin/llvm-ar export AR=/usr/bin/llvm-ar
@@ -181,13 +131,21 @@ END
} }
build() { build() {
cd firedragon-v"${_pkgver}" || exit cd firedragon-source-v"${_pkgver}" || exit
# Clean source directory from previous build attempts
./mach clobber
_deno task build --write-buildid2
NODE_ENV=production _deno task build --release-build-before
export MACH_BUILD_PYTHON_NATIVE_PACKAGE_SOURCE=pip export MACH_BUILD_PYTHON_NATIVE_PACKAGE_SOURCE=pip
export MOZBUILD_STATE_PATH="${srcdir}/mozbuild" export MOZBUILD_STATE_PATH="${srcdir}/mozbuild"
export MOZ_ENABLE_FULL_SYMBOLS=1 export MOZ_BUILD_DATE="$(date -u${SOURCE_DATE_EPOCH:+d @$SOURCE_DATE_EPOCH} +%Y%m%d%H%M%S)"
export MOZ_NOSPAM=1 export MOZ_NOSPAM=1
export MOZ_PROFILER_STARTUP=1 # Starts the profiler is started as early as possible during startup.
# Work around https://bugzilla.mozilla.org/show_bug.cgi?id=1969383
export RUST_MIN_STACK=16777216
# Fix DRI/zink issues during compilation # Fix DRI/zink issues during compilation
export LIBGL_ALWAYS_SOFTWARE=true export LIBGL_ALWAYS_SOFTWARE=true
@@ -205,8 +163,8 @@ build() {
# Do 3-tier PGO # Do 3-tier PGO
if [[ "${_build_pgo::1}" == "t" ]]; then if [[ "${_build_pgo::1}" == "t" ]]; then
local _old_profdata="${SRCDEST:-$startdir}/merged.profdata" local _old_profdata="$srcdir/merged.profdata"
local _old_jarlog="${SRCDEST:-$startdir}/jarlog" local _old_jarlog="$srcdir/jarlog"
# Restore old profile # Restore old profile
if [[ "${_build_pgo_reuse::1}" == "t" ]]; then if [[ "${_build_pgo_reuse::1}" == "t" ]]; then
@@ -228,6 +186,8 @@ build() {
echo >> .mozconfig "ac_add_options --enable-profile-generate=cross" echo >> .mozconfig "ac_add_options --enable-profile-generate=cross"
./mach build ./mach build
_deno task build --release-build-after
echo "Profiling instrumented browser..." echo "Profiling instrumented browser..."
./mach package ./mach package
@@ -243,15 +203,16 @@ build() {
) )
fi fi
LLVM_PROFDATA=llvm-profdata JARLOG_FILE=${PWD@Q}/jarlog \ LLVM_PROFDATA=llvm-profdata JARLOG_FILE="$PWD"/jarlog \
"${_headless_run[@]}" -- ./mach python build/pgo/profileserver.py "${_headless_run[@]}" -- ./mach python build/pgo/profileserver.py
echo "Removing instrumented browser..." echo "Removing instrumented browser..."
./mach clobber ./mach clobber objdir
fi fi
echo "Building optimized browser..." echo "Building optimized browser..."
cat > .mozconfig ../mozconfig cat > .mozconfig ../mozconfig
echo >> .mozconfig "ac_add_options --enable-lto=cross,full"
if [[ -s merged.profdata ]]; then if [[ -s merged.profdata ]]; then
stat -c "Profile data found (%s bytes)" merged.profdata stat -c "Profile data found (%s bytes)" merged.profdata
@@ -278,28 +239,21 @@ build() {
else else
echo "Building browser..." echo "Building browser..."
cat > .mozconfig ../mozconfig cat > .mozconfig ../mozconfig
echo >> .mozconfig "ac_add_options --enable-lto=cross,full"
./mach build ./mach build
fi fi
echo "Building symbol archive..." _deno task build --release-build-after
./mach buildsymbols
echo "Packaging browser with locales..."
./mach package
./mach package-multi-locale --locales ar cs da de el en-US en-GB es-ES fr hu id it ja ko lt nl nn-NO pl pt-BR pt-PT ru sv-SE th tr uk zh-CN zh-TW
} }
package() { package() {
cd firedragon-v"${_pkgver}" || exit cd firedragon-source-v"${_pkgver}" || exit
install -Ddvm755 "${pkgdir}/usr/lib/${pkgname}" DESTDIR="$pkgdir" ./mach install
cp -rvf "obj/dist/firedragon/." "${pkgdir}/usr/lib/${pkgname}"
install -Ddvm755 "${pkgdir}/usr/bin" install -Ddvm755 "${pkgdir}/usr/bin"
ln -srfv "$pkgdir/usr/lib/${pkgname}/${pkgname}" "$pkgdir/usr/bin/${pkgname}" ln -srfv "$pkgdir/usr/lib/${pkgname}/${pkgname}" "$pkgdir/usr/bin/${pkgname}"
rm "${pkgdir}/usr/lib/${pkgname}/pingsender"
local vendorjs="${pkgdir}/usr/lib/${pkgname}/browser/defaults/preferences/vendor.js" local vendorjs="${pkgdir}/usr/lib/${pkgname}/browser/defaults/preferences/vendor.js"
install -Dvm644 /dev/stdin "${vendorjs}" << END install -Dvm644 /dev/stdin "${vendorjs}" << END
// Use LANG environment variable to choose locale // Use LANG environment variable to choose locale
@@ -331,12 +285,6 @@ app.distributor.channel=${pkgname}
app.partner.garudalinux=garudalinux app.partner.garudalinux=garudalinux
END END
# Use system certificates
local nssckbi="${pkgdir}/usr/lib/${pkgname}/libnssckbi.so"
if [[ -e "${nssckbi}" ]]; then
ln -srfv "${pkgdir}/usr/lib/libnssckbi.so" "${nssckbi}"
fi
# Make native messaging work # Make native messaging work
ln -s "/usr/lib/mozilla/native-messaging-hosts" "${pkgdir}/usr/lib/${pkgname}/native-messaging-hosts" ln -s "/usr/lib/mozilla/native-messaging-hosts" "${pkgdir}/usr/lib/${pkgname}/native-messaging-hosts"
@@ -363,6 +311,6 @@ END
ln -srfv "$pkgdir/usr/bin/$pkgname" "$pkgdir/usr/lib/$pkgname/${pkgname%-*}-bin" ln -srfv "$pkgdir/usr/bin/$pkgname" "$pkgdir/usr/lib/$pkgname/${pkgname%-*}-bin"
# All the needed configuration files # All the needed configuration files
install -Dvm644 "../${pkgname}.desktop" "${pkgdir}/usr/share/applications/${pkgname}.desktop" install -Dvm644 "firedragon/assets/${pkgname}.desktop" "${pkgdir}/usr/share/applications/${pkgname}.desktop"
install -Dvm644 "${srcdir}/firedragon.psd" "${pkgdir}/usr/share/psd/browsers/firedragon" install -Dvm644 "${srcdir}/firedragon.psd" "${pkgdir}/usr/share/psd/browsers/firedragon"
} }