mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-17 23:44:17 +08:00
Add recipes
This commit is contained in:
parent
fc7fa2daa3
commit
900e8fecd8
18
recipes/wip/gnome/geary/recipe.toml
Normal file
18
recipes/wip/gnome/geary/recipe.toml
Normal file
@ -0,0 +1,18 @@
|
||||
#TODO not compiled or tested
|
||||
#TODO require pts3 and pts5 support in sqlite: https://gitlab.gnome.org/GNOME/geary/-/blob/main/BUILDING.md#dependencies
|
||||
[source]
|
||||
tar = "https://download.gnome.org/sources/geary/46/geary-46.0.tar.xz"
|
||||
[build]
|
||||
template = "meson"
|
||||
mesonflags = [
|
||||
"-Dprofile=release",
|
||||
"-Dlibunwind=disabled",
|
||||
"-Dtnef=disabled",
|
||||
"-Dvaladoc=disabled",
|
||||
]
|
||||
dependencies = [
|
||||
"gtk3",
|
||||
"webkitgtk3",
|
||||
"sqlite3",
|
||||
]
|
||||
dev-dependencies = ["vala"]
|
||||
17
recipes/wip/gnome/gnome-connections/recipe.toml
Normal file
17
recipes/wip/gnome/gnome-connections/recipe.toml
Normal file
@ -0,0 +1,17 @@
|
||||
#TODO not compiled or tested
|
||||
#TODO determine minimum dependencies from meson log
|
||||
[source]
|
||||
tar = "https://download.gnome.org/sources/gnome-connections/49/gnome-connections-49.0.tar.xz"
|
||||
[build]
|
||||
template = "meson"
|
||||
#dependencies = [
|
||||
# "libsecret",
|
||||
# "libhandy",
|
||||
# "libxml2",
|
||||
# "gtk-vnc",
|
||||
# "freerdp",
|
||||
# "cairo",
|
||||
# "gtk3",
|
||||
# "glib",
|
||||
# "gdk-pixbuf",
|
||||
#]
|
||||
11
recipes/wip/gnome/gnome-keyring/recipe.toml
Normal file
11
recipes/wip/gnome/gnome-keyring/recipe.toml
Normal file
@ -0,0 +1,11 @@
|
||||
#TODO not compiled or tested
|
||||
[source]
|
||||
tar = "https://download.gnome.org/sources/gnome-keyring/48/gnome-keyring-48.0.tar.xz"
|
||||
[build]
|
||||
template = "meson"
|
||||
mesonflags = [
|
||||
"-Dsystemd=disabled",
|
||||
"-Dpam=false",
|
||||
"-Ddebug-mode=false",
|
||||
"-Dmanpage=false",
|
||||
]
|
||||
12
recipes/wip/health/blanket/recipe.toml
Normal file
12
recipes/wip/health/blanket/recipe.toml
Normal file
@ -0,0 +1,12 @@
|
||||
#TODO not compiled or tested
|
||||
[source]
|
||||
git = "https://github.com/rafaelmardojai/blanket"
|
||||
rev = "0.8.0"
|
||||
shallow_clone = true
|
||||
[build]
|
||||
template = "meson"
|
||||
dependencies = [
|
||||
"gstreamer",
|
||||
"gtk4",
|
||||
"libadwaita",
|
||||
]
|
||||
5
recipes/wip/libs/gnome/gtk-vnc/recipe.toml
Normal file
5
recipes/wip/libs/gnome/gtk-vnc/recipe.toml
Normal file
@ -0,0 +1,5 @@
|
||||
#TODO not compiled or tested
|
||||
[source]
|
||||
tar = "https://download.gnome.org/sources/gtk-vnc/1.5/gtk-vnc-1.5.0.tar.xz"
|
||||
[build]
|
||||
template = "meson"
|
||||
13
recipes/wip/libs/gnome/libsecret/recipe.toml
Normal file
13
recipes/wip/libs/gnome/libsecret/recipe.toml
Normal file
@ -0,0 +1,13 @@
|
||||
#TODO not compiled or tested
|
||||
[source]
|
||||
tar = "https://download.gnome.org/sources/libsecret/0.21/libsecret-0.21.7.tar.xz"
|
||||
[build]
|
||||
template = "meson"
|
||||
mesonflags = [
|
||||
"-Dmanpage=false",
|
||||
"-Dgtk_doc=false",
|
||||
"-Dintrospection=false",
|
||||
]
|
||||
dependencies = [
|
||||
"libgcrypt",
|
||||
]
|
||||
15
recipes/wip/net/remote/rustconn/recipe.toml
Normal file
15
recipes/wip/net/remote/rustconn/recipe.toml
Normal file
@ -0,0 +1,15 @@
|
||||
#TODO not compiled or tested
|
||||
[source]
|
||||
git = "https://github.com/totoshko88/RustConn"
|
||||
shallow_clone = true
|
||||
[build]
|
||||
template = "custom"
|
||||
dependencies = [
|
||||
"gtk4",
|
||||
"libadwaita",
|
||||
"vte",
|
||||
]
|
||||
script = """
|
||||
DYNAMIC_INIT
|
||||
cookbook_cargo_packages rustconn
|
||||
"""
|
||||
11
recipes/wip/web/share-preview/recipe.toml
Normal file
11
recipes/wip/web/share-preview/recipe.toml
Normal file
@ -0,0 +1,11 @@
|
||||
#TODO not compiled or tested
|
||||
[source]
|
||||
git = "https://github.com/rafaelmardojai/share-preview"
|
||||
shallow_clone = true
|
||||
[build]
|
||||
template = "meson"
|
||||
dependencies = [
|
||||
"glib",
|
||||
"gtk4",
|
||||
"libadwaita",
|
||||
]
|
||||
Loading…
Reference in New Issue
Block a user