[Scummvm-git-logs] scummvm branch-3-0 -> 897191c3a2a646e7473162fa7739a5061ce515b4
lotharsm
noreply at scummvm.org
Sat Dec 6 08:44:22 UTC 2025
This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://api.github.com/repos/scummvm/scummvm .
Summary:
897191c3a2 DEVTOOLS: Adapt license paths in releng check script
Commit: 897191c3a2a646e7473162fa7739a5061ce515b4
https://github.com/scummvm/scummvm/commit/897191c3a2a646e7473162fa7739a5061ce515b4
Author: Lothar Serra Mari (mail at serra.me)
Date: 2025-12-06T09:44:14+01:00
Commit Message:
DEVTOOLS: Adapt license paths in releng check script
Adapting the release engineering test script to
support 1efc058667938c3b414974a25c5a8a11381645d6
Changed paths:
devtools/release-checks.sh
diff --git a/devtools/release-checks.sh b/devtools/release-checks.sh
index e15f5915848..b609de43806 100755
--- a/devtools/release-checks.sh
+++ b/devtools/release-checks.sh
@@ -438,14 +438,14 @@ absentFiles=0
declare -a licensefiles=(
"Makefile.common#DIST_FILES_DOCS.*%FILE%"
"backends/platform/maemo/debian/rules#install -m0644.*%FILE%.*debian/scummvm/usr/share/doc/scummvm"
- "backends/platform/sdl/macosx/appmenu_osx.mm#openFromBundle\(@\"%FILEUNDOTTED%\"\);"
+ "backends/platform/sdl/macosx/appmenu_osx.mm#openFromBundle\(@\"%FILEUNDOTTED%\", @\"licenses\"\);"
"backends/platform/sdl/win32/win32.mk#cp \\$\(srcdir\)/%FILE% \\$\(WIN32PATH\)/%FILEBASE%\.txt"
"devtools/create_project/create_project.cpp#in\.push_back\(setup.srcDir \+ \"/%FILE%\"\)"
"devtools/create_project/xcode.cpp#[ ]+files.push_back\(\"%FILE%\"\);"
"dists/irix/scummvm.idb#f 0644 root sys usr/ScummVM/%FILEBASE% %FILE% scummvm.man.readme"
"dists/redhat/scummvm.spec#%doc AUTHORS README.md.*%FILE%"
"dists/redhat/scummvm.spec.in#%doc AUTHORS README.md.*%FILE%"
- "ports.mk#cp \\$\(bundle_name\)/Contents/Resources/%FILEBASE% \\$\(bundle_name\)/Contents/Resources/%FILEUNDOTTED%"
+ "ports.mk#mv \\$\(bundle_name\)/Contents/Resources/%FILEBASE% \\$\(bundle_name\)/Contents/Resources/licenses/%FILEUNDOTTED%"
"ports.mk#mv \./ScummVM-snapshot/%FILEBASE% \./ScummVM-snapshot"
)
More information about the Scummvm-git-logs
mailing list