summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRonny Gutbrod <gentoo@tastytea.de>2020-04-11 22:56:14 +0200
committerMichał Górny <mgorny@gentoo.org>2020-10-23 19:07:02 +0200
commit3cd3ac0da3b0b26ee001e014ccec1aa45d131ef6 (patch)
treeb89d99307c6453252730c79b1ac968718ef7ffa9 /games-simulation/simutrans/files
parentdev-libs/nss: always tolerate the first CCS in TLS 1.3 (diff)
downloadgentoo-3cd3ac0da3b0b26ee001e014ccec1aa45d131ef6.tar.gz
gentoo-3cd3ac0da3b0b26ee001e014ccec1aa45d131ef6.tar.bz2
gentoo-3cd3ac0da3b0b26ee001e014ccec1aa45d131ef6.zip
games-simulation/simutrans: Version bump 0.122.0.
Also add a Desktop Entry and all the maintained paksets (scenario data) via use-flags. Closes: https://bugs.gentoo.org/668504 Closes: https://bugs.gentoo.org/636324 Closes: https://bugs.gentoo.org/664634 Closes: https://bugs.gentoo.org/724470 Closes: https://bugs.gentoo.org/739360 Signed-off-by: Ronny (tastytea) Gutbrod <gentoo@tastytea.de> Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'games-simulation/simutrans/files')
-rw-r--r--games-simulation/simutrans/files/simutrans-0.122.0-Fix-Makefile.patch21
-rw-r--r--games-simulation/simutrans/files/simutrans.desktop9
2 files changed, 30 insertions, 0 deletions
diff --git a/games-simulation/simutrans/files/simutrans-0.122.0-Fix-Makefile.patch b/games-simulation/simutrans/files/simutrans-0.122.0-Fix-Makefile.patch
new file mode 100644
index 000000000000..5effe170758b
--- /dev/null
+++ b/games-simulation/simutrans/files/simutrans-0.122.0-Fix-Makefile.patch
@@ -0,0 +1,21 @@
+--- a/Makefile 2020-10-15 08:32:29.000000000 +0200
++++ b/Makefile 2020-10-23 17:59:29.008159331 +0200
+@@ -17,8 +17,7 @@
+ SDL_CONFIG ?= sdl-config
+ SDL2_CONFIG ?= pkg-config sdl2
+ #SDL2_CONFIG ?= sdl2-config
+-FREETYPE_CONFIG ?= freetype-config
+-#FREETYPE_CONFIG ?= pkg-config freetype2
++FREETYPE_CONFIG ?= pkg-config freetype2
+
+ BACKENDS = allegro gdi sdl sdl2 mixer_sdl mixer_sdl2 posix
+ OSTYPES = amiga beos freebsd haiku linux mingw mac openbsd
+@@ -91,8 +90,6 @@
+ endif
+ endif
+ endif
+-else
+- CFLAGS += -O
+ endif
+
+ ifdef DEBUG
diff --git a/games-simulation/simutrans/files/simutrans.desktop b/games-simulation/simutrans/files/simutrans.desktop
new file mode 100644
index 000000000000..a6a556c3b78e
--- /dev/null
+++ b/games-simulation/simutrans/files/simutrans.desktop
@@ -0,0 +1,9 @@
+[Desktop Entry]
+Type=Application
+Name=Simutrans
+Encoding=UTF-8
+Comment=A free Transport Tycoon clone
+TryExec=simutrans
+Exec=simutrans
+Icon=simutrans
+Terminal=false