From 69943897d83f3e147c57039b087059b01727a0f3 Mon Sep 17 00:00:00 2001 From: Eric Hameleers Date: Thu, 9 May 2019 16:00:45 +0200 Subject: Deps: update qt5 and also update/rebuild the 'deps' programs using it --- deps/qca-qt5/.url | 2 +- deps/qca-qt5/qca-qt5.SlackBuild | 9 +++------ 2 files changed, 4 insertions(+), 7 deletions(-) (limited to 'deps/qca-qt5') diff --git a/deps/qca-qt5/.url b/deps/qca-qt5/.url index f3dd020..7087fa2 100644 --- a/deps/qca-qt5/.url +++ b/deps/qca-qt5/.url @@ -1,2 +1,2 @@ -https://download.kde.org/stable/qca/2.1.3/src/qca-2.1.3.tar.xz +https://download.kde.org/stable/qca/2.2.1/qca-2.2.1.tar.xz diff --git a/deps/qca-qt5/qca-qt5.SlackBuild b/deps/qca-qt5/qca-qt5.SlackBuild index 3519d31..9187549 100755 --- a/deps/qca-qt5/qca-qt5.SlackBuild +++ b/deps/qca-qt5/qca-qt5.SlackBuild @@ -1,7 +1,7 @@ #!/bin/sh # Copyright 2015 Patrick J. Volkerding, Sebeka, MN, USA -# Copyright 2015, 2016, 2017, 2018 Eric Hameleers, Eindhoven, NL +# Copyright 2015, 2016, 2017, 2018, 2019 Eric Hameleers, Eindhoven, NL # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -23,8 +23,8 @@ PKGNAM=qca-qt5 SRCNAM=qca -VERSION=${VERSION:-2.1.3} -BUILD=${BUILD:-3} +VERSION=${VERSION:-2.2.1} +BUILD=${BUILD:-1} NUMJOBS=${NUMJOBS:-" -j$(nproc) "} # Automatically determine the architecture we're building on: @@ -63,9 +63,6 @@ rm -rf $SRCNAM-$VERSION tar xvf $CWD/$SRCNAM-$VERSION.tar.?z* || exit 1 cd $SRCNAM-$VERSION || exit 1 -# Patch for openssl-1.1 compatibility: -cat $CWD/patches/qca_openssl11.patch | patch -p1 --verbose || exit 1 - chown -R root:root . find . \ \( -perm 777 -o -perm 775 -o -perm 711 -o -perm 555 -o -perm 511 \) \ -- cgit v1.2.3