[Scummvm-git-logs] scummvm master -> 7689fd7308020aac0bb788cafc524bd7f01077f4

sev- sev at scummvm.org
Sun Nov 19 14:50:21 CET 2017


This automated email contains information about 3 new commits which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .

Summary:
2627716010 DEVTOOLS: Add RISC OS !Boot file to update-version.pl
2abbbbaa0b DEVTOOLS: Remove NSIS script from update-version.pl
7689fd7308 DISTS/REDHAT: Add titanic.dat to scummvm.spec.in


Commit: 2627716010527e26ece9e9210489c5c14c9a77c1
    https://github.com/scummvm/scummvm/commit/2627716010527e26ece9e9210489c5c14c9a77c1
Author: Cameron Cawley (ccawley2011 at gmail.com)
Date: 2017-11-19T14:50:17+01:00

Commit Message:
DEVTOOLS: Add RISC OS !Boot file to update-version.pl

Changed paths:
  A dists/riscos/!Boot,feb.in
    devtools/update-version.pl


diff --git a/devtools/update-version.pl b/devtools/update-version.pl
index 3b5f892..73668b8 100755
--- a/devtools/update-version.pl
+++ b/devtools/update-version.pl
@@ -50,6 +50,7 @@ my @subs_files = qw(
 	dists/openpandora/index.html
 	dists/gph/README-GPH
 	dists/gph/scummvm.ini
+	dists/riscos/!Boot,feb
 	backends/platform/psp/README.PSP
 	);
 
diff --git a/dists/riscos/!Boot,feb.in b/dists/riscos/!Boot,feb.in
new file mode 100644
index 0000000..9668426
--- /dev/null
+++ b/dists/riscos/!Boot,feb.in
@@ -0,0 +1,8 @@
+Set ScummVM$Dir <Obey$Dir>
+IconSprites <ScummVM$Dir>.!Sprites
+
+Set ScummVM$Title "ScummVM"
+Set ScummVM$Description "Play certain classic graphical point-and-click adventure games"
+Set ScummVM$Publisher "ScummVM Developers"
+Set ScummVM$Web "http://www.scummvm.org/"
+Set ScummVM$Version "@VERSION@"


Commit: 2abbbbaa0b78641a042fe4ed3c03a7b86ca22f52
    https://github.com/scummvm/scummvm/commit/2abbbbaa0b78641a042fe4ed3c03a7b86ca22f52
Author: Cameron Cawley (ccawley2011 at gmail.com)
Date: 2017-11-19T14:50:17+01:00

Commit Message:
DEVTOOLS: Remove NSIS script from update-version.pl
The NSIS script was removed in commit 4a1f3d7

Changed paths:
    devtools/update-version.pl


diff --git a/devtools/update-version.pl b/devtools/update-version.pl
index 73668b8..0e2879f 100755
--- a/devtools/update-version.pl
+++ b/devtools/update-version.pl
@@ -41,7 +41,6 @@ my @subs_files = qw(
 	dists/iphone/Info.plist
 	dists/ios7/Info.plist
 	dists/irix/scummvm.spec
-	dists/win32/scummvm.nsi
 	dists/wii/meta.xml
 	dists/android/AndroidManifest.xml
 	dists/openpandora/PXML.xml


Commit: 7689fd7308020aac0bb788cafc524bd7f01077f4
    https://github.com/scummvm/scummvm/commit/7689fd7308020aac0bb788cafc524bd7f01077f4
Author: Cameron Cawley (ccawley2011 at gmail.com)
Date: 2017-11-19T14:50:17+01:00

Commit Message:
DISTS/REDHAT: Add titanic.dat to scummvm.spec.in

Changed paths:
    dists/redhat/scummvm.spec.in


diff --git a/dists/redhat/scummvm.spec.in b/dists/redhat/scummvm.spec.in
index eac39eb..6c3f7eb 100644
--- a/dists/redhat/scummvm.spec.in
+++ b/dists/redhat/scummvm.spec.in
@@ -79,6 +79,7 @@ install -m644 -D dists/engine-data/queen.tbl %{buildroot}%{_datadir}/scummvm/que
 install -m644 -D dists/engine-data/sky.cpt %{buildroot}%{_datadir}/scummvm/sky.cpt
 install -m644 -D dists/engine-data/drascula.dat %{buildroot}%{_datadir}/scummvm/drascula.dat
 install -m644 -D dists/engine-data/teenagent.dat %{buildroot}%{_datadir}/scummvm/teenagent.dat
+install -m644 -D dists/engine-data/titanic.dat %{buildroot}%{_datadir}/scummvm/titanic.dat
 install -m644 -D dists/engine-data/hugo.dat %{buildroot}%{_datadir}/scummvm/hugo.dat
 install -m644 -D dists/engine-data/tony.dat %{buildroot}%{_datadir}/scummvm/tony.dat
 install -m644 -D dists/engine-data/toon.dat %{buildroot}%{_datadir}/scummvm/toon.dat
@@ -123,6 +124,7 @@ fi
 %{_datadir}/scummvm/lure.dat
 %{_datadir}/scummvm/drascula.dat
 %{_datadir}/scummvm/teenagent.dat
+%{_datadir}/scummvm/titanic.dat
 %{_datadir}/scummvm/hugo.dat
 %{_datadir}/scummvm/tony.dat
 %{_datadir}/scummvm/toon.dat





More information about the Scummvm-git-logs mailing list