gnu: bspwm: Update to 0.9.5.

* gnu/packages/wm.scm (bspwm): Update to 0.9.5.
This commit is contained in:
Tobias Geerinckx-Rice 2018-06-19 23:12:05 +02:00
parent d6331fcaa6
commit aa0551c270
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 9 additions and 6 deletions

View File

@ -103,7 +103,7 @@ nested include statements).")
(define-public bspwm (define-public bspwm
(package (package
(name "bspwm") (name "bspwm")
(version "0.9.4") (version "0.9.5")
(source (source
(origin (origin
(file-name (string-append name "-" version ".tar.gz")) (file-name (string-append name "-" version ".tar.gz"))
@ -113,7 +113,7 @@ nested include statements).")
version ".tar.gz")) version ".tar.gz"))
(sha256 (sha256
(base32 (base32
"0yjr0vzbj3ar8qfr6gvpvjd82ay8iy1sg2fkw2swghlqiy6ix4kw")))) "10pph8wxqysgk7b2h0svs0nwacn1a4y44jnzzry32pd1ysx92d97"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(inputs (inputs
`(("libxcb" ,libxcb) `(("libxcb" ,libxcb)
@ -123,10 +123,13 @@ nested include statements).")
("xcb-util-keysyms" ,xcb-util-keysyms) ("xcb-util-keysyms" ,xcb-util-keysyms)
("xcb-util-wm" ,xcb-util-wm))) ("xcb-util-wm" ,xcb-util-wm)))
(arguments (arguments
'(#:phases (modify-phases %standard-phases (delete 'configure)) '(#:phases
#:tests? #f ; no check target (modify-phases %standard-phases
#:make-flags (list "CC=gcc" (delete 'configure)) ; no configure script
(string-append "PREFIX=" %output)))) #:tests? #f ; no check target
#:make-flags
(list "CC=gcc"
(string-append "PREFIX=" %output))))
(home-page "https://github.com/baskerville/bspwm") (home-page "https://github.com/baskerville/bspwm")
(synopsis "Tiling window manager based on binary space partitioning") (synopsis "Tiling window manager based on binary space partitioning")
(description "bspwm is a tiling window manager that represents windows as (description "bspwm is a tiling window manager that represents windows as