mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: hyprgraphics: Update to 0.1.5.
* gnu/packages/cpp.scm (hyprgraphics): Update to 0.1.5. [native-inputs]: Change gcc-14 to gcc-15. [home-page]: Update to new URL. Signed-off-by: John Kehayias <john.kehayias@protonmail.com>
This commit is contained in:
parent
fd853833ef
commit
fe4a3050c0
1 changed files with 4 additions and 4 deletions
|
@ -911,7 +911,7 @@ library for SIMD (Single Instruction, Multiple Data) with runtime dispatch.")
|
||||||
(define-public hyprgraphics
|
(define-public hyprgraphics
|
||||||
(package
|
(package
|
||||||
(name "hyprgraphics")
|
(name "hyprgraphics")
|
||||||
(version "0.1.3")
|
(version "0.1.5")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
(uri (git-reference
|
(uri (git-reference
|
||||||
|
@ -922,9 +922,9 @@ library for SIMD (Single Instruction, Multiple Data) with runtime dispatch.")
|
||||||
(snippet #~(substitute* "CMakeLists.txt" (("libjxl_cms") "")))
|
(snippet #~(substitute* "CMakeLists.txt" (("libjxl_cms") "")))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"14yfb8vl1bbldlv12cg3dhd6z9bdaxvlz7kx671dqpi9m8j3kd56"))))
|
"0q7bpywn8ljsj3dymvv19cm7n0r51vg5hj1jsapdl5bwpwf7bf41"))))
|
||||||
(build-system cmake-build-system)
|
(build-system cmake-build-system)
|
||||||
(native-inputs (list gcc-14 pkg-config))
|
(native-inputs (list gcc-15 pkg-config))
|
||||||
(arguments (list #:cmake cmake-next))
|
(arguments (list #:cmake cmake-next))
|
||||||
(inputs (list cairo
|
(inputs (list cairo
|
||||||
hyprutils
|
hyprutils
|
||||||
|
@ -933,7 +933,7 @@ library for SIMD (Single Instruction, Multiple Data) with runtime dispatch.")
|
||||||
libwebp
|
libwebp
|
||||||
pixman
|
pixman
|
||||||
spng))
|
spng))
|
||||||
(home-page "https://wiki.hyprland.org/Hypr-Ecosystem/hyprgraphics/")
|
(home-page "https://wiki.hypr.land/Hypr-Ecosystem/hyprgraphics/")
|
||||||
(synopsis "Hyprland graphics/resource utilities")
|
(synopsis "Hyprland graphics/resource utilities")
|
||||||
(description
|
(description
|
||||||
"Hyprgraphics is a small C++ library with graphics/resource related
|
"Hyprgraphics is a small C++ library with graphics/resource related
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue