Update recipes

This commit is contained in:
Ribbon 2024-06-15 16:11:43 +00:00
parent b175387094
commit acd554c965
9 changed files with 16 additions and 8 deletions

View File

@ -1,4 +1,4 @@
#TODO require Wayland
#TODO port to orbital
[source]
git = "https://github.com/ellie/atuin"
[build]

View File

@ -1,4 +1,5 @@
#TODO missing script for building, see https://espanso.org/docs/install/linux/#wayland-compile
#TODO port to orbital?
[source]
git = "https://github.com/espanso/espanso"
[build]

View File

@ -1,4 +1,5 @@
#TODO probably wrong script, see https://github.com/xbmc/xbmc/blob/master/docs/README.Linux.md#4-build-kodi
#TODO port to orbital
#TODO maybe missing dependencies, see https://archlinux.org/packages/extra/x86_64/kodi/
[source]
git = "https://github.com/xbmc/xbmc"

View File

@ -1,4 +1,5 @@
#TODO missing script for CMake, see https://github.com/obsproject/obs-studio/wiki/Building-OBS-Studio
#TODO make all dependencies work
#TODO maybe missing dependencies
[source]
git = "https://github.com/obsproject/obs-studio"
@ -19,11 +20,9 @@ dependencies = [
"x264",
"curl",
"mbedtls",
"libwayland",
"libva",
"qt5-base",
"qt5-svg",
"qt5-x11extras",
"eudev",
"pciutils",
"libqrcodegenc",

View File

@ -1,4 +1,4 @@
#TODO wayland-commons crate error
#TODO port to orbital
[source]
git = "https://github.com/That1M8Head/sued"
[build]

View File

@ -1,9 +1,15 @@
#TODO probably wrong script, see https://wezfurlong.org/wezterm/install/source.html
#TODO Require Wayland
#TODO port to orbital
#TODO maybe missing dependencies, see https://github.com/wez/wezterm/blob/main/get-deps#L142
[source]
git = "https://github.com/wez/wezterm"
[build]
template = "custom"
dependencies = [
"mesa",
"fontconfig",
"openssl1",
"libxkbcommon",
]
script = """
./get-deps
cookbook_cargo_packages wezterm

View File

@ -1,4 +1,4 @@
#TODO require Wayland (after cargo update)
#TODO port to orbital (after cargo update)
[source]
git = "https://github.com/ckampfe/russ"
[build]

View File

@ -1,6 +1,6 @@
#TODO missing script for building, see https://chromium.googlesource.com/chromium/src/+/main/docs/linux/build_instructions.md
#TODO port to orbital
#TODO probably missing dependencies
#TODO require Wayland
[source]
tar = "https://commondatastorage.googleapis.com/chromium-browser-official/chromium-119.0.6045.123.tar.xz"
[build]

View File

@ -1,4 +1,5 @@
#TODO probably wrong template, see https://firefox-source-docs.mozilla.org/setup/linux_build.html#build
#TODO make all dependencies work
[source]
tar = "https://ftp.mozilla.org/pub/firefox/releases/115.4.0esr/linux-x86_64/en-US/firefox-115.4.0esr.tar.bz2"
[build]