diff options
author | Isaac Yu <isaacyu1@isaacyu1.com> | 2022-12-15 19:07:48 +0000 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-12-17 09:13:57 +0700 |
commit | 1db124f20e17b6b2056d2768826f3b9c09967d0d (patch) | |
tree | 14d540772f0245a6c0a213cf23b019c0eb24a196 | |
parent | b6e59bd831c55b197e301aa524ebe780e9f1767e (diff) |
desktop/lxqt-panel: Updated for version 1.2.0.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-rw-r--r-- | desktop/lxqt-panel/README | 7 | ||||
-rw-r--r-- | desktop/lxqt-panel/lxqt-panel.SlackBuild | 2 | ||||
-rw-r--r-- | desktop/lxqt-panel/lxqt-panel.info | 6 |
3 files changed, 10 insertions, 5 deletions
diff --git a/desktop/lxqt-panel/README b/desktop/lxqt-panel/README index d30ada366b14..9ec2e8635f20 100644 --- a/desktop/lxqt-panel/README +++ b/desktop/lxqt-panel/README @@ -4,4 +4,9 @@ libstatgrab and libsysstat are optional dependencies. However, libsysstat is not currently packaged at SlackBuilds.org. libstatgrab provides the CPU Load and Network Monitor plugins. -libsysstat provides the System Stats plugin. +libsysstat provides the System Stats plugin. + +To add support for the CPU Load and Network Monitor plugins, pass +LIBSTATGRAB=yes to the SlackBuild. +To add support for the System Stats plugin, pass +LIBSYSSTAT=yes to the SlackBuild. diff --git a/desktop/lxqt-panel/lxqt-panel.SlackBuild b/desktop/lxqt-panel/lxqt-panel.SlackBuild index f1e36e52a3e0..dc9eb1cd3b84 100644 --- a/desktop/lxqt-panel/lxqt-panel.SlackBuild +++ b/desktop/lxqt-panel/lxqt-panel.SlackBuild @@ -25,7 +25,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=lxqt-panel -VERSION=${VERSION:-1.1.0} +VERSION=${VERSION:-1.2.0} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} diff --git a/desktop/lxqt-panel/lxqt-panel.info b/desktop/lxqt-panel/lxqt-panel.info index cdb926a78610..37e9924c9922 100644 --- a/desktop/lxqt-panel/lxqt-panel.info +++ b/desktop/lxqt-panel/lxqt-panel.info @@ -1,8 +1,8 @@ PRGNAM="lxqt-panel" -VERSION="1.1.0" +VERSION="1.2.0" HOMEPAGE="https://github.com/lxqt/lxqt-panel" -DOWNLOAD="https://github.com/lxqt/lxqt-panel/releases/download/1.1.0/lxqt-panel-1.1.0.tar.xz" -MD5SUM="fdb742a091b759c7f33d396161371a4a" +DOWNLOAD="https://github.com/lxqt/lxqt-panel/releases/download/1.2.0/lxqt-panel-1.2.0.tar.xz" +MD5SUM="5fbed4baf03ab9cc254b9647118d6673" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="lxqt-globalkeys lxmenu-data" |