mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-19 11:24:18 +08:00
Add recipes
This commit is contained in:
parent
991a011689
commit
169c7a3ca2
9
recipes/wip/gnome/simple-scan/recipe.toml
Normal file
9
recipes/wip/gnome/simple-scan/recipe.toml
Normal file
@ -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",
|
||||
]
|
||||
11
recipes/wip/kde/skanpage/recipe.toml
Normal file
11
recipes/wip/kde/skanpage/recipe.toml
Normal file
@ -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",
|
||||
]
|
||||
10
recipes/wip/scan/sane-backends/recipe.toml
Normal file
10
recipes/wip/scan/sane-backends/recipe.toml
Normal file
@ -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",
|
||||
]
|
||||
Loading…
Reference in New Issue
Block a user