diff options
author | David O'Shaughnessy <dev@osh.id.au> | 2023-08-18 19:29:20 +0900 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-08-19 09:15:17 +0700 |
commit | 620da67ac72b226164923cb353a5fed1461db14d (patch) | |
tree | 443526c51b3dc201e2daa771c5deb18e763ce111 /network | |
parent | 50c7bed9ec7d4c6fc68ca262e4eba85cd0f43ec5 (diff) |
network/qbittorrent: Updated for version 4.5.4.
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'network')
-rw-r--r-- | network/qbittorrent/qbittorrent.SlackBuild | 4 | ||||
-rw-r--r-- | network/qbittorrent/qbittorrent.info | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/network/qbittorrent/qbittorrent.SlackBuild b/network/qbittorrent/qbittorrent.SlackBuild index 63463b394bcfb..9735ec6fbf7c7 100644 --- a/network/qbittorrent/qbittorrent.SlackBuild +++ b/network/qbittorrent/qbittorrent.SlackBuild @@ -31,7 +31,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=qbittorrent #SRCNAM=qBittorrent -VERSION=${VERSION:-4.5.3} +VERSION=${VERSION:-4.5.4} BUILD=${BUILD:-2} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} @@ -101,7 +101,7 @@ DESTDIR=$PKG cmake --install build --strip # version of desktop spec (1.4) (SingleMainWindow was added to version # 1.5 Desktop Entry Specification). # https://specifications.freedesktop.org/desktop-entry-spec/desktop-entry-spec-latest.html -sed -i '/^SingleMainWindow/d' $PKG/usr/share/applications/*.desktop +[[ "${GUI:-yes}" != "yes" ]] || sed -i '/^SingleMainWindow/d' $PKG/usr/share/applications/*.desktop # Don't ship .la files: rm -f $PKG/{,usr/}lib${LIBDIRSUFFIX}/*.la diff --git a/network/qbittorrent/qbittorrent.info b/network/qbittorrent/qbittorrent.info index 014f5b5bc8ac1..376ce03080a1d 100644 --- a/network/qbittorrent/qbittorrent.info +++ b/network/qbittorrent/qbittorrent.info @@ -1,8 +1,8 @@ PRGNAM="qbittorrent" -VERSION="4.5.3" +VERSION="4.5.4" HOMEPAGE="https://www.qbittorrent.org/" -DOWNLOAD="https://sourceforge.net/projects/qbittorrent/files/qbittorrent/qbittorrent-4.5.3/qbittorrent-4.5.3.tar.xz" -MD5SUM="1e7d0275c3ae8410efcc6f913681d2d7" +DOWNLOAD="https://sourceforge.net/projects/qbittorrent/files/qbittorrent/qbittorrent-4.5.4/qbittorrent-4.5.4.tar.xz" +MD5SUM="001c49ee782f6bbd032515e4aecfa4f4" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="libtorrent2" |