Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit e94a3bce authored by Mohammed Althaf T's avatar Mohammed Althaf T 😊 Committed by Nishith Khanna
Browse files

bump search engine data

To be removed when updating to v135
parent 6e1b111d
Loading
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
@@ -115,6 +115,13 @@ patch() {
        git am -C0 -3 --ignore-whitespace "${root_dir}/build/e_patches/$file"
    done

    while read dir patch; do
        [ -z "$dir" ] && continue  # skip empty lines
        cd $chromium_dir/src/third_party/$dir
        git am -C0 -3 --ignore-whitespace "${root_dir}/build/third_party/$patch"
        cd $chromium_dir/src
    done < "${root_dir}/build/third_party_patches_list.txt"

    # Rename Chrome to Browser
    rename

+25 −0
Original line number Diff line number Diff line
From 66d25a23d93202a55e985572432046f4efe7c21d Mon Sep 17 00:00:00 2001
From: althafvly <althafvly@gmail.com>
Date: Wed, 16 Apr 2025 16:43:10 +0530
Subject: [PATCH] bump prepopulated engine data version to update exisiting

---
 definitions/prepopulated_engines.json | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/definitions/prepopulated_engines.json b/definitions/prepopulated_engines.json
index 1a331e7..43ba2aa 100644
--- a/definitions/prepopulated_engines.json
+++ b/definitions/prepopulated_engines.json
@@ -26,7 +26,7 @@
     // existing data should get a new version. Otherwise, existing data may
     // continue to be used and updates made here will not always appear.
     // Also then run tools/search_engine_choice/generate_search_engine_icons.py.
-    "kCurrentDataVersion": 170
+    "kCurrentDataVersion": 171
   },
 
   // The following engines are included in country lists and are added to the
-- 
2.34.1
+1 −0
Original line number Diff line number Diff line
search_engines_data/resources bump-prepopulated-engine-data-version-to-update-exis.patch