mirror of
https://codeberg.org/hako/Rosenthal.git
synced 2025-05-04 11:45:27 +00:00
rosenthal: xdg-desktop-portal-hyprland: Update to 1.3.1.
* rosenthal/packages/wm.scm (xdg-desktop-portal-hyprland): Update to 1.3.1. [build-system]: Switch to cmake-build-system. [inputs]: Add hyprlang.
This commit is contained in:
parent
a079a438da
commit
657f2055f9
@ -308,7 +308,7 @@ language used in @code{hyprland}.")
|
|||||||
(define-public xdg-desktop-portal-hyprland
|
(define-public xdg-desktop-portal-hyprland
|
||||||
(package
|
(package
|
||||||
(name "xdg-desktop-portal-hyprland")
|
(name "xdg-desktop-portal-hyprland")
|
||||||
(version "1.2.5")
|
(version "1.3.1")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
(uri (git-reference
|
(uri (git-reference
|
||||||
@ -317,8 +317,8 @@ language used in @code{hyprland}.")
|
|||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1cfrqirvpxnj6dapm8q30vx040nzg4f9g622s5pdiv684yd3z2jz"))))
|
"0fdbzxanmmzrvb9wfzg1pdsnlg7dl6v5k8bl44w10n48s7bbbzn0"))))
|
||||||
(build-system meson-build-system)
|
(build-system cmake-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
(list #:tests? #f ;No tests
|
(list #:tests? #f ;No tests
|
||||||
#:phases
|
#:phases
|
||||||
@ -338,6 +338,7 @@ language used in @code{hyprland}.")
|
|||||||
grim
|
grim
|
||||||
hyprland
|
hyprland
|
||||||
hyprland-protocols
|
hyprland-protocols
|
||||||
|
hyprlang
|
||||||
mesa
|
mesa
|
||||||
pipewire
|
pipewire
|
||||||
qtbase-5
|
qtbase-5
|
||||||
|
Loading…
Reference in New Issue
Block a user