Add quazip for Krita
AbandonedPublic

Authored by rempt on Jan 31 2019, 3:29 PM.

Details

Reviewers
apol
Summary

Krita now needs quazip instead of karchive, so the flatpak builds doesn't build currently. This adds a quazip.json module and uses that in the krita module.

Test Plan

I didn't test this: I have no idea how to build a flatpak, so it's all guesswork...

Diff Detail

Repository
R256 Flatpak packaging for KDE Applications
Lint
Lint Skipped
Unit
Unit Tests Skipped
rempt requested review of this revision.Jan 31 2019, 3:29 PM
rempt created this revision.
apol added a comment.Feb 1 2019, 2:26 PM

Hey, thanks for the patch, I ended up implementing it in a slightly different way.

Also note it needs patching because they're hardcoding the cmake files' prefix:
https://github.com/stachenov/quazip/pull/20

rempt abandoned this revision.Feb 1 2019, 3:26 PM

I saw the commit, thanks!