From 63f1e783c722521e3c56140c9351f1cd77b938e1 Mon Sep 17 00:00:00 2001 From: networkException Date: Thu, 26 Sep 2024 03:44:31 +0200 Subject: [PATCH] PKGBUILD+Patches: Remove duplicate patch The re2 patch has been merged into the ungoogled patchset. --- PKGBUILD | 4 +--- fix-ungoogled-third-party-re2.patch | 20 -------------------- 2 files changed, 1 insertion(+), 23 deletions(-) delete mode 100644 fix-ungoogled-third-party-re2.patch diff --git a/PKGBUILD b/PKGBUILD index c3713a4..5d8bbf6 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -10,7 +10,7 @@ pkgname=ungoogled-chromium pkgver=129.0.6668.70 -pkgrel=1 +pkgrel=2 _launcher_ver=8 _system_clang=1 # ungoogled chromium variables @@ -125,8 +125,6 @@ prepare() { # Increase _FORTIFY_SOURCE level to match Arch's default flags patch -Np1 -i ../increase-fortify-level.patch - patch -Np1 -i ../fix-ungoogled-third-party-re2.patch - # Fixes for building with libstdc++ instead of libc++ # test deps are broken for ui/lens with system ICU diff --git a/fix-ungoogled-third-party-re2.patch b/fix-ungoogled-third-party-re2.patch deleted file mode 100644 index 1cf3202..0000000 --- a/fix-ungoogled-third-party-re2.patch +++ /dev/null @@ -1,20 +0,0 @@ ---- a/components/plus_addresses/BUILD.gn -+++ b/components/plus_addresses/BUILD.gn -@@ -95,6 +95,7 @@ source_set("plus_addresses") { - "//net", - "//services/data_decoder/public/cpp", - "//services/network/public/cpp", -+ "//third_party/re2", - "//ui/base", - ] - public_deps = [ ---- a/components/component_updater/installer_policies/BUILD.gn -+++ b/components/component_updater/installer_policies/BUILD.gn -@@ -45,6 +45,7 @@ static_library("installer_policies_no_co - "//components/update_client", - "//mojo/public/cpp/base:protobuf_support", - "//services/network/public/cpp", -+ "//third_party/re2", - ] - - # Disallow depending on content.