Search Criteria
Package Details: hypridle-git 0.1.5.r6.g3e30a63b-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/hypridle-git.git (read-only, click to copy) |
---|---|
Package Base: | hypridle-git |
Description: | Hyprland's idle daemon |
Upstream URL: | https://github.com/hyprwm/hypridle |
Licenses: | BSD-3-Clause |
Conflicts: | hypridle |
Provides: | hypridle |
Submitter: | alba4k |
Maintainer: | alba4k (Vaxry) |
Last Packager: | alba4k |
Votes: | 13 |
Popularity: | 0.113500 |
First Submitted: | 2024-02-17 23:30 (UTC) |
Last Updated: | 2025-02-13 19:38 (UTC) |
Dependencies (11)
- hyprlang-gitAUR
- hyprutils-gitAUR
- sdbus-cpp (sdbus-cpp-nosystemd-gitAUR)
- systemd (systemd-chromiumosAUR, systemd-fmlAUR, systemd-selinuxAUR, systemd-gitAUR)
- wayland (wayland-gitAUR, wayland-asan-gitAUR, wayland-chromiumAUR)
- cmake (cmake-gitAUR) (make)
- gcc (gcc-gitAUR, gccrs-gitAUR, gcc11AUR, gcc-snapshotAUR) (make)
- git (git-gitAUR, git-glAUR) (make)
- hyprland-protocols-gitAUR (make)
- hyprwayland-scanner-gitAUR (make)
- wayland-protocols (wayland-protocols-gitAUR) (make)
Required by (5)
- ags-hyprpanel-git (requires hypridle) (optional)
- hyprland-meta-git
- ml4w-hyprland (requires hypridle)
- ml4w-hyprland-git (requires hypridle)
- scrntime-git (requires hypridle) (optional)
Latest Comments
imnotpolar commented on 2025-02-14 01:25 (UTC)
had the same issue for days here, i was wondering if it was just me, it would reinstall after building, it's fixed now, thanks alba4k!
alba4k commented on 2025-02-13 19:40 (UTC)
is it fixed now? updated pkgver srcinfo and pushed
ding4 commented on 2025-02-13 17:53 (UTC)
I have the same problem as Gonzo2028. yay or paru always show an update for hypridle-git. I've tried a clean build and have tried completely removing and reinstalling to no improvement.
Gonzo2028 commented on 2025-02-12 10:13 (UTC)
something is wrong here, paru wants to update this package always. it detects it as "updat" and then it says "reinstalling".
cachyos.
alerque commented on 2024-10-23 09:08 (UTC)
This needs
depends=("sdbus-cpp>=2.0.0" libsdbus-c++.so)
, see https://github.com/hyprwm/hypridle/issues/95#issuecomment-2431400642.musta_ruhtinas commented on 2024-07-25 09:51 (UTC) (edited on 2024-07-25 09:52 (UTC) by musta_ruhtinas)
Seems adding hyprutils as a dep is now needed for most hypr packages.
deron commented on 2024-07-11 04:02 (UTC)
@alba4k, thanks for the info. That makes sense. Probably isn't a big deal either way, then. Knowing why it is there is nice, though.
alba4k commented on 2024-07-11 03:30 (UTC)
It is because the PKGBUILD is installing a service in /usr/lib/systemd/user. It's just a file that allows you to start hypridle at login. I suppose I could make it an optional dependency, not sure if that would mame sense as the service file would probably be installed regardless. I need sole feedback on this I think.
Remember tho that aur packages will usually assume people are running Arch, not Artix.
deron commented on 2024-07-10 12:48 (UTC) (edited on 2024-07-10 14:12 (UTC) by deron)
Is
systemd
necessarily required? I built without it andworks fine.
edit: Perhaps it is for the typical usage of
loginctl
. I don't havesystemd
, but I have access tologinctl
viaelogind
. Maybesystemd
should be inoptdepends
?moetayuko commented on 2024-02-28 10:56 (UTC)
Need to set
conflicts=('hypridle')
as well