Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Suggestion: include flatpak release so appears within flatpak software repo #25

Open
atishnazir opened this issue Dec 22, 2021 · 0 comments

Comments

@atishnazir
Copy link

atishnazir commented Dec 22, 2021

Hi,
DVB Inspector is a great tool and it would be fantastic if it could be found within Flathub Software Repo. This repo is included by default within the Software application on Fedora Linux, one-click installation, adds the app to application menu and provides an update mechanism.

The publishing process involves creating a manifest and adding to the Flatpak github.

I've included an illustrative flatpak project. To build on a Fedora Linux system:

# one-off install tooling
sudo dnf install flatpak flatpak-builder
sudo flatpak install org.freedesktop.Sdk//21.08 org.freedesktop.Sdk.Extension.openjdk17//21.08

# build 
flatpak-builder --force-clean build-dir manifest.json

# local build test run
flatpak-builder --run build-dir manifest.json dvbinspector.sh

# to build and install locally for the user (icon and menu item will magically appear)
flatpak-builder --force-clean --install --user build-dir manifest.json

Cheerio

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant