- Feb 11, 2025
-
-
Anhad Singh authored
Signed-off-by:
Anhad Singh <andypython@protonmail.com>
-
- Feb 10, 2025
-
-
Anhad Singh authored
Signed-off-by:
Anhad Singh <andypython@protonmail.com>
-
Anhad Singh authored
Signed-off-by:
Anhad Singh <andypython@protonmail.com>
-
Anhad Singh authored
Signed-off-by:
Anhad Singh <andypython@protonmail.com>
-
- Feb 09, 2025
-
-
Anhad Singh authored
Signed-off-by:
Anhad Singh <andypython@protonmail.com>
-
Anhad Singh authored
Signed-off-by:
Anhad Singh <andypython@protonmail.com>
-
Anhad Singh authored
Signed-off-by:
Anhad Singh <andypython@protonmail.com>
-
Anhad Singh authored
Signed-off-by:
Anhad Singh <andypython@protonmail.com>
-
Anhad Singh authored
Signed-off-by:
Anhad Singh <andypython@protonmail.com>
-
- Feb 02, 2025
-
-
Jeremy Soller authored
TOML conversions to fix build See merge request redox-os/cookbook!446
-
Jeremy Soller authored
fix(cook/fetch): check if directory does not exist See merge request redox-os/cookbook!445
-
Jeremy Soller authored
fix(cookbook): add runtime dependencies to repo See merge request redox-os/cookbook!442
-
Anhad Singh authored
This may be the case if repo.sh did not build any TOML recipes. In that case, we can just exit cleanly. Signed-off-by:
Anhad Singh <andypython@protonmail.com>
-
Anhad Singh authored
Signed-off-by:
Anhad Singh <andypython@protonmail.com>
-
Anhad Singh authored
Signed-off-by:
Anhad Singh <andypython@protonmail.com>
-
Anhad Singh authored
Signed-off-by:
Anhad Singh <andypython@protonmail.com>
-
- Feb 01, 2025
-
-
Jeremy Soller authored
Update to latest redoxer See merge request redox-os/cookbook!444
-
Ron Williams authored
-
- Jan 31, 2025
-
-
Jeremy Soller authored
-
Jeremy Soller authored
fix(cosmic-files): set shared-deps instead of package deps See merge request redox-os/cookbook!443
-
Jeremy Soller authored
fix(netsurf) See merge request redox-os/cookbook!441
-
Jeremy Soller authored
fix(cook): copy source only if newer See merge request redox-os/cookbook!440
-
Anhad Singh authored
Signed-off-by:
Anhad Singh <andypython@protonmail.com>
-
Anhad Singh authored
Signed-off-by:
Anhad Singh <andypython@protonmail.com>
-
Anhad Singh authored
Signed-off-by:
Anhad Singh <andypython@protonmail.com>
-
Anhad Singh authored
Signed-off-by:
Anhad Singh <andypython@protonmail.com>
-
Anhad Singh authored
Fixes the bug where libgcc was unnecessarily building multiple times. Which in turn caused other packages to rebuild. Example: The source path is set to `prefix/${TARGET}/sysroot`. Currently the way `cook` handles `source.path` ends up messing the timestamp of `recipes/libs/libgcc/source` as it just performs `copy_dir_all(path, &source_dir)` without checking if the timestamp of the source path specified in the recipe was changed. This would consequently update the timestamp of the source and cause it to rebuild. Signed-off-by:
Anhad Singh <andypython@protonmail.com>
-
- Jan 28, 2025
-
-
Jeremy Soller authored
fix(cook): build shared dependencies See merge request redox-os/cookbook!438
-
Jeremy Soller authored
feat(cosmic-files): dynamic See merge request redox-os/cookbook!439
-
Anhad Singh authored
Signed-off-by:
Anhad Singh <andypython@protonmail.com>
-
Anhad Singh authored
Before it was not check if the shared dependencies of a package had been built. This resulted in the installer panicking as it tried to install a non-built package. This commit fixes that issue. Signed-off-by:
Anhad Singh <andypython@protonmail.com>
-
- Jan 27, 2025
-
-
Jeremy Soller authored
feat(gettext): dynamic See merge request redox-os/cookbook!437
-
Anhad Singh authored
Signed-off-by:
Anhad Singh <andypython@protonmail.com>
-
Anhad Singh authored
Signed-off-by:
Anhad Singh <andypython@protonmail.com>
-
- Jan 25, 2025
-
-
Jeremy Soller authored
Update Boost recipe See merge request redox-os/cookbook!436
-
Jeremy Soller authored
fix(coobook): separate shared deps See merge request redox-os/cookbook!435
-
- Jan 24, 2025
-
-
Anhad Singh authored
Signed-off-by:
Anhad Singh <andypython@protonmail.com>
-
- Jan 23, 2025
-
-
Anhad Singh authored
Signed-off-by:
Anhad Singh <andypython@protonmail.com>
-
Josh Megnauth authored
Boost depends on some missing `wchar.h` functions which are wrapped and exposed by C++. Some of the libraries seem to either depend on `openat` or depend on external libraries that depend on `openat`. The main purpose of this patch is to update the recipe to an almost working state until those issues are resolved.
-
Anhad Singh authored
These shall only be added iff `PREFER_STATIC` is not set. Signed-off-by:
Anhad Singh <andypython@protonmail.com>
-