mirror of https://github.com/nicolargo/glances.git
Upgrade SnapCraft to Core24
This commit is contained in:
parent
263db4f263
commit
af6576e448
|
|
@ -1,5 +1,5 @@
|
||||||
name: glances
|
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.
|
summary: Glances an Eye on your system. A top/htop alternative.
|
||||||
description: |
|
description: |
|
||||||
|
|
@ -8,14 +8,14 @@ description: |
|
||||||
Web based interface. It can adapt dynamically the displayed information
|
Web based interface. It can adapt dynamically the displayed information
|
||||||
depending on the user interface size.
|
depending on the user interface size.
|
||||||
|
|
||||||
base: core22
|
base: core24
|
||||||
grade: devel ## stable
|
grade: devel ## stable
|
||||||
confinement: strict
|
confinement: strict
|
||||||
|
|
||||||
apps:
|
apps:
|
||||||
glances:
|
glances:
|
||||||
command: bin/glances
|
command: bin/glances
|
||||||
plugs:
|
plugs: # https://snapcraft.io/docs/supported-interfaces
|
||||||
- network
|
- network
|
||||||
- system-observe
|
- system-observe
|
||||||
- mount-observe
|
- mount-observe
|
||||||
|
|
@ -26,6 +26,11 @@ apps:
|
||||||
- upower-observe
|
- upower-observe
|
||||||
- home
|
- home
|
||||||
- network-bind
|
- network-bind
|
||||||
|
- uio
|
||||||
|
- raw-volume
|
||||||
|
- removable-media
|
||||||
|
- power-control
|
||||||
|
- process-control
|
||||||
environment:
|
environment:
|
||||||
LANG: C.UTF-8
|
LANG: C.UTF-8
|
||||||
LC_ALL: C.UTF-8
|
LC_ALL: C.UTF-8
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue