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/2013947932.
This commit is contained in:
2
.SRCINFO
2
.SRCINFO
@@ -63,7 +63,9 @@ pkgbase = firedragon
|
|||||||
backup = usr/lib/firedragon/distribution/policies.json
|
backup = usr/lib/firedragon/distribution/policies.json
|
||||||
source = firedragon-source-v12.2.1.tar.zst::https://gitlab.com/garuda-linux/firedragon/firedragon12/-/releases/v12.2.1/downloads/firedragon-source.tar.zst
|
source = firedragon-source-v12.2.1.tar.zst::https://gitlab.com/garuda-linux/firedragon/firedragon12/-/releases/v12.2.1/downloads/firedragon-source.tar.zst
|
||||||
source = firedragon.psd::https://github.com/stefanwimmer128/profile-sync-daemon/raw/refs/heads/firedragon/contrib/firedragon
|
source = firedragon.psd::https://github.com/stefanwimmer128/profile-sync-daemon/raw/refs/heads/firedragon/contrib/firedragon
|
||||||
|
source = fix-removed-settings-files.patch
|
||||||
sha256sums = 2f5807dda0c35303e84945bdba5cdae4783e51ec217c3cdd0b322a5d536d9794
|
sha256sums = 2f5807dda0c35303e84945bdba5cdae4783e51ec217c3cdd0b322a5d536d9794
|
||||||
sha256sums = 61355930cc59813e7e610ffdab8a01e32be980fffe1dfd8f9654b8f8f9f7fdc0
|
sha256sums = 61355930cc59813e7e610ffdab8a01e32be980fffe1dfd8f9654b8f8f9f7fdc0
|
||||||
|
sha256sums = 9a1f613ef715e60a5c6c6514fb33f1881e5bd670beba1bcfe3af0559038c878f
|
||||||
|
|
||||||
pkgname = firedragon
|
pkgname = firedragon
|
||||||
|
8
PKGBUILD
8
PKGBUILD
@@ -72,9 +72,11 @@ options=(!debug
|
|||||||
backup=("usr/lib/${pkgname}/${pkgname}.cfg"
|
backup=("usr/lib/${pkgname}/${pkgname}.cfg"
|
||||||
"usr/lib/${pkgname}/distribution/policies.json")
|
"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
|
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)
|
firedragon.psd::https://github.com/stefanwimmer128/profile-sync-daemon/raw/refs/heads/firedragon/contrib/firedragon
|
||||||
|
fix-removed-settings-files.patch)
|
||||||
sha256sums=('2f5807dda0c35303e84945bdba5cdae4783e51ec217c3cdd0b322a5d536d9794'
|
sha256sums=('2f5807dda0c35303e84945bdba5cdae4783e51ec217c3cdd0b322a5d536d9794'
|
||||||
'61355930cc59813e7e610ffdab8a01e32be980fffe1dfd8f9654b8f8f9f7fdc0')
|
'61355930cc59813e7e610ffdab8a01e32be980fffe1dfd8f9654b8f8f9f7fdc0'
|
||||||
|
'9a1f613ef715e60a5c6c6514fb33f1881e5bd670beba1bcfe3af0559038c878f')
|
||||||
|
|
||||||
# Select the method of profiling
|
# Select the method of profiling
|
||||||
if [[ "${_build_pgo::1}" == "t" ]]; then
|
if [[ "${_build_pgo::1}" == "t" ]]; then
|
||||||
@@ -133,6 +135,8 @@ END
|
|||||||
build() {
|
build() {
|
||||||
cd firedragon-source-v"${_pkgver}" || exit
|
cd firedragon-source-v"${_pkgver}" || exit
|
||||||
|
|
||||||
|
patch -Nsp1 -i ../fix-removed-settings-files.patch
|
||||||
|
|
||||||
# Clean source directory from previous build attempts
|
# Clean source directory from previous build attempts
|
||||||
./mach clobber
|
./mach clobber
|
||||||
|
|
||||||
|
13
fix-removed-settings-files.patch
Normal file
13
fix-removed-settings-files.patch
Normal file
@@ -0,0 +1,13 @@
|
|||||||
|
diff --git a/browser/installer/package-manifest.in b/browser/installer/package-manifest.in
|
||||||
|
index c3c4d2bab8..7fcd7f6048 100644
|
||||||
|
--- a/browser/installer/package-manifest.in
|
||||||
|
+++ b/browser/installer/package-manifest.in
|
||||||
|
@@ -179,8 +179,6 @@
|
||||||
|
@RESPATH@/chrome/firedragon.manifest
|
||||||
|
@RESPATH@/chrome/firedragon@JAREXT@
|
||||||
|
#ifdef FIREDRAGON_SETTINGS
|
||||||
|
-@RESPATH@/defaults/autoconfig/prefcalls-firedragon.js
|
||||||
|
-@RESPATH@/defaults/pref/local-settings.js
|
||||||
|
@RESPATH@/distribution/policies.json
|
||||||
|
@RESPATH@/firedragon.cfg
|
||||||
|
#endif
|
Reference in New Issue
Block a user