Search Criteria
Package Details: waylogout-git r31.8470e0a-2
Package Actions
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.000000 |
First Submitted: | 2021-06-03 19:31 (UTC) |
Last Updated: | 2024-02-24 22:09 (UTC) |
Dependencies (10)
- cairo (cairo-gitAUR)
- gdk-pixbuf2 (gdk-pixbuf2-gitAUR)
- libxkbcommon (libxkbcommon-gitAUR)
- otf-font-awesome
- git (git-gitAUR, git-glAUR) (make)
- meson (meson-gitAUR) (make)
- ninja (ninja-kitwareAUR, ninja-memAUR, ninja-fuchsia-gitAUR, ninja-gitAUR, ninja-jobserverAUR) (make)
- scdoc (scdoc-gitAUR) (make)
- wayland (wayland-gitAUR, wayland-asan-gitAUR, wayland-chromiumAUR) (make)
- wayland-protocols (wayland-protocols-gitAUR) (make)
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:
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 meanmakedepends
?Added
wayland
andwayland-protocols
tomakedepends
, thanks.Dependencies
ninja
,meson
,git
, andscdoc
are already inmakedepends
, there is no need to move them anywhere. Also,cmake
is not called anywhere in thebuild()
orpackage()
routines so I'm not sure why that should be added tomakedepends
.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 moveninja mason git scdocs
to build-depends as well, not sure about the rest.