From 169c7a3ca29b2dfa5c2c8d77d709ded359b6d0b2 Mon Sep 17 00:00:00 2001 From: Ribbon Date: Sun, 30 Nov 2025 17:16:32 -0300 Subject: [PATCH] Add recipes --- recipes/wip/gnome/simple-scan/recipe.toml | 9 +++++++++ recipes/wip/kde/skanpage/recipe.toml | 11 +++++++++++ recipes/wip/scan/sane-backends/recipe.toml | 10 ++++++++++ 3 files changed, 30 insertions(+) create mode 100644 recipes/wip/gnome/simple-scan/recipe.toml create mode 100644 recipes/wip/kde/skanpage/recipe.toml create mode 100644 recipes/wip/scan/sane-backends/recipe.toml diff --git a/recipes/wip/gnome/simple-scan/recipe.toml b/recipes/wip/gnome/simple-scan/recipe.toml new file mode 100644 index 00000000..e5e9d45b --- /dev/null +++ b/recipes/wip/gnome/simple-scan/recipe.toml @@ -0,0 +1,9 @@ +#TODO not compiled or tested +#TODO discover minimum dependencies from meson log +[source] +tar = "https://download.gnome.org/sources/simple-scan/49/simple-scan-49.1.tar.xz" +[build] +template = "meson" +dependencies = [ + "sane-backends", +] diff --git a/recipes/wip/kde/skanpage/recipe.toml b/recipes/wip/kde/skanpage/recipe.toml new file mode 100644 index 00000000..398fb80f --- /dev/null +++ b/recipes/wip/kde/skanpage/recipe.toml @@ -0,0 +1,11 @@ +#TODO not compiled or tested +#TODO discover minimum dependencies from cmake log +[source] +git = "https://invent.kde.org/utilities/skanpage" +branch = "release/25.08" +shallow_clone = true +[build] +template = "cmake" +dependencies = [ + "sane-backends", +] diff --git a/recipes/wip/scan/sane-backends/recipe.toml b/recipes/wip/scan/sane-backends/recipe.toml new file mode 100644 index 00000000..a4cb49a1 --- /dev/null +++ b/recipes/wip/scan/sane-backends/recipe.toml @@ -0,0 +1,10 @@ +#TODO not compiled or tested +# build instructions: https://gitlab.com/sane-project/backends/-/blob/master/README?ref_type=heads +[source] +tar = "https://gitlab.com/-/project/429008/uploads/843c156420e211859e974f78f64c3ea3/sane-backends-1.4.0.tar.gz" +[build] +template = "configure" +dependencies = [ + "libusb", + "libjpeg", +]