blob: 584bc887a92e0473a03ab495f33895175b1e6dc4 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
DESCRIPTION = "Panel plugin displaying current CPU load, the memory in use, the swap space and the system uptime"
HOMEPAGE = "https://docs.xfce.org/panel-plugins/xfce4-systemload-plugin/start"
LICENSE = "BSD-2-Clause"
LIC_FILES_CHKSUM = "file://COPYING;md5=9acb172a93ff6c43cce2aff790a8aef8"
XFCE_COMPRESS_TYPE = "xz"
inherit xfce-panel-plugin
PACKAGECONFIG ?= "network power"
PACKAGECONFIG[power] = ",,upower"
PACKAGECONFIG[network] = ",,libgtop"
SRC_URI += "file://convert-gulong.patch"
SRC_URI[sha256sum] = "6e363bcf845bb88329b52858d65a1ec6e00db5121ae9246e46eb03135d9569c6"
|