GNU bug report logs - #76737
Hyprlock addition

Previous Next

Package: guix-patches;

Reported by: Josep Bigorra <jjbigorra <at> gmail.com>

Date: Tue, 4 Mar 2025 10:31:01 UTC

Severity: normal

Full log


View this message in rfc822 format

From: Josep Bigorra <jjbigorra <at> gmail.com>
To: 76737 <at> debbugs.gnu.org
Subject: [bug#76737] Hyprlock addition
Date: Tue, 4 Mar 2025 11:30:18 +0100
I got hyprlock building nice in Guix, care to check and upstream?
Thanks in advance!

```

(define-public hyprlock
  (package
    (name "hyprlock")
    (version "0.7.0")
    (source
     (origin
       (method git-fetch)
       (uri (git-reference
             (url "https://github.com/hyprwm/hyprlock")
             (commit (string-append "v" version))))
       (file-name (git-file-name name version))
       (sha256
        (base32 "03ivr5nsjwiwvpdxpjnldwawy8sx8qgwhs57242xkb0zz0w0gvsk"))))
    (build-system cmake-build-system)
    (arguments
     (list
      #:tests? #f
      #:cmake cmake-3.30)) ;No tests.
    (native-inputs (list gcc-14 pkg-config))
    (inputs (list hyprlang
                  hyprutils
                  hyprgraphics
                  sdbus-c++
                  wayland
                  wayland-protocols
                  mesa
                  libwebp
                  libjpeg
                  libxkbcommon
                  hyprwayland-scanner
                  egl-wayland
                  cairo
                  linux-pam
                  pango))
    (home-page "https://github.com/hyprwm/hyprlock")
    (synopsis "Hyprland's lock screen")
    (description
     "Hyprland's simple, yet multi-threaded and GPU-accelerated screen
locking utility.")
    (license license:bsd-3)))

```




This bug report was last modified 164 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.