Skip to content

Draft: Implement simple release artifacts generation with CMake

Still TODO:

  1. Port org.kde.krita.appdata.xml. The file somehow depends on the translations infrastructure, so I'm a bit scared to touch it.

  2. Synchronize files with krita/4.3 branch. I have a feeling that some files are newer there.

Drawbacks of this approach:

  1. Tarballs will not have the scripts pre-generated (unless we modify create-tarball.rb)

  2. To generate the scripts one needs to have a complete build environment set up. Perhaps we can add a cmake switch for some simple mode for release artifacts generation only.

Merge request reports