Package Details: hypridle-git 0.1.1.r4.gdad6ac14-1

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)

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)

--   Package 'hyprutils', required by 'virtual:world', not found
CMake Error at /usr/share/cmake/Modules/FindPkgConfig.cmake:645 (message):
  The following required packages were not found:

   - hyprutils>=0.2.0

Call Stack (most recent call first):
  /usr/share/cmake/Modules/FindPkgConfig.cmake:873 (_pkg_check_modules_internal)
  CMakeLists.txt:34 (pkg_check_modules)

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 and

listener {
    timeout = 900
    on-timeout = hyprctl dispatch dpms off
    on-resume = hyprctl dispatch dpms on
}

works fine.

edit: Perhaps it is for the typical usage of loginctl. I don't have systemd, but I have access to loginctl via elogind. Maybe systemd should be in optdepends?

moetayuko commented on 2024-02-28 10:56 (UTC)

Need to set conflicts=('hypridle') as well