Skip to content
Snippets Groups Projects
Commit fd6ec226 authored by Ribbon's avatar Ribbon :speech_balloon:
Browse files

Add recipes

parent 8fab5ed9
No related branches found
No related tags found
No related merge requests found
#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",
]
#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",
]
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment