diff --git a/io.github.zen_browser.zen.yml b/io.github.zen_browser.zen.yml deleted file mode 100644 index b15b618e0..000000000 --- a/io.github.zen_browser.zen.yml +++ /dev/null @@ -1,46 +0,0 @@ -app-id: io.github.zen_browser.zen -runtime: org.freedesktop.Platform -runtime-version: '23.08' -sdk: org.freedesktop.Sdk -base: org.mozilla.firefox.BaseApp -base-version: '23.08' -command: launch-script.sh -finish-args: - - --share=ipc - - --share=network - - --socket=pulseaudio - - --socket=wayland - - --socket=fallback-x11 - - --socket=pcsc - - --socket=cups - - --persist=.zen - - --filesystem=xdg-download:rw - - --device=all - - --talk-name=org.freedesktop.FileManager1 - - --own-name=org.mozilla.zen.* - - --own-name=org.mpris.MediaPlayer2.firefox.* - - --system-talk-name=org.freedesktop.NetworkManager - - --talk-name=org.a11y.Bus -modules: - - name: zen_browser - buildsystem: simple - build-commands: - - mv zen /app/ - - - install -Dm0755 metadata/launch-script.sh ${FLATPAK_DEST}/bin/launch-script.sh - - install -Dm0644 metadata/policies.json ${FLATPAK_DEST}/bin/distribution/policies.json - - install -Dm0644 metadata/icons/io.github.zen_browser.zen.png ${FLATPAK_DEST}/share/icons/hicolor/256x256/apps/${FLATPAK_ID}.png - - install -Dm0644 metadata/io.github.zen_browser.zen.metainfo.xml ${FLATPAK_DEST}/share/metainfo/${FLATPAK_ID}.metainfo.xml - - install -Dm0644 metadata/io.github.zen_browser.zen.desktop ${FLATPAK_DEST}/share/applications/${FLATPAK_ID}.desktop - - sources: - - type: archive - url: https://github.com/zen-browser/desktop/releases/download/1.0.0-a.16/zen.linux-generic.tar.bz2 - sha256: 229e45dc80a2a99707fdd15c49f71260830a3c902c6be88f9d1a51fca861c478 - strip-components: 0 - - - type: archive - url: https://github.com/zen-browser/flatpak/releases/latest/download/archive.tar - sha256: b019e8fb33045606a59ce5606b0a8ef01ead97d7e8edbce9fb1d436493a37aab - strip-components: 0 - dest: metadata \ No newline at end of file