-
Notifications
You must be signed in to change notification settings - Fork 4
/
io.github.jhaygood86.mauborgne.yml
58 lines (52 loc) · 1.32 KB
/
io.github.jhaygood86.mauborgne.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
50
51
52
53
54
55
56
57
58
app-id: io.github.jhaygood86.mauborgne
runtime: io.elementary.Platform
runtime-version: '7.1'
sdk: io.elementary.Sdk
command: io.github.jhaygood86.mauborgne
finish-args:
- '--device=dri'
- '--share=ipc'
- '--socket=fallback-x11'
- '--socket=wayland'
cleanup:
- '/include'
- '/lib/pkgconfig'
- '/share/vala'
- '*.a'
- '*.la'
modules:
- name: libctop
buildsystem: cmake
sources:
- type: git
url: https://github.com/paolostivanin/libcotp.git
branch: v2.0.0
- name: libportal
buildsystem: meson
config-opts:
- -Dbackends=gtk3
- -Ddocs=false
sources:
- type: git
url: https://github.com/flatpak/libportal.git
branch: '0.6'
- name: json-glib
buildsystem: meson
sources:
- type: git
url: https://gitlab.gnome.org/jhaygood86/json-glib.git
commit: 405bc0e2a5b0248cd12c37235752d50156e204f3
- name: fontawesome
buildsystem: simple
build-commands:
- cd svgs/brands/; for filename in *; do install -D ${filename} /app/share/icons/hicolor/scalable/apps/${filename%.svg}-symbolic.svg; done
sources:
- type: git
url: https://github.com/FortAwesome/Font-Awesome.git
tag: 6.3.0
commit: d02961b018153506364077343b0edcde0a39d27e
- name: mauborgne
buildsystem: meson
sources:
- type: dir
path: .