Skip to content

Commit f7307be

Browse files
rahmanshaberrahmanshaber
andauthored
v5.0.1 (#11)
* v5.0.1 * fixed manifest issue * fixed config read write permission issue * reverted the permission to original * updated to latest commit * removed circular reference as the package is renamed in the flatpak build --------- Co-authored-by: rahmanshaber <rahmanshaber@yahoo.com>
1 parent 001e9a0 commit f7307be

File tree

3 files changed

+26
-86
lines changed

3 files changed

+26
-86
lines changed

fix-icon-name.patch

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
--- a/cc.cubocore.CoreStats.desktop
2+
+++ b/cc.cubocore.CoreStats.desktop
3+
@@ -5,5 +5,5 @@
4+
Exec=corestats
5+
-Icon=cc.cubocore.CoreStats
6+
+Icon=org.cubocore.CoreStats
7+
Type=Application
8+
Categories=Qt;Utility;X-CSuite;

org.cubocore.CoreStats.appdata.xml

Lines changed: 0 additions & 72 deletions
This file was deleted.

org.cubocore.CoreStats.yml

Lines changed: 18 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,22 @@
11
app-id: org.cubocore.CoreStats
22
runtime: org.kde.Platform
3-
runtime-version: '5.15-25.08'
3+
runtime-version: '6.10'
44
sdk: org.kde.Sdk
55
command: corestats
6+
rename-desktop-file: cc.cubocore.CoreStats.desktop
7+
rename-icon: cc.cubocore.CoreStats
8+
rename-appdata-file: cc.cubocore.CoreStats.metainfo.xml
69
finish-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
1720
cleanup:
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

Comments
 (0)