summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD21
2 files changed, 16 insertions, 15 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 21fe3d9980a8..210c877fa1c5 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = firedragon
pkgdesc = Librewolf fork build using custom branding & settings
- pkgver = 118.0.2
+ pkgver = 119.0
pkgrel = 1
url = https://gitlab.com/dr460nf1r3/settings/
install = firedragon.install
@@ -68,17 +68,16 @@ pkgbase = firedragon
options = !debug
backup = usr/lib/firedragon/firedragon.cfg
backup = usr/lib/firedragon/distribution/policies.json
- source = https://archive.mozilla.org/pub/firefox/releases/118.0.2/source/firefox-118.0.2.source.tar.xz
- source = https://archive.mozilla.org/pub/firefox/releases/118.0.2/source/firefox-118.0.2.source.tar.xz.asc
+ source = https://archive.mozilla.org/pub/firefox/releases/119.0/source/firefox-119.0.source.tar.xz
+ source = https://archive.mozilla.org/pub/firefox/releases/119.0/source/firefox-119.0.source.tar.xz.asc
source = firedragon.desktop
source = git+https://gitlab.com/dr460nf1r3/common.git
source = git+https://gitlab.com/dr460nf1r3/settings.git
source = librewolf-source::git+https://codeberg.org/librewolf/source.git
source = librewolf-settings::git+https://codeberg.org/librewolf/settings.git
source = cachyos-source::git+https://github.com/CachyOS/CachyOS-Browser-Common.git
- source = https://gitlab.archlinux.org/archlinux/packaging/packages/firefox/-/raw/f021e2ed225da9cc3b667e7ef9a60163607b407f/0001-Bug-1849874-Update-from-packed_simd_2-to-packed_simd.patch
validpgpkeys = 14F26682D0916CDD81E37B6D61B7B526D98F0353
- sha256sums = 89626520f2f0f782f37c074b94690e0f08dcf416be2b992f4aad68df5d727b21
+ sha256sums = f63e44194548f246e1396508800739a24c0517e65e920002a6f67ee099be39dd
sha256sums = SKIP
sha256sums = 53d3e743f3750522318a786befa196237892c93f20571443fdf82a480e7f0560
sha256sums = SKIP
@@ -86,6 +85,5 @@ pkgbase = firedragon
sha256sums = SKIP
sha256sums = SKIP
sha256sums = SKIP
- sha256sums = 2406c4c2e18d535c0c7900fe7b176137ae130a75806a19516854894555b69e72
pkgname = firedragon
diff --git a/PKGBUILD b/PKGBUILD
index 0bbc87ff9808..ba6f157ff022 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@
pkgname=firedragon
_pkgname=FireDragon
-pkgver=118.0.2
+pkgver=119.0
pkgrel=1
# DEPRECATED pkgdesc="Librewolf fork build using custom branding, settings & KDE patches by OpenSUSE"
pkgdesc="Librewolf fork build using custom branding & settings"
@@ -43,17 +43,17 @@ source=(https://archive.mozilla.org/pub/firefox/releases/"$pkgver"/source/firefo
"git+https://gitlab.com/dr460nf1r3/settings.git"
"librewolf-source::git+https://codeberg.org/librewolf/source.git"
"librewolf-settings::git+https://codeberg.org/librewolf/settings.git"
- "cachyos-source::git+https://github.com/CachyOS/CachyOS-Browser-Common.git"
- "https://gitlab.archlinux.org/archlinux/packaging/packages/firefox/-/raw/f021e2ed225da9cc3b667e7ef9a60163607b407f/0001-Bug-1849874-Update-from-packed_simd_2-to-packed_simd.patch")
-sha256sums=('89626520f2f0f782f37c074b94690e0f08dcf416be2b992f4aad68df5d727b21'
+ "cachyos-source::git+https://github.com/CachyOS/CachyOS-Browser-Common.git")
+ # Temporarily disabling (as of 2023-10-29)
+ # "https://gitlab.archlinux.org/archlinux/packaging/packages/firefox/-/raw/f021e2ed225da9cc3b667e7ef9a60163607b407f/0001-Bug-1849874-Update-from-packed_simd_2-to-packed_simd.patch")
+sha256sums=('f63e44194548f246e1396508800739a24c0517e65e920002a6f67ee099be39dd'
'SKIP'
'53d3e743f3750522318a786befa196237892c93f20571443fdf82a480e7f0560'
'SKIP'
'SKIP'
'SKIP'
'SKIP'
- 'SKIP'
- '2406c4c2e18d535c0c7900fe7b176137ae130a75806a19516854894555b69e72')
+ 'SKIP')
# sha256sums_aarch64=()
validpgpkeys=('14F26682D0916CDD81E37B6D61B7B526D98F0353') # Mozilla Software Releases <release@mozilla.com>
@@ -172,13 +172,16 @@ export LDFLAGS+=" -Wl,--no-keep-memory"
END
fi
- # Upstream patches from gentoo
+ # Upstream patches from gentoo/CachyOS
# PGO improvements (DEPRECATED)
# patch -Np1 -i "${_cachyos_patches_dir}"/gentoo/0022-fix-building-gcc-pgo-and-disable-watchdog-on-pgo-builds.patch
- # Unbreak build with Rust 1.73.0
+ # Harfbuzz builder fixes (POSSIBLE FUTURE USE)
+ # patch -Np1 -i "${_cachyos_patches_dir}"/gentoo/0003-bmo-847568-Support-system-harfbuzz.patch
+
+ # Unbreak build with Rust 1.73.0 (TEMPORARILY DISABLED AS OF 2023-10-29)
# https://bugzilla.mozilla.org/show_bug.cgi?id=1849874
- patch -Np1 -i ../0001-Bug-1849874-Update-from-packed_simd_2-to-packed_simd.patch
+ # patch -Np1 -i ../0001-Bug-1849874-Update-from-packed_simd_2-to-packed_simd.patch
# Remove some pre-installed addons that might be questionable
patch -Np1 -i "${_librewolf_patches_dir}"/remove_addons.patch