sailfishos-chum / sailfishos-chum-gui

GUI application for utilising the SailfishOS:Chum community repository
https://openrepos.net/content/olf/sailfishoschum-gui-installer
MIT License
13 stars 17 forks source link

Metadata: parse new names #181

Closed nephros closed 1 year ago

nephros commented 1 year ago

Implements parsing new tags

See https://github.com/sailfishos-chum/main/issues/100

As the implementor I have taken the liberty of supporting PackagedBy as well, because I like it.

rinigus commented 1 year ago

Thank you very much, LGTM

Olf0 commented 1 year ago

@nephros, unfortunately this change fails to compile: chum-gui-0.6.0_compiling-fails.txt

Can you please take a look at it.

nephros commented 1 year ago

Damn, missing closing bracket. Sorry about that.

Fixes coming up!

Olf0 commented 1 year ago

Damn, missing closing bracket.

… which I failed to see (despite being trivial) due to being overly tired when I detected that building fails.

Sorry about that.

Never mind. It uncovered another issues: The CI runs at GitHub show success, even though compiling fails! I have to improve the workflow definition(s).

Fixes coming up!

Thank you for PR #185. Merged and compiling, as expected.