Ribbon
94d0d673bb
Add recipes
2026-03-26 15:06:41 -03:00
Ribbon
efd0510443
Improve and update many library recipes
2026-03-26 14:06:39 -03:00
Benton60
62d734d907
fix syntax error in recipe
2026-03-24 22:23:22 -04:00
Ribbon
a5a245ed60
Improve and update more library recipes
2026-03-24 19:49:50 -03:00
Ribbon
5e90e99db8
Improve and update more library recipes
2026-03-24 18:55:54 -03:00
Ribbon
a9851e7010
Improve and update many library recipes
2026-03-24 15:59:41 -03:00
Wildan M
9b12e0eda4
Fix libavif for php84
2026-03-24 07:14:07 +07:00
Ribbon
ba157856fc
Improve and update more library recipes
2026-03-22 18:29:00 -03:00
Ribbon
90900a8b84
Improve and update more recipes
2026-03-22 17:36:16 -03:00
Ribbon
e4c43fee67
Add recipes
2026-03-22 16:39:33 -03:00
Ribbon
91e0399691
Improve many library recipes and update i2pd recipe
2026-03-20 20:41:36 -03:00
Ribbon
4f2db785fb
Rename kerberos5 recipe to krb5
2026-03-20 16:23:02 -03:00
Wildan M
3d7def6512
Move webkit category
2026-03-16 07:06:09 +07:00
Ribbon
739233d206
Improve many library recipes
2026-03-15 10:23:46 -03:00
Ribbon
8be0d4d0a9
Rename mbedtls recipe to mbedtls4
2026-03-15 09:01:57 -03:00
Ribbon
05134c354c
Improve all TLS library recipes
2026-03-15 09:00:23 -03:00
Ribbon
c98d7528fb
Improve and try to fix more library recipes
2026-03-14 21:15:41 -03:00
Ribbon
3ff7c59742
Improve and try to fix many library recipes
2026-03-14 20:36:56 -03:00
Ribbon
5fdaba25a1
Improve some library recipes
2026-03-14 18:56:21 -03:00
Wildan M
106616c013
Add patches for zerospades
2026-03-14 18:33:34 +07:00
Wildan M
52f5ebf62b
Port boost, partially port mariadb
2026-03-14 07:41:03 +07:00
Wildan M
8f94c658f7
Partially port mosh
2026-03-12 19:26:11 +07:00
Wildan M
9bab0c1fc4
Use ncursesw to support unicode everywhere
2026-03-10 07:34:41 +07:00
Wildan M
2d899ca1a7
Make cargo build script more useful
2026-03-06 00:58:12 +07:00
Jeremy Soller
65ccfe6fee
Merge branch 'mate-fix' into 'master'
...
Couple of fixes for mate desktop
See merge request redox-os/redox!1976
2026-03-05 09:16:21 -07:00
Wildan M
49a2777299
Couple of fixes for mate desktop
2026-03-05 12:54:05 +07:00
Wildan M
4e775c3302
Replace itstool, libxml2-utils into host cookbook
2026-03-05 12:45:09 +07:00
Wildan M
8f9deb1d7b
Fix webkit missing gperf
2026-02-26 14:09:47 +07:00
Mark Harris
ecd8fe96ca
Promote opusfile recipe
2026-02-24 07:04:27 -08:00
Mark Harris
71602ef42e
Update opusfile recipe
2026-02-24 07:04:20 -08:00
Mark Harris
ec1aa3b77d
Fix openssl3 for platforms without shared libs
...
We need to also disable loading of dynamic shared objects (modules)
with no-dso.
2026-02-23 22:51:47 -08:00
Jeremy Soller
96bdc6b92d
Update rustix patch to use pinned revision
2026-02-23 08:41:22 -07:00
Jeremy Soller
5d6455df33
Merge branch 'openssl3_dir' into 'master'
...
openssl3: Set openssldir to /etc/ssl
See merge request redox-os/redox!1927
2026-02-20 05:44:57 -07:00
Mark Harris
ee98498dab
openssl3: Set openssldir to /etc/ssl
...
Without this it defaulted to $prefix/ssl which was /usr/ssl.
However ca-certificates installs the certificates in /etc/ssl.
Also there is no longer anything at "${COOKBOOK_STAGE}/"{share,ssl}
to delete.
2026-02-20 00:54:27 -08:00
Anhad Singh
9e0c8b8a57
fix(recipes/tree-sitter): rustix patch
...
Signed-off-by: Anhad Singh <andypython@protonmail.com>
2026-02-20 13:02:59 +11:00
Mark Harris
7f4655a533
Promote libopus recipe
2026-02-19 11:50:36 -08:00
Mark Harris
929faefdf7
Update libopus recipe
2026-02-19 11:48:38 -08:00
Ribbon
8aec2345df
Move more gnome and kde recipes
2026-02-17 18:58:47 -03:00
Ribbon
8d4830d421
Improve more recipes
2026-02-14 00:08:59 -03:00
Ribbon
ec8f74129e
Rename libsigc++ recipe to libsigcpp
2026-02-13 23:26:40 -03:00
Ribbon
0eadd2bf38
Move remaining recipes to libs/gnome category
2026-02-13 23:25:18 -03:00
Ribbon
3dd6eeaba3
Improve and try to fix more recipes
2026-02-13 23:18:06 -03:00
Ribbon
64a64d22c0
Move more recipes to libs/gnome category
2026-02-13 22:57:05 -03:00
Ribbon
960f454a13
Improve and try to fix some recipes
2026-02-13 22:52:34 -03:00
Ribbon
34876baf97
Remove duplicated recipe
2026-02-10 05:58:40 -03:00
Ribbon
03094f282d
Move many WIP recipes
2026-02-10 05:57:30 -03:00
Ribbon
7577beba7e
Add recipes
2026-02-10 01:02:42 -03:00
Ribbon
28d653a63d
Add recipes
2026-02-09 07:03:36 -03:00
Ribbon
900e8fecd8
Add recipes
2026-02-09 05:46:38 -03:00
Anhad Singh
b17dd28e62
misc(recipes): remove DYNAMIC_INIT from source scripts
...
`autotools_recursive_regenerate` is now defined regardless of
`DYNAMIC_INIT`.
Signed-off-by: Anhad Singh <andypython@protonmail.com>
2026-02-04 18:27:55 +11:00