-
-
Notifications
You must be signed in to change notification settings - Fork 12
/
.flatpak-manifest.json
130 lines (129 loc) · 5.08 KB
/
.flatpak-manifest.json
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
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
{
"id": "org.kde.skanlite",
"branch": "master",
"runtime": "org.kde.Platform",
"runtime-version": "6.7",
"sdk": "org.kde.Sdk",
"command": "skanlite",
"tags": ["nightly"],
"desktop-file-name-suffix": " (Nightly)",
"finish-args": ["--share=ipc", "--socket=x11", "--socket=wayland", "--filesystem=home", "--device=all",
"--share=network", "--system-talk-name=org.freedesktop.Avahi" ],
"separate-locales": false,
"modules": [
{
"name": "ksane-dependencies",
"buildsystem": null,
"modules": [
{
"name": "libusb1",
"sources": [
{
"type": "archive",
"url": "https://github.com/libusb/libusb/releases/download/v1.0.25/libusb-1.0.25.tar.bz2",
"sha256": "8a28ef197a797ebac2702f095e81975e2b02b2eeff2774fa909c78a74ef50849",
"x-checker-data": {
"type": "anitya",
"project-id": 1749,
"stable-only": true,
"url-template": "https://github.com/libusb/libusb/releases/download/v$version/libusb-$version.tar.bz2"
}
}
]
},
{
"name": "avahi",
"buildsystem": "autotools",
"config-opts": [
"--disable-gtk",
"--disable-qt3",
"--disable-qt4",
"--disable-qt5",
"--disable-mono",
"--disable-monodoc",
"--with-distro=none",
"--disable-pygobject",
"--disable-python-dbus",
"--disable-python",
"--disable-manpages",
"--disable-libdaemon",
"--disable-daemon",
"--enable-compat-libdns_sd",
"--disable-libevent"
],
"sources": [
{
"type": "git",
"url": "https://github.com/lathiat/avahi",
"tag": "v0.8",
"x-checker-data": {
"type": "git",
"tag-pattern": "^v([\\d.]+)$"
},
"commit": "f060abee2807c943821d88839c013ce15db17b58"
}
]
},
{
"name": "sane",
"buildsystem": "autotools",
"config-opts": [
"--with-usb",
"--with-v4l",
"--with-gphoto2",
"--enable-pthread",
"--enable-pnm-backend",
"--enable-pthread",
"--enable-avahi"
],
"sources": [
{
"type": "git",
"url": "https://gitlab.com/sane-project/backends",
"tag": "1.1.1",
"x-checker-data": {
"type": "git",
"tag-pattern": "^([\\d.]+)$"
},
"commit": "332edc8b7ce642bb06132cf204a8c2dd57720bce"
}
]
},
{
"name": "sane-airscan",
"buildsystem": "meson",
"sources": [
{
"type": "git",
"url": "https://github.com/alexpevzner/sane-airscan",
"tag": "0.99.27",
"commit": "053f5654cd4d16f077fe5cb40d32004aaa321462"
}
]
},
{
"name": "libksanecore",
"buildsystem": "cmake-ninja",
"config-opts": [
"-DQT_MAJOR_VERSION=6"
],
"sources": [ { "type": "git", "url": "https://invent.kde.org/libraries/ksanecore" } ]
},
{
"name": "libksane",
"config-opts": [
"-DQT_MAJOR_VERSION=6"
],
"buildsystem": "cmake-ninja",
"sources": [ { "type": "git", "url": "https://invent.kde.org/graphics/libksane" } ]
}
]
},
{
"name": "skanlite",
"buildsystem": "cmake-ninja",
"builddir": true,
"sources": [ { "type": "dir", "path": "." } ]
}
]
}