update recipes

This commit is contained in:
Ribbon 2023-12-23 22:26:29 +00:00
parent 36d4ada4ea
commit 46853091da
7 changed files with 13 additions and 6 deletions

View File

@ -1,5 +1,10 @@
#TODO probably wrong script, see https://wezfurlong.org/wezterm/install/source.html
#TODO Require Wayland
[source]
git = "https://github.com/wez/wezterm"
[build]
template = "cargo"
template = "custom"
script = """
./get-deps
cookbook_cargo_packages wezterm
"""

View File

@ -1,4 +1,4 @@
#TODO Not compiled or tested
#TODO update mio to 0.8 (after cargo update)
[source]
git = "https://git.zx2c4.com/wireguard-rs"
[build]

View File

@ -1,4 +1,4 @@
#TODO Not compiled or tested
#TODO make libxkbcommon work
[source]
git = "https://github.com/danyspin97/wpaperd"
rev = "a99e4e3d8c05a933a3f428329c2883e635feca14"

View File

@ -1,4 +1,4 @@
#TODO Not compiled or tested
#TODO compiled but not tested
[source]
tar = "https://www.x.org/releases/individual/proto/xorgproto-2023.2.tar.xz"
[build]

View File

@ -1,4 +1,4 @@
#TODO the redox target is not supported on the configure
#TODO the redox target is not supported on the configure script
[source]
git = "https://code.videolan.org/videolan/x264"
[build]

View File

@ -6,6 +6,5 @@ rev = "7f36177f32a23eea88911afb90878046912d7e2d"
template = "custom"
dependencies = [
"qt6-base",
"qt5-tools",
"mesa",
]

View File

@ -3,3 +3,6 @@
tar = "https://www.x.org/releases/individual/lib/xcb-util-0.4.1.tar.xz"
[build]
template = "configure"
dependencies = [
"libxcb",
]