diff options
author | isaackwy <isaacyu@protonmail.com> | 2023-12-29 18:59:44 -0800 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-12-31 07:46:53 +0700 |
commit | e437ec766946713719a893d23198829594ead546 (patch) | |
tree | 126702157aba12bcbda36738022b2da8cc8517d0 /system/pcmanfm-qt | |
parent | 6b9185f28747ae22032f882ff535b2d5f8b61c04 (diff) |
system/pcmanfm-qt: Update for 1.4.0
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system/pcmanfm-qt')
-rw-r--r-- | system/pcmanfm-qt/doinst.sh | 6 | ||||
-rw-r--r-- | system/pcmanfm-qt/pcmanfm-qt.SlackBuild | 4 | ||||
-rw-r--r-- | system/pcmanfm-qt/pcmanfm-qt.info | 6 |
3 files changed, 9 insertions, 7 deletions
diff --git a/system/pcmanfm-qt/doinst.sh b/system/pcmanfm-qt/doinst.sh index 9a8ded3c60349..3e5691a052b5b 100644 --- a/system/pcmanfm-qt/doinst.sh +++ b/system/pcmanfm-qt/doinst.sh @@ -2,6 +2,8 @@ if [ -x /usr/bin/update-desktop-database ]; then /usr/bin/update-desktop-database -q usr/share/applications >/dev/null 2>&1 fi -if [ -x /usr/bin/update-mime-database ]; then - /usr/bin/update-mime-database usr/share/mime >/dev/null 2>&1 +if [ -e usr/share/icons/hicolor/icon-theme.cache ]; then + if [ -x /usr/bin/gtk-update-icon-cache ]; then + /usr/bin/gtk-update-icon-cache usr/share/icons/hicolor >/dev/null 2>&1 + fi fi diff --git a/system/pcmanfm-qt/pcmanfm-qt.SlackBuild b/system/pcmanfm-qt/pcmanfm-qt.SlackBuild index b9a624737063b..01fa1226f9802 100644 --- a/system/pcmanfm-qt/pcmanfm-qt.SlackBuild +++ b/system/pcmanfm-qt/pcmanfm-qt.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for pcmanfm-qt -# Copyright 2022-2023 Isaac Yu <isaacyu@protonmail.com> +# Copyright 2022-2024 Isaac Yu <isaacyu@protonmail.com> # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -25,7 +25,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=pcmanfm-qt -VERSION=${VERSION:-1.3.0} +VERSION=${VERSION:-1.4.0} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} diff --git a/system/pcmanfm-qt/pcmanfm-qt.info b/system/pcmanfm-qt/pcmanfm-qt.info index a5e3d4c932eab..f8e00d409ade4 100644 --- a/system/pcmanfm-qt/pcmanfm-qt.info +++ b/system/pcmanfm-qt/pcmanfm-qt.info @@ -1,8 +1,8 @@ PRGNAM="pcmanfm-qt" -VERSION="1.3.0" +VERSION="1.4.0" HOMEPAGE="https://github.com/lxqt/pcmanfm-qt" -DOWNLOAD="https://github.com/lxqt/pcmanfm-qt/releases/download/1.3.0/pcmanfm-qt-1.3.0.tar.xz" -MD5SUM="c1e8738479f4d43df33b642af7e5004c" +DOWNLOAD="https://github.com/lxqt/pcmanfm-qt/releases/download/1.4.0/pcmanfm-qt-1.4.0.tar.xz" +MD5SUM="c1dd6d90fce688064251c0c29ae765eb" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="libfm-qt" |