gnu: libqtxdg: Update to 3.3.1.
* gnu/packages/lxqt.scm (libqtxdg): Update to 3.3.1. [native-inputs]: Add lxqt-build-tools. Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
This commit is contained in:
parent
5b7a354d72
commit
c1105c4bcf
|
@ -157,7 +157,7 @@ itself as well as other components maintained by the LXQt project.")
|
||||||
(define-public libqtxdg
|
(define-public libqtxdg
|
||||||
(package
|
(package
|
||||||
(name "libqtxdg")
|
(name "libqtxdg")
|
||||||
(version "3.2.0")
|
(version "3.3.1")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
|
@ -165,7 +165,7 @@ itself as well as other components maintained by the LXQt project.")
|
||||||
"https://github.com/lxqt/libqtxdg/releases/download/"
|
"https://github.com/lxqt/libqtxdg/releases/download/"
|
||||||
version "/libqtxdg-" version ".tar.xz"))
|
version "/libqtxdg-" version ".tar.xz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "0lq548pa69hfvnbj2ypba5ygm8n6v6g7bqqm8p5g538l1l3394cl"))))
|
(base32 "1mnnq8vbf5xjlrzajzfkay0yzzxri0zz0xi8x8rmxpw38xmglq8h"))))
|
||||||
(build-system cmake-build-system)
|
(build-system cmake-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
'(#:configure-flags
|
'(#:configure-flags
|
||||||
|
@ -182,6 +182,8 @@ itself as well as other components maintained by the LXQt project.")
|
||||||
;; required by Qt5XdgIconLoader.pc
|
;; required by Qt5XdgIconLoader.pc
|
||||||
`(("qtbase" ,qtbase)
|
`(("qtbase" ,qtbase)
|
||||||
("qtsvg" ,qtsvg)))
|
("qtsvg" ,qtsvg)))
|
||||||
|
(native-inputs
|
||||||
|
`(("lxqt-build-tools" ,lxqt-build-tools)))
|
||||||
(home-page "https://github.com/lxqt/libqtxdg")
|
(home-page "https://github.com/lxqt/libqtxdg")
|
||||||
(synopsis "Qt implementation of freedesktop.org xdg specifications")
|
(synopsis "Qt implementation of freedesktop.org xdg specifications")
|
||||||
(description "Libqtxdg implements the freedesktop.org xdg specifications
|
(description "Libqtxdg implements the freedesktop.org xdg specifications
|
||||||
|
|
Loading…
Reference in New Issue