Add recipes

This commit is contained in:
Ribbon 2024-07-02 08:44:24 +00:00
parent 8fab5ed9bc
commit fd6ec2266f
2 changed files with 23 additions and 0 deletions

View 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",
]

View 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",
]