Package Details: clipcat 0.5.0-2

Git Clone URL: https://aur.archlinux.org/clipcat.git (read-only, click to copy)
Package Base: clipcat
Description: Clipcat is a clipboard manager written in Rust Programming Language.
Upstream URL: https://github.com/xrelkd/clipcat
Licenses: GPL3
Submitter: yanganto
Maintainer: yanganto
Last Packager: yanganto
Votes: 4
Popularity: 0.061552
First Submitted: 2020-11-12 15:49 (UTC)
Last Updated: 2021-02-20 01:47 (UTC)

Latest Comments

yanganto commented on 2022-03-03 10:03 (UTC)

Hi @xeruf, the description follows the project on github. If you want a much clear description for the project, please open an issue on Github. Thanks.

xeruf commented on 2022-03-03 09:54 (UTC)

Please add to the description that its an "... X11 clipboard manager ..."

yanganto commented on 2021-02-11 14:07 (UTC)

@orangedrangon Thanks for clarify this. Please feel free to report if there are something wrong in the future. Thanks for using. :)

orangedrangon commented on 2021-02-10 18:33 (UTC)

yay seems to have had problems recognizing that the pkgbuild was different. A clean build fixed the problem. Sorry about that.

yanganto commented on 2021-02-10 03:41 (UTC) (edited on 2021-02-10 03:42 (UTC) by yanganto)

@orangedrangon It is interesting, please help me to check on if this is correct. Thanks.

$ wget -q https://github.com/xrelkd/clipcat/archive/v0.5.0.tar.gz
$ sha256sum v0.5.0.tar.gz
6fb974784485f475082e7ba19a4ddcf25d55f4555011e11205c9862d1c5253bb  v0.5.0.tar.gz

orangedrangon commented on 2021-02-09 22:50 (UTC)

I believe the latest update has an incorrect sha256 checksum.

yanganto commented on 2021-01-25 14:27 (UTC)

Hi @XG_SiNGH,

It may be good to avoid the package touch the user's home directory in any way.

Besides, the author also does not provide the configure files in the OS he daily use.

https://github.com/NixOS/nixpkgs/pull/100638/files

If you have a better way to handle on this, please kindly tell me.

Thanks.

XG_SiNGH commented on 2021-01-23 15:15 (UTC) (edited on 2021-01-23 15:18 (UTC) by XG_SiNGH)

Clipcat is great. Thank you yanganto for supporting it on our AUR :D

We need to add the creation of the default config files if needed to the PKGBUILD as described in the docs:

Effectively this:

$ mkdir -p                       $XDG_CONFIG_HOME/clipcat
$ clipcatd default-config      > $XDG_CONFIG_HOME/clipcat/clipcatd.toml
$ clipcatctl default-config    > $XDG_CONFIG_HOME/clipcat/clipcatctl.toml
$ clipcat-menu default-config  > $XDG_CONFIG_HOME/clipcat/clipcat-menu.toml

O_O