Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Graphics
digiKam
Commits
3563250c
Commit
3563250c
authored
Mar 05, 2022
by
Gilles Caulier
🗼
Browse files
sync with qt-maintenance branch
parent
e32b5cb4
Pipeline
#145357
passed with stage
in 20 minutes and 58 seconds
Changes
3
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
project/bundles/appimage/04-build-appimage.sh
View file @
3563250c
...
...
@@ -484,6 +484,12 @@ if [[ $DK_VERSION != v* ]] ; then
# with non-official release version, use build time-stamp as sub-version string.
DK_SUBVER
=
"-
`
cat
$ORIG_WD
/data/BUILDDATE.txt
`
"
else
# with official release version, disable upload to KDE server, as this break check for new version function.
echo
-e
"Official release version detected, upload is disabled.
\n
"
DK_UPLOAD
=
0
fi
if
[[
"
$ARCH
"
=
"x86_64"
]]
;
then
...
...
project/bundles/macports/04-build-installer.sh
View file @
3563250c
...
...
@@ -609,6 +609,12 @@ if [[ $DK_VERSION != v* ]] ; then
# with non-official release version, use build time-stamp as sub-version string.
DK_SUBVER
=
"-
`
cat
$ORIG_WD
/data/BUILDDATE.txt
`
"
else
# with official release version, disable upload to KDE server, as this break check for new version function.
echo
-e
"Official release version detected, upload is disabled.
\n
"
DK_UPLOAD
=
0
fi
TARGET_INSTALLER
=
digiKam-
$DKRELEASEID$DK_SUBVER
-MacOS-x86-64
$DEBUG_SUF
.pkg
...
...
project/bundles/mxe/04-build-installer.sh
View file @
3563250c
...
...
@@ -263,6 +263,12 @@ if [[ $DK_VERSION != v* ]] ; then
# with non-official release version, use build time-stamp as sub-version string.
DK_SUBVER
=
"-
`
cat
$ORIG_WD
/data/BUILDDATE.txt
`
"
else
# with official release version, disable upload to KDE server, as this break check for new version function.
echo
-e
"Official release version detected, upload is disabled.
\n
"
DK_UPLOAD
=
0
fi
#################################################################################################
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment