Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

flatpak distribution #208

Open
Open
@carstene1ns

Description

Following the recent email discussion, here the first version of the flatpak manifest:

org.easyrpg.editor.yaml (note that json and such are also supported)

app-id: org.easyrpg.editor
runtime: org.kde.Sdk
runtime-version: '5.15-21.08'
sdk: org.kde.Sdk
command: easyrpg-editor
#rename-desktop-file: easyrpg-editor.desktop
#rename-appdata-file: easyrpg-editor.appdata.xml
#rename-icon: easyrpg-editor
finish-args:
 - --share=ipc
 - --socket=wayland
 - --socket=fallback-x11
 - --filesystem=host
# - --filesystem=home
 - --device=dri
 - --allow=devel
modules:
 - name: liblcf
 buildsystem: cmake-ninja
 config-opts:
 - -DCMAKE_BUILD_TYPE=RelWithDebInfo
 - -DLIBLCF_ENABLE_TOOLS=OFF
 - -DLIBLCF_WITH_XML=OFF
 - -DLIBLCF_ENABLE_TESTS=OFF
 sources:
 - type: git
 url: https://github.com/EasyRPG/liblcf.git
 #tag: '0.7.0'
 cleanup:
 - /include
 - /lib/pkgconfig
 - /lib/cmake
 - /share
 - name: editor
 buildsystem: cmake-ninja
 config-opts:
 - -DCMAKE_BUILD_TYPE=RelWithDebInfo
 sources:
 - type: git
 url: https://github.com/EasyRPG/Editor.git

Currently lacking some things, however the application works.

  • template support (bin/templates)
  • .desktop integration
  • .appdata information
  • flathub submision (later)

Other blockers:
https://docs.flatpak.org/en/latest/portals-qt.html <- no directory access, lol

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions

        AltStyle によって変換されたページ (->オリジナル) /