summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authornicolargo <nicolashennion@gmail.com>2024-04-29 11:26:35 +0200
committernicolargo <nicolashennion@gmail.com>2024-04-29 11:26:35 +0200
commitaf6576e448d415512232b2699c0cdcefa4b100d9 (patch)
treea7f64049a8bf97eab02af777c20dfaf0011f3487
parent263db4f2636f3d10aef7884ce85fb349d2711297 (diff)
Upgrade SnapCraft to Core24
-rw-r--r--snap/snapcraft.yaml11
1 files changed, 8 insertions, 3 deletions
diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml
index 6a3a4a46..fc04a255 100644
--- a/snap/snapcraft.yaml
+++ b/snap/snapcraft.yaml
@@ -1,5 +1,5 @@
name: glances
-version: '4.0.0+beta1' ## '4.0.0'
+version: '4.0.0+rc01' ## '4.0.0'
summary: Glances an Eye on your system. A top/htop alternative.
description: |
@@ -8,14 +8,14 @@ description: |
Web based interface. It can adapt dynamically the displayed information
depending on the user interface size.
-base: core22
+base: core24
grade: devel ## stable
confinement: strict
apps:
glances:
command: bin/glances
- plugs:
+ plugs: # https://snapcraft.io/docs/supported-interfaces
- network
- system-observe
- mount-observe
@@ -26,6 +26,11 @@ apps:
- upower-observe
- home
- network-bind
+ - uio
+ - raw-volume
+ - removable-media
+ - power-control
+ - process-control
environment:
LANG: C.UTF-8
LC_ALL: C.UTF-8