In order to use JSignPdf on Silverblue, I've created a flatpak of it. I'm planning to submit it to Flathub, so that it can be used by other users. But before I do that, I'd like to ask if the project would be willing to adopt Flatpak as an installation format (one build works on all Linux distributions). It's about shipping several files with fairly low maintenance. Having JSignPdf on Flathub is about maintaining one GitHub repo with the manifest. The advantage of the Flathub flatpak being maintained by the project itself is that it gets the verified status (many distributions only show verified apps by default).
For the flatpak I had to create the following files:
net.sourceforge.JSignPdf.metainfo.xml - AppStream metadata (useful not only for Flatpak)
- high-res icon, the original one is 48x48, Flathub requires at least 128x128. The icon has been redrawn by AI.
net.sourceforge.JSignPdf.txt - Flatpak manifest
I thought I'd create a ticket first to see if there is any will to adopt this and in what form before I create a pull request.
In order to use JSignPdf on Silverblue, I've created a flatpak of it. I'm planning to submit it to Flathub, so that it can be used by other users. But before I do that, I'd like to ask if the project would be willing to adopt Flatpak as an installation format (one build works on all Linux distributions). It's about shipping several files with fairly low maintenance. Having JSignPdf on Flathub is about maintaining one GitHub repo with the manifest. The advantage of the Flathub flatpak being maintained by the project itself is that it gets the verified status (many distributions only show verified apps by default).
For the flatpak I had to create the following files:
net.sourceforge.JSignPdf.metainfo.xml - AppStream metadata (useful not only for Flatpak)
net.sourceforge.JSignPdf.txt - Flatpak manifest
I thought I'd create a ticket first to see if there is any will to adopt this and in what form before I create a pull request.