From e865fbc3b9323cf4025cdef6058e96afb3e08cab Mon Sep 17 00:00:00 2001 From: Eric Hameleers Date: Thu, 23 Jan 2020 07:51:40 +0000 Subject: qbittorrent: update to 4.2.1 --- qbittorrent/build/qbittorrent.SlackBuild | 15 ++++++--------- 1 file changed, 6 insertions(+), 9 deletions(-) diff --git a/qbittorrent/build/qbittorrent.SlackBuild b/qbittorrent/build/qbittorrent.SlackBuild index bf9e0e8c..6c5abe5a 100755 --- a/qbittorrent/build/qbittorrent.SlackBuild +++ b/qbittorrent/build/qbittorrent.SlackBuild @@ -1,6 +1,6 @@ #!/bin/sh # $Id$ -# Copyright 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019 Eric Hameleers, Eindhoven, NL +# Copyright 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, 2020 Eric Hameleers, Eindhoven, NL # All rights reserved. # # Permission to use, copy, modify, and distribute this software for @@ -131,9 +131,11 @@ # * Fix the missing desktop file. # 4.1.4-1: 16/dec/2018 by Eric Hameleers # * Update. -# 4.1.6-1: 25/may/2018 by Eric Hameleers +# 4.1.6-1: 25/may/2019 by Eric Hameleers # * Update. -# 4.1.8-1: 28/oct/2018 by Eric Hameleers +# 4.1.8-1: 28/oct/2019 by Eric Hameleers +# * Update. +# 4.2.1-1: 23/jan/2020 by Eric Hameleers # * Update. # # Run 'sh qbittorrent.SlackBuild' to build a Slackware package. @@ -147,7 +149,7 @@ # Set initial variables: PRGNAM=qbittorrent -VERSION=${VERSION:-4.1.8} +VERSION=${VERSION:-4.2.1} BUILD=${BUILD:-1} NUMJOBS=${NUMJOBS:-" -j$(nproc) "} TAG=${TAG:-alien} @@ -257,11 +259,6 @@ cd $TMP/tmp-$PRGNAM echo "Extracting the source archive(s) for $PRGNAM..." tar -xvf ${SOURCE[0]} cd ${PRGNAM}-${VERSION} - -# Patch has been applied in upstream release: -#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 . -- cgit v1.2.3