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/2022748698.
This commit is contained in:
12
PKGBUILD
12
PKGBUILD
@@ -8,7 +8,7 @@
|
||||
# Profile with xvfb-run, if possible
|
||||
: ${_build_pgo_xvfb:=false}
|
||||
|
||||
_pkgver=12.2.1
|
||||
_pkgver=12.3.0
|
||||
|
||||
pkgname=firedragon
|
||||
_pkgname=FireDragon
|
||||
@@ -72,11 +72,9 @@ 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
|
||||
fix-removed-settings-files.patch)
|
||||
sha256sums=('2f5807dda0c35303e84945bdba5cdae4783e51ec217c3cdd0b322a5d536d9794'
|
||||
'61355930cc59813e7e610ffdab8a01e32be980fffe1dfd8f9654b8f8f9f7fdc0'
|
||||
'9a1f613ef715e60a5c6c6514fb33f1881e5bd670beba1bcfe3af0559038c878f')
|
||||
firedragon.psd::https://github.com/stefanwimmer128/profile-sync-daemon/raw/refs/heads/firedragon/contrib/firedragon)
|
||||
sha256sums=('924ef1e351b62c4afc070abaceeea5ff2e067ed180a9314faba0fdecafc7e787'
|
||||
'61355930cc59813e7e610ffdab8a01e32be980fffe1dfd8f9654b8f8f9f7fdc0')
|
||||
|
||||
# Select the method of profiling
|
||||
if [[ "${_build_pgo::1}" == "t" ]]; then
|
||||
@@ -135,8 +133,6 @@ END
|
||||
build() {
|
||||
cd firedragon-source-v"${_pkgver}" || exit
|
||||
|
||||
patch -Nsp1 -i ../fix-removed-settings-files.patch
|
||||
|
||||
# Clean source directory from previous build attempts
|
||||
./mach clobber
|
||||
|
||||
|
Reference in New Issue
Block a user