1
0
mirror of https://aur.archlinux.org/firedragon.git synced 2025-10-13 13:07:02 +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/2078058753.
This commit is contained in:
GitLab CI
2025-10-03 08:13:05 +00:00
parent 32f006a988
commit 7fa3516219
2 changed files with 9 additions and 16 deletions

View File

@@ -1,7 +1,7 @@
pkgbase = firedragon
pkgdesc = Floorp fork build using custom branding and settings
pkgver = 12.4.1
pkgrel = 2
pkgver = 12.4.2
pkgrel = 1
epoch = 1
url = https://firedragon.garudalinux.org
arch = x86_64
@@ -58,12 +58,10 @@ pkgbase = firedragon
options = !strip
backup = usr/lib/firedragon/firedragon.cfg
backup = usr/lib/firedragon/distribution/policies.json
source = firedragon-source-v12.4.1.tar.zst::https://gitlab.com/garuda-linux/firedragon/firedragon12/-/releases/v12.4.1/downloads/firedragon-source.tar.zst
source = firedragon-source-v12.4.2.tar.zst::https://gitlab.com/garuda-linux/firedragon/firedragon12/-/releases/v12.4.2/downloads/firedragon-source.tar.zst
source = firedragon.psd::https://github.com/stefanwimmer128/profile-sync-daemon/raw/refs/heads/firedragon/contrib/firedragon
source = https://gitlab.com/garuda-linux/firedragon/firedragon12/-/commit/fc4c16a403454247c96c0d0a4e30239111af7b76.patch
sha256sums = d4631ac9d65dfd0314bc85eeaaf6e61f6ef846ea48d181de918b274a9b9b789b
sha256sums = c7d3b821ef5340fac8c1e685b9ea47af02cd47d2958d9bbaab0af044927c4410
sha256sums = 61355930cc59813e7e610ffdab8a01e32be980fffe1dfd8f9654b8f8f9f7fdc0
sha256sums = d5c11ae00e9a88465f1d65fcad46553c6ad45df71db37fbb28789823e2642f2c
source_x86_64 = deno-x86_64-v2.5.0.zip::https://github.com/denoland/deno/releases/download/v2.5.0/deno-x86_64-unknown-linux-gnu.zip
sha256sums_x86_64 = 4561adb06b13f287a3785276cb29f377b7ffb49d54290178223b037e161446d3
source_aarch64 = deno-aarch64-v2.5.0.zip::https://github.com/denoland/deno/releases/download/v2.5.0/deno-aarch64-unknown-linux-gnu.zip

View File

@@ -8,13 +8,13 @@
# Profile with xvfb-run, if possible
: ${_build_pgo_xvfb:=false}
_pkgver=12.4.1
_pkgver=12.4.2
_deno_ver=2.5.0
pkgname=firedragon
_pkgname=FireDragon
pkgver=${_pkgver//-/_}
pkgrel=2
pkgrel=1
epoch=1
pkgdesc="Floorp fork build using custom branding and settings"
url='https://firedragon.garudalinux.org'
@@ -72,13 +72,11 @@ options=(!debug
backup=("usr/lib/${pkgname}/${pkgname}.cfg"
"usr/lib/${pkgname}/distribution/policies.json")
source=(firedragon-source-v"$_pkgver".tar.zst::https://gitlab.com/garuda-linux/firedragon/firedragon12/-/releases/v"$_pkgver"/downloads/firedragon-source.tar.zst
firedragon.psd::https://github.com/stefanwimmer128/profile-sync-daemon/raw/refs/heads/firedragon/contrib/firedragon
https://gitlab.com/garuda-linux/firedragon/firedragon12/-/commit/fc4c16a403454247c96c0d0a4e30239111af7b76.patch)
firedragon.psd::https://github.com/stefanwimmer128/profile-sync-daemon/raw/refs/heads/firedragon/contrib/firedragon)
source_x86_64=(deno-x86_64-v$"$_deno_ver".zip::https://github.com/denoland/deno/releases/download/v"$_deno_ver"/deno-x86_64-unknown-linux-gnu.zip)
source_aarch64=(deno-aarch64-v$"$_deno_ver".zip::https://github.com/denoland/deno/releases/download/v"$_deno_ver"/deno-aarch64-unknown-linux-gnu.zip)
sha256sums=('d4631ac9d65dfd0314bc85eeaaf6e61f6ef846ea48d181de918b274a9b9b789b'
'61355930cc59813e7e610ffdab8a01e32be980fffe1dfd8f9654b8f8f9f7fdc0'
'd5c11ae00e9a88465f1d65fcad46553c6ad45df71db37fbb28789823e2642f2c')
sha256sums=('c7d3b821ef5340fac8c1e685b9ea47af02cd47d2958d9bbaab0af044927c4410'
'61355930cc59813e7e610ffdab8a01e32be980fffe1dfd8f9654b8f8f9f7fdc0')
sha256sums_x86_64=('4561adb06b13f287a3785276cb29f377b7ffb49d54290178223b037e161446d3')
sha256sums_aarch64=('81d2ef446954429f0dcbcb24cdce115e5bb2c3a3548b79c01b49ec959682ac9b')
@@ -105,9 +103,6 @@ prepare() {
cd firedragon-source-v"${_pkgver}" || exit
# https://gitlab.com/garuda-linux/firedragon/firedragon12/-/commit/fc4c16a403454247c96c0d0a4e30239111af7b76
patch -Nsp1 -d firedragon -i "$srcdir"/fc4c16a403454247c96c0d0a4e30239111af7b76.patch
_deno install --allow-scripts --frozen
_target="$(_deno task build --get-target)"