Skip to content

Commit 1ff3164

Browse files
authored
update: helium 0.14.6.1 (#339)
1 parent ae21f44 commit 1ff3164

5 files changed

Lines changed: 6 additions & 6 deletions

File tree

helium-chromium

Submodule helium-chromium updated 70 files

package/helium-bin.spec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
%define version 0.14.5.1
1+
%define version 0.14.6.1
22
%global debug_package %{nil}
33

44
Name: helium-bin

package/net.imput.helium.metainfo.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
</screenshots>
3939
<content_rating type="oars-1.1" />
4040
<releases>
41-
<release version="0.14.5.1" date="2026-07-09" />
41+
<release version="0.14.6.1" date="2026-07-15" />
4242
</releases>
4343
<developer id="net.imput">
4444
<name>imput</name>

patches/helium/linux/add-error-for-missing-desktop-file.patch

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@
127127
#include "ui/display/screen.h"
128128
#endif
129129

130-
@@ -789,6 +790,15 @@ void AddClearBrowsingDataStrings(content
130+
@@ -792,6 +793,15 @@ void AddClearBrowsingDataStrings(content
131131
html_source->AddLocalizedStrings(kLocalizedStrings);
132132
}
133133

@@ -143,7 +143,7 @@
143143
#if !BUILDFLAG(IS_CHROMEOS)
144144
void AddDefaultBrowserStrings(content::WebUIDataSource* html_source) {
145145
static constexpr webui::LocalizedString kLocalizedStrings[] = {
146-
@@ -807,9 +817,15 @@ void AddDefaultBrowserStrings(content::W
146+
@@ -810,9 +820,15 @@ void AddDefaultBrowserStrings(content::W
147147
{"defaultBrowserMakeDefaultButton",
148148
IDS_SETTINGS_DEFAULT_BROWSER_MAKE_DEFAULT_BUTTON},
149149
{"defaultBrowserError", IDS_SETTINGS_DEFAULT_BROWSER_ERROR},

patches/helium/linux/rename-chrome-binary.patch

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
deps = [
1111
--- a/components/crash/core/app/crashpad_linux.cc
1212
+++ b/components/crash/core/app/crashpad_linux.cc
13-
@@ -169,7 +169,7 @@ bool PlatformCrashpadInitialization(
13+
@@ -173,7 +173,7 @@ bool PlatformCrashpadInitialization(
1414
if (!base::PathService::Get(base::DIR_EXE, &handler_path)) {
1515
return false;
1616
}

0 commit comments

Comments
 (0)