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: | 2 |
| Popularity: | 0.005033 |
| 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, gdk-pixbuf2-noglycinAUR)
- libxkbcommon (libxkbcommon-gitAUR)
- otf-font-awesome
- git (git-gitAUR, git-glAUR) (make)
- meson (meson-gitAUR) (make)
- ninja (ninja-kitwareAUR, ninja-fuchsia-gitAUR, ninja-gitAUR, ninja-memAUR, ninja-noemacs-gitAUR) (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
waylandandwayland-protocolstomakedepends, thanks.Dependencies
ninja,meson,git, andscdocare already inmakedepends, there is no need to move them anywhere. Also,cmakeis 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 cmaketo build-depends? Additionally you prob want to moveninja mason git scdocsto build-depends as well, not sure about the rest.