gramps-project / flatpak

Manifest and data files required to make a Gramps Flatpak
3 stars 4 forks source link

strip debugging info to make flatpak smaller #26

Closed OzarkShepherd closed 2 years ago

OzarkShepherd commented 2 years ago

On the suggestion of @gasinvein changing to strip = true will make the flatpak smaller. It has built twice on flathub gramps testing for both arm64 and amd64, so it appears to work so far. I verified on a VM that the package runs.

OzarkShepherd commented 2 years ago

Builds are suddenly failing because someone is pushing a lot of commits to the geocode-glib-master dependency, and they have stopped doing versioned releases for geocode-glib. So this PR will have to wait until the geocode-glib maintainers finish and then Gramps flatpak will need to be retested.

OzarkShepherd commented 2 years ago

I updated the sha256sum for the geocode-glib dependency since it appears to be done with upstream commits, edited some comments, and unrelated I added a ChangeLog which includes the 5.1.5 flatpak versions. The flatpak compiles fine and worked in my virtual machine, so I guess I should leave this PR for another week to give a chance for more review?