Package Details: caffeine-applet-git r12.78706c2-1

Git Clone URL: https://aur.archlinux.org/caffeine-applet-git.git (read-only, click to copy)
Package Base: caffeine-applet-git
Description: A simple COSMIC applet that prevents your system from going idle by creating a systemd-inhibit lock session.
Upstream URL: https://github.com/codevardhan/caffeine-applet
Licenses: MIT
Submitter: yochananmarqos
Maintainer: yochananmarqos
Last Packager: yochananmarqos
Votes: 0
Popularity: 0.000000
First Submitted: 2025-02-25 17:49 (UTC)
Last Updated: 2026-01-16 17:12 (UTC)

Dependencies (4)

Required by (0)

Sources (1)

Latest Comments

EmilC commented on 2026-01-16 09:37 (UTC) (edited on 2026-01-16 09:38 (UTC) by EmilC)

Hi. I'm unable to build it.

warning: hiding a lifetime that's elided elsewhere is confusing
   --> src/window.rs:119:13
    |
119 |     fn view(&self) -> Element<Self::Message> {
    |             ^^^^^     ^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
    |             |
    |             the lifetime is elided here
    |
    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
    = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
help: use `'_` for type paths
    |
119 |     fn view(&self) -> Element<'_, Self::Message> {
    |                               +++

warning: `caffeine-applet` (bin "caffeine-applet") generated 1 warning (run `cargo fix --bin "caffeine-applet" -p caffeine-applet` to apply 1 suggestion)

if I would to checkout the pkgbuild and modify it locally to add that as a last line in the build section:

==> Starting package()...
install: cannot stat 'assets/caffeine-applet.desktop': No such file or directory
==> ERROR: A failure occurred in package().
    Aborting...

apparently assets path changed....