mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-17 15:34:18 +08:00
Add recipes
This commit is contained in:
parent
900e8fecd8
commit
28d653a63d
10
recipes/wip/backup/pika-backup/recipe.toml
Normal file
10
recipes/wip/backup/pika-backup/recipe.toml
Normal file
@ -0,0 +1,10 @@
|
||||
#TODO not compiled or tested
|
||||
[source]
|
||||
git = "https://gitlab.gnome.org/World/pika-backup"
|
||||
shallow_clone = true
|
||||
[build]
|
||||
template = "meson"
|
||||
dependencies = [
|
||||
"gtk4",
|
||||
"libadwaita",
|
||||
]
|
||||
8
recipes/wip/fonts/sitra/recipe.toml
Normal file
8
recipes/wip/fonts/sitra/recipe.toml
Normal file
@ -0,0 +1,8 @@
|
||||
#TODO not compiled or tested
|
||||
#TODO discover minimum dependencies from meson log
|
||||
[source]
|
||||
git = "https://github.com/sitraorg/sitra"
|
||||
rev = "af4cfcca680653aba93c44a384c134093e124e7c"
|
||||
shallow_clone = true
|
||||
[build]
|
||||
template = "meson"
|
||||
11
recipes/wip/graphics/editors/eyedropper/recipe.toml
Normal file
11
recipes/wip/graphics/editors/eyedropper/recipe.toml
Normal file
@ -0,0 +1,11 @@
|
||||
#TODO not compiled or tested
|
||||
[source]
|
||||
git = "https://github.com/FineFindus/eyedropper"
|
||||
shallow_clone = true
|
||||
[build]
|
||||
template = "meson"
|
||||
dependencies = [
|
||||
"glib",
|
||||
"gtk4",
|
||||
"libadwaita",
|
||||
]
|
||||
5
recipes/wip/libs/gnome/libgee/recipe.toml
Normal file
5
recipes/wip/libs/gnome/libgee/recipe.toml
Normal file
@ -0,0 +1,5 @@
|
||||
#TODO not compiled or tested
|
||||
[source]
|
||||
tar = "https://download.gnome.org/sources/libgee/0.20/libgee-0.20.8.tar.xz"
|
||||
[build]
|
||||
template = "configure"
|
||||
18
recipes/wip/net/social/tuba/recipe.toml
Normal file
18
recipes/wip/net/social/tuba/recipe.toml
Normal file
@ -0,0 +1,18 @@
|
||||
#TODO not compiled or tested
|
||||
# build instructions: https://github.com/GeopJr/Tuba#from-source
|
||||
[source]
|
||||
git = "https://github.com/GeopJr/Tuba"
|
||||
rev = "v0.10.3"
|
||||
shallow_clone = true
|
||||
[build]
|
||||
template = "meson"
|
||||
dependencies = [
|
||||
"json-glib",
|
||||
"libxml2",
|
||||
"libgee",
|
||||
"libsoup",
|
||||
"libadwaita",
|
||||
"libsecret",
|
||||
"gtksourceview",
|
||||
]
|
||||
dev-dependencies = ["vala"]
|
||||
16
recipes/wip/news/newsflash/recipe.toml
Normal file
16
recipes/wip/news/newsflash/recipe.toml
Normal file
@ -0,0 +1,16 @@
|
||||
#TODO not compiled or tested
|
||||
[source]
|
||||
git = "https://gitlab.com/news-flash/news_flash_gtk"
|
||||
shallow_clone = true
|
||||
[build]
|
||||
template = "meson"
|
||||
dependencies = [
|
||||
"gtk4",
|
||||
"libadwaita",
|
||||
"webkitgtk4",
|
||||
"sqlite3",
|
||||
"gettext",
|
||||
"openssl3",
|
||||
"clapper",
|
||||
]
|
||||
dev-dependencies = ["blueprint"]
|
||||
6
recipes/wip/office/letters/recipe.toml
Normal file
6
recipes/wip/office/letters/recipe.toml
Normal file
@ -0,0 +1,6 @@
|
||||
#TODO not compiled or tested
|
||||
#TODO discover minimum dependencies
|
||||
[source]
|
||||
tar = "https://codeberg.org/eyekay/letters/archive/0.2.0.tar.gz"
|
||||
[build]
|
||||
template = "meson"
|
||||
14
recipes/wip/players/clapper/recipe.toml
Normal file
14
recipes/wip/players/clapper/recipe.toml
Normal file
@ -0,0 +1,14 @@
|
||||
#TODO not compiled or tested
|
||||
[source]
|
||||
git = "https://github.com/Rafostar/clapper"
|
||||
rev = "0.10.0"
|
||||
shallow_clone = true
|
||||
[build]
|
||||
template = "meson"
|
||||
mesonflags = [
|
||||
"-Dclapper=enabled",
|
||||
"-Dclapper-gtk=enabled",
|
||||
"-Dclapper-app=disabled",
|
||||
"-Dintrospection=disabled",
|
||||
"-Denhancers-loader=disabled",
|
||||
]
|
||||
11
recipes/wip/players/podcasts/recipe.toml
Normal file
11
recipes/wip/players/podcasts/recipe.toml
Normal file
@ -0,0 +1,11 @@
|
||||
#TODO not compiled or tested
|
||||
[source]
|
||||
git = "https://gitlab.gnome.org/World/podcasts"
|
||||
shallow_clone = true
|
||||
[build]
|
||||
template = "meson"
|
||||
dependencies = [
|
||||
"gtk4",
|
||||
"gstreamer",
|
||||
"libadwaita",
|
||||
]
|
||||
Loading…
Reference in New Issue
Block a user