Package Details: shotman 0.4.7-1

Git Clone URL: https://aur.archlinux.org/shotman.git (read-only, click to copy)
Package Base: shotman
Description: Uncompromising screenshot GUI for Wayland
Upstream URL: https://git.sr.ht/~whynothugo/shotman
Keywords: gui screenshot, sway wayland, wlroots,
Licenses: ISC
Submitter: whynothugo
Maintainer: matthewq337
Last Packager: matthewq337
Votes: 3
Popularity: 0.000005
First Submitted: 2020-12-13 23:45 (UTC)
Last Updated: 2024-11-25 19:56 (UTC)

Latest Comments

« First ‹ Previous 1 2 3 Next › Last »

murlakatamenka commented on 2024-02-26 11:54 (UTC) (edited on 2024-02-27 14:46 (UTC) by murlakatamenka)

Hugo, please add shell completions too, why would you generate them otherwise? :)

https://git.sr.ht/~whynothugo/shotman#shell-completions


edit: oops, my bad, forgot to reload the shell after installation

<deleted-account> commented on 2023-08-28 10:26 (UTC)

Thanks Hugo! That's a lot cleaner.

whynothugo commented on 2023-08-28 07:51 (UTC)

Hint: you can use make to simplify the PKGBUILD. E.g.:

https://gitlab.alpinelinux.org/alpine/aports/-/commit/bbd622c53d41a1422c401c224c23adea655a9074

<deleted-account> commented on 2023-08-17 02:04 (UTC)

Can I co-maintain the package?

whynothugo commented on 2023-08-15 14:39 (UTC)

I'm not actively using this package on Arch. If somebody wants to (co)-maintain it, the help is appreciated.

afk commented on 2022-10-04 15:48 (UTC)

Updated rust using rustup fixed it! thanks

whynothugo commented on 2022-10-04 14:13 (UTC)

Oh, my build issues are due to https://github.com/Morganamilo/paru/issues/859

Building with makepkg works fine though, lemme know if you encounter issues.

whynothugo commented on 2022-10-04 14:06 (UTC)

Scrub that, building in a clean chroot is failing, but I've no idea what's wrong here.

whynothugo commented on 2022-10-04 14:00 (UTC)

What rust version are you using? io_safety has already landed on rust stable. This builds okay in a clean chroot now.

afk commented on 2022-10-04 13:16 (UTC) (edited on 2022-10-04 13:42 (UTC) by afk)

Failed to install the update, I get the following error:

shotman-0.2.0 git repo ... FAILED (the public key 1204CA9FC2FFADEEDC2961367880733B9D062837 is not trusted)
==> ERROR: One or more PGP signatures could not be verified!

Fixed it by adding the key to my key-ring and changing a line in the PKGBUILD :

validpgpkeys=('1204CA9FC2FFADEEDC2961367880733B9D062837')

But now I get a Rust error:

error[E0658]: use of unstable library feature 'io_safety'
...
Some errors have detailed explanations: E0277, E0308, E0658.
For more information about an error, try `rustc --explain E0277`.
error: could not compile `shotman` due to 15 previous errors
==> ERROR: A failure occurred in build().
    Aborting...
error: failed to build 'shotman-0.2.0-2': 
error: packages failed to build: shotman-0.2.0-2

Let me know if the full log would be usefull