diff --git a/recipes/wip/archives/file-roller/recipe.toml b/recipes/wip/archives/file-roller/recipe.toml new file mode 100644 index 0000000000000000000000000000000000000000..7209aa6225f5bf6fa2d6f4651e5ff63e44e2222f --- /dev/null +++ b/recipes/wip/archives/file-roller/recipe.toml @@ -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", +] diff --git a/recipes/wip/libs/gui/gtk/libhandy/recipe.toml b/recipes/wip/libs/gui/gtk/libhandy/recipe.toml new file mode 100644 index 0000000000000000000000000000000000000000..dbbee6445036f8bacfd929764c0cb9c2b27b7373 --- /dev/null +++ b/recipes/wip/libs/gui/gtk/libhandy/recipe.toml @@ -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", +]