mirror of
https://codeberg.org/hako/Rosenthal.git
synced 2025-04-17 03:24:31 +00:00
rosenthal: Add cairo-for-hyprland.
* rosenthal/packages/wm.scm (cairo-for-hyprland): New variable.
This commit is contained in:
parent
af9372339a
commit
f0c3bba1ec
@ -32,6 +32,26 @@
|
|||||||
#:use-module (gnu packages xdisorg)
|
#:use-module (gnu packages xdisorg)
|
||||||
#:use-module (rosenthal packages freedesktop))
|
#:use-module (rosenthal packages freedesktop))
|
||||||
|
|
||||||
|
(define cairo-for-hyprland
|
||||||
|
(package
|
||||||
|
(inherit cairo)
|
||||||
|
(name "cairo")
|
||||||
|
(version "1.18.0")
|
||||||
|
(source (origin
|
||||||
|
(method url-fetch)
|
||||||
|
(uri (string-append "https://cairographics.org/releases/cairo-"
|
||||||
|
version ".tar.xz"))
|
||||||
|
(sha256
|
||||||
|
(base32
|
||||||
|
"0r0by563s75xyzz0d0j1nmjqmdrk2x9agk7r57p3v8vqp4v0ffi4"))))
|
||||||
|
(build-system meson-build-system)
|
||||||
|
(arguments
|
||||||
|
(list #:tests? #f
|
||||||
|
#:glib-or-gtk? #t
|
||||||
|
#:configure-flags
|
||||||
|
#~(list "-Dspectre=disabled")))
|
||||||
|
(outputs '("out"))))
|
||||||
|
|
||||||
(define hwdata-for-hyprland
|
(define hwdata-for-hyprland
|
||||||
(package
|
(package
|
||||||
(inherit hwdata)
|
(inherit hwdata)
|
||||||
|
Loading…
Reference in New Issue
Block a user