flathub / org.claws_mail.Claws-Mail

https://flathub.org/apps/details/org.claws_mail.Claws-Mail
4 stars 1 forks source link

Stop bundling openjpeg #6

Closed bochecha closed 4 years ago

bochecha commented 4 years ago

It is already in the 3.34 GNOME runtime.

flathubbot commented 4 years ago

Started test build 12192

flathubbot commented 4 years ago

Build 12192 successful To test this build, install it from the testing repository:

flatpak install --user https://dl.flathub.org/build-repo/11633/org.claws_mail.Claws-Mail.flatpakref
cobratbq commented 4 years ago

@bochecha Thanks! I will have a look soon.

I'm assuming you have some knowledge of the Gnome platform/SDK, given that you're making this contribution ... can you point me to where the GNOME 3.34 runtime lives? I need to investigate a bug regarding pgp and pinentry. I suspect that this is something that should be provided by the platform.

bochecha commented 4 years ago

The GNOME runtime is now maintained at gnome-build-meta, specifically in the gnome-3-34 branch: https://gitlab.gnome.org/GNOME/gnome-build-meta/tree/gnome-3-34

It's maintained with Buildstream, not flatpak-builder as it used to be, but it shouldn't be too hard to understand how things work by looking at the YAML build recipes in the elements/ directory.

If you need help, just ask in #release-team on irc.gnome.org :slightly_smiling_face:

Erick555 commented 4 years ago

@cobratbq FYI pinentry isn't available in Platform and you have to bundle it alongside proper permissions, see evolution app