diff --git a/recipes/wip/emulators/gameroy/recipe.toml b/recipes/wip/emulators/gameroy/recipe.toml index be4a149395768725de71214df3d075443eee2f47..5ab46748bbd6f4e9a5e4907b67cadea8d4e533f2 100644 --- a/recipes/wip/emulators/gameroy/recipe.toml +++ b/recipes/wip/emulators/gameroy/recipe.toml @@ -1,12 +1,9 @@ -#TODO make Wayland work +#TODO port to Orbital [source] git = "https://github.com/Rodrigodd/gameroy" rev = "78d12b7a74cda37002cd2b964baaa761285925ab" [build] template = "custom" -dependencies = [ - "libwayland", -] script = """ cookbook_cargo_packages gameroy-native """ diff --git a/recipes/wip/libs/freeglut/recipe.toml b/recipes/wip/libs/freeglut/recipe.toml index 59b8e5fc2392bd57e2b343bb88adc6e09e3cca90..f2b576ad935a356829e5aa2efd981bcbbf8e7284 100644 --- a/recipes/wip/libs/freeglut/recipe.toml +++ b/recipes/wip/libs/freeglut/recipe.toml @@ -1,4 +1,4 @@ -#TODO make Wayland work +#TODO port to Orbital [source] tar = "https://github.com/freeglut/freeglut/releases/download/v3.4.0/freeglut-3.4.0.tar.gz" #blake3 = "08c8874d6ddad5be4860813865d4d4e2a84c294da0f3cf82a29e43920806b0da" diff --git a/recipes/wip/tools/alacritty/recipe.toml b/recipes/wip/tools/alacritty/recipe.toml index 02aeb694a34cbd9275c86e5f893864d5f476c96b..b8668e9ba7fae4d4ed825d79d180f13ef35c1719 100644 --- a/recipes/wip/tools/alacritty/recipe.toml +++ b/recipes/wip/tools/alacritty/recipe.toml @@ -1,4 +1,4 @@ -#TODO make Wayland work +#TODO port to Orbital [source] git = "https://github.com/alacritty/alacritty" rev = "5efb0690a3174dd4e21516bda59f74f3aa8ba3e3" @@ -7,7 +7,6 @@ template = "custom" dependencies = [ "freetype2", "fontconfig", - "libwayland", ] script = """ cookbook_cargo_packages alacritty diff --git a/recipes/wip/tools/birdy/recipe.toml b/recipes/wip/tools/birdy/recipe.toml index 4ed855bc9f71e188789277ca750dba9d2e56e65e..faeba89e1df174762d5ee02a291b8f8ec1ab9458 100644 --- a/recipes/wip/tools/birdy/recipe.toml +++ b/recipes/wip/tools/birdy/recipe.toml @@ -1,8 +1,5 @@ -#TODO make Wayland work +#TODO port to Orbital [source] git = "https://github.com/kakoc/birdy" [build] template = "cargo" -dependencies = [ - "libwayland", -] diff --git a/recipes/wip/tools/thwack/recipe.toml b/recipes/wip/tools/thwack/recipe.toml index 4bb38dd3d0bc46d56a3f0cfc0ae8f29e7279aa87..9b2ec86f5478535927370d4de79b3cd8cbd66fb5 100644 --- a/recipes/wip/tools/thwack/recipe.toml +++ b/recipes/wip/tools/thwack/recipe.toml @@ -1,4 +1,4 @@ -#TODO make Wayland work +#TODO port to Orbital [source] git = "https://github.com/yykamei/thwack" rev = "6763a2a9da03ffb746580c69f8d77161e5f6ba4e" diff --git a/recipes/wip/tools/tp-note/recipe.toml b/recipes/wip/tools/tp-note/recipe.toml index 48bd6a75c071589efbe46901c94c0d1717eff388..c359fb84bf7f8bb66c4d52d318318fe5b58b852e 100644 --- a/recipes/wip/tools/tp-note/recipe.toml +++ b/recipes/wip/tools/tp-note/recipe.toml @@ -1,4 +1,4 @@ -#TODO make Wayland work +#TODO port to Orbital [source] git = "https://gitlab.com/getreu/tp-note" rev = "1a8241211382efafb37961888aebc0065d56a95e" diff --git a/recipes/wip/tools/tui-journal/recipe.toml b/recipes/wip/tools/tui-journal/recipe.toml index 5d54f961f3a0a1283411e108479e95e31bd50d13..b7213fbff64c5eda26d4b56bdea99f51d3f5db74 100644 --- a/recipes/wip/tools/tui-journal/recipe.toml +++ b/recipes/wip/tools/tui-journal/recipe.toml @@ -1,4 +1,4 @@ -#TODO make Wayland work +#TODO port to Orbital [source] git = "https://github.com/AmmarAbouZor/tui-journal" rev = "40943d8b4081d61cd549398ff68c6f219444167b"