diff --git a/recipes/wip/archives/file-roller/recipe.toml b/recipes/wip/archives/file-roller/recipe.toml new file mode 100644 index 00000000..7209aa62 --- /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 00000000..dbbee644 --- /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", +]