diff options
author | Bloyburt <alexpen@startmail.com> | 2023-11-11 08:35:18 +0900 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-11-11 08:08:34 +0700 |
commit | 6fedb4816cf544fd029baf6ba0da65d03b4da872 (patch) | |
tree | bc0259ba52ab8bdcac52e1fceb733817c382e61e /network/feather | |
parent | 83ebff11861955ed1d2b3667f64acff6ac5f091a (diff) |
network/feather: Updated for version 2.5.2.
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'network/feather')
-rw-r--r-- | network/feather/README | 3 | ||||
-rw-r--r-- | network/feather/feather.SlackBuild | 12 | ||||
-rw-r--r-- | network/feather/feather.info | 12 |
3 files changed, 10 insertions, 17 deletions
diff --git a/network/feather/README b/network/feather/README index 57d1a9ee400d..a5154540f874 100644 --- a/network/feather/README +++ b/network/feather/README @@ -16,8 +16,7 @@ USE_DEVICE_TREZOR=yes|no (default:yes) WITH_SCANNER=yes|no (default:no) (enable the webcam QR code scanner) -qt6 is an optional dependency, and is auto-detected at build time. -If qt6 is not found, qt5 will be used instead. +As of version 2.5.2 of Feather, qt6 is now a mandatory dependency. tor is another optional dependency; a Tor daemon is required to connect to .onion nodes and the websocket server. diff --git a/network/feather/feather.SlackBuild b/network/feather/feather.SlackBuild index 14d41cfb03ff..c0769c4b7e7b 100644 --- a/network/feather/feather.SlackBuild +++ b/network/feather/feather.SlackBuild @@ -25,8 +25,8 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=feather -VERSION=${VERSION:-2.4.9} -BUILD=${BUILD:-3} +VERSION=${VERSION:-2.5.2} +BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} @@ -50,13 +50,7 @@ TMP=${TMP:-/tmp/SBo} PKG=$TMP/package-$PRGNAM OUTPUT=${OUTPUT:-/tmp} -if [ "$ARCH" = "i586" ]; then - SLKCFLAGS="-O2 -march=i586 -mtune=i686" - LIBDIRSUFFIX="" -elif [ "$ARCH" = "i686" ]; then - SLKCFLAGS="-O2 -march=i686 -mtune=i686" - LIBDIRSUFFIX="" -elif [ "$ARCH" = "x86_64" ]; then +if [ "$ARCH" = "x86_64" ]; then SLKCFLAGS="-O2 -fPIC" LIBDIRSUFFIX="64" else diff --git a/network/feather/feather.info b/network/feather/feather.info index 5905002e4ee2..d78a7a434b7b 100644 --- a/network/feather/feather.info +++ b/network/feather/feather.info @@ -1,10 +1,10 @@ PRGNAM="feather" -VERSION="2.4.9" +VERSION="2.5.2" HOMEPAGE="https://featherwallet.org/" -DOWNLOAD="https://featherwallet.org/files/releases/source/feather-2.4.9.tar.gz" -MD5SUM="21a4b44659c09ff24f8b93b3983e28d7" -DOWNLOAD_x86_64="" -MD5SUM_x86_64="" -REQUIRES="unbound zbar" +DOWNLOAD="UNSUPPORTED" +MD5SUM="" +DOWNLOAD_x86_64="https://featherwallet.org/files/releases/source/feather-2.5.2.tar.gz" +MD5SUM_x86_64="6bfcbb080db3f633312fcd629de1ab3d" +REQUIRES="protobuf3 qt6 unbound zbar zxing-cpp" MAINTAINER="Bloyburt" EMAIL="alexpen@startmail.com" |