mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-24 05:44:17 +08:00
Add recipes
This commit is contained in:
parent
6d88695a22
commit
991a011689
17
recipes/wip/gnome/aisleriot/recipe.toml
Normal file
17
recipes/wip/gnome/aisleriot/recipe.toml
Normal file
@ -0,0 +1,17 @@
|
||||
#TODO not compiled or tested
|
||||
[source]
|
||||
tar = "https://download.gnome.org/sources/aisleriot/3.22/aisleriot-3.22.35.tar.xz"
|
||||
[build]
|
||||
template = "meson"
|
||||
mesonflags = [
|
||||
"-Ddocs=false",
|
||||
"-Dsound=false",
|
||||
]
|
||||
dependencies = [
|
||||
"glib",
|
||||
"gtk3",
|
||||
"cairo",
|
||||
"libcanberra",
|
||||
"qt5-svg",
|
||||
"librsvg",
|
||||
]
|
||||
13
recipes/wip/gnome/brasero/recipe.toml
Normal file
13
recipes/wip/gnome/brasero/recipe.toml
Normal file
@ -0,0 +1,13 @@
|
||||
#TODO not compiled or tested
|
||||
#TODO missing dependencies: https://gitlab.gnome.org/GNOME/brasero/-/blob/master/README?ref_type=heads&plain=1#L64
|
||||
[source]
|
||||
tar = "https://download.gnome.org/sources/brasero/3.12/brasero-3.12.3.tar.xz"
|
||||
[build]
|
||||
template = "configure"
|
||||
dependencies = [
|
||||
"gtk3",
|
||||
"gstreamer",
|
||||
"libxml2",
|
||||
"cairo",
|
||||
"libcanberra",
|
||||
]
|
||||
19
recipes/wip/gnome/evince/recipe.toml
Normal file
19
recipes/wip/gnome/evince/recipe.toml
Normal file
@ -0,0 +1,19 @@
|
||||
#TODO not compiled or tested
|
||||
[source]
|
||||
tar = "https://download.gnome.org/sources/evince/48/evince-48.1.tar.xz"
|
||||
[build]
|
||||
template = "meson"
|
||||
mesonflags = [
|
||||
"-Dgtk_doc=false",
|
||||
"-Duser_doc=false",
|
||||
"-Dintrospection=false",
|
||||
"-Ddbus=false",
|
||||
]
|
||||
dependencies = [
|
||||
"glib",
|
||||
"gtk4",
|
||||
"libadwaita",
|
||||
"cairo",
|
||||
"libxml2",
|
||||
"cairo",
|
||||
]
|
||||
11
recipes/wip/gnome/gnome-2048/recipe.toml
Normal file
11
recipes/wip/gnome/gnome-2048/recipe.toml
Normal file
@ -0,0 +1,11 @@
|
||||
#TODO not compiled or tested
|
||||
[source]
|
||||
git = "https://gitlab.gnome.org/GNOME/gnome-2048"
|
||||
shallow_clone = true
|
||||
[build]
|
||||
template = "meson"
|
||||
dependencies = [
|
||||
"glib",
|
||||
"gtk4",
|
||||
"libadwaita",
|
||||
]
|
||||
12
recipes/wip/gnome/gnome-chess/recipe.toml
Normal file
12
recipes/wip/gnome/gnome-chess/recipe.toml
Normal file
@ -0,0 +1,12 @@
|
||||
#TODO not compiled or tested
|
||||
#TODO missing dependencies
|
||||
[source]
|
||||
tar = "https://download.gnome.org/sources/gnome-chess/49/gnome-chess-49.2.tar.xz"
|
||||
[build]
|
||||
template = "meson"
|
||||
dependencies = [
|
||||
"glib",
|
||||
"gtk4",
|
||||
"libadwaita",
|
||||
"librsvg",
|
||||
]
|
||||
11
recipes/wip/gnome/gnome-image-viewer/recipe.toml
Normal file
11
recipes/wip/gnome/gnome-image-viewer/recipe.toml
Normal file
@ -0,0 +1,11 @@
|
||||
#TODO not compiled or tested
|
||||
[source]
|
||||
git = "https://gitlab.gnome.org/GNOME/loupe"
|
||||
shallow_clone = true
|
||||
[build]
|
||||
template = "meson"
|
||||
dependencies = [
|
||||
"gtk4",
|
||||
"libadwaita",
|
||||
"liblcms",
|
||||
]
|
||||
12
recipes/wip/gnome/gnome-sudoku/recipe.toml
Normal file
12
recipes/wip/gnome/gnome-sudoku/recipe.toml
Normal file
@ -0,0 +1,12 @@
|
||||
#TODO not compiled or tested
|
||||
#TODO missing dependencies
|
||||
[source]
|
||||
tar = "https://download.gnome.org/sources/gnome-sudoku/49/gnome-sudoku-49.2.tar.xz"
|
||||
[build]
|
||||
template = "meson"
|
||||
dependencies = [
|
||||
"glib",
|
||||
"gtk4",
|
||||
"libadwaita",
|
||||
"json-glib",
|
||||
]
|
||||
11
recipes/wip/kde/ark/recipe.toml
Normal file
11
recipes/wip/kde/ark/recipe.toml
Normal file
@ -0,0 +1,11 @@
|
||||
#TODO not compiled or tested
|
||||
#TODO discover minimum dependencies from cmake log
|
||||
[source]
|
||||
git = "https://invent.kde.org/utilities/ark"
|
||||
branch = "release/25.08"
|
||||
shallow_clone = true
|
||||
[build]
|
||||
template = "cmake"
|
||||
dependencies = [
|
||||
"libarchive",
|
||||
]
|
||||
12
recipes/wip/kde/k3b/recipe.toml
Normal file
12
recipes/wip/kde/k3b/recipe.toml
Normal file
@ -0,0 +1,12 @@
|
||||
#TODO not compiled or tested
|
||||
#TODO discover minimum dependencies from cmake log
|
||||
# build instructions: https://invent.kde.org/multimedia/k3b/-/blob/master/INSTALL.txt?ref_type=heads
|
||||
[source]
|
||||
git = "https://invent.kde.org/multimedia/k3b"
|
||||
branch = "release/25.08"
|
||||
shallow_clone = true
|
||||
[build]
|
||||
template = "cmake"
|
||||
dependencies = [
|
||||
"libcdio-paranoia",
|
||||
]
|
||||
8
recipes/wip/kde/kpatience/recipe.toml
Normal file
8
recipes/wip/kde/kpatience/recipe.toml
Normal file
@ -0,0 +1,8 @@
|
||||
#TODO not compiled or tested
|
||||
#TODO discover minimum dependencies from cmake log
|
||||
[source]
|
||||
git = "https://invent.kde.org/games/kpat"
|
||||
branch = "release/25.08"
|
||||
shallow_clone = true
|
||||
[build]
|
||||
template = "cmake"
|
||||
Loading…
Reference in New Issue
Block a user