Search Criteria
Package Details: hyprlock-git 0.3.0.r21.g386a1e6f-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/hyprlock-git.git (read-only, click to copy) |
---|---|
Package Base: | hyprlock-git |
Description: | Hyprland's GPU-accelerated screen locking utility |
Upstream URL: | https://github.com/hyprwm/hyprlock |
Licenses: | BSD-3-Clause |
Conflicts: | hyprlock |
Provides: | hyprlock |
Submitter: | alba4k |
Maintainer: | alba4k (Vaxry) |
Last Packager: | alba4k |
Votes: | 21 |
Popularity: | 1.34 |
First Submitted: | 2024-02-19 07:46 (UTC) |
Last Updated: | 2024-10-28 08:58 (UTC) |
Dependencies (19)
- cairo (cairo-gitAUR)
- file (file-gitAUR)
- hyprlang-gitAUR
- hyprutils-gitAUR
- libdrm (libdrm-gitAUR)
- libglvnd (libglvnd-gitAUR)
- libjpeg (mozjpeg-gitAUR, libjpeg-turbo-gitAUR, mozjpegAUR, libjpeg-turbo)
- libwebp (libwebp-gitAUR)
- libxkbcommon (libxkbcommon-gitAUR)
- mesa (mesa-minimal-gitAUR, mesa-gitAUR, amdonly-gaming-mesa-gitAUR, mesa-amd-bc250AUR, mesa-wsl2-gitAUR, mesa-amber)
- pam (pam-selinuxAUR)
- pango (pango-gitAUR)
- sdbus-cpp (sdbus-cpp-nosystemd-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)
- wayland-protocols (wayland-protocols-gitAUR) (make)
- xorgproto (xorgproto-gitAUR) (make)
Required by (2)
- ml4w-hyprland (requires hyprlock)
- ml4w-hyprland-git (requires hyprlock)
Latest Comments
1 2 3 Next › Last »
dr460nf1r3 commented on 2024-07-21 18:40 (UTC)
Should probably change dep hyprutils to hyprutils>=0.2.0?
moetayuko commented on 2024-06-10 06:30 (UTC)
@alba4k I guess the error posted by @alekgr is because you forgot to regenerate
.SRCINFO
, so that paru is not aware of the update and will not pull new PKGBUILD.alba4k commented on 2024-06-09 19:29 (UTC)
Maybe still using an old PKGBUILD? This is what I get (I get the error you reported when using a PKGBUILD from yesterday)
==> Making package: hyprlock-git 0.3.0.r21.g386a1e6f-1 (Sun Jun 9 21:24:26 2024) ==> Checking runtime dependencies... ==> Missing dependencies: -> hyprutils ==> Checking buildtime dependencies... ==> ERROR: Could not resolve all dependencies.
This is what I get if I uninstall hyprutils, which is expected. Paru is unable to install it and gives the same message, I think because it's still only on the AUR (weird, I remember it being able to handle those sort of things. whatever ig)
Installing hyprutils or hyprutils-git should fix your issue
alekgr commented on 2024-06-09 18:44 (UTC)
looks like it still not building. I have cleared my cache and still having issues
Checking for modules 'wayland-client;wayland-protocols;wayland-egl;hyprlang>=0.4.0;egl;opengl;xkbcommon;libjpeg;libwebp;libmagic;cairo;pangocairo;libdrm;gbm;hyprutils>=0.1.1' -- Package 'hyprutils', required by 'virtual:world', not found CMake Error at /usr/share/cmake/Modules/FindPkgConfig.cmake:634 (message): The following required packages were not found:
hyprutils>=0.1.1
Call Stack (most recent call first): /usr/share/cmake/Modules/FindPkgConfig.cmake:862 (_pkg_check_modules_internal) CMakeLists.txt:42 (pkg_check_modules)
-- Configuring incomplete, errors occurred! ==> ERROR: A failure occurred in build(). Aborting... error: failed to build 'hyprlock-git-0.2.0.r20.g2448774d-1':
alba4k commented on 2024-06-09 16:38 (UTC)
Sorry for the delay - should now be fixed
sudoAlphaX commented on 2024-06-09 14:24 (UTC)
Please add new dependency:
CMake Error at /usr/share/cmake/Modules/FindPkgConfig.cmake:634 (message): The following required packages were not found:
raggerok commented on 2024-06-09 04:25 (UTC)
Hyprutils is a new dependency located at https://github.com/hyprwm/hyprutils
to work around this, i cloned the repo and cd into it. I then used the build command in the README file of that repo, then installed it with the following command.
sudo cmake --install build
After this I had no isues.
alekgr commented on 2024-06-08 22:37 (UTC)
looks like vaxry created a new repo hyprutils https://github.com/hyprwm/hyprutils that this package depends on, but I am not seeing this package in aur since it is so new
Detecting CXX compiler ABI info -- Detecting CXX compiler ABI info - done -- Check for working CXX compiler: /usr/bin/c++ - skipped -- Detecting CXX compile features -- Detecting CXX compile features - done -- Configuring hyprlock in Release with CMake -- Checking deps... -- Performing Test CMAKE_HAVE_LIBC_PTHREAD -- Performing Test CMAKE_HAVE_LIBC_PTHREAD - Success -- Found Threads: TRUE -- Found PkgConfig: /usr/bin/pkg-config (found version "2.1.1") -- Found OpenGL: /usr/lib/libOpenGL.so -- Checking for modules 'wayland-client;wayland-protocols;wayland-egl;hyprlang>=0.4.0;egl;opengl;xkbcommon;libjpeg;libwebp;libmagic;cairo;pangocairo;libdrm;gbm;hyprutils>=0.1.1' -- Package 'hyprutils', required by 'virtual:world', not found CMake Error at /usr/share/cmake/Modules/FindPkgConfig.cmake:634 (message): The following required packages were not found:
Call Stack (most recent call first): /usr/share/cmake/Modules/FindPkgConfig.cmake:862 (_pkg_check_modules_internal) CMakeLists.txt:42 (pkg_check_modules)
-- Configuring incomplete, errors occurred! ==> ERROR: A failure occurred in build(). Aborting... error: failed to build 'hyprlock-git-0.2.0.r20.g2448774d-1': error: packages failed to build: hyprlang-git-0.2.1.r6.d486806-1 hyprlock-git-0.2.0.r20.g2448774d-1
alba4k commented on 2024-05-13 20:32 (UTC)
why, though? it builds perfectly fine without them
kotv commented on 2024-05-13 14:57 (UTC)
@alba4k Please add
ninja
andmeson
in makedepends array1 2 3 Next › Last »