~ruther/guix-local

7a6406d3acaf5c075d74580f50b5fe026aa535a0 — Murilo 1 year, 2 months ago 653a35f
gnu: hyprcursor: Update to 0.1.11.

* gnu/packages/xdisorg.scm (hyprcursor): Update to 0.1.11.
[native-inputs]: Remove gcc-13; add gcc-14.

Change-Id: I576a2ddf2ab97176500187bb84f63240f1b8f5fa
Signed-off-by: John Kehayias <john.kehayias@protonmail.com>
1 files changed, 3 insertions(+), 3 deletions(-)

M gnu/packages/xdisorg.scm
M gnu/packages/xdisorg.scm => gnu/packages/xdisorg.scm +3 -3
@@ 3686,7 3686,7 @@ This package is the fork of hsetroot by Hyriand.")
(define-public hyprcursor
  (package
    (name "hyprcursor")
    (version "0.1.10")
    (version "0.1.11")
    (source (origin
              (method git-fetch)
              (uri (git-reference


@@ 3695,10 3695,10 @@ This package is the fork of hsetroot by Hyriand.")
              (file-name (git-file-name name version))
              (sha256
               (base32
                "1rdn03ln7pqcwp8h4nmi7nc489q8y25dd3v4paq8ykvwzhvs3a1n"))))
                "0k050802bpgdn1hnrfgadxs54hx0zak3y3jzbjnsb69i6ayydr1c"))))
    (build-system cmake-build-system)
    (arguments (list #:tests? #f))      ;TODO: No themes currently packaged.
    (native-inputs (list gcc-13 pkg-config))
    (native-inputs (list gcc-14 pkg-config))
    (inputs (list cairo hyprlang (librsvg-for-system) libzip tomlplusplus))
    (home-page "https://standards.hyprland.org/hyprcursor/")
    (synopsis "Cursor theme format")