blob: a2b5b20a2f1afd174d5bf3e1712f353acf28a092 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
|
name: simple-scan
version: git
summary: Document Scanning Application
description: |
A really easy way to scan both documents and photos from a scanner (e.g. a flatbed scanner).
grade: stable # must be 'stable' to release into candidate/stable channels
confinement: strict
base: core20
slots:
# for GtkApplication registration
simple-scan:
interface: dbus
bus: session
name: org.gnome.SimpleScan
apps:
simple-scan:
plugs:
- network
- network-control
- home
- gsettings
- hardware-observe
- mount-observe
- system-observe
- io-ports-control
- raw-usb
command: usr/bin/simple-scan
extensions: [ gnome-3-38 ]
desktop: usr/share/applications/simple-scan.desktop
environment:
GSETTINGS_SCHEMA_DIR: $SNAP/share/glib-2.0/schemas
parts:
libsane:
source: https://gitlab.com/sane-project/backends.git
source-type: git
source-tag: 1.1.1
plugin: autotools
autotools-configure-parameters:
- --prefix=/snap/simple-scan/current/usr
- --with-api-spec=no
organize:
snap/simple-scan/current/usr: usr
build-packages:
- autotools-dev
- autoconf
- chrpath
- dh-systemd
- gettext
- libavahi-client-dev
- libcups2-dev
- libgphoto2-dev
- libieee1284-3-dev
- libjpeg-dev
- libltdl3-dev
- libsystemd-dev
- libtiff-dev
- libusb-1.0-0-dev
- pkg-config
- po-debconf
- xutils-dev
simple-scan:
after: [libsane]
source: .
source-type: git
plugin: meson
meson-parameters: [--prefix=/usr]
organize:
snap/simple-scan/current/usr: usr
build-packages:
- desktop-file-utils
- gettext
- gnome-common
- intltool
- itstool
- libcairo2-dev
- libcolord-dev
- libdbus-glib-1-dev
- libglib2.0-dev
- libgtk-3-dev
- libgdk-pixbuf2.0-dev
- libgusb-dev
- libgirepository1.0-dev
- libpackagekit-glib2-dev
- libsane-dev
- libwebp-dev
- valac
- zlib1g-dev
libs:
plugin: nil
stage-packages:
- libgusb2
- libpackagekit-glib2-18
- libieee1284-3
|