File tree Expand file tree Collapse file tree 1 file changed +6
-25
lines changed Expand file tree Collapse file tree 1 file changed +6
-25
lines changed Original file line number Diff line number Diff line change @@ -48,9 +48,8 @@ Update version in source code
48484. update the snapcraft.yaml file
49495. update the appstream screenshots
50506. update org.kde.krita.appdata.xml 's release tag in the BRANCH
51- 7. update create_tarball's config.ini
52- 8. update download_release_artifacts.sh
53- 9. update Android version (keep in mind that *all * Krita releases on Android are marked as Beta at the moment):
51+ 7. update download_release_artifacts.sh
52+ 8. update Android version (keep in mind that *all * Krita releases on Android are marked as Beta at the moment):
5453
5554 * packaging/android/apk/AndroidManifest.xml
5655 * packaging/android/apk/build.gradle
@@ -108,28 +107,10 @@ Create and push the tag
108107 Create the tarball
109108~~~~~~~~~~~~~~~~~~
110109
111- 1. Go into the `./packaging/ ` folder, check that the version in 'config.ini' file reflects the right tag and version number. It should look like that:
112-
113- .. code ::
114-
115- [krita]
116- gitModule = yes
117- gitTag = v4.2.9
118- category = graphics
119- mainmodule = branches/stable
120- l10nmodule = krita
121- version = 4.2.9
122- translations= yes
123- docs = no
124- kde_release = no
125-
126- 2. Create the tarball:
127-
128- .. code ::
129-
130- ./create_tarball_kf5.rb -n -a krita
131-
132- 3. Check that created archive has 'po' folder and it actually has translations
110+ 1. Get the tarball from gitlab: https://invent.kde.org/graphics/krita/-/tags
111+ 2. Unpack the tarball
112+ 3. Run build-tools/copy_po.py in the unpacked folder
113+ 4. Package the tarball as .gz and .xz
133114
1341154. Sign both tarballs:
135116
You can’t perform that action at this time.
0 commit comments