gnu: cagebreak: Update to 1.8.3.
* gnu/packages/wm.scm (cagebreak): Update to 1.8.3. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
This commit is contained in:
parent
3cac14391b
commit
b2fab0724d
@ -2491,7 +2491,7 @@ shows a notification for the user on the screen.")
|
|||||||
(define-public cagebreak
|
(define-public cagebreak
|
||||||
(package
|
(package
|
||||||
(name "cagebreak")
|
(name "cagebreak")
|
||||||
(version "1.8.0")
|
(version "1.8.3")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
(uri (git-reference
|
(uri (git-reference
|
||||||
@ -2500,13 +2500,18 @@ shows a notification for the user on the screen.")
|
|||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0296mnzk7qd0zvnhw716jvpp7madjsar373ixx4qcff0m0jwfrxm"))))
|
"0vm97ak0589v39m3fljf1qhy92dqgiqcrrfp757gg7q58qwa6dkf"))))
|
||||||
(build-system meson-build-system)
|
(build-system meson-build-system)
|
||||||
(arguments '(#:configure-flags '("-Dxwayland=true")))
|
(arguments
|
||||||
(native-inputs
|
`(#:configure-flags '("-Dxwayland=true")
|
||||||
(list pandoc pkg-config))
|
#:phases
|
||||||
(inputs
|
(modify-phases %standard-phases
|
||||||
(list libevdev pango wlroots))
|
(add-after 'unpack 'fix-data-dir
|
||||||
|
(lambda* (#:key outputs #:allow-other-keys)
|
||||||
|
(substitute* "meson.build"
|
||||||
|
(("/etc/") (string-append (assoc-ref outputs "out") "/etc"))))))))
|
||||||
|
(native-inputs (list pandoc pkg-config))
|
||||||
|
(inputs (list libevdev pango wlroots))
|
||||||
(home-page "https://github.com/project-repo/cagebreak")
|
(home-page "https://github.com/project-repo/cagebreak")
|
||||||
(synopsis "Tiling wayland compositor inspired by ratpoison")
|
(synopsis "Tiling wayland compositor inspired by ratpoison")
|
||||||
(description
|
(description
|
||||||
|
Loading…
x
Reference in New Issue
Block a user