Alexis Hildebrandt
755b915a15
treewide: Remove indefinite article from meta.description
...
nix run nixpkgs#silver-searcher -- -G '\.nix$' -0l 'description.*"[Aa]n?' pkgs \
| xargs -0 nix run nixpkgs#gnused -- -i '' -Ee 's/(description.*")[Aa]n? (.)/\1\U\2/'
2024-06-09 23:07:45 +02:00
Tomo
6631259d7c
craftos-pc: enable strictDeps
2024-05-05 11:06:35 -07:00
Tomo
f3ac1b3b0a
craftos-pc: install icons and .desktop file
...
Upstream provides icons and a .desktop file in the
resources/linux-icons.zip file.
This PR properly installs these assets.
2024-05-05 11:06:04 -07:00
Tomo
6b006fc4de
craftos-pc: reduce runtime dependencies
...
patchelf is only used in the installPhase and is not used in the program
itself, so we move it to nativeBuildInputs to reduce the closure size.
2024-05-05 11:03:59 -07:00
Tomo
a74e7c9dec
craftos-pc: 2.8.1 -> 2.8.2 ( #306130 )
...
Changelog: https://github.com/MCJack123/craftos2/releases/tag/v2.8.2
2024-05-02 13:25:51 +00:00
Tomo
3d745e6ce9
craftos-pc: 2.8 -> 2.8.1
...
Changelog: https://github.com/MCJack123/craftos2/releases/tag/v2.8.1
2024-01-28 12:22:05 -08:00
Tomo
436f194a76
craftos-pc: 2.7.5 -> 2.8
...
Changelog: https://github.com/MCJack123/craftos2/releases/tag/v2.8
This release contains several breaking changes, and should **not** be backported.
2024-01-03 16:11:48 -08:00
Tomo
ff2026987f
craftos-pc: 2.7.4 -> 2.7.5
...
Changelog: https://github.com/MCJack123/craftos2/releases/tag/v2.7.5
This commit includes a hotfix of the craftos2-rom submodule with the
version number '2.7.5.1', which fixes a critical bug (see
9881064c28
for more information.)
2023-08-04 07:50:50 -07:00
Tomo
4851ef974d
craftos-pc: fix tests
...
The tests attempt to import 'grep' with the intention of using
'gnugrep'. This commit resolves that issue.
2023-07-22 19:34:01 -07:00
Tomo
9cdeb84cd9
craftos-pc: add basic tests
...
This ensures that most obvious breakages will be caught before they are
shipped.
2023-06-26 17:33:32 -07:00
Tomo
b05ef018ff
craftos-pc: fix broken hashes
...
The author made a hotfix after 2.7.4 was released and then reassigned
2.7.4 to that hotfix. This PR fixes that discrepancy.
2023-05-15 04:56:20 +00:00
Tomo
7d2227f08c
craftos-pc: 2.7.3 -> 2.7.4
2023-05-14 06:59:40 +00:00
Tomo
fb8cf494a1
craftos-pc: Add tomodachi94 to maintainers
2023-01-29 08:16:37 -08:00
Tomo
6b4b96e685
craftos-pc: 2.6.6 -> 2.7.3
...
Changelog: https://github.com/MCJack123/craftos2/releases/tag/v2.7.3
2023-01-29 08:16:37 -08:00
Glowpelt
82f4659c47
(craftos-pc): 2.4.5 -> 2.6.6
...
Update to the newest version.
Also:
* Adds in most optional dependencies (besides `libharu`)
* Bundles the rom files (under ComputerCraft Public License, so `free`)
* packages the headers
2022-06-30 13:34:25 -06:00
AndersonTorres
8d65e832f0
Move misc/emulators to applications/emulators - part 1
...
Emulators form a class by themselves. So, they should be moved to applications/.
2022-02-16 01:38:20 -03:00