From 011b36db5372604e39e4cc300faa82756f97497b Mon Sep 17 00:00:00 2001 From: Ribbon Date: Tue, 10 Feb 2026 05:39:40 -0300 Subject: [PATCH] Remove unnecessary recipes --- .../wip/nonfree/games/openspades/recipe.toml | 18 ------------------ .../wip/nonfree/games/zerospades/recipe.toml | 18 ------------------ recipes/wip/video/webcam/clipqr/recipe.toml | 8 -------- 3 files changed, 44 deletions(-) delete mode 100644 recipes/wip/nonfree/games/openspades/recipe.toml delete mode 100644 recipes/wip/nonfree/games/zerospades/recipe.toml delete mode 100644 recipes/wip/video/webcam/clipqr/recipe.toml diff --git a/recipes/wip/nonfree/games/openspades/recipe.toml b/recipes/wip/nonfree/games/openspades/recipe.toml deleted file mode 100644 index e7d60a0dd..000000000 --- a/recipes/wip/nonfree/games/openspades/recipe.toml +++ /dev/null @@ -1,18 +0,0 @@ -#TODO not compiled or tested -# build instructions: https://github.com/yvt/openspades#on-unixes-from-source -[source] -git = "https://github.com/yvt/openspades" -[build] -template = "cmake" -dependencies = [ - "glew", - "openssl1", - "sdl2", - "sdl2-image", - "freealut", - "freetype2", - "opus", - "opusfile", - "libjpeg", - "openal", -] diff --git a/recipes/wip/nonfree/games/zerospades/recipe.toml b/recipes/wip/nonfree/games/zerospades/recipe.toml deleted file mode 100644 index 369eedf8c..000000000 --- a/recipes/wip/nonfree/games/zerospades/recipe.toml +++ /dev/null @@ -1,18 +0,0 @@ -#TODO not compiled or tested -# build instructions: https://github.com/yvt/openspades#on-unixes-from-source -[source] -git = "https://github.com/siecvi/zerospades" -[build] -template = "cmake" -dependencies = [ - "glew", - "openssl1", - "sdl2", - "sdl2-image", - "freealut", - "freetype2", - "opus", - "opusfile", - "libjpeg", - "openal", -] diff --git a/recipes/wip/video/webcam/clipqr/recipe.toml b/recipes/wip/video/webcam/clipqr/recipe.toml deleted file mode 100644 index 25da03fd6..000000000 --- a/recipes/wip/video/webcam/clipqr/recipe.toml +++ /dev/null @@ -1,8 +0,0 @@ -#TODO missing script for go -#TODO determine dependencies -# build instructions - https://gitlab.com/imatt-foss/clipqr#build -[source] -git = "https://gitlab.com/imatt-foss/clipqr" -rev = "400a98c302aead3f2b1b81ec6dc45d654c8bf209" -[build] -template = "custom"