Update recipes

This commit is contained in:
Ribbon 2024-06-15 16:45:52 +00:00
parent c48f17efc3
commit 9f4b3b5956
4 changed files with 3 additions and 15 deletions

View File

@ -1,4 +1,4 @@
#TODO port to redox
#TODO port to orbital
#TODO build instructions - https://github.com/H-M-H/Weylus#building
[source]
git = "https://github.com/H-M-H/Weylus"
@ -8,18 +8,6 @@ dependencies = [
"pango",
"gstreamer",
"dbus",
"libx11",
"libxext",
"libxft",
"libxinerama",
"libxcursor",
"libxi",
"libxv",
"libxfixes",
"libxtst",
"libxrender",
"libxrandr",
"libxcomposite",
]
script = """
cookbook_cargo_packages weylus

View File

@ -1,4 +1,4 @@
#TODO x11rb crate error
#TODO port to orbital
[source]
git = "https://github.com/ndd7xv/heh"
[build]

View File

@ -1,4 +1,5 @@
#TODO missing script for Meson (use system libraries), see https://github.com/mpv-player/mpv#compilation
#TODO port to orbital
#TODO missing dependencies
[source]
git = "https://github.com/mpv-player/mpv"
@ -12,6 +13,5 @@ dependencies = [
"libiconv",
"zlib",
"mesa",
"libx11",
"pulseaudio",
]