From 722e19011835673b76ae0aff325331de3b517d2b Mon Sep 17 00:00:00 2001
From: Ribbon <ribbon_45@proton.me>
Date: Sun, 5 Nov 2023 15:05:55 +0000
Subject: [PATCH] Move some recipes to categories

---
 README.md                                      | 1 +
 recipes/{ => core}/profiled/recipe.toml        | 0
 recipes/{ => games}/devilutionx/recipe.toml    | 0
 recipes/{ => games}/openjk/recipe.toml         | 0
 recipes/{ => icons}/pop-icon-theme/recipe.toml | 0
 recipes/{ => libraries}/libmpfr/recipe.toml    | 0
 recipes/{ => other}/newlib/recipe.sh           | 0
 recipes/{ => other}/newlibtest/recipe.sh       | 0
 recipes/{ => tools}/bzip2/recipe.toml          | 0
 recipes/{ => video}/sdl-player/recipe.sh       | 0
 10 files changed, 1 insertion(+)
 rename recipes/{ => core}/profiled/recipe.toml (100%)
 rename recipes/{ => games}/devilutionx/recipe.toml (100%)
 rename recipes/{ => games}/openjk/recipe.toml (100%)
 rename recipes/{ => icons}/pop-icon-theme/recipe.toml (100%)
 rename recipes/{ => libraries}/libmpfr/recipe.toml (100%)
 rename recipes/{ => other}/newlib/recipe.sh (100%)
 rename recipes/{ => other}/newlibtest/recipe.sh (100%)
 rename recipes/{ => tools}/bzip2/recipe.toml (100%)
 rename recipes/{ => video}/sdl-player/recipe.sh (100%)

diff --git a/README.md b/README.md
index 43c67d114..e64fa1d86 100644
--- a/README.md
+++ b/README.md
@@ -13,6 +13,7 @@ A collection of software ports for Redox.
 - `examples` - Softwares with examples
 - `games` - Any kind of game
 - `gui` - Graphical interfaces
+- `icons` - Icon packs
 - `libraries` - Software with functions for other softwares, like OpenSSL
 - `network` - Networking tools
 - `other` - Software that can't fit on other categories
diff --git a/recipes/profiled/recipe.toml b/recipes/core/profiled/recipe.toml
similarity index 100%
rename from recipes/profiled/recipe.toml
rename to recipes/core/profiled/recipe.toml
diff --git a/recipes/devilutionx/recipe.toml b/recipes/games/devilutionx/recipe.toml
similarity index 100%
rename from recipes/devilutionx/recipe.toml
rename to recipes/games/devilutionx/recipe.toml
diff --git a/recipes/openjk/recipe.toml b/recipes/games/openjk/recipe.toml
similarity index 100%
rename from recipes/openjk/recipe.toml
rename to recipes/games/openjk/recipe.toml
diff --git a/recipes/pop-icon-theme/recipe.toml b/recipes/icons/pop-icon-theme/recipe.toml
similarity index 100%
rename from recipes/pop-icon-theme/recipe.toml
rename to recipes/icons/pop-icon-theme/recipe.toml
diff --git a/recipes/libmpfr/recipe.toml b/recipes/libraries/libmpfr/recipe.toml
similarity index 100%
rename from recipes/libmpfr/recipe.toml
rename to recipes/libraries/libmpfr/recipe.toml
diff --git a/recipes/newlib/recipe.sh b/recipes/other/newlib/recipe.sh
similarity index 100%
rename from recipes/newlib/recipe.sh
rename to recipes/other/newlib/recipe.sh
diff --git a/recipes/newlibtest/recipe.sh b/recipes/other/newlibtest/recipe.sh
similarity index 100%
rename from recipes/newlibtest/recipe.sh
rename to recipes/other/newlibtest/recipe.sh
diff --git a/recipes/bzip2/recipe.toml b/recipes/tools/bzip2/recipe.toml
similarity index 100%
rename from recipes/bzip2/recipe.toml
rename to recipes/tools/bzip2/recipe.toml
diff --git a/recipes/sdl-player/recipe.sh b/recipes/video/sdl-player/recipe.sh
similarity index 100%
rename from recipes/sdl-player/recipe.sh
rename to recipes/video/sdl-player/recipe.sh
-- 
GitLab