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

To reply to this bug, email your comments to 76737 AT debbugs.gnu.org.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to guix-patches <at> gnu.org:
bug#76737; Package guix-patches. (Tue, 04 Mar 2025 10:31:02 GMT) Full text and rfc822 format available.

Acknowledgement sent to Josep Bigorra <jjbigorra <at> gmail.com>:
New bug report received and forwarded. Copy sent to guix-patches <at> gnu.org. (Tue, 04 Mar 2025 10:31:02 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: Josep Bigorra <jjbigorra <at> gmail.com>
To: guix-patches <at> gnu.org
Subject: 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 6 days ago.

Previous Next


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