summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author B. Watson2023-03-20 20:32:32 +0100
committer Willy Sudiarto Raharjo2023-03-25 04:02:01 +0100
commit76ba426c75a2a5eec34baf38de0a70660a81dd78 (patch)
treed3e582501bc6d0b13a6de1454accc8526a7e5003
parent4817c795ce52f6e0c5de1236372eb7ec362ef62f (diff)
downloadslackbuilds-76ba426c75a2a5eec34baf38de0a70660a81dd78.tar.gz
network/transmission: Updated for version 4.0.2.
Signed-off-by: B. Watson <urchlay@slackware.uk> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-rw-r--r--network/transmission/transmission.SlackBuild6
-rw-r--r--network/transmission/transmission.info6
2 files changed, 8 insertions, 4 deletions
diff --git a/network/transmission/transmission.SlackBuild b/network/transmission/transmission.SlackBuild
index a29579d736..1539e06ca3 100644
--- a/network/transmission/transmission.SlackBuild
+++ b/network/transmission/transmission.SlackBuild
@@ -24,6 +24,9 @@
# OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+# 20230320 bkw: update for v4.0.2. add -DREBUILD_WEB=OFF to allow building
+# without using the network, if nodejs is installed. thanks
+# to Ruben Schuller for pointing this out.
# 20230208 bkw: update for v4.0.0, which has only been out for about 5 hours.
# - Disable the qt5 UI by default. There's no reason to build both GUIs
# by default. User can still say GTK=no QT=yes to get only the qt UI.
@@ -45,7 +48,7 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=transmission
-VERSION=${VERSION:-4.0.0}
+VERSION=${VERSION:-4.0.2}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
@@ -122,6 +125,7 @@ find -L . -perm /111 -a \! -perm 755 -a -exec chmod 755 {} \+ -o \
mkdir -p build
cd build
cmake \
+ -DREBUILD_WEB=OFF \
-DENABLE_DAEMON=$DAEMOPT \
-DENABLE_QT=$QTOPT \
-DENABLE_GTK=$GTKOPT \
diff --git a/network/transmission/transmission.info b/network/transmission/transmission.info
index a7796a934a..bd37ada643 100644
--- a/network/transmission/transmission.info
+++ b/network/transmission/transmission.info
@@ -1,8 +1,8 @@
PRGNAM="transmission"
-VERSION="4.0.0"
+VERSION="4.0.2"
HOMEPAGE="https://www.transmissionbt.com/"
-DOWNLOAD="https://github.com/transmission/transmission/releases/download/4.0.0/transmission-4.0.0.tar.xz"
-MD5SUM="d73915000cf2871404b45a64969cea83"
+DOWNLOAD="https://github.com/transmission/transmission/releases/download/4.0.2/transmission-4.0.2.tar.xz"
+MD5SUM="3e2ffe6cec830dc67abd114da60d4772"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""