Upgraded base/cmake to version 3.27.7 Upgraded base/glib to 2.78.1 Upgraded base/libvpx to 1.10.0 Added AMDGPU and BPF build targets to base/llvm Added a patch to extra/ffmpegthumbnailer for fixing a build error against ffmpeg 5.X versions Upgraded gtk/libwnck3 to 3.36.0 Upgraded heavybuilds/firefox to 115.5.0 Added some patches to base/wpa-supplicant Added glslang to xorg
18 lines
868 B
Diff
18 lines
868 B
Diff
see https://gitlab.alpinelinux.org/alpine/aports/-/issues/13235
|
|
--- a/taskcluster/docker/firefox-flatpak/org.mozilla.firefox.appdata.xml.in
|
|
+++ b/taskcluster/docker/firefox-flatpak/org.mozilla.firefox.appdata.xml.in
|
|
@@ -1,10 +1,10 @@
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<application>
|
|
- <id type="desktop">org.mozilla.firefox</id>
|
|
+ <id type="desktop">org.mozilla.firefox-esr</id>
|
|
- <launchable type="desktop-id">org.mozilla.firefox.desktop</launchable>
|
|
+ <launchable type="desktop-id">firefox-esr.desktop</launchable>
|
|
- <name>Firefox</name>
|
|
+ <name>Firefox ESR</name>
|
|
<developer_name>Mozilla</developer_name>
|
|
- <summary>Fast, Private & Safe Web Browser</summary>
|
|
+ <summary>Mozilla Firefox Web Browser Extended Support Release</summary>
|
|
<metadata_license>CC0-1.0</metadata_license>
|
|
<project_license>MPL-2.0</project_license>
|
|
<description>
|