mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-21 12:24:17 +08:00
Add recipes
This commit is contained in:
parent
12145c1106
commit
b89464bba8
10
recipes/wip/archives/gnu-tar/recipe.toml
Normal file
10
recipes/wip/archives/gnu-tar/recipe.toml
Normal file
@ -0,0 +1,10 @@
|
||||
#TODO not compiled or tested
|
||||
[source]
|
||||
tar = "https://ftp.gnu.org/gnu/tar/tar-1.35.tar.bz2"
|
||||
[build]
|
||||
template = "configure"
|
||||
[package]
|
||||
dependencies = [
|
||||
"gzip",
|
||||
"bzip2",
|
||||
]
|
||||
5
recipes/wip/archives/gzip/recipe.toml
Normal file
5
recipes/wip/archives/gzip/recipe.toml
Normal file
@ -0,0 +1,5 @@
|
||||
#TODO not compiled or tested
|
||||
[source]
|
||||
tar = "https://ftp.gnu.org/gnu/gzip/gzip-1.14.tar.gz"
|
||||
[build]
|
||||
template = "configure"
|
||||
5
recipes/wip/games/strategy/gnu-chess/recipe.toml
Normal file
5
recipes/wip/games/strategy/gnu-chess/recipe.toml
Normal file
@ -0,0 +1,5 @@
|
||||
#TODO not compiled or tested
|
||||
[source]
|
||||
tar = "https://ftp.gnu.org/gnu/chess/gnuchess-6.3.0.tar.gz"
|
||||
[build]
|
||||
template = "configure"
|
||||
5
recipes/wip/math/bc/recipe.toml
Normal file
5
recipes/wip/math/bc/recipe.toml
Normal file
@ -0,0 +1,5 @@
|
||||
#TODO not compiled or tested
|
||||
[source]
|
||||
tar = "https://ftp.gnu.org/gnu/bc/bc-1.08.2.tar.gz"
|
||||
[build]
|
||||
template = "configure"
|
||||
5
recipes/wip/net/other/inetutils/recipe.toml
Normal file
5
recipes/wip/net/other/inetutils/recipe.toml
Normal file
@ -0,0 +1,5 @@
|
||||
#TODO not compiled or tested
|
||||
[source]
|
||||
tar = "https://ftp.gnu.org/gnu/inetutils/inetutils-2.8.tar.gz"
|
||||
[build]
|
||||
template = "configure"
|
||||
7
recipes/wip/system/xdg-desktop-portal-cosmic/recipe.toml
Normal file
7
recipes/wip/system/xdg-desktop-portal-cosmic/recipe.toml
Normal file
@ -0,0 +1,7 @@
|
||||
#TODO missing script for gnu make
|
||||
[source]
|
||||
git = "https://github.com/pop-os/xdg-desktop-portal-cosmic"
|
||||
rev = "epoch-1.0.12"
|
||||
shallow_clone = true
|
||||
[build]
|
||||
template = "custom"
|
||||
9
recipes/wip/system/xdg-desktop-portal-gtk/recipe.toml
Normal file
9
recipes/wip/system/xdg-desktop-portal-gtk/recipe.toml
Normal file
@ -0,0 +1,9 @@
|
||||
#TODO not compiled or tested
|
||||
[source]
|
||||
tar = "https://github.com/flatpak/xdg-desktop-portal-gtk/releases/download/1.15.3/xdg-desktop-portal-gtk-1.15.3.tar.xz"
|
||||
[build]
|
||||
template = "meson"
|
||||
dependencies = [
|
||||
"xdg-desktop-portal",
|
||||
"gtk3",
|
||||
]
|
||||
14
recipes/wip/system/xdg-desktop-portal-kde/recipe.toml
Normal file
14
recipes/wip/system/xdg-desktop-portal-kde/recipe.toml
Normal file
@ -0,0 +1,14 @@
|
||||
#TODO not compiled or tested
|
||||
[source]
|
||||
git = "https://invent.kde.org/plasma/xdg-desktop-portal-kde"
|
||||
branch = "Plasma/6.6"
|
||||
shallow_clone = true
|
||||
[build]
|
||||
template = "cmake"
|
||||
dependencies = [
|
||||
"xdg-desktop-portal",
|
||||
"qt6-base",
|
||||
"kcoreaddons6",
|
||||
"knotifications6",
|
||||
"kl18n6",
|
||||
]
|
||||
12
recipes/wip/system/xdg-desktop-portal-wlr/recipe.toml
Normal file
12
recipes/wip/system/xdg-desktop-portal-wlr/recipe.toml
Normal file
@ -0,0 +1,12 @@
|
||||
#TODO not compiled or tested
|
||||
[source]
|
||||
tar = "https://github.com/emersion/xdg-desktop-portal-wlr/releases/download/v0.8.2/xdg-desktop-portal-wlr-0.8.2.tar.gz"
|
||||
[build]
|
||||
template = "meson"
|
||||
mesonflags = [
|
||||
"-Dsystemd=disabled",
|
||||
"-Dman-pages=disabled",
|
||||
]
|
||||
dependencies = [
|
||||
"xdg-desktop-portal",
|
||||
]
|
||||
18
recipes/wip/system/xdg-desktop-portal/recipe.toml
Normal file
18
recipes/wip/system/xdg-desktop-portal/recipe.toml
Normal file
@ -0,0 +1,18 @@
|
||||
#TODO not compiled or tested
|
||||
[source]
|
||||
tar = "https://github.com/flatpak/xdg-desktop-portal/releases/download/1.20.4/xdg-desktop-portal-1.20.4.tar.xz"
|
||||
[build]
|
||||
template = "meson"
|
||||
mesonflags = [
|
||||
"-Dflatpak-interfaces=disabled",
|
||||
"-Dsystemd=disabled",
|
||||
"-Dgeoclue=disabled",
|
||||
"-Dgudev=disabled",
|
||||
"-Dsandboxed-image-validation=disabled",
|
||||
"-Dsandboxed-sound-validation=disabled",
|
||||
"-Dtests=false",
|
||||
"-Ddocumentation=disabled",
|
||||
]
|
||||
dependencies = [
|
||||
"glib",
|
||||
]
|
||||
9
recipes/wip/terminal/parallel/recipe.toml
Normal file
9
recipes/wip/terminal/parallel/recipe.toml
Normal file
@ -0,0 +1,9 @@
|
||||
#TODO not compiled or tested
|
||||
[source]
|
||||
tar = "https://ftp.gnu.org/gnu/parallel/parallel-20260422.tar.bz2"
|
||||
[build]
|
||||
template = "configure"
|
||||
[package]
|
||||
dependencies = [
|
||||
"perl5",
|
||||
]
|
||||
5
recipes/wip/text/ed/recipe.toml
Normal file
5
recipes/wip/text/ed/recipe.toml
Normal file
@ -0,0 +1,5 @@
|
||||
#TODO not compiled or tested
|
||||
[source]
|
||||
tar = "https://ftp.gnu.org/gnu/ed/ed-1.22.5.tar.lz"
|
||||
[build]
|
||||
template = "configure"
|
||||
Loading…
Reference in New Issue
Block a user