forked from hakandundar34coding/system-monitoring-center
-
Notifications
You must be signed in to change notification settings - Fork 0
/
io.github.hakandundar34coding.system-monitoring-center.yml
60 lines (53 loc) · 1.93 KB
/
io.github.hakandundar34coding.system-monitoring-center.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
59
app-id: io.github.hakandundar34coding.system-monitoring-center
runtime: org.gnome.Platform
runtime-version: '45'
sdk: org.gnome.Sdk
command: system-monitoring-center
finish-args:
# For X11 shared memory access (higher performance for X11)
- --share=ipc
# For Wayland access
- --socket=wayland
# For X11 fallback
- --socket=fallback-x11
# For monitoring data download/upload speed on network cards
- --device=all
# For monitoring data download/upload speed on network cards
- --share=network
# For host OS commands access (such as 'systemctl' for service details, 'ls /proc' for process list, 'ps' for process information, etc.)
- --talk-name=org.freedesktop.Flatpak
# For reading several files (systemd service files, process information in '/proc' folder, etc.) of host OS
- --filesystem=host:ro
cleanup:
- /include
- /lib/pkgconfig
- /share/man
- /share/pkgconfig
- /share/bash-completion
modules:
# For using hardware database of "hwdata"
- name: hwdata
config-opts:
- --datarootdir=/app/share
sources:
- type: archive
url: https://github.com/vcrhonek/hwdata/archive/refs/tags/v0.375.tar.gz
sha256: 69ffbfe4801c12c2d66d51f98044beec35afa406b1baa619c57b25a9b62b43a0
# For getting IPv4 and IPv6 addresses by using 'ip a show [network_card]' command
- name: iproute2
buildsystem: autotools
make-install-args:
- PREFIX=${FLATPAK_DEST}
- SBINDIR=${FLATPAK_DEST}/bin
- CONFDIR=${FLATPAK_DEST}/etc/iproute2
sources:
- type: archive
url: https://github.com/shemminger/iproute2/archive/refs/tags/v6.5.0.tar.gz
sha256: a336d4d66e390c51564980152ffdafa0e214eb6e447c12582eafffb6d836b41d
# For System Monitoring Center
- name: system-monitoring-center
buildsystem: meson
sources:
- type: git
url: https://github.com/hakandundar34coding/system-monitoring-center.git
commit: 698b7b3667ad06a4ea66e528df0bf63e592beb72