diff --git a/recipes/wip/pomky/recipe.toml b/recipes/wip/pomky/recipe.toml index f1836a946..b89737369 100644 --- a/recipes/wip/pomky/recipe.toml +++ b/recipes/wip/pomky/recipe.toml @@ -1,4 +1,4 @@ -#TODO Not compiled/tested yet +#TODO waiting gdk-pixbuf conversion to TOML [source] git = "https://github.com/developomp/pomky" [build] @@ -6,4 +6,5 @@ template = "cargo" dependencies = [ "glib", "pcre", + "gdk-pixbuf", ] diff --git a/recipes/wip/porsmo/recipe.toml b/recipes/wip/porsmo/recipe.toml index 19ce156ef..3662af376 100644 --- a/recipes/wip/porsmo/recipe.toml +++ b/recipes/wip/porsmo/recipe.toml @@ -1,6 +1,5 @@ -#TODO Not compiled or tested +#TODO xdg-home crate error [source] git = "https://github.com/ColorCookie-dev/porsmo" -rev = "bd7eab08d8856b7499ee13672dff9a9232994d23" [build] template = "cargo" diff --git a/recipes/wip/potrace/recipe.toml b/recipes/wip/potrace/recipe.toml index 8a3d20ad5..e542be12f 100644 --- a/recipes/wip/potrace/recipe.toml +++ b/recipes/wip/potrace/recipe.toml @@ -3,3 +3,6 @@ tar = "https://potrace.sourceforge.net/download/1.16/potrace-1.16.tar.gz" [build] template = "configure" +dependencies = [ + "zlib", +]