diff options
| author | Kjartan Oli Agustsson <kjartanoli@outlook.com> | 2025-06-08 16:51:37 +0000 |
|---|---|---|
| committer | Liliana Marie Prikler <liliana.prikler@gmail.com> | 2025-06-09 11:16:14 +0200 |
| commit | 44b618b7e788f49a2b000ed45e34016f1d89c5b2 (patch) | |
| tree | a54600e2a202340d11ff0dfd34bed792daca8a1f | |
| parent | 93761c731cd3ac5fb74a50b26c4af7cdcf65aeb3 (diff) | |
gnu: freerct: Update to 0.1-0.f85335d.
* gnu/packages/games.scm (freerct): Update to 0.1-0.f85335d.
[source]: Change URL to Codebergo.
Change-Id: I45280e9e117f40ad9f3b9cae7731271c2b2d34a5
Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
| -rw-r--r-- | gnu/packages/games.scm | 46 |
1 files changed, 24 insertions, 22 deletions
diff --git a/gnu/packages/games.scm b/gnu/packages/games.scm index 9381ea85883..d62e6b6dc14 100644 --- a/gnu/packages/games.scm +++ b/gnu/packages/games.scm | |||
| @@ -12842,27 +12842,29 @@ the map.") | |||
| 12842 | (license license:expat)))) | 12842 | (license license:expat)))) |
| 12843 | 12843 | ||
| 12844 | (define-public freerct | 12844 | (define-public freerct |
| 12845 | (package | 12845 | (let ((commit "f85335dc98cdb28081b38cdf23409ac8a91d9a66") |
| 12846 | (name "freerct") | 12846 | (revision "0")) |
| 12847 | (version "0.1") | 12847 | (package |
| 12848 | (source (origin | 12848 | (name "freerct") |
| 12849 | (method git-fetch) | 12849 | (version (git-version "0.1" revision commit)) |
| 12850 | (uri (git-reference | 12850 | (source (origin |
| 12851 | (url "https://github.com/FreeRCT/FreeRCT") | 12851 | (method git-fetch) |
| 12852 | (commit version))) | 12852 | (uri (git-reference |
| 12853 | (file-name (git-file-name name version)) | 12853 | (url "https://codeberg.org/FreeRCT/FreeRCT") |
| 12854 | (sha256 | 12854 | (commit commit))) |
| 12855 | (base32 | 12855 | (file-name (git-file-name name version)) |
| 12856 | "1szwy2cq4ffp4yxm9pp9vdyia0i5nz0wnppdd1xb9w7v3wa4mywi")))) | 12856 | (sha256 |
| 12857 | (build-system cmake-build-system) | 12857 | (base32 |
| 12858 | (arguments | 12858 | "1mimwgw487dxr2h1kxciwz34hk06g1lfgpicrav7khh19843a2fq")))) |
| 12859 | `(#:tests? #f)) | 12859 | (build-system cmake-build-system) |
| 12860 | (native-inputs (list flex bison)) | 12860 | (arguments |
| 12861 | (inputs (list libpng sdl2 sdl2-ttf)) | 12861 | `(#:tests? #f)) |
| 12862 | (home-page "https://freerct.net/") | 12862 | (native-inputs (list flex bison)) |
| 12863 | (synopsis "Theme park management simulation game") | 12863 | (inputs (list libpng glfw glew freetype)) |
| 12864 | (description | 12864 | (home-page "https://freerct.net/") |
| 12865 | "FreeRCT is a game that captures the look and feel of the popular games | 12865 | (synopsis "Theme park management simulation game") |
| 12866 | (description | ||
| 12867 | "FreeRCT is a game that captures the look and feel of the popular games | ||
| 12866 | RollerCoaster Tycoon 1 and 2, graphics- and gameplay-wise. | 12868 | RollerCoaster Tycoon 1 and 2, graphics- and gameplay-wise. |
| 12867 | 12869 | ||
| 12868 | In this game, you play as a manager of a theme park, allowing you to make a | 12870 | In this game, you play as a manager of a theme park, allowing you to make a |
| @@ -12871,7 +12873,7 @@ finances, landscaping, and most importantly: rides. Good managers follow the | |||
| 12871 | principle of prioritizing the guests' happiness with a well-maintained park. | 12873 | principle of prioritizing the guests' happiness with a well-maintained park. |
| 12872 | Should they go unwise, a theme park plunge into chaos with vandalizing guests | 12874 | Should they go unwise, a theme park plunge into chaos with vandalizing guests |
| 12873 | and unsafe rides. Which path will you take?") | 12875 | and unsafe rides. Which path will you take?") |
| 12874 | (license license:gpl2))) | 12876 | (license license:gpl2)))) |
| 12875 | 12877 | ||
| 12876 | (define-public ultrastar-deluxe | 12878 | (define-public ultrastar-deluxe |
| 12877 | (package | 12879 | (package |
