Ah, I'd never have guessed that me setting the default toolchain to nightly caused this issue. I can confirm that it works now, thank you very much!
Search Criteria
Package Details: wleave-git 0.5.1.r4.geae0643-3
Package Actions
Git Clone URL: | https://aur.archlinux.org/wleave-git.git (read-only, click to copy) |
---|---|
Package Base: | wleave-git |
Description: | A Wayland-native logout menu, fork of Wlogout |
Upstream URL: | https://github.com/AMNatty/wleave |
Licenses: | MIT |
Submitter: | Natty4 |
Maintainer: | Natty4 |
Last Packager: | Natty4 |
Votes: | 6 |
Popularity: | 0.002893 |
First Submitted: | 2023-02-22 18:32 (UTC) |
Last Updated: | 2025-02-20 16:27 (UTC) |
Dependencies (7)
- gtk4 (gtk4-paper-planeAUR, gtk4-gitAUR)
- gtk4-layer-shell
- cargo (rustup-gitAUR, rust-nightly-binAUR, rust-gitAUR, rust-beta-binAUR, rustup-stubAUR, rust, rustup) (make)
- git (git-gitAUR, git-glAUR) (make)
- scdoc (scdoc-gitAUR) (make)
- swaylock (swaylock-effects-improved-gitAUR, swaylock-gitAUR, swaylock-effectsAUR, swaylock-no-passwordAUR, swaylock-fprintd-gitAUR, swaylock-effects-gitAUR, swaylock-dpms-gitAUR, swaylock-clockAUR) (optional) – default buttons
- systemd (systemd-chromiumosAUR, systemd-fmlAUR, systemd-gitAUR, systemd-selinuxAUR) (optional) – default buttons
Required by (0)
Sources (1)
anlumo commented on 2025-02-21 07:50 (UTC)
Natty4 commented on 2025-02-20 16:27 (UTC)
@anlumo Ah, I think the PKGBUILD is slightly wrong, and dependency fetching likely fails if the default toolchain is not set to stable. Fixed, thanks
anlumo commented on 2025-02-19 18:00 (UTC)
I'm getting the following error when installing this AUR:
==> Making package: wleave-git 0.5.1.r4.geae0643-2 (Wed 19 Feb 2025 06:52:26 PM CET)
==> Checking runtime dependencies...
==> Checking buildtime dependencies...
==> Retrieving sources...
-> Updating wleave-git git repo...
==> Validating source files with sha1sums...
wleave-git ... Skipped
==> Verifying source file signatures with gpg...
wleave-git git repo ... Passed
==> Removing existing $srcdir/ directory...
==> Extracting sources...
-> Creating working copy of wleave-git git repo...
Cloning into 'wleave-git'...
done.
==> Starting prepare()...
==> Starting pkgver()...
==> Sources are ready.
==> Making package: wleave-git 0.5.1.r4.geae0643-2 (Wed 19 Feb 2025 06:52:28 PM CET)
==> Checking runtime dependencies...
==> Checking buildtime dependencies...
==> WARNING: Using existing $srcdir/ tree
==> Starting pkgver()...
==> Removing existing $pkgdir/ directory...
==> Starting build()...
cargo build --frozen --release --all-features
Updating crates.io index
error: failed to get `glib-macros` as a dependency of package `wleave v0.5.2 (/home/anlumo/.cache/yay/wleave-git/src/wleave-git)`
Caused by:
attempting to make an HTTP request, but --frozen was specified
make: *** [Makefile:2: target/release/wleave] Error 101
==> ERROR: A failure occurred in build().
Aborting...
-> error making: wleave-git-exit status 4
-> Failed to install the following packages. Manual intervention is required:
wleave-git - exit status 4
Natty4 commented on 2024-05-08 09:55 (UTC)
@omnigenous That does not sound like a problem with the package, please check your DNS and GPG keyring setup
omnigenous commented on 2024-05-08 00:04 (UTC)
@Natty4 I'm getting an error, even when importing gpg key manually
gpg: keyserver receive failed: Server indicated a failure
Natty4 commented on 2024-02-18 00:48 (UTC)
@botiapa For signature verification to work, import the GPG key used to sign the commits:
gpg --recv-keys --keyserver hkps://keyserver.ubuntu.com 4F9434A2EAC21BEC148F3656BF6CB659ADEE60EC
or alternatively, use makepkg
with the --skippgpcheck
option to skip verification entirely
botiapa commented on 2024-02-17 11:38 (UTC)
Please fix the PGP signature. It's still an issue.
JKMooney commented on 2024-02-03 13:35 (UTC)
That's interesting, it will look in .config/wleave for config files first but, if it doesn't find any, it will look in .config/wlogout. I'll try dropping it into my hyprland setup and running with it for a bit.
Natty4 commented on 2024-02-03 02:56 (UTC)
@JKMooney Fixed, thanks for notifying
JKMooney commented on 2024-02-03 01:12 (UTC)
Tried to install to give it a look but PGP signature could not be verified.
Pinned Comments
Natty4 commented on 2024-02-18 00:48 (UTC)
@botiapa For signature verification to work, import the GPG key used to sign the commits:
or alternatively, use
makepkg
with the--skippgpcheck
option to skip verification entirely