1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33
|
- This was started after Inkscape's https://github.com/flathub/org.inkscape.Inkscape
- Cherrytree's flathub repo is at https://github.com/flathub/net.giuspen.cherrytree
- This is not meant to stay at pace with the official net.giuspen.cherrytree.json but will be upgraded only when changes other than url/sha256 are issued
- Build and run Flatpak locally:
sudo apt install flatpak flatpak-builder gnome-software-plugin-flatpak
flatpak remote-add --if-not-exists flathub https://flathub.org/repo/flathub.flatpakrepo
flatpak install flathub org.gnome.Platform//45 org.gnome.Sdk//45
flatpak-builder --force-clean --arch=x86_64 build-dir net.giuspen.cherrytree.json
# NOTE: access to the file system will not work unless you also install it once (see below)
flatpak-builder --run build-dir net.giuspen.cherrytree.json cherrytree
- Build redistributable flatpak and install it
flatpak-builder --force-clean --arch=x86_64 --repo=repo build-dir net.giuspen.cherrytree.json
flatpak build-bundle --arch=x86_64 repo cherrytree-0.99.55.x86_64.flatpak net.giuspen.cherrytree
flatpak install cherrytree-0.99.55.x86_64.flatpak
flatpak run net.giuspen.cherrytree
|