From a2423a7ce904030e5f0845823140bd3696e4f836 Mon Sep 17 00:00:00 2001 From: Timo Wilken Date: Mon, 1 May 2023 14:34:34 +0200 Subject: Rename source-built pak128 package It's now the standard one. --- tw/packages/games.scm | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'tw/packages/games.scm') 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). -- cgit v1.2.3