[simple-scan] flatpak: Allow SANE color profiles with colord
- From: Bartosz <bkosiorek src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [simple-scan] flatpak: Allow SANE color profiles with colord
- Date: Fri, 26 Feb 2021 07:16:07 +0000 (UTC)
commit b8af147d1ee3d84881aa4c6e27b3457127a97afb
Author: vanadiae <vanadiae35 gmail com>
Date: Thu Feb 25 21:29:19 2021 +0100
flatpak: Allow SANE color profiles with colord
Currently colord support was useless because it was missing the "sane"
feature when building it.
build-aux/flatpak/org.gnome.SimpleScan.json | 23 ++++++++++++-----------
1 file changed, 12 insertions(+), 11 deletions(-)
---
diff --git a/build-aux/flatpak/org.gnome.SimpleScan.json b/build-aux/flatpak/org.gnome.SimpleScan.json
index a2f2e434..f3cd2c9c 100644
--- a/build-aux/flatpak/org.gnome.SimpleScan.json
+++ b/build-aux/flatpak/org.gnome.SimpleScan.json
@@ -152,6 +152,17 @@
}
]
},
+ {
+ "name" : "sane-backends",
+ "buildsystem" : "autotools",
+ "sources" : [
+ {
+ "type" : "archive",
+ "url" :
"https://gitlab.com/sane-project/backends/uploads/8bf1cae2e1803aefab9e5331550e5d5d/sane-backends-1.0.31.tar.gz",
+ "sha256" : "4a3b10fcb398ed854777d979498645edfe66fcac2f2fd2b9117a79ff45e2a5aa"
+ }
+ ]
+ },
{
"name" : "colord",
"buildsystem" : "meson",
@@ -161,6 +172,7 @@
"-Dman=false",
"-Dudev_rules=false",
"-Dsystemd=false",
+ "-Dsane=true",
"-Ddocs=false",
"-Dtests=false",
"-Dinstalled_tests=false",
@@ -184,17 +196,6 @@
}
]
},
- {
- "name" : "sane-backends",
- "buildsystem" : "autotools",
- "sources" : [
- {
- "type" : "archive",
- "url" :
"https://gitlab.com/sane-project/backends/uploads/8bf1cae2e1803aefab9e5331550e5d5d/sane-backends-1.0.31.tar.gz",
- "sha256" : "4a3b10fcb398ed854777d979498645edfe66fcac2f2fd2b9117a79ff45e2a5aa"
- }
- ]
- },
{
"name" : "simple-scan",
"buildsystem" : "meson",
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]