Jeremy Soller
9403e65845
Merge branch 'improve-recipes-packages-api' into 'master'
...
Improve package and recipes API
See merge request redox-os/cookbook!534
2025-07-08 06:06:33 -06:00
Jeremy Soller
d326fc9ae9
Merge branch 'meson-discovery' into 'master'
...
Set meson cross file prefix to /usr
See merge request redox-os/cookbook!533
2025-07-08 06:03:18 -06:00
Josh Megnauth
26c680d57e
Improve package and recipes API
...
The main changes here are to leverage PackageError and PackageName more.
I also fixed a bug I introduced by misunderstanding code in auto_deps. auto_deps should return PackageNames instead of Strings, but I converted the Strings too early.
2025-07-07 23:17:04 -04:00
Wildan Mubarok
49bb9d8b64
Set meson cross file prefix to /usr
2025-07-07 22:26:37 +00:00
Jeremy Soller
1c58dde125
Merge branch 'update-llvm18' into 'master'
...
Simplify llvm18 recipe
See merge request redox-os/cookbook!531
2025-07-07 15:06:12 -06:00
Jeremy Soller
339e0e00c4
Merge branch 'simplify-mesa' into 'master'
...
Simplify mesa recipe
See merge request redox-os/cookbook!532
2025-07-07 14:57:40 -06:00
Wildan Mubarok
6445edc868
Simplify mesa recipe
2025-07-07 20:36:46 +00:00
Wildan Mubarok
c5d02fa039
Fix compilation
2025-07-07 20:14:05 +00:00
Wildan Mubarok
80773c333d
Simplify llvm18 recipe
2025-07-07 19:10:52 +00:00
Jeremy Soller
d2128d6bee
Merge branch 'more-gcc-fixes' into 'master'
...
Copy missing .o and .a files from prefix into the gcc package (Janky fix)
See merge request redox-os/cookbook!530
2025-07-07 06:37:18 -06:00
Ron Williams
76c77039cc
Copy missing .o and .a files from prefix into the gcc package (Janky fix)
2025-07-07 06:37:18 -06:00
Jeremy Soller
b87024711a
Merge branch 'fix-libsodium' into 'master'
...
Fix libsodium compilation
See merge request redox-os/cookbook!529
2025-07-06 06:54:27 -06:00
Wildan Mubarok
3ad8ddf69e
Fix libsodium compilation
2025-07-06 08:06:09 +00:00
Jeremy Soller
6990b98d1a
Merge branch 'offline-mode' into 'master'
...
Add an option to not update recipes
See merge request redox-os/cookbook!528
2025-07-05 15:27:57 -06:00
Wildan Mubarok
bc2a4d908a
Add an option to not update recipes
2025-07-05 15:45:05 +00:00
Jeremy Soller
3d9f377e3b
Merge branch 'gnome-web' into 'master'
...
Add gnome-web / ephiphany as wip
See merge request redox-os/cookbook!527
2025-07-05 09:20:35 -06:00
Jeremy Soller
006ac4b73a
Merge branch 'reuse-pkgutils-package-struct' into 'master'
...
Move struct Package to redox-pkg
See merge request redox-os/cookbook!521
2025-07-05 09:19:36 -06:00
Jeremy Soller
289becea87
Merge branch 'dyn-link-duke' into 'master'
...
Dynamically linked Duke Nukem
See merge request redox-os/cookbook!518
2025-07-05 09:17:56 -06:00
Jeremy Soller
cec9a42047
Merge branch 'rustpython' into 'master'
...
Pin RustPython version
See merge request redox-os/cookbook!526
2025-07-05 08:57:49 -06:00
Wildan Mubarok
2bd9da2100
Pin RustPython version
2025-07-05 08:57:49 -06:00
Jeremy Soller
b029ef281f
Merge branch 'pin-uutils-to-0.1.0' into 'master'
...
Pin uutils to 0.1.0 commit hash
See merge request redox-os/cookbook!525
2025-07-05 08:53:32 -06:00
James Matlik
5db4d1df97
Add TODO about why we pinned the version
2025-07-05 10:34:25 -04:00
Josh Megnauth
0ae1974a03
Move struct Package to redox-pkg
...
This deduplicates code as well as forces names to be sanitized. The API
for both redox-pkg and cookbook need some reimagining due to the
reshuffling, but this patch is not concerned with that as yet.
2025-07-05 07:48:28 -04:00
Wildan Mubarok
f5e0b2d3be
Add gnome-web as wip
2025-07-05 09:35:38 +00:00
James Matlik
2a63e439d0
Pin uutils to 0.1.0 commit hash
...
Building against the mainline resulted in instability, namely dd.
Pinning to a stable release ensures stable behavior for the next
release of RedoxOS.
2025-07-05 00:41:59 -04:00
Jeremy Soller
f7f69579e5
Merge branch 'meson-sccache' into 'master'
...
Fix regression in meson
See merge request redox-os/cookbook!523
2025-07-04 18:56:14 -06:00
Jeremy Soller
c71a0c62f4
Merge branch 'rename-wrapper' into 'master'
...
Rename RUSTC_WRAPPER to CC_WRAPPER
See merge request redox-os/cookbook!524
2025-07-04 18:55:50 -06:00
Wildan Mubarok
4499e9b688
Rename RUSTC_WRAPPER to CC_WRAPPER
2025-07-05 00:04:22 +00:00
Wildan Mubarok
81ed01792d
Fix regression in meson
2025-07-04 23:44:44 +00:00
Jeremy Soller
c750b92482
Merge branch 'sccache-opt' into 'master'
...
Add support for sccache envar handling
See merge request redox-os/cookbook!522
2025-07-04 07:31:50 -06:00
Wildan Mubarok
c03c493bcb
Add support for sccache envar handling
2025-07-04 07:31:50 -06:00
Ribbon
ba02dd5024
Fix the cosmic-ext-calculator recipe and update TODOs
2025-07-04 08:33:39 -03:00
Ribbon
d1b5fcf6d1
Fix the libgpm recipe and update TODOs
2025-07-04 08:04:12 -03:00
Ribbon
8b1d6031a8
Try to fix the rx recipe and update TODOs
2025-07-04 06:57:44 -03:00
Ribbon
c9fc74c2f0
Fix the ratzilla recipe and update TODOs
2025-07-04 04:11:52 -03:00
Ribbon
0dcdfc5961
Try to fix the sloth recipe and update TODOs
2025-07-03 11:17:47 -03:00
Jeremy Soller
442fda4c5d
Merge branch 'fix-distclean' into 'master'
...
Fix make clean
Closes #231
See merge request redox-os/cookbook!520
2025-07-03 08:01:37 -06:00
Wildan Mubarok
27ea7b99d8
Fix make clean
2025-07-03 13:32:51 +00:00
Ribbon
b0ed142293
Fix the sphere recipe and update TODOs
2025-07-03 09:05:45 -03:00
Ribbon
79a1806abd
Fix the cargo-preflight recipe and update a TODO
2025-07-03 08:59:42 -03:00
Ribbon
5e4089381c
Fix the feluda recipe and update a TODO
2025-07-03 08:50:24 -03:00
Ribbon
63da499c39
Try to fix the ratzilla recipe script again
2025-07-03 08:20:29 -03:00
Ribbon
66889c4846
Try to fix the ratzilla recipe script
2025-07-03 08:17:48 -03:00
Ribbon
883cb05808
Try to fix the ratzilla recipe and update TODOs
2025-07-03 08:12:58 -03:00
Ribbon
a6cdb3f9de
Fix the dog recipe conflict
2025-07-03 07:11:21 -03:00
Ribbon
78b7bb373c
Fix the somo recipe conflict
2025-07-03 07:07:25 -03:00
Ribbon
b24b742e12
Update binwalk recipe
2025-07-03 06:51:35 -03:00
Ribbon
2458a4ecd4
Add recipes
2025-07-03 06:50:39 -03:00
Ribbon
badf148035
Add recipes
2025-07-03 06:06:25 -03:00
Josh Megnauth
e8e8dea097
Dynamically linked Duke Nukem
2025-07-02 22:20:42 -04:00