From 6799c6c6033fab8bda0eb51cbae8608709561932 Mon Sep 17 00:00:00 2001 From: EnumDev Date: Mon, 20 Apr 2026 12:19:16 +0300 Subject: [PATCH] Update package version to 149.0.2p2 --- pkg.info | 4 ++-- source-files/remove-duplicate-gkrust-features.diff | 4 ++++ source.sh | 2 ++ 3 files changed, 8 insertions(+), 2 deletions(-) create mode 100644 source-files/remove-duplicate-gkrust-features.diff diff --git a/pkg.info b/pkg.info index a44fdcc..af29ddf 100644 --- a/pkg.info +++ b/pkg.info @@ -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 diff --git a/source-files/remove-duplicate-gkrust-features.diff b/source-files/remove-duplicate-gkrust-features.diff new file mode 100644 index 0000000..71fca02 --- /dev/null +++ b/source-files/remove-duplicate-gkrust-features.diff @@ -0,0 +1,4 @@ +65,67d64 +< if not CONFIG["MOZILLA_OFFICIAL"]: +< gkrust_features += ["glean_disable_upload"] +< diff --git a/source.sh b/source.sh index 761bc72..92fc011 100644 --- a/source.sh +++ b/source.sh @@ -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