diff --git a/network/feather/README b/network/feather/README index 57d1a9ee40..a5154540f8 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 14d41cfb03..c0769c4b7e 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 5905002e4e..d78a7a434b 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"