From 931e3caa062d2a4bb854d552de04387faa8c5d1c Mon Sep 17 00:00:00 2001 From: Ribbon <ribbon_45@proton.me> Date: Sat, 17 Feb 2024 00:39:27 +0000 Subject: [PATCH] move recipes --- recipes/wip/{ => dev}/fazi/recipe.toml | 0 recipes/wip/{ => gui}/eww/recipe.toml | 10 +++++++--- recipes/wip/{ => libs}/dcmtk/recipe.toml | 0 recipes/wip/{ => libs}/dspy/recipe.toml | 0 recipes/wip/{ => net}/drill/recipe.toml | 0 recipes/wip/{ => shells}/dune/recipe.toml | 0 recipes/wip/{ => tools}/conceal/recipe.toml | 0 recipes/wip/{ => tools}/counts/recipe.toml | 0 recipes/wip/{ => tools}/cube-timer/recipe.toml | 0 recipes/wip/{ => tools}/dim/recipe.toml | 0 recipes/wip/{ => tools}/dua/recipe.toml | 0 recipes/wip/{ => tools}/dui/recipe.toml | 0 recipes/wip/{ => tools}/dura/recipe.toml | 0 recipes/wip/{ => tools}/dust/recipe.toml | 0 recipes/wip/{ => tools}/dysk/recipe.toml | 0 recipes/wip/{ => tools}/enchant/recipe.toml | 0 recipes/wip/{ => tools}/exhaust/recipe.toml | 0 recipes/wip/{ => tools}/exuberant-ctags/recipe.toml | 0 18 files changed, 7 insertions(+), 3 deletions(-) rename recipes/wip/{ => dev}/fazi/recipe.toml (100%) rename recipes/wip/{ => gui}/eww/recipe.toml (54%) rename recipes/wip/{ => libs}/dcmtk/recipe.toml (100%) rename recipes/wip/{ => libs}/dspy/recipe.toml (100%) rename recipes/wip/{ => net}/drill/recipe.toml (100%) rename recipes/wip/{ => shells}/dune/recipe.toml (100%) rename recipes/wip/{ => tools}/conceal/recipe.toml (100%) rename recipes/wip/{ => tools}/counts/recipe.toml (100%) rename recipes/wip/{ => tools}/cube-timer/recipe.toml (100%) rename recipes/wip/{ => tools}/dim/recipe.toml (100%) rename recipes/wip/{ => tools}/dua/recipe.toml (100%) rename recipes/wip/{ => tools}/dui/recipe.toml (100%) rename recipes/wip/{ => tools}/dura/recipe.toml (100%) rename recipes/wip/{ => tools}/dust/recipe.toml (100%) rename recipes/wip/{ => tools}/dysk/recipe.toml (100%) rename recipes/wip/{ => tools}/enchant/recipe.toml (100%) rename recipes/wip/{ => tools}/exhaust/recipe.toml (100%) rename recipes/wip/{ => tools}/exuberant-ctags/recipe.toml (100%) diff --git a/recipes/wip/fazi/recipe.toml b/recipes/wip/dev/fazi/recipe.toml similarity index 100% rename from recipes/wip/fazi/recipe.toml rename to recipes/wip/dev/fazi/recipe.toml diff --git a/recipes/wip/eww/recipe.toml b/recipes/wip/gui/eww/recipe.toml similarity index 54% rename from recipes/wip/eww/recipe.toml rename to recipes/wip/gui/eww/recipe.toml index 17479c92c..43f11788c 100644 --- a/recipes/wip/eww/recipe.toml +++ b/recipes/wip/gui/eww/recipe.toml @@ -1,11 +1,15 @@ -#TODO Make GTK3 work +#TODO Not compiled or tested [source] git = "https://github.com/elkowar/eww" [build] -template = "cargo" +template = "custom" dependencies = [ "gtk3", + "pango", + "cairo", "gdk-pixbuf", "glib", - "cairo", ] +script = """ +cookbook_cargo_packages eww +""" diff --git a/recipes/wip/dcmtk/recipe.toml b/recipes/wip/libs/dcmtk/recipe.toml similarity index 100% rename from recipes/wip/dcmtk/recipe.toml rename to recipes/wip/libs/dcmtk/recipe.toml diff --git a/recipes/wip/dspy/recipe.toml b/recipes/wip/libs/dspy/recipe.toml similarity index 100% rename from recipes/wip/dspy/recipe.toml rename to recipes/wip/libs/dspy/recipe.toml diff --git a/recipes/wip/drill/recipe.toml b/recipes/wip/net/drill/recipe.toml similarity index 100% rename from recipes/wip/drill/recipe.toml rename to recipes/wip/net/drill/recipe.toml diff --git a/recipes/wip/dune/recipe.toml b/recipes/wip/shells/dune/recipe.toml similarity index 100% rename from recipes/wip/dune/recipe.toml rename to recipes/wip/shells/dune/recipe.toml diff --git a/recipes/wip/conceal/recipe.toml b/recipes/wip/tools/conceal/recipe.toml similarity index 100% rename from recipes/wip/conceal/recipe.toml rename to recipes/wip/tools/conceal/recipe.toml diff --git a/recipes/wip/counts/recipe.toml b/recipes/wip/tools/counts/recipe.toml similarity index 100% rename from recipes/wip/counts/recipe.toml rename to recipes/wip/tools/counts/recipe.toml diff --git a/recipes/wip/cube-timer/recipe.toml b/recipes/wip/tools/cube-timer/recipe.toml similarity index 100% rename from recipes/wip/cube-timer/recipe.toml rename to recipes/wip/tools/cube-timer/recipe.toml diff --git a/recipes/wip/dim/recipe.toml b/recipes/wip/tools/dim/recipe.toml similarity index 100% rename from recipes/wip/dim/recipe.toml rename to recipes/wip/tools/dim/recipe.toml diff --git a/recipes/wip/dua/recipe.toml b/recipes/wip/tools/dua/recipe.toml similarity index 100% rename from recipes/wip/dua/recipe.toml rename to recipes/wip/tools/dua/recipe.toml diff --git a/recipes/wip/dui/recipe.toml b/recipes/wip/tools/dui/recipe.toml similarity index 100% rename from recipes/wip/dui/recipe.toml rename to recipes/wip/tools/dui/recipe.toml diff --git a/recipes/wip/dura/recipe.toml b/recipes/wip/tools/dura/recipe.toml similarity index 100% rename from recipes/wip/dura/recipe.toml rename to recipes/wip/tools/dura/recipe.toml diff --git a/recipes/wip/dust/recipe.toml b/recipes/wip/tools/dust/recipe.toml similarity index 100% rename from recipes/wip/dust/recipe.toml rename to recipes/wip/tools/dust/recipe.toml diff --git a/recipes/wip/dysk/recipe.toml b/recipes/wip/tools/dysk/recipe.toml similarity index 100% rename from recipes/wip/dysk/recipe.toml rename to recipes/wip/tools/dysk/recipe.toml diff --git a/recipes/wip/enchant/recipe.toml b/recipes/wip/tools/enchant/recipe.toml similarity index 100% rename from recipes/wip/enchant/recipe.toml rename to recipes/wip/tools/enchant/recipe.toml diff --git a/recipes/wip/exhaust/recipe.toml b/recipes/wip/tools/exhaust/recipe.toml similarity index 100% rename from recipes/wip/exhaust/recipe.toml rename to recipes/wip/tools/exhaust/recipe.toml diff --git a/recipes/wip/exuberant-ctags/recipe.toml b/recipes/wip/tools/exuberant-ctags/recipe.toml similarity index 100% rename from recipes/wip/exuberant-ctags/recipe.toml rename to recipes/wip/tools/exuberant-ctags/recipe.toml -- GitLab