Drewol / unnamed-sdvx-clone

A game based on K-Shoot MANIA and Sound Voltex
MIT License
792 stars 96 forks source link

[Feature] Submit to Flathub #664

Closed 0chroma closed 8 months ago

0chroma commented 8 months ago

Hello!

I've finally gotten a flatpak build ready for flathub submission! If you'd like I can submit it on your behalf, but I figured I'd reach out first in case you wanted to submit it yourself.

I can also make an icon quickly for you if you'd like.

You can find the process here: https://docs.flathub.org/docs/for-app-authors/submission/#how-to-submit-an-app

If you'd like to submit it yourself, you're free to clone my repo and use it to submit: https://github.com/0chroma/usc-flatpak

Let me know how you'd like to proceed. Thanks!

Drewol commented 8 months ago

Hi,

There was someone working on an icon so I'll check how that's coming along. It sounds like it doesn't make a big difference who submits it so you can go ahead with that.

0chroma commented 8 months ago

sounds good! I'm on it ^^

Drewol commented 8 months ago

Looks like there are some issues with the dependencies. For the curl issue there is a option to build with USE_SYSTEM_CPR which might help, added for another packaging reason #657.

0chroma commented 8 months ago

oh actually updating cpr would be perfect, since then I can use the runtime version of curl included. I saw there was an option for USE_SYSTEM_CURL as well so that'll solve that issue!