gnu: xdg-desktop-portal-wlr: Update to 0.4.0.
* gnu/packages/freedesktop.scm (xdg-desktop-portal-wlr): Update to 0.4.0. Signed-off-by: Ludovic Courtès <ludo@gnu.org>master
parent
7625242d74
commit
2ef71b66f3
|
@ -2381,7 +2381,7 @@ interfaces.")
|
||||||
(define-public xdg-desktop-portal-wlr
|
(define-public xdg-desktop-portal-wlr
|
||||||
(package
|
(package
|
||||||
(name "xdg-desktop-portal-wlr")
|
(name "xdg-desktop-portal-wlr")
|
||||||
(version "0.3.0")
|
(version "0.4.0")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
(uri (git-reference
|
(uri (git-reference
|
||||||
|
@ -2390,8 +2390,12 @@ interfaces.")
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"18nlkqqxgxh7k0r2nk867wnp2nmaiinl6z67lrfv7rmiym0x82p8"))))
|
"13fbzh8bjnhk4xs8j9bpc01q3hy27zpbf0gkk1fnh3hm5pnyfyiv"))))
|
||||||
(build-system meson-build-system)
|
(build-system meson-build-system)
|
||||||
|
(arguments
|
||||||
|
`(#:configure-flags
|
||||||
|
'("-Dsystemd=disabled"
|
||||||
|
"-Dsd-bus-provider=libelogind")))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("cmake" ,cmake)
|
`(("cmake" ,cmake)
|
||||||
("pkg-config" ,pkg-config)))
|
("pkg-config" ,pkg-config)))
|
||||||
|
@ -2399,6 +2403,7 @@ interfaces.")
|
||||||
`(("elogind" ,elogind)
|
`(("elogind" ,elogind)
|
||||||
("iniparser" ,iniparser)
|
("iniparser" ,iniparser)
|
||||||
("pipewire" ,pipewire-0.3)
|
("pipewire" ,pipewire-0.3)
|
||||||
|
("inih" ,libinih)
|
||||||
("wayland" ,wayland)
|
("wayland" ,wayland)
|
||||||
("wayland-protocols" ,wayland-protocols)))
|
("wayland-protocols" ,wayland-protocols)))
|
||||||
(home-page "https://github.com/emersion/xdg-desktop-portal-wlr")
|
(home-page "https://github.com/emersion/xdg-desktop-portal-wlr")
|
||||||
|
|
Reference in New Issue