Package Details: abaddon 0.2.0-1

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: 10
Popularity: 0.084947
First Submitted: 2021-10-07 19:08 (UTC)
Last Updated: 2024-03-27 12:23 (UTC)

Pinned Comments

Latest Comments

javsanpar commented on 2023-09-13 11:31 (UTC)

@loathingkernel Thank you for the tip!!

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.