1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-05-28 03:51:53 +02:00

gnu: hyprcursor: Update to 0.1.13.

* gnu/packages/xdisorg.scm (hyprcursor): Update to 0.1.13.
[native-inputs]: Change gcc-14 to gcc-15.

Change-Id: I8a2da422b3bb2fd55841102e6baefce78e134388
Signed-off-by: John Kehayias <john.kehayias@protonmail.com>
This commit is contained in:
Murilo
2025-08-23 10:52:42 -03:00
committed by John Kehayias
parent ec0684777e
commit 9b7b6dfed2
+3 -3
View File
@@ -3876,7 +3876,7 @@ This package is the fork of hsetroot by Hyriand.")
(define-public hyprcursor
(package
(name "hyprcursor")
(version "0.1.12")
(version "0.1.13")
(source (origin
(method git-fetch)
(uri (git-reference
@@ -3885,10 +3885,10 @@ This package is the fork of hsetroot by Hyriand.")
(file-name (git-file-name name version))
(sha256
(base32
"1blclwsk0p0990pk1ac9kvnlpafb6kh2knimb8bm25hqpr0xxy92"))))
"08vqkyfws2v4w0631xij4qbnncmci3vs0iyw0373zvsqy1nrm2ll"))))
(build-system cmake-build-system)
(arguments (list #:tests? #f)) ;TODO: No themes currently packaged.
(native-inputs (list gcc-14 pkg-config))
(native-inputs (list gcc-15 pkg-config))
(inputs (list cairo hyprlang (librsvg-for-system) libzip tomlplusplus))
(home-page "https://standards.hyprland.org/hyprcursor/")
(synopsis "Cursor theme format")