Update package version to 152.0.1p2

This commit is contained in:
2026-06-21 11:34:08 +03:00
parent bcaaa68f0c
commit e4ffd369cb
3 changed files with 3 additions and 3115 deletions
+3 -3
View File
@@ -1,7 +1,7 @@
name: librewolf name: librewolf
description: A custom version of Firefox, focused on privacy, security and freedom description: A custom version of Firefox, focused on privacy, security and freedom
version: 151.0.3p1 version: 152.0.1p2
revision: 2 revision: 1
url: https://librewolf.net/ url: https://librewolf.net/
license: MPL2 license: MPL2
maintainers: maintainers:
@@ -55,4 +55,4 @@ downloads:
- url: https://codeberg.org/api/packages/librewolf/generic/librewolf-source/${BPM_PKG_VERSION//p/-}/librewolf-${BPM_PKG_VERSION//p/-}.source.tar.gz - url: https://codeberg.org/api/packages/librewolf/generic/librewolf-source/${BPM_PKG_VERSION//p/-}/librewolf-${BPM_PKG_VERSION//p/-}.source.tar.gz
extract_to: ${BPM_SOURCE} extract_to: ${BPM_SOURCE}
extract_strip_components: 1 extract_strip_components: 1
checksum: a06d854cff9131120ba81bb31aaf05b41623c82806ea8842e0ef73d75f103aa3 checksum: c399f73e61158937d3484cc5d87f35c8266c3e707f1d42116650c4827bfc57cc
-4
View File
@@ -7,10 +7,6 @@
prepare() { prepare() {
cd "$BPM_SOURCE" cd "$BPM_SOURCE"
# Fix build with glibc 2.43
# https://bugzilla.mozilla.org/show_bug.cgi?id=1999625
patch -Np1 -i "$BPM_WORKDIR"/0001-Patch-glsl-optimizer-to-build-with-glibc-2.43.patch
patch -i "$BPM_WORKDIR"/remove-duplicate-gkrust-features.diff "$BPM_SOURCE"/toolkit/library/rust/gkrust-features.mozbuild patch -i "$BPM_WORKDIR"/remove-duplicate-gkrust-features.diff "$BPM_SOURCE"/toolkit/library/rust/gkrust-features.mozbuild
# Generate mozconfig # Generate mozconfig
File diff suppressed because one or more lines are too long