gnu: fnott: Update to 1.6.0.
* gnu/packages/wm.scm (fnott): Update to 1.6.0. [arguments]<#:phases>: Patch dbus service file install directory. Change-Id: I0a64c93b0e1ed43f101cb5a77ecfce5025a2b4b0 Signed-off-by: Zheng Junjie <zhengjunjie@iscas.ac.cn>master
parent
327a1f0779
commit
9523b968d5
|
@ -1154,7 +1154,7 @@ the XDG Autostart specification.")
|
||||||
(define-public fnott
|
(define-public fnott
|
||||||
(package
|
(package
|
||||||
(name "fnott")
|
(name "fnott")
|
||||||
(version "1.4.1")
|
(version "1.6.0")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
(uri (git-reference
|
(uri (git-reference
|
||||||
|
@ -1163,9 +1163,15 @@ the XDG Autostart specification.")
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0fmjvmsm2ikcmdzrf6xwyq6vxb9p1dd3bhvz3bvi7q7rb2g8h8pi"))))
|
"04g1d0app9lpvzq3gxs7qjkd9zgbrmlvfy2n3h464r46j0wpgsx2"))))
|
||||||
(build-system meson-build-system)
|
(build-system meson-build-system)
|
||||||
(arguments `(#:build-type "release"))
|
(arguments `(#:build-type "release"
|
||||||
|
#:phases
|
||||||
|
(modify-phases %standard-phases
|
||||||
|
(add-after 'unpack 'patch-dbus-install-dir
|
||||||
|
(lambda _
|
||||||
|
(substitute* "dbus/meson.build"
|
||||||
|
(("^.*pkgconfig.*$") "")))))))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list pkg-config
|
(list pkg-config
|
||||||
wayland-protocols
|
wayland-protocols
|
||||||
|
|
Reference in New Issue