11app-id : org.cubocore.CoreStats
22runtime : org.kde.Platform
3- runtime-version : ' 5.15-25.08 '
3+ runtime-version : ' 6.10 '
44sdk : org.kde.Sdk
55command : corestats
6+ rename-desktop-file : cc.cubocore.CoreStats.desktop
7+ rename-icon : cc.cubocore.CoreStats
8+ rename-appdata-file : cc.cubocore.CoreStats.metainfo.xml
69finish-args :
10+ - --device=dri
711 - --share=ipc
8- - --share=network # Required to show network info
9- - --socket=fallback-x11
12+ - --share=network # Required to get network stats
1013 - --socket=wayland
11- - --device=dri
12- - --filesystem=host:ro # reading sensor info, network data
13- - --filesystem=home # For xdg-config
14+ - --socket=fallback-x11
15+ - --filesystem=home # For shared config for all cubocore apps
16+ - --filesystem=host:ro # reading sensor, hardware data
17+ - --talk-name=org.freedesktop.Notifications # Required for notifications
1418 - --system-talk-name=org.freedesktop.UDisks2 # Required to show disk info
1519 - --system-talk-name=org.freedesktop.UPower # Required to show battery info
16- - --talk-name=org.freedesktop.Notifications
1720cleanup :
1821 - /include
1922 - /lib/cmake
@@ -32,13 +35,15 @@ modules:
3235 sources :
3336 - type : git
3437 url : https://gitlab.com/cubocore/libcprime.git
35- tag : v4.5.0
38+ commit : 17d4c94f3be2c7f67dc757cf852f0144945c2c69
39+ tag : v5.0.1
3640 - name : libcsys
3741 buildsystem : cmake-ninja
3842 sources :
3943 - type : git
4044 url : https://gitlab.com/cubocore/libcsys.git
41- tag : v4.5.0
45+ commit : de841ad0eb9bedda8122d98c092ba58324e048b4
46+ tag : v5.0.1
4247 - name : lm-sensors
4348 buildsystem : simple
4449 build-commands :
@@ -49,13 +54,12 @@ modules:
4954 url : https://github.com/lm-sensors/lm-sensors.git
5055 commit : 42f240d2a457834bcbdf4dc8b57237f97b5f5854
5156 - name : corestats
52- post-install :
53- - install -Dp -m 644 org.cubocore.CoreStats.appdata.xml /app/share/appdata/org.cubocore.CoreStats.appdata.xml
5457 buildsystem : cmake-ninja
5558 sources :
56- - type : file
57- path : org.cubocore.CoreStats.appdata.xml
5859 - type : git
5960 url : https://gitlab.com/cubocore/coreapps/corestats.git
60- tag : v4.5.0
61+ commit : c29dda2e1f77bac1d55e109314fa4b6dac80ff68
62+ tag : v5.0.1
63+ - type : patch
64+ path : fix-icon-name.patch
6165
0 commit comments