From 5f12b87dc0b708b0997782e2aadf28595810289a Mon Sep 17 00:00:00 2001 From: bjorn3 <17426603+bjorn3@users.noreply.github.com> Date: Mon, 1 Sep 2025 19:57:07 +0200 Subject: [PATCH] Move a couple not building recipes to the wip category And remove the pastel-editor recipe as pastel-editor hasn't had any updates in years. --- .../{ => wip}/demos/rust-cairo-demo/recipe.sh | 0 recipes/{ => wip}/demos/rust-cairo/recipe.sh | 0 .../games/syobonaction/01_redox.patch | 0 .../{ => wip}/games/syobonaction/recipe.sh | 0 recipes/{ => wip}/games/vvvvvv/recipe.sh | 0 recipes/{ => wip}/games/wesnoth/recipe.sh | 0 .../wip/image/editors/pastel-editor/recipe.sh | 21 ------------------- recipes/{tools => wip}/termplay/recipe.sh | 0 .../{emulators => wip}/vice/01_redox.patch | 0 recipes/{emulators => wip}/vice/recipe.sh | 0 10 files changed, 21 deletions(-) rename recipes/{ => wip}/demos/rust-cairo-demo/recipe.sh (100%) rename recipes/{ => wip}/demos/rust-cairo/recipe.sh (100%) rename recipes/{ => wip}/games/syobonaction/01_redox.patch (100%) rename recipes/{ => wip}/games/syobonaction/recipe.sh (100%) rename recipes/{ => wip}/games/vvvvvv/recipe.sh (100%) rename recipes/{ => wip}/games/wesnoth/recipe.sh (100%) delete mode 100644 recipes/wip/image/editors/pastel-editor/recipe.sh rename recipes/{tools => wip}/termplay/recipe.sh (100%) rename recipes/{emulators => wip}/vice/01_redox.patch (100%) rename recipes/{emulators => wip}/vice/recipe.sh (100%) diff --git a/recipes/demos/rust-cairo-demo/recipe.sh b/recipes/wip/demos/rust-cairo-demo/recipe.sh similarity index 100% rename from recipes/demos/rust-cairo-demo/recipe.sh rename to recipes/wip/demos/rust-cairo-demo/recipe.sh diff --git a/recipes/demos/rust-cairo/recipe.sh b/recipes/wip/demos/rust-cairo/recipe.sh similarity index 100% rename from recipes/demos/rust-cairo/recipe.sh rename to recipes/wip/demos/rust-cairo/recipe.sh diff --git a/recipes/games/syobonaction/01_redox.patch b/recipes/wip/games/syobonaction/01_redox.patch similarity index 100% rename from recipes/games/syobonaction/01_redox.patch rename to recipes/wip/games/syobonaction/01_redox.patch diff --git a/recipes/games/syobonaction/recipe.sh b/recipes/wip/games/syobonaction/recipe.sh similarity index 100% rename from recipes/games/syobonaction/recipe.sh rename to recipes/wip/games/syobonaction/recipe.sh diff --git a/recipes/games/vvvvvv/recipe.sh b/recipes/wip/games/vvvvvv/recipe.sh similarity index 100% rename from recipes/games/vvvvvv/recipe.sh rename to recipes/wip/games/vvvvvv/recipe.sh diff --git a/recipes/games/wesnoth/recipe.sh b/recipes/wip/games/wesnoth/recipe.sh similarity index 100% rename from recipes/games/wesnoth/recipe.sh rename to recipes/wip/games/wesnoth/recipe.sh diff --git a/recipes/wip/image/editors/pastel-editor/recipe.sh b/recipes/wip/image/editors/pastel-editor/recipe.sh deleted file mode 100644 index 987a251fd..000000000 --- a/recipes/wip/image/editors/pastel-editor/recipe.sh +++ /dev/null @@ -1,21 +0,0 @@ -GIT=https://gitlab.redox-os.org/redox-os/pastel.git -GIT_UPSTREAM=https://github.com/robbycerantola/pastel.git -BINDIR=/usr/bin -DEPENDS="orbital" - -function recipe_stage { - mkdir "$1/ui" - cp -rv res "$1/ui/pastel" - mkdir "$1/ui/apps" - cat > "$1/ui/apps/pastel" <<-EOF - name=Pastel - binary=/usr/bin/pastel - icon=/ui/pastel/accessories-bitmap-editor.png - accept=*.bmp - accept=*.jpg - accept=*.jpeg - accept=*.png - author=Robby Cerantola - description=Bitmap Editor - EOF -} diff --git a/recipes/tools/termplay/recipe.sh b/recipes/wip/termplay/recipe.sh similarity index 100% rename from recipes/tools/termplay/recipe.sh rename to recipes/wip/termplay/recipe.sh diff --git a/recipes/emulators/vice/01_redox.patch b/recipes/wip/vice/01_redox.patch similarity index 100% rename from recipes/emulators/vice/01_redox.patch rename to recipes/wip/vice/01_redox.patch diff --git a/recipes/emulators/vice/recipe.sh b/recipes/wip/vice/recipe.sh similarity index 100% rename from recipes/emulators/vice/recipe.sh rename to recipes/wip/vice/recipe.sh