From c1d3742e0d6c6bdfb69e5bd4da15161016311695 Mon Sep 17 00:00:00 2001 From: Jeremy Soller Date: Wed, 29 Oct 2025 20:41:44 -0600 Subject: [PATCH 1/8] Update cookbook --- cookbook | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cookbook b/cookbook index adbb03278..2a31a2723 160000 --- a/cookbook +++ b/cookbook @@ -1 +1 @@ -Subproject commit adbb0327804dd34386c787895afb662ef596bdef +Subproject commit 2a31a2723794f1f48ff7e616348fc70a95fb21e1 From 69d0220e1c90d2fbabef58579e4d9245b065019b Mon Sep 17 00:00:00 2001 From: Jeremy Soller Date: Wed, 29 Oct 2025 20:45:49 -0600 Subject: [PATCH 2/8] Update cookbook --- cookbook | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cookbook b/cookbook index 2a31a2723..4bfaea13b 160000 --- a/cookbook +++ b/cookbook @@ -1 +1 @@ -Subproject commit 2a31a2723794f1f48ff7e616348fc70a95fb21e1 +Subproject commit 4bfaea13b7fb2b14d6ad7c0de25d6ad9d017793e From d4f4922a98dec1c6bee1bfb9d97941a35f4ac4fc Mon Sep 17 00:00:00 2001 From: Jeremy Soller Date: Thu, 30 Oct 2025 09:34:04 -0600 Subject: [PATCH 3/8] Update relibc --- relibc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/relibc b/relibc index c2eed49e2..ab2a948d0 160000 --- a/relibc +++ b/relibc @@ -1 +1 @@ -Subproject commit c2eed49e2db695b4da09a7becd096183b809b075 +Subproject commit ab2a948d0b6a9f1c7796e4d1a38b4f01b4cbf2ce From 115d34a04fb304a8793b3501f8f3a08c0a8f6232 Mon Sep 17 00:00:00 2001 From: Jeremy Soller Date: Thu, 30 Oct 2025 10:34:30 -0600 Subject: [PATCH 4/8] Update cookbook --- cookbook | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cookbook b/cookbook index 4bfaea13b..e94c9c166 160000 --- a/cookbook +++ b/cookbook @@ -1 +1 @@ -Subproject commit 4bfaea13b7fb2b14d6ad7c0de25d6ad9d017793e +Subproject commit e94c9c16640fbab2dfee7d96612e12061907d156 From b78a3cc3a4592e3e25d43f804987f66d7b44a540 Mon Sep 17 00:00:00 2001 From: Jeremy Soller Date: Thu, 30 Oct 2025 10:46:56 -0600 Subject: [PATCH 5/8] Update cookbook --- cookbook | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cookbook b/cookbook index e94c9c166..cd57cda64 160000 --- a/cookbook +++ b/cookbook @@ -1 +1 @@ -Subproject commit e94c9c16640fbab2dfee7d96612e12061907d156 +Subproject commit cd57cda6499276d3ba7adda7afc3c13835f5f43b From 7e6db025bfbd8718533a2e9aff1e7293825886f1 Mon Sep 17 00:00:00 2001 From: Jeremy Soller Date: Thu, 30 Oct 2025 14:40:34 -0600 Subject: [PATCH 6/8] Update relibc --- relibc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/relibc b/relibc index ab2a948d0..a33bb699e 160000 --- a/relibc +++ b/relibc @@ -1 +1 @@ -Subproject commit ab2a948d0b6a9f1c7796e4d1a38b4f01b4cbf2ce +Subproject commit a33bb699e69e023a9ed070c758aeeafa50913814 From 7ed54250d9d4acda83c820a9bbe62a495490cb33 Mon Sep 17 00:00:00 2001 From: Jeremy Soller Date: Thu, 30 Oct 2025 17:52:51 -0600 Subject: [PATCH 7/8] Update cookbook and use feh for background in x11 --- config/x11.toml | 2 ++ cookbook | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/config/x11.toml b/config/x11.toml index 18b11a138..9a3f24f62 100644 --- a/config/x11.toml +++ b/config/x11.toml @@ -11,6 +11,7 @@ filesystem_size = 2048 # Package settings [packages] +feh = {} gtk3 = {} htop = {} libnettle = {} @@ -97,4 +98,5 @@ X "${DISPLAY}" -verbose 6 & sleep 1 twm & xterm & +feh --bg-max --no-fehbg --randomize /ui/background.jpg & """ diff --git a/cookbook b/cookbook index cd57cda64..e21fa22cc 160000 --- a/cookbook +++ b/cookbook @@ -1 +1 @@ -Subproject commit cd57cda6499276d3ba7adda7afc3c13835f5f43b +Subproject commit e21fa22cc438ec960c955564e0bc01b0e20b4d26 From 6a1a81fb61938401a9907bf119052ef7a39fdbd4 Mon Sep 17 00:00:00 2001 From: Ribbon Date: Fri, 31 Oct 2025 03:54:16 -0300 Subject: [PATCH 8/8] Add a warning for recipe duplication in CONTRIBUTING --- CONTRIBUTING.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 1c03bcefb..b3def0962 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -215,7 +215,9 @@ You can see the most common questions and problems on the [Developer FAQ](https: ## Porting Software -You can read how to use the Cookbook recipe system to port applications on the [Porting Applications using Recipes](https://doc.redox-os.org/book/porting-applications.html) page. +You can read how to use the Cookbook recipe system to port applications on the [Application Porting](https://doc.redox-os.org/book/porting-applications.html) page. + +**Always verify if a recipe for your program or library already exist before porting to not break the build system with a recipe duplication or waste time.** ## Libraries and APIs