Skip to content

Commit

Permalink
mastersfos3.2: Commits for 0.3.6-release2 (#438) (#439)
Browse files Browse the repository at this point in the history
* [harbour-storeman.spec] Post release version increase

* [harbour-storeman.changes] Add stub for v0.3.7

* [harbour-storeman.spec] Rectify referenced line number

* Fix translation file install target

https://www.youtube.com/watch?v=IwfcKFrjCdg

* Fix translation output file path

* Fix up translation file generation

* Fix unterminated source string

* [translations/README.md] Indicate to use `lupdate`'s "recursive mode"

* Prepare another release for 0.3.6 (#437)

* [harbour-storeman.spec] Prepare another release for 0.3.6

Due to [this mishap](#431 (comment)).

* [harbour-storeman.changes] Remove stub for 0.3.7

… which had been [inserted prematurely](#431 (comment)).

---------

Co-authored-by: Peter G <[email protected]>
Co-authored-by: nephros <nemo@pgxperiiia10>
  • Loading branch information
3 people authored Aug 4, 2023
2 parents 383edc7 + db54ae9 commit 05e3f65
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 6 deletions.
2 changes: 1 addition & 1 deletion qml/pages/SettingsPage.qml
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ Page {
id: searchUnusedSwitch
//% "Search for unused repositories"
text: qsTrId("orn-unused-repos-switch")
//% "Search for unused repositories after removing packages.
//% "Search for unused repositories after removing packages."
description: qsTrId("orn-unused-repos-switch-descr")
checked: Storeman.searchUnusedRepos
}
Expand Down
2 changes: 1 addition & 1 deletion rpm/harbour-storeman.changes
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
* Wed Jun 21 2023 olf <[email protected]> - 0.3.6
* Sun Jul 30 2023 olf <[email protected]> - 0.3.6
- Omit apparently superfluous processing of `%{version}` for qmake5 in the spec file (#405)
- Some minor documentation and strings improvements (#428, #429, #430)
- Cease CI building on git tags matching `test*_` (#430)
Expand Down
4 changes: 2 additions & 2 deletions rpm/harbour-storeman.spec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
Name: harbour-storeman
Summary: OpenRepos client application for SailfishOS
# The <version> tag must adhere to semantic versioning: Among multiple other
# reasons due to its use for `qmake5` in line 102. See https://semver.org/
# reasons due to its use for `qmake5` in line 107. See https://semver.org/
Version: 0.3.6
# The <release> tag comprises one of {alpha,beta,rc,release} postfixed with a
# natural number greater or equal to 1 (e.g., "beta3") and may additionally be
Expand All @@ -14,7 +14,7 @@ Version: 0.3.6
# build at GitHub and OBS, when configured accordingly; mind the sorting
# (`adud` < `alpha`). For details and reasons, see
# https://github.com/storeman-developers/harbour-storeman/wiki/Git-tag-format
Release: release1_%{branch}
Release: release2_%{branch}
# The Group tag should comprise one of the groups listed here:
# https://github.com/mer-tools/spectacle/blob/master/data/GROUPS
Group: Software Management/Package Manager
Expand Down
2 changes: 1 addition & 1 deletion translations/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ export LANG=sv; harbour-storeman

### Updating the source `.ts` file with source strings from source code

Developers and release managers can use the `lupdate` process, either from [within Qt Linguist](https://doc.qt.io/qtcreator/creator-editor-external.html) or directly [at the command line](https://doc.qt.io/qt-5/linguist-manager.html), or tediously perform this manually, which hence is only suitable for small changes.
Developers and release managers can use the `lupdate` process, either from [within Qt Linguist](https://doc.qt.io/qtcreator/creator-editor-external.html) or directly [at the command line](https://doc.qt.io/qt-5/linguist-manager.html) (mind to [include all files with translatable strings](https://github.com/storeman-developers/harbour-storeman/pull/431#issuecomment-1659024529), e.g., by `lupdate qml/ src/ *.desktop -ts translations/harbour-storeman.ts`), or tediously perform this manually, which hence is only suitable for small changes.

---------------------------------------------

Expand Down
3 changes: 2 additions & 1 deletion translations/translations.pri
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ qm.CONFIG = target_predeps no_link
QMAKE_EXTRA_COMPILERS += qm

translations.files = $$OUT_PWD/translations/*.qm
translations.path = $$PREFIX/share/$$TARGET
translations.path = $$PREFIX/share/$$TARGET/translations
translations.CONFIG += no_check_exist

INSTALLS += translations

0 comments on commit 05e3f65

Please sign in to comment.