From e1d249923d32c6e771ebfb460862be89b3b15e84 Mon Sep 17 00:00:00 2001 From: Ark74 Date: Tue, 14 Jan 2025 14:41:48 -0600 Subject: [PATCH] qtwebengine-opensource-src: update removal list, fixes TPH:#196 --- helpers/make-qtwebengine-opensource-src | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/helpers/make-qtwebengine-opensource-src b/helpers/make-qtwebengine-opensource-src index b7e357b..713eb54 100644 --- a/helpers/make-qtwebengine-opensource-src +++ b/helpers/make-qtwebengine-opensource-src @@ -1,6 +1,6 @@ #!/bin/sh # -# Copyright (C) 2022 Luis Guzman +# Copyright (C) 2025 Luis Guzman # Copyright (C) 2021 Pablo Correa Gómez # # This program is free software; you can redistribute it and/or modify @@ -18,7 +18,7 @@ # Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA # -VERSION=4 +VERSION=5 . ./config @@ -62,8 +62,9 @@ src/3rdparty/chromium/third_party/win_build_output src/3rdparty/chromium/build/android/CheckInstallApk-debug.apk src/3rdparty/chromium/third_party/blink/manual_tests/accessibility/resources/AppletTest.class src/3rdparty/chromium/third_party/blink/manual_tests/resources/*.class +src/3rdparty/chromium/third_party/blink/manual_tests/WebKitSite.webarchive EOF -changelog "Removed non-free and prebuilt binaries. Fixes #28287" +changelog "Removed non-free and prebuilt binaries. Fixes #28287|TPH #196" package