1
0
mirror of https://aur.archlinux.org/firedragon.git synced 2025-07-07 05:24:32 +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/1894637990.
This commit is contained in:
GitLab CI
2025-06-27 20:06:05 +00:00
parent 51a41eb4f9
commit 6b778b0f8e
2 changed files with 5 additions and 11 deletions

View File

@ -1,6 +1,6 @@
pkgbase = firedragon pkgbase = firedragon
pkgdesc = Floorp fork build using custom branding and settings pkgdesc = Floorp fork build using custom branding and settings
pkgver = 11.28.0_1 pkgver = 11.28.0_2
pkgrel = 1 pkgrel = 1
epoch = 1 epoch = 1
url = https://firedragon.garudalinux.org url = https://firedragon.garudalinux.org
@ -39,14 +39,12 @@ pkgbase = firedragon
depends = gtk3 depends = gtk3
depends = libevent depends = libevent
depends = libjpeg depends = libjpeg
depends = libpulse
depends = libvpx depends = libvpx
depends = libwebp depends = libwebp
depends = libxss depends = libxss
depends = libxt depends = libxt
depends = mime-types depends = mime-types
depends = nss depends = nss
depends = pipewire
depends = ttf-font depends = ttf-font
depends = zlib depends = zlib
optdepends = hunspell-dictionary: Spell checking optdepends = hunspell-dictionary: Spell checking
@ -66,10 +64,10 @@ 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.28.0-1/downloads/firedragon-v11.28.0-1.source.tar.zst source = https://gitlab.com/garuda-linux/firedragon/builder/-/releases/v11.28.0-2/downloads/firedragon-v11.28.0-2.source.tar.zst
source = https://gitlab.com/garuda-linux/firedragon/settings/-/raw/master/firedragon.psd source = https://gitlab.com/garuda-linux/firedragon/settings/-/raw/master/firedragon.psd
source = https://gitlab.com/garuda-linux/firedragon/settings/-/raw/master/firedragon.desktop source = https://gitlab.com/garuda-linux/firedragon/settings/-/raw/master/firedragon.desktop
sha256sums = 38e4b32e73a529df45e1285f5d1976e3f5adfbd702b916b36951bd49ef6c1f26 sha256sums = b4a99bd5e8625ee249d92c3232b6898f11ec628fa6df2473d97f45b8b59ef367
sha256sums = 61355930cc59813e7e610ffdab8a01e32be980fffe1dfd8f9654b8f8f9f7fdc0 sha256sums = 61355930cc59813e7e610ffdab8a01e32be980fffe1dfd8f9654b8f8f9f7fdc0
sha256sums = 53d3e743f3750522318a786befa196237892c93f20571443fdf82a480e7f0560 sha256sums = 53d3e743f3750522318a786befa196237892c93f20571443fdf82a480e7f0560

View File

@ -8,7 +8,7 @@
# Profile with xvfb-run, if possible # Profile with xvfb-run, if possible
: ${_build_pgo_xvfb:=false} : ${_build_pgo_xvfb:=false}
_pkgver=11.28.0-1 _pkgver=11.28.0-2
pkgname=firedragon pkgname=firedragon
_pkgname=FireDragon _pkgname=FireDragon
@ -25,14 +25,12 @@ depends=(dbus
gtk3 gtk3
libevent libevent
libjpeg libjpeg
libpulse
libvpx libvpx
libwebp libwebp
libxss libxss
libxt libxt
mime-types mime-types
nss nss
pipewire
ttf-font ttf-font
zlib) zlib)
makedepends=(cbindgen makedepends=(cbindgen
@ -80,7 +78,7 @@ backup=("usr/lib/${pkgname}/${pkgname}.cfg"
source=(https://gitlab.com/garuda-linux/firedragon/builder/-/releases/v${_pkgver}/downloads/firedragon-v${_pkgver}.source.tar.zst source=(https://gitlab.com/garuda-linux/firedragon/builder/-/releases/v${_pkgver}/downloads/firedragon-v${_pkgver}.source.tar.zst
https://gitlab.com/garuda-linux/firedragon/settings/-/raw/master/firedragon.psd https://gitlab.com/garuda-linux/firedragon/settings/-/raw/master/firedragon.psd
https://gitlab.com/garuda-linux/firedragon/settings/-/raw/master/firedragon.desktop) https://gitlab.com/garuda-linux/firedragon/settings/-/raw/master/firedragon.desktop)
sha256sums=('38e4b32e73a529df45e1285f5d1976e3f5adfbd702b916b36951bd49ef6c1f26' sha256sums=('b4a99bd5e8625ee249d92c3232b6898f11ec628fa6df2473d97f45b8b59ef367'
'61355930cc59813e7e610ffdab8a01e32be980fffe1dfd8f9654b8f8f9f7fdc0' '61355930cc59813e7e610ffdab8a01e32be980fffe1dfd8f9654b8f8f9f7fdc0'
'53d3e743f3750522318a786befa196237892c93f20571443fdf82a480e7f0560') '53d3e743f3750522318a786befa196237892c93f20571443fdf82a480e7f0560')
@ -165,8 +163,6 @@ 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-jxl
ac_add_options --enable-proxy-bypass-protection ac_add_options --enable-proxy-bypass-protection
ac_add_options --enable-pulseaudio
ac_add_options --enable-raw
ac_add_options --enable-sandbox ac_add_options --enable-sandbox
ac_add_options --enable-strip ac_add_options --enable-strip