diff options
author | Isaac Yu <isaacyu1@isaacyu1.com> | 2022-12-15 19:12:02 +0000 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-12-17 09:13:57 +0700 |
commit | bf5cd296c49db4d665f8e85cee03cdca911dca68 (patch) | |
tree | d36a7fb75eb3b6e294be74b76e1f6c91c3dbc0d7 | |
parent | f4775f3833efa3316b2f7e34bb1ab2ac632ee74c (diff) |
system/lxqt-config: Updated for version 1.2.0.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-rw-r--r-- | system/lxqt-config/README | 3 | ||||
-rw-r--r-- | system/lxqt-config/lxqt-config.SlackBuild | 4 | ||||
-rw-r--r-- | system/lxqt-config/lxqt-config.info | 6 |
3 files changed, 8 insertions, 5 deletions
diff --git a/system/lxqt-config/README b/system/lxqt-config/README index 3cdc8f4a0999..6068e057ce3b 100644 --- a/system/lxqt-config/README +++ b/system/lxqt-config/README @@ -1,2 +1,5 @@ lxqt-config contains tools for configuring LXQt and the underlying operating system. + +lxqt-qtplugin allows lxqt-config to change the Qt5 theme, even +outside of LXQt. diff --git a/system/lxqt-config/lxqt-config.SlackBuild b/system/lxqt-config/lxqt-config.SlackBuild index dcbbfe1d8698..ea55f15b6ef1 100644 --- a/system/lxqt-config/lxqt-config.SlackBuild +++ b/system/lxqt-config/lxqt-config.SlackBuild @@ -25,8 +25,8 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=lxqt-config -VERSION=${VERSION:-1.1.0} -BUILD=${BUILD:-2} +VERSION=${VERSION:-1.2.0} +BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} diff --git a/system/lxqt-config/lxqt-config.info b/system/lxqt-config/lxqt-config.info index 09a0a3154e6a..e9a35377fd95 100644 --- a/system/lxqt-config/lxqt-config.info +++ b/system/lxqt-config/lxqt-config.info @@ -1,8 +1,8 @@ PRGNAM="lxqt-config" -VERSION="1.1.0" +VERSION="1.2.0" HOMEPAGE="https://github.com/lxqt/lxqt-config" -DOWNLOAD="https://github.com/lxqt/lxqt-config/releases/download/1.1.0/lxqt-config-1.1.0.tar.xz" -MD5SUM="b8bfd77cbc01e3ca424b0cf4ad421e3a" +DOWNLOAD="https://github.com/lxqt/lxqt-config/releases/download/1.2.0/lxqt-config-1.2.0.tar.xz" +MD5SUM="8f45db3d52c9ff90057732759ed8dc3d" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="liblxqt lxqt-themes" |