Package Details: monero-feather-git 2.6.8.f58f8b6-1

Git Clone URL: https://aur.archlinux.org/monero-feather-git.git (read-only, click to copy)
Package Base: monero-feather-git
Description: A free Monero desktop wallet
Upstream URL: https://featherwallet.org
Licenses: BSD
Conflicts: featherwallet-appimage, featherwallet-bin, monero-feather, monero-feather-appimage, monero-feather-bin
Submitter: wowario
Maintainer: wowario
Last Packager: wowario
Votes: 6
Popularity: 0.24
First Submitted: 2020-10-12 13:49 (UTC)
Last Updated: 2024-09-25 14:16 (UTC)

Pinned Comments

wowario commented on 2024-09-26 05:14 (UTC)

updated to v2.6.8

Latest Comments

« First ‹ Previous 1 2 3 Next › Last »

wcasanova commented on 2021-11-03 19:35 (UTC)

hi, please update PKGBUILD https://wiki.archlinux.org/title/VCS_package_guidelines pkgver() function

wowario commented on 2021-03-25 08:25 (UTC)

@arpspoof compiling should be fixed now.

arpspoof commented on 2021-02-25 12:34 (UTC)

You don't have this issue compiling from source?

wowario commented on 2021-02-22 18:47 (UTC)

@arpspoof you can can up issue in repo https://git.featherwallet.org/feather/feather/issues

thank you!

arpspoof commented on 2021-02-19 22:38 (UTC) (edited on 2021-02-19 22:38 (UTC) by arpspoof)

I'm still getting compile error:

5:31: error: ‘sleep_for’ is not a member of ‘std::this_thread’
 1315 |             std::this_thread::sleep_for(intervalResolution);

Should I file as bug or is this on my end only?

arpspoof commented on 2021-02-17 13:49 (UTC)


[ 70%] Building CXX object src/CMakeFiles/feather.dir/model/RedditModel.cpp.o
/home/me/.cache/pacaur/monero-feather-git/src/monero-feather-git/src/libwalletqt/Wallet.cpp: In lambda function:
/home/me/.cache/pacaur/monero-feather-git/src/monero-feather-git/src/libwalletqt/Wallet.cpp:1315:31: error: ‘sleep_for’ is not a member of ‘std::this_thread’
 1315 |             std::this_thread::sleep_for(intervalResolution);
      |                               ^~~~~~~~~
[ 71%] Building CXX object src/CMakeFiles/feather.dir/model/SubaddressAccountModel.cpp.o
[ 71%] Building CXX object src/CMakeFiles/feather.dir/model/SubaddressModel.cpp.o
make[2]: *** [src/CMakeFiles/feather.dir/build.make:1095: src/CMakeFiles/feather.dir/libwalletqt/Wallet.cpp.o] Error 1
make[2]: *** Waiting for unfinished jobs....
make[1]: *** [CMakeFiles/Makefile2:2571: src/CMakeFiles/feather.dir/all] Error 2
make: *** [Makefile:149: all] Error 2
==> ERROR: A failure occurred in build().
    Aborting...

wowario commented on 2021-01-02 10:09 (UTC)

@arpspoof fixed

arpspoof commented on 2021-01-02 08:41 (UTC) (edited on 2021-01-02 08:42 (UTC) by arpspoof)

When attempting to install using pacman or makepkg I get this error.

==> Starting pkgver()... ==> ERROR: pkgver is not allowed to contain colons, forward slashes, hyphens or whitespace.

==> ERROR: pkgver() generated an invalid version: beta-3.c2ec2c5dc :: failed to verify integrity or prepare monero-feather-git package

wowario commented on 2020-12-22 19:03 (UTC)

Thanks for reporting. I've added desktop file.

GI_Jack commented on 2020-12-22 01:32 (UTC) (edited on 2020-12-22 01:40 (UTC) by GI_Jack)

No .Desktop file.

sad :(

edit: Add Desktop file to PKGBUILD. IT exists in source:

package_monero-feather-git() {
  install -Dm644 "${srcdir}/${pkgname}/LICENSE" "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
  install -Dm755 "${srcdir}/${pkgname}/build/bin/feather" "${pkgdir}/usr/bin/feather"
  install -Dm644 "${srcdir}/${pkgname}/src/assets/feather.desktop" "${pkgdir}/usr/share/applications/feather.desktop"
}