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
b5cdf702aa
commit
d1e7a81344
19
recipes/wip/files/gnome-files/recipe.toml
Normal file
19
recipes/wip/files/gnome-files/recipe.toml
Normal file
@ -0,0 +1,19 @@
|
||||
#TODO not compiled or tested
|
||||
#TODO discover minimum dependencies from meson log
|
||||
[source]
|
||||
tar = "https://download.gnome.org/sources/nautilus/49/nautilus-49.1.tar.xz"
|
||||
[build]
|
||||
template = "meson"
|
||||
mesonflags = [
|
||||
"-Dextensions=false",
|
||||
"-Dintrospection=false",
|
||||
"-Dpackagekit=false",
|
||||
"-Dselinux=disabled",
|
||||
"-Dcloudproviders=disabled",
|
||||
"-Dtests=none",
|
||||
]
|
||||
#[package] # probably optional dependencies
|
||||
#dependencies = [
|
||||
# "localsearch",
|
||||
# "xdg-user-dirs-gtk",
|
||||
#]
|
||||
8
recipes/wip/files/kde-dolphin/recipe.toml
Normal file
8
recipes/wip/files/kde-dolphin/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/system/dolphin"
|
||||
branch = "release/25.08"
|
||||
shallow_clone = true
|
||||
[build]
|
||||
template = "cmake"
|
||||
5
recipes/wip/libs/gtk/xdg-user-dirs-gtk/recipe.toml
Normal file
5
recipes/wip/libs/gtk/xdg-user-dirs-gtk/recipe.toml
Normal file
@ -0,0 +1,5 @@
|
||||
#TODO not compiled or tested
|
||||
[source]
|
||||
tar = "https://download.gnome.org/sources/xdg-user-dirs-gtk/0.14/xdg-user-dirs-gtk-0.14.tar.xz"
|
||||
[build]
|
||||
template = "meson"
|
||||
14
recipes/wip/search/localsearch/recipe.toml
Normal file
14
recipes/wip/search/localsearch/recipe.toml
Normal file
@ -0,0 +1,14 @@
|
||||
#TODO not compiled or tested
|
||||
#TODO discover minimum dependencies from meson log
|
||||
[source]
|
||||
tar = "https://download.gnome.org/sources/localsearch/3.10/localsearch-3.10.1.tar.xz"
|
||||
[build]
|
||||
template = "meson"
|
||||
mesonflags = [
|
||||
"-Dfunctional_tests=false",
|
||||
"-Dsandbox_tests=false",
|
||||
"-Dseccomp=false",
|
||||
"-Dbattery_detection=none",
|
||||
"-Dsystemd_user_services=false",
|
||||
"-Dman=false",
|
||||
]
|
||||
8
recipes/wip/system/discover/recipe.toml
Normal file
8
recipes/wip/system/discover/recipe.toml
Normal file
@ -0,0 +1,8 @@
|
||||
#TODO not compiled or tested
|
||||
#TODO determine minimum dependencies from cmake log
|
||||
[source]
|
||||
git = "https://invent.kde.org/plasma/discover"
|
||||
branch = "Plasma/6.5"
|
||||
shallow_clone = true
|
||||
[build]
|
||||
template = "cmake"
|
||||
Loading…
Reference in New Issue
Block a user