Update package version to 149.0.2p2
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
name: librewolf
|
||||
description: A custom version of Firefox, focused on privacy, security and freedom
|
||||
version: 149.0p1
|
||||
version: 149.0.2p2
|
||||
revision: 1
|
||||
url: https://librewolf.net/
|
||||
license: MPL2
|
||||
@@ -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
|
||||
extract_to: ${BPM_SOURCE}
|
||||
extract_strip_components: 1
|
||||
checksum: 5ada766bcf505b9bea0ad473277de8680ba6801d90fb42f00f5cf84e6b410497
|
||||
checksum: 4f182ca27f11fd35aa2fb62ca099ff0533bfce2190a719d3b601eab86f7d3317
|
||||
|
||||
@@ -0,0 +1,4 @@
|
||||
65,67d64
|
||||
< if not CONFIG["MOZILLA_OFFICIAL"]:
|
||||
< gkrust_features += ["glean_disable_upload"]
|
||||
<
|
||||
@@ -12,6 +12,8 @@ prepare() {
|
||||
# https://bugzilla.mozilla.org/show_bug.cgi?id=2016618
|
||||
patch -Np1 -i "$BPM_WORKDIR"/0002-Bug-2016618-Fix-Linux-sandbox-build-breakage-on-glib.patch
|
||||
|
||||
patch -i "$BPM_WORKDIR"/remove-duplicate-gkrust-features.diff "$BPM_SOURCE"/toolkit/library/rust/gkrust-features.mozbuild
|
||||
|
||||
# Generate mozconfig
|
||||
cat > mozconfig <<-EOF
|
||||
ac_add_options --enable-application=browser
|
||||
|
||||
Reference in New Issue
Block a user