summaryrefslogtreecommitdiffstats
path: root/qbittorrent
diff options
context:
space:
mode:
author Eric Hameleers <alien@slackware.com>2018-08-17 21:06:42 +0000
committer Eric Hameleers <alien@slackware.com>2018-08-17 21:06:42 +0000
commitbeee9a1c3c346e6a0942a8fca10b3e45a9016b50 (patch)
tree78adc1ec999d6ba881ae0eaff704d35828b8c0eb /qbittorrent
parent654007654ad0e18dd292204a32d61c3f408b63be (diff)
downloadasb-beee9a1c3c346e6a0942a8fca10b3e45a9016b50.tar.gz
asb-beee9a1c3c346e6a0942a8fca10b3e45a9016b50.tar.xz
qbittorrent: fix the missing .desktop file
Diffstat (limited to 'qbittorrent')
-rwxr-xr-xqbittorrent/build/qbittorrent.SlackBuild9
1 files changed, 7 insertions, 2 deletions
diff --git a/qbittorrent/build/qbittorrent.SlackBuild b/qbittorrent/build/qbittorrent.SlackBuild
index 4942a4b1..db1ad0b9 100755
--- a/qbittorrent/build/qbittorrent.SlackBuild
+++ b/qbittorrent/build/qbittorrent.SlackBuild
@@ -127,6 +127,8 @@
# * Update.
# 4.1.2-1: 17/aug/2018 by Eric Hameleers <alien@slackware.com>
# * Update.
+# 4.1.2-2: 17/aug/2018 by Eric Hameleers <alien@slackware.com>
+# * Fix the missing desktop file.
#
# Run 'sh qbittorrent.SlackBuild' to build a Slackware package.
# The package (.tgz) and .txt file as well as build logs are created in /tmp .
@@ -134,11 +136,13 @@
#
# -----------------------------------------------------------------------------
+# GeoIP database will be downloaded once a month since v3.3.0.
+
# Set initial variables:
PRGNAM=qbittorrent
VERSION=${VERSION:-4.1.2}
-BUILD=${BUILD:-1}
+BUILD=${BUILD:-2}
NUMJOBS=${NUMJOBS:-" -j$(nproc) "}
TAG=${TAG:-alien}
@@ -248,7 +252,8 @@ echo "Extracting the source archive(s) for $PRGNAM..."
tar -xvf ${SOURCE[0]}
cd ${PRGNAM}-${VERSION}
-# GeoIP database will be downloaded once a month since v3.3.0.
+cat $SRCDIR/patches/qbittorrent_desktop.patch | patch -p1 --verbose \
+ 2>&1 | tee $OUTPUT/patch-${PRGNAM}.log
chown -R root:root .
chmod -R u+w,go+r-w,a+X-s .