summaryrefslogtreecommitdiffstats
path: root/network/qbittorrent-qt5/qbittorrent-qt5.SlackBuild
diff options
context:
space:
mode:
author davidwoodfall2018-09-07 21:57:03 +0200
committer Willy Sudiarto Raharjo2018-09-08 03:37:44 +0200
commitfe25a9fd5bdc1964d1e25c66b9794c20e7f944ae (patch)
treed1369db94e537ecb1bf74252212a937d450b365a /network/qbittorrent-qt5/qbittorrent-qt5.SlackBuild
parent0e140061aae43ae4af93bc4f0f6a47e8e891e996 (diff)
downloadslackbuilds-fe25a9fd5bdc1964d1e25c66b9794c20e7f944ae.tar.gz
network/qbittorrent-qt5: Update to 4.1.2
Diffstat (limited to 'network/qbittorrent-qt5/qbittorrent-qt5.SlackBuild')
-rw-r--r--network/qbittorrent-qt5/qbittorrent-qt5.SlackBuild4
1 files changed, 3 insertions, 1 deletions
diff --git a/network/qbittorrent-qt5/qbittorrent-qt5.SlackBuild b/network/qbittorrent-qt5/qbittorrent-qt5.SlackBuild
index 4f176aad1e..a9e186175a 100644
--- a/network/qbittorrent-qt5/qbittorrent-qt5.SlackBuild
+++ b/network/qbittorrent-qt5/qbittorrent-qt5.SlackBuild
@@ -24,7 +24,7 @@
PRGNAM=qbittorrent-qt5
SRCNAM=qBittorrent
-VERSION=${VERSION:-4.1.0}
+VERSION=${VERSION:-4.1.2}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -70,6 +70,8 @@ find -L . \
\( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \
-o -perm 440 -o -perm 400 \) -exec chmod 644 {} \;
+patch -p1 --verbose <$CWD/desktop-fix.patch
+
CFLAGS="$SLKCFLAGS" \
CXXFLAGS="$SLKCFLAGS" \
./configure \