Search Criteria
Package Details: hypridle-git 0.1.1.r4.gdad6ac14-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.34 |
First Submitted: | 2024-02-17 23:30 (UTC) |
Last Updated: | 2024-12-23 12:37 (UTC) |
Dependencies (9)
- hyprlang-gitAUR
- hyprutils-gitAUR
- sdbus-cpp (sdbus-cpp-nosystemd-gitAUR)
- systemd (systemd-chromiumosAUR, systemd-selinuxAUR, systemd-gitAUR, systemd-fmlAUR)
- wayland (wayland-gitAUR, wayland-asan-gitAUR, wayland-chromiumAUR)
- wayland-protocols (wayland-protocols-gitAUR)
- cmake (cmake-gitAUR) (make)
- gcc (gcc-gitAUR, gccrs-gitAUR, gcc11AUR, gcc-snapshotAUR) (make)
- git (git-gitAUR, git-glAUR) (make)
Required by (4)
- ags-hyprpanel-git (requires hypridle) (optional)
- hyprland-meta-git
- ml4w-hyprland (requires hypridle)
- ml4w-hyprland-git (requires hypridle)
Latest Comments
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