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
8fab5ed9bc
commit
fd6ec2266f
12
recipes/wip/archives/file-roller/recipe.toml
Normal file
12
recipes/wip/archives/file-roller/recipe.toml
Normal file
@ -0,0 +1,12 @@
|
||||
#TODO missing script for Meson, see https://gitlab.gnome.org/GNOME/file-roller#building-locally
|
||||
#TODO the "libportal" dependency is for Flatpak, maybe it's optional - https://gitlab.gnome.org/GNOME/file-roller#dependencies
|
||||
[source]
|
||||
tar = "https://download.gnome.org/sources/file-roller/44/file-roller-44.3.tar.xz"
|
||||
[build]
|
||||
template = "custom"
|
||||
dependencies = [
|
||||
"glib",
|
||||
"gtk3,"
|
||||
"libhandy",
|
||||
"libarchive",
|
||||
]
|
||||
11
recipes/wip/libs/gui/gtk/libhandy/recipe.toml
Normal file
11
recipes/wip/libs/gui/gtk/libhandy/recipe.toml
Normal file
@ -0,0 +1,11 @@
|
||||
#TODO missing script for Meson, see https://gitlab.gnome.org/GNOME/libhandy#building
|
||||
#TODO determine dependencies
|
||||
[source]
|
||||
git = "https://gitlab.gnome.org/GNOME/libhandy"
|
||||
rev = "9b0071408ce86a3ef843806fddd723a85f6f2416"
|
||||
[build]
|
||||
template = "custom"
|
||||
dependencies = [
|
||||
"glib",
|
||||
"gtk3",
|
||||
]
|
||||
Loading…
Reference in New Issue
Block a user