Compare commits

..

2 commits

Author SHA1 Message Date
Yaakov Selkowitz
8d370142d5 Define component 2024-04-08 11:24:35 -04:00
Yaakov Selkowitz
72e22a76b0 Rename to org.mozilla.firefox for F40 2024-04-08 11:03:35 -04:00

View file

@ -1,21 +1,18 @@
flatpak:
id: org.mozilla.firefox
id: org.mozilla.Firefox
branch: stable
end-of-life: Renamed to org.mozilla.firefox
end-of-life-rebase: org.mozilla.firefox
component: firefox-flatpak
name: eol/firefox
runtime-name: flatpak-runtime
runtime-version: f44
runtime-version: f39
packages:
- firefox
- firefox-langpacks
command: firefox
rename-appdata-file: firefox.appdata.xml
rename-desktop-file: firefox.desktop
rename-icon: firefox
add-extensions:
org.mozilla.firefox.Locale:
directory: share/runtime/locale
autodelete: true
locale-subset: true
org.mozilla.firefox.systemconfig:
directory: etc/firefox
no-autodownload: true
finish-args: |-
--share=ipc
--share=network
@ -25,13 +22,13 @@ flatpak:
--socket=pcsc
--env=KRB5CCNAME=KCM:
--filesystem=/run/.heim_org.h5l.kcm-socket
--filesystem=~/.cache/firefox:create
--filesystem=~/.mozilla:create
--filesystem=home:ro
--filesystem=xdg-download:rw
--filesystem=xdg-run/gvfs
--filesystem=xdg-run/gvfsd
--filesystem=xdg-run/pipewire-0
--filesystem=xdg-run/speech-dispatcher
--device=all
--talk-name=org.freedesktop.FileManager1
--system-talk-name=org.freedesktop.NetworkManager
@ -42,10 +39,3 @@ flatpak:
--talk-name=org.freedesktop.Notifications
--own-name=org.mpris.MediaPlayer2.firefox.*
--own-name=org.mozilla.firefox.*
cleanup-commands: |
cd /app/lib64/firefox/langpacks
for f in *; do
l=`echo $f | sed -e 's/langpack-\([^-@]*\).*/\1/'`
rm -f $f
ln -sf ../../../share/runtime/locale/$l/$f .
done