summaryrefslogtreecommitdiffstats
path: root/system/pcmanfm-qt
diff options
context:
space:
mode:
author isaackwy2023-12-30 03:59:44 +0100
committer Willy Sudiarto Raharjo2023-12-31 01:46:53 +0100
commite437ec766946713719a893d23198829594ead546 (patch)
tree126702157aba12bcbda36738022b2da8cc8517d0 /system/pcmanfm-qt
parent6b9185f28747ae22032f882ff535b2d5f8b61c04 (diff)
downloadslackbuilds-e437ec766946713719a893d23198829594ead546.tar.gz
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.sh6
-rw-r--r--system/pcmanfm-qt/pcmanfm-qt.SlackBuild4
-rw-r--r--system/pcmanfm-qt/pcmanfm-qt.info6
3 files changed, 9 insertions, 7 deletions
diff --git a/system/pcmanfm-qt/doinst.sh b/system/pcmanfm-qt/doinst.sh
index 9a8ded3c60..3e5691a052 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 b9a6247370..01fa1226f9 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 a5e3d4c932..f8e00d409a 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"