mirror of
https://github.com/qelectrotech/qelectrotech-source-mirror.git
synced 2025-12-17 12:40:35 +01:00
Merge branch 'master' of ssh://git.tuxfamily.org/gitroot/qet/qet
This commit is contained in:
BIN
lang/qet_da.qm
BIN
lang/qet_da.qm
Binary file not shown.
@@ -7267,7 +7267,7 @@ Hvad skal ske?</translation>
|
||||
<location filename="../sources/qet.cpp" line="567"/>
|
||||
<source>Une erreur est survenue lors de l'écriture du fichier %1, erreur %2 rencontrée.</source>
|
||||
<comment>error message when attempting to write an XML file</comment>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Der opstod en fejl under skrivning af fil %1, fejl %2 opstod.</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../sources/qet.cpp" line="640"/>
|
||||
|
||||
@@ -116,11 +116,7 @@ parts:
|
||||
source: .
|
||||
override-pull: |
|
||||
snapcraftctl pull
|
||||
if ! git describe --dirty; then
|
||||
rc2_parent="a8789f7"
|
||||
git -c user.name="snapcraft" -c user.email="snapcraft@local.build" tag -a "0.7RC2" -m "stand-in tag" "$rc2_parent"
|
||||
fi
|
||||
snap_version=$(git describe --dirty | sed -e 's/-/+git/;y/-/./')
|
||||
snap_version=$(git describe --dirty | sed -e 's/g//;s/-/+git/;y/-/./')
|
||||
modified_displayed_version=$snap_version".snap"
|
||||
sed -i -E "s|const QString displayedVersion =.*|const QString displayedVersion =\"$modified_displayed_version\";|" sources/qet.h
|
||||
snapcraftctl set-version "$snap_version"
|
||||
|
||||
Reference in New Issue
Block a user