me
/
guix
Archived
1
0
Fork 0

gnu: sway: Update to 1.5.1.

* gnu/packages/wm.scm (sway): Update to 1.5.1.
[native-inputs]: Remove LIBCAP.
master
Marius Bakke 2020-11-19 23:54:59 +01:00
parent f5fb52f147
commit 7fc378aa7b
No known key found for this signature in database
GPG Key ID: A2A06DF2A33A54FA
1 changed files with 9 additions and 11 deletions

View File

@ -1391,9 +1391,7 @@ modules for building a Wayland compositor.")
(define-public sway (define-public sway
(package (package
(name "sway") (name "sway")
;; XXX When updating, check whether grim-revert-output-rotation.patch can (version "1.5.1")
;; be dropped from the grim package.
(version "1.4")
(source (source
(origin (origin
(method git-fetch) (method git-fetch)
@ -1402,7 +1400,7 @@ modules for building a Wayland compositor.")
(commit version))) (commit version)))
(file-name (git-file-name name version)) (file-name (git-file-name name version))
(sha256 (sha256
(base32 "11qf89y3q92g696a6f4d23qb44gqixg6qxq740vwv2jw59ms34ja")))) (base32 "1xsa3h8zhf29p0mi90baxpr76jkd9pd1gr97ky8cnjbcs4isj9j0"))))
(build-system meson-build-system) (build-system meson-build-system)
(arguments (arguments
`(#:phases `(#:phases
@ -1431,16 +1429,16 @@ modules for building a Wayland compositor.")
("swaybg" ,swaybg) ("swaybg" ,swaybg)
("wayland" ,wayland) ("wayland" ,wayland)
("wlroots" ,wlroots))) ("wlroots" ,wlroots)))
(native-inputs `(("libcap" ,libcap) (native-inputs
("linux-pam" ,linux-pam) `(("linux-pam" ,linux-pam)
("mesa" ,mesa) ("mesa" ,mesa)
("pkg-config" ,pkg-config) ("pkg-config" ,pkg-config)
("scdoc" ,scdoc) ("scdoc" ,scdoc)
("wayland-protocols" ,wayland-protocols))) ("wayland-protocols" ,wayland-protocols)))
(home-page "https://github.com/swaywm/sway") (home-page "https://github.com/swaywm/sway")
(synopsis "Wayland compositor compatible with i3") (synopsis "Wayland compositor compatible with i3")
(description "Sway is a i3-compatible Wayland compositor.") (description "Sway is a i3-compatible Wayland compositor.")
(license license:expat))) ; MIT license (license license:expat)))
(define-public swayidle (define-public swayidle
(package (package