summaryrefslogtreecommitdiffstats
path: root/libraries/libfm-qt
diff options
context:
space:
mode:
author Isaac Yu2023-01-02 23:52:53 +0100
committer Willy Sudiarto Raharjo2023-01-07 02:13:27 +0100
commit650ec1c00cc413d311e908a1175a10b0880323ed (patch)
tree26f001e89f17b6585f9e3de47fff5f3073ba9bde /libraries/libfm-qt
parent8b507d2ff8cb8b2f9bb28eff1b1b4ff68f24258a (diff)
downloadslackbuilds-650ec1c00cc413d311e908a1175a10b0880323ed.tar.gz
libraries/libfm-qt: Updated for version 1.2.1.
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'libraries/libfm-qt')
-rw-r--r--libraries/libfm-qt/libfm-qt.SlackBuild7
-rw-r--r--libraries/libfm-qt/libfm-qt.info6
2 files changed, 5 insertions, 8 deletions
diff --git a/libraries/libfm-qt/libfm-qt.SlackBuild b/libraries/libfm-qt/libfm-qt.SlackBuild
index 25757612a0..920cc2cee4 100644
--- a/libraries/libfm-qt/libfm-qt.SlackBuild
+++ b/libraries/libfm-qt/libfm-qt.SlackBuild
@@ -2,7 +2,7 @@
# Slackware build script for libfm-qt
-# Copyright 2022 Isaac Yu <isaacyu1@isaacyu1.com>
+# Copyright 2022-2023 Isaac Yu <isaacyu1@isaacyu1.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=libfm-qt
-VERSION=${VERSION:-1.2.0}
+VERSION=${VERSION:-1.2.1}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
@@ -38,9 +38,6 @@ if [ -z "$ARCH" ]; then
esac
fi
-# If the variable PRINT_PACKAGE_NAME is set, then this script will report what
-# the name of the created package would be, and then exit. This information
-# could be useful to other scripts.
if [ ! -z "${PRINT_PACKAGE_NAME}" ]; then
echo "$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.$PKGTYPE"
exit 0
diff --git a/libraries/libfm-qt/libfm-qt.info b/libraries/libfm-qt/libfm-qt.info
index 9041a48fa8..e078c98ec0 100644
--- a/libraries/libfm-qt/libfm-qt.info
+++ b/libraries/libfm-qt/libfm-qt.info
@@ -1,8 +1,8 @@
PRGNAM="libfm-qt"
-VERSION="1.2.0"
+VERSION="1.2.1"
HOMEPAGE="https://github.com/lxqt/libfm-qt"
-DOWNLOAD="https://github.com/lxqt/libfm-qt/releases/download/1.2.0/libfm-qt-1.2.0.tar.xz"
-MD5SUM="79c6d5a25dd6dd0cca82363f527251fe"
+DOWNLOAD="https://github.com/lxqt/libfm-qt/releases/download/1.2.1/libfm-qt-1.2.1.tar.xz"
+MD5SUM="e5f686ce32700a5c08001f641247e254"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="lxqt-build-tools lxmenu-data menu-cache"