From 969adee79985b374c459f941616eab54a982ad7f Mon Sep 17 00:00:00 2001 From: GitLab CI Date: Tue, 18 Feb 2025 22:46:47 +0000 Subject: [PATCH] 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/1677418828. --- .SRCINFO | 10 +++------- PKGBUILD | 15 ++++----------- 2 files changed, 7 insertions(+), 18 deletions(-) diff --git a/.SRCINFO b/.SRCINFO index af00574..2b4a828 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -1,6 +1,6 @@ pkgbase = firedragon pkgdesc = Floorp fork build using custom branding and settings - pkgver = 11.23.0_4 + pkgver = 11.23.1_1 pkgrel = 1 epoch = 1 url = https://firedragon.garudalinux.org @@ -66,15 +66,11 @@ pkgbase = firedragon options = !strip backup = usr/lib/firedragon/firedragon.cfg backup = usr/lib/firedragon/distribution/policies.json - source = https://gitlab.com/garuda-linux/firedragon/builder/-/releases/v11.23.0-4/downloads/firedragon-v11.23.0-4.source.tar.zst + source = https://gitlab.com/garuda-linux/firedragon/builder/-/releases/v11.23.1-1/downloads/firedragon-v11.23.1-1.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.desktop - source = 50d41051085b.patch::https://hg.mozilla.org/mozilla-central/raw-rev/50d41051085b - source = d12754638c68.patch::https://hg.mozilla.org/mozilla-central/raw-rev/d12754638c68 - sha256sums = e5082984c1a8a83a4a1c599961cadb3b711d7e0275e4cf8278bb99fcded4f009 + sha256sums = 2a7c70a513e9925beb4eb5e60873c75c497e2b9a637ad061fe44a0f65c4a7f87 sha256sums = 61355930cc59813e7e610ffdab8a01e32be980fffe1dfd8f9654b8f8f9f7fdc0 sha256sums = 53d3e743f3750522318a786befa196237892c93f20571443fdf82a480e7f0560 - sha256sums = f68c5fd889288726fa6deff0aec6d30c60c0864e1ba9318cb3186af6a771748d - sha256sums = d01d3b692db818dab1f15035b73ad27894c7b2b80431b9eb7ca80194765c91a9 pkgname = firedragon diff --git a/PKGBUILD b/PKGBUILD index 5e2d03a..c262dc6 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -8,7 +8,7 @@ # Profile with xvfb-run, if possible : ${_build_pgo_xvfb:=false} -_pkgver=11.23.0-4 +_pkgver=11.23.1-1 pkgname=firedragon _pkgname=FireDragon @@ -79,14 +79,10 @@ backup=("usr/lib/${pkgname}/${pkgname}.cfg" "usr/lib/${pkgname}/distribution/policies.json") 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.desktop - 50d41051085b.patch::https://hg.mozilla.org/mozilla-central/raw-rev/50d41051085b - d12754638c68.patch::https://hg.mozilla.org/mozilla-central/raw-rev/d12754638c68) -sha256sums=('e5082984c1a8a83a4a1c599961cadb3b711d7e0275e4cf8278bb99fcded4f009' + https://gitlab.com/garuda-linux/firedragon/settings/-/raw/master/firedragon.desktop) +sha256sums=('2a7c70a513e9925beb4eb5e60873c75c497e2b9a637ad061fe44a0f65c4a7f87' '61355930cc59813e7e610ffdab8a01e32be980fffe1dfd8f9654b8f8f9f7fdc0' - '53d3e743f3750522318a786befa196237892c93f20571443fdf82a480e7f0560' - 'f68c5fd889288726fa6deff0aec6d30c60c0864e1ba9318cb3186af6a771748d' - 'd01d3b692db818dab1f15035b73ad27894c7b2b80431b9eb7ca80194765c91a9') + '53d3e743f3750522318a786befa196237892c93f20571443fdf82a480e7f0560') # Select the method of profiling if [[ "${_build_pgo::1}" == "t" ]]; then @@ -103,9 +99,6 @@ prepare() { cd firedragon-v"${_pkgver}" || exit - patch -Nsp1 -i "$srcdir/50d41051085b.patch" - patch -Nsp1 -i "$srcdir/d12754638c68.patch" - cat > ../mozconfig << END ac_add_options --with-app-basename=${_pkgname} ac_add_options --with-app-name=${pkgname}