forked from mdh34/quickDocs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcom.github.watsonprojects.easydocs.yml
49 lines (45 loc) · 1.77 KB
/
com.github.watsonprojects.easydocs.yml
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
# This is the same ID that you've used in meson.build and other files
app-id: com.github.watsonprojects.easydocs
# Instead of manually specifying a long list of build and runtime dependencies,
# we can use a convenient pre-made runtime and SDK. For this example, we'll be
# using the runtime and SDK provided by elementary.
runtime: io.elementary.Platform
runtime-version: '6'
sdk: io.elementary.Sdk
# This should match the exec line in your .desktop file and usually is the same
# as your app ID
command: com.github.watsonprojects.easydocs
# Here we can specify the kinds of permissions our app needs to run. Since we're
# not using hardware like webcams, making sound, or reading external files, we
# only need permission to draw our app on screen using either X11 or Wayland.
finish-args:
- '--share=ipc'
- '--share=network'
# Open GL rendering
- '--device=dri'
- '--socket=fallback-x11'
- '--socket=wayland'
- '--metadata=X-DConf=migrate-path=/com/github/watsonprojects/easydocs/'
# This section is where you list all the source code required to build your app.
# If we had external dependencies that weren't included in our SDK, we would list
# them here.
modules:
- name: libdevhelp
buildsystem: meson
config-opts:
- '-Dflatpak_build=true'
sources:
- type: archive
url: https://gitlab.gnome.org/GNOME/devhelp/-/archive/3.34.0/devhelp-3.34.0.tar.gz
sha256: a3fbe7a7e40352d5aa72454fa5752e8616cb6636a7c38df9466384c186f03216
modules:
- name: amtk-5
sources:
- type: archive
url: https://download.gnome.org/sources/amtk/5.0/amtk-5.0.1.tar.xz
sha256: 2d1cf4a4468655f93c90a2dde2e08b1ea0b3960c0aee04eb206c201d7849de27
- name: EasyDocs
buildsystem: meson
sources:
- type: dir
path: .