1
0
mirror of https://aur.archlinux.org/firedragon.git synced 2024-12-25 20:24:14 +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/1376066633.
This commit is contained in:
GitLab CI 2024-07-16 16:57:48 +00:00
parent 3d03cbfb37
commit 5d80d0d8aa
2 changed files with 21 additions and 19 deletions

View File

@ -1,6 +1,6 @@
pkgbase = firedragon
pkgdesc = Floorp fork build using custom branding and settings
pkgver = 11.14.1
pkgver = 11.15.0
pkgrel = 1.1
epoch = 1
url = https://garudalinux.org
@ -8,7 +8,7 @@ pkgbase = firedragon
license = MPL2
license = Floorp Shared Source License
makedepends = cbindgen
makedepends = clang
makedepends = clang17
makedepends = diffutils
makedepends = dump_syms
makedepends = imagemagick
@ -16,15 +16,15 @@ pkgbase = firedragon
makedepends = inetutils
makedepends = git
makedepends = jack
makedepends = lld
makedepends = llvm
makedepends = lld17
makedepends = llvm17
makedepends = mesa
makedepends = mold
makedepends = nasm
makedepends = nodejs
makedepends = python
makedepends = unzip
makedepends = wasi-compiler-rt
makedepends = wasi-compiler-rt17
makedepends = wasi-libc
makedepends = wasi-libc++
makedepends = wasi-libc++abi
@ -66,7 +66,7 @@ pkgbase = firedragon
options = !strip
backup = usr/lib/firedragon/firedragon.cfg
backup = usr/lib/firedragon/distribution/policies.json
source = https://gitlab.com/api/v4/projects/55893651/packages/generic/firedragon/11.14.1-1/firedragon-v11.14.1-1.source.tar.zst
source = https://gitlab.com/garuda-linux/firedragon/builder/-/releases/v11.15.0-1/downloads/firedragon-v11.15.0-1.source.tar.zst
source = patch-python3.12-bug1831512.patch
source = patch-python3.12-bug1860051.patch
source = patch-python3.12-bug1866829.patch
@ -74,7 +74,7 @@ pkgbase = firedragon
source = rustup.sh::https://sh.rustup.rs
source = https://gitlab.com/garuda-linux/firedragon/settings/-/raw/master/firedragon.psd
source = https://gitlab.com/garuda-linux/firedragon/settings/-/raw/master/firedragon.desktop
sha256sums = b23aa519337381120f6a5f95bff8e4000c2f4cf4ae49e71a857302ce0b444115
sha256sums = 4282968e77c7d402a135604ab7d5e155bbc34cbfecef18cb8c464086dc8a3c3d
sha256sums = 9516c36c145d365c3b65153d83a5b3b0dd8a319b5c30d47a390070892bd431b3
sha256sums = 168d16a027a81c311c58f9302858244dfa5517f0a95a8d3df1abbf9b93b9d455
sha256sums = df27ed1e0da5b192224978dc2a593a97e18e6e22062c611fc32b277500324e62

View File

@ -8,7 +8,7 @@
# Profile with xvfb-run, if possible
: ${_build_pgo_xvfb:=false}
_pkgver=11.14.1-1
_pkgver=11.15.0-1
_pkgrel=1
pkgname=firedragon
@ -37,7 +37,7 @@ depends=(dbus
ttf-font
zlib)
makedepends=(cbindgen
clang
clang17
diffutils
dump_syms
imagemagick
@ -45,15 +45,15 @@ makedepends=(cbindgen
inetutils
git
jack
lld
llvm
lld17
llvm17
mesa
mold
nasm
nodejs
python
unzip
wasi-compiler-rt
wasi-compiler-rt17
wasi-libc
wasi-libc++
wasi-libc++abi
@ -77,7 +77,7 @@ options=(!debug
!strip)
backup=("usr/lib/${pkgname}/${pkgname}.cfg"
"usr/lib/${pkgname}/distribution/policies.json")
source=(https://gitlab.com/api/v4/projects/55893651/packages/generic/firedragon/${_pkgver}/firedragon-v${_pkgver}.source.tar.zst
source=(https://gitlab.com/garuda-linux/firedragon/builder/-/releases/v${_pkgver}/downloads/firedragon-v${_pkgver}.source.tar.zst
patch-python3.12-bug1831512.patch
patch-python3.12-bug1860051.patch
patch-python3.12-bug1866829.patch
@ -85,7 +85,7 @@ source=(https://gitlab.com/api/v4/projects/55893651/packages/generic/firedragon/
rustup.sh::https://sh.rustup.rs
https://gitlab.com/garuda-linux/firedragon/settings/-/raw/master/firedragon.psd
https://gitlab.com/garuda-linux/firedragon/settings/-/raw/master/firedragon.desktop)
sha256sums=('b23aa519337381120f6a5f95bff8e4000c2f4cf4ae49e71a857302ce0b444115'
sha256sums=('4282968e77c7d402a135604ab7d5e155bbc34cbfecef18cb8c464086dc8a3c3d'
'9516c36c145d365c3b65153d83a5b3b0dd8a319b5c30d47a390070892bd431b3'
'168d16a027a81c311c58f9302858244dfa5517f0a95a8d3df1abbf9b93b9d455'
'df27ed1e0da5b192224978dc2a593a97e18e6e22062c611fc32b277500324e62'
@ -121,6 +121,8 @@ prepare() {
patch -Nsp1 -i "${srcdir}/patch-python3.12-bug1866829.patch"
patch -Nsp1 -i "${srcdir}/patch-python3.12-bug1874280.patch"
export LD_LIBRARY_PATH=/usr/lib/llvm17/lib
cat > ../mozconfig << END
ac_add_options --with-app-basename=${_pkgname}
ac_add_options --with-app-name=${pkgname}
@ -200,11 +202,11 @@ ac_add_options OPT_LEVEL="3"
ac_add_options RUSTC_OPT_LEVEL="3"
# Other
export AR=llvm-ar
export CC=clang
export CXX=clang++
export NM=llvm-nm
export RANLIB=llvm-ranlib
export AR=/usr/lib/llvm17/bin/llvm-ar
export CC=/usr/lib/llvm17/bin/clang
export CXX=/usr/lib/llvm17/bin/clang++
export NM=/usr/lib/llvm17/bin/llvm-nm
export RANLIB=/usr/lib/llvm17/bin/llvm-ranlib
END
}