Package Details: waylogout-git r31.8470e0a-2

Git Clone URL: https://aur.archlinux.org/waylogout-git.git (read-only, click to copy)
Package Base: waylogout-git
Description: A lock/logout/suspend/reboot/poweroff dialog for Wayland.
Upstream URL: https://github.com/loserMcloser/waylogout
Licenses: MIT
Submitter: loserMcloser
Maintainer: loserMcloser
Last Packager: loserMcloser
Votes: 1
Popularity: 0.000005
First Submitted: 2021-06-03 19:31 (UTC)
Last Updated: 2024-02-24 22:09 (UTC)

Latest Comments

wsduvall commented on 2024-02-24 19:46 (UTC)

Thanks! You're correct on both of those, I missed the (make) when I was reading the deps on AUR, and I meant makedepends, too much debian brain rot. As for cmake, I got the following error:

Found CMake: NO
Run-time dependency wayland-protocols found: NO (tried pkgconfig)

BUT, it appears to succeed without cmake installed, so I think you're all good!

loserMcloser commented on 2024-02-24 19:32 (UTC) (edited on 2024-02-24 19:33 (UTC) by loserMcloser)

@ackthet

There is no such thing as build-depends, did you mean makedepends?

Added wayland and wayland-protocols to makedepends, thanks.

Dependencies ninja, meson, git, and scdoc are already in makedepends, there is no need to move them anywhere. Also, cmake is not called anywhere in the build() or package() routines so I'm not sure why that should be added to makedepends.

wsduvall commented on 2024-02-24 13:05 (UTC) (edited on 2024-02-24 13:06 (UTC) by wsduvall)

Could you please add wayland-protocols cmake to build-depends? Additionally you prob want to move ninja mason git scdocs to build-depends as well, not sure about the rest.