This is caused by the lacking theme pak files in the simutrans src file (as supplied upstream). All atempts to build the themes with the supplied build_themes.sh script failed. Hence, the needed files were retrieved from the Subversion source. - patched the build_themes.sh, reported upstream as: https://forum.simutrans.com/index.php/topic,23401.0.html OBS-URL: https://build.opensuse.org/package/show/games/simutrans?expand=0&rev=46
13 lines
370 B
Diff
13 lines
370 B
Diff
diff -ru old/Makefile new/Makefile
|
|
--- old/Makefile
|
|
+++ new/Makefile
|
|
@@ -274,7 +274,7 @@
|
|
DUMMY := $(shell rm -f src/simutrans/revision.h)
|
|
else
|
|
ifeq ("$(wildcard src/simutrans/revision.h)","")
|
|
- DUMMY := $(shell printf '#define REVISION' > src/simutrans/revision.h)
|
|
+ DUMMY := $(shell printf "\#define REVISION" > src/simutrans/revision.h)
|
|
endif
|
|
endif
|
|
|