aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTimo Wilken2023-05-01 14:34:34 +0200
committerTimo Wilken2023-05-01 14:34:34 +0200
commita2423a7ce904030e5f0845823140bd3696e4f836 (patch)
tree791308483c40258251e33a7a0e5be5486703c204
parent7c8ddd36fba51ce259be86703b13290021a0d217 (diff)
Rename source-built pak128 package
It's now the standard one.
-rw-r--r--tw/packages/games.scm14
1 files changed, 7 insertions, 7 deletions
diff --git a/tw/packages/games.scm b/tw/packages/games.scm
index cb4000f9..723d172c 100644
--- a/tw/packages/games.scm
+++ b/tw/packages/games.scm
@@ -151,7 +151,7 @@ addons for the Simutrans game, as @code{.pak} files.")))
(revision "39") ; number of commits since last tagged version
(commit "02ff45afdd3003c258c45aeb3d28b3b25f10172e")) ; latest as of 2023-04-30
(package
- (name "simutrans-pak128-from-source") ; note: needs simutrans >= 123
+ (name "simutrans-pak128") ; note: needs simutrans >= 123
(version (git-version version revision commit))
(source (origin
(method git-fetch)
@@ -186,12 +186,12 @@ addons for the Simutrans game, as @code{.pak} files.")))
(delete 'install))))
(home-page "https://forum.simutrans.com/index.php?board=26.0")
(synopsis "Graphical pak set for Simutrans, 128x128 tile size")
- (description
- (string-append
- "When Simutrans could only support 64px size graphics, pak128 already started. "
- "First pak to feature a complex economy and have a very wide variety of objects. "
- "It contains roughly 7 times more graphic data than pak64 and thus requires by far "
- "the largest amount of RAM and processing power of all Simutrans sets."))
+ (description "This is a self-contained set of assets for the Simutrans
+game. When Simutrans could only support 64px size graphics, work on pak128
+already started. This is the first pak set to feature a complex economy and
+have a very wide variety of objects. It contains roughly 7 times more graphic
+data than pak64 and thus requires by far the largest amount of RAM and
+processing power of all Simutrans sets.")
(license license:artistic2.0))))
;; See also: `sdl-union' in (gnu packages sdl).