@loathingkernel Thank you for the tip!!
Search Criteria
Package Details: abaddon 0.2.1-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/abaddon.git (read-only, click to copy) |
---|---|
Package Base: | abaddon |
Description: | An alternative Discord client made with C++/gtkmm |
Upstream URL: | https://github.com/uowuo/abaddon |
Keywords: | discord |
Licenses: | GPL3 |
Conflicts: | abaddon |
Provides: | abaddon |
Submitter: | javsanpar |
Maintainer: | javsanpar |
Last Packager: | javsanpar |
Votes: | 11 |
Popularity: | 0.51 |
First Submitted: | 2021-10-07 19:08 (UTC) |
Last Updated: | 2024-04-08 10:53 (UTC) |
Dependencies (9)
- gtkmm3
- libhandy (libhandy-gitAUR)
- libsodium (libsodium-gitAUR, libsodium-1.0.18AUR)
- opus (opus-gitAUR)
- rnnoise (rnnoise-gitAUR)
- spdlog (spdlog-gitAUR)
- cmake (cmake-gitAUR) (make)
- git (git-gitAUR, git-glAUR) (make)
- nlohmann-json (nlohmann-json-gitAUR) (make)
Required by (0)
Sources (2)
Latest Comments
javsanpar commented on 2023-09-13 11:31 (UTC)
loathingkernel commented on 2023-08-29 10:55 (UTC) (edited on 2023-08-29 10:56 (UTC) by loathingkernel)
If you don't want to use the sources
array for the submodules, it would be helpful to use --filter=tree:0
to reduce the data transfer required to fetch them.
git submodule update --init --filter=tree:0 subprojects/ixwebsocket/
git submodule update --init --filter=tree:0 subprojects/keychain/
git submodule update --init --filter=tree:0 subprojects/miniaudio/
You could also reduce the repetition by using bash expansion
git submodule update --init --filter=tree:0 subprojects/{ixwebsocket,keychain,miniaudio}
tbb commented on 2023-07-31 21:41 (UTC)
it does not save token, when I close the abaddon it keeps asking.
Pinned Comments