https://github.com/openaudible/flatpak_oa
Building a flatpak for OpenAudible
https://github.com/openaudible/flatpak_oa
Last synced: about 1 month ago
JSON representation
Building a flatpak for OpenAudible
- Host: GitHub
- URL: https://github.com/openaudible/flatpak_oa
- Owner: openaudible
- Created: 2024-10-09T16:19:55.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2024-10-21T23:02:47.000Z (8 months ago)
- Last Synced: 2025-03-30T22:14:55.172Z (3 months ago)
- Language: Shell
- Size: 77.1 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# flatpak_oa
Building a flatpak for OpenAudibleThis is the script that will build a flatpak for openaudible. It is in progress.
To test, run ./test.sh which gets the latest version (or beta)
Current issues:
* The scalable .svg image does not appear to work-- (tested on Mint.) Added the 512x512.png image and that works.
* running flatpak install OpenAudible*.flatpak asks for a password. Not sure why, but obviously would prefer no password.
* Need to gpg-sign
* Check build arguments -- make sure we know what they do (repo flag?)
* Need to test and if it makes sense, upload to one or more repositoriesOpenAudible uses sound (for audiobook player), dbus (for desktop app stuff using Eclipse SWT), and libwebkit2gtk-4.1-0.
Needs testing, checks for best practices, naming convention (with version or without?), updating instructions for when the version changes.
Also looking for submission guidance for different software repos.
I would like this to work as a github action or via Docker so I can run remotely after a build has been released.
I also have a snap build that needs fixing..