Add recipes

This commit is contained in:
Ribbon 2026-02-10 01:02:42 -03:00
parent f67b08d0f8
commit 7577beba7e
8 changed files with 107 additions and 0 deletions

View File

@ -0,0 +1,14 @@
#TODO not compiled or tested
[source]
git = "https://gitlab.gnome.org/World/Graphs"
rev = "v1.8.7"
shallow_clone = true
[build]
template = "meson"
dependencies = [
"glib",
"gtk4",
"libadwaita",
"libgee",
"sqlite3",
]

View File

@ -0,0 +1,12 @@
#TODO not compiled or tested
[source]
git = "https://gitlab.gnome.org/World/decoder"
shallow_clone = true
[build]
template = "meson"
dependencies = [
"glib",
"gtk4",
"libadwaita",
"gstreamer",
]

View File

@ -0,0 +1,16 @@
#TODO not compiled or tested
[source]
git = "https://github.com/libratbag/piper"
rev = "0.8"
shallow_clone = true
[build]
template = "meson"
mesonflags = [
"-Druntime-dependency-checks=false",
]
dependencies = [
"libratbag",
"gtk3",
"cairo",
"libevdev",
]

View File

@ -0,0 +1,7 @@
#TODO not compiled or tested
[source]
git = "https://github.com/KhronosGroup/Vulkan-Headers"
rev = "vulkan-sdk-1.4.341.0"
shallow_clone = true
[build]
template = "cmake"

View File

@ -0,0 +1,5 @@
#TODO not compiled or tested
[source]
tar = "https://old-releases.ubuntu.com/ubuntu/pool/universe/liba/libappindicator/libappindicator_12.10.1+20.10.20200706.1.orig.tar.gz"
[build]
template = "configure"

View File

@ -0,0 +1,20 @@
#TODO not compiled or tested
[source]
git = "https://github.com/libratbag/libratbag"
rev = "v0.18"
shallow_clone = true
[build]
template = "meson"
mesonflags = [
"-Dtests=false",
"-Dlogind-provider=elogind",
"-Dsystemd=false",
]
dependencies = [
"elogind",
"eudev",
"libevdev",
"libunistring",
"json-glib",
"glib",
]

View File

@ -0,0 +1,16 @@
#TODO not compiled or tested
[source]
git = "https://github.com/Soundux/Soundux"
rev = "0.2.7"
shallow_clone = true
[build]
template = "cmake"
dependencies = [
"pipewire",
"libpulse",
"webkitgtk4",
"openssl3",
"libx11",
"libxi",
"libappindicator",
]

View File

@ -0,0 +1,17 @@
#TODO not compiled or tested
[source]
git = "https://github.com/frankdierolf/whis"
shallow_clone = true
[build]
template = "custom"
dependencies = [
"libvulkan",
"vulkan-headers",
"shaderc",
]
script = """
DYNAMIC_INIT
cookbook_cargo_packages whis-cli
"""
[package]
dependencies = ["vulkan-tools"]