me
/
guix
Archived
1
0
Fork 0

gnu: libqtxdg: Update to 3.4.0.

* gnu/packages/lxqt.scm (libqtxdg): Update to 3.4.0.
[propagated-inputs]: Add glib.
[inputs]: Add pkg-config.
master
Tobias Geerinckx-Rice 2019-11-02 22:34:45 +01:00
parent 7b25f8a45c
commit 4a7f132240
No known key found for this signature in database
GPG Key ID: D889B0F018C5493C
1 changed files with 6 additions and 4 deletions

View File

@ -158,7 +158,7 @@ itself as well as other components maintained by the LXQt project.")
(define-public libqtxdg
(package
(name "libqtxdg")
(version "3.3.1")
(version "3.4.0")
(source
(origin
(method url-fetch)
@ -166,7 +166,7 @@ itself as well as other components maintained by the LXQt project.")
"https://github.com/lxqt/libqtxdg/releases/download/"
version "/libqtxdg-" version ".tar.xz"))
(sha256
(base32 "1mnnq8vbf5xjlrzajzfkay0yzzxri0zz0xi8x8rmxpw38xmglq8h"))))
(base32 "0vmn59653dmy79mnbnibhdq9jmh11091zkfx0y0qh58rj2xvpdbv"))))
(build-system cmake-build-system)
(arguments
'(#:configure-flags
@ -181,10 +181,12 @@ itself as well as other components maintained by the LXQt project.")
#t)))))
(propagated-inputs
;; required by Qt5XdgIconLoader.pc
`(("qtbase" ,qtbase)
`(("glib" ,glib)
("qtbase" ,qtbase)
("qtsvg" ,qtsvg)))
(native-inputs
`(("lxqt-build-tools" ,lxqt-build-tools)))
`(("lxqt-build-tools" ,lxqt-build-tools)
("pkg-config" ,pkg-config)))
(home-page "https://github.com/lxqt/libqtxdg")
(synopsis "Qt implementation of freedesktop.org xdg specifications")
(description "Libqtxdg implements the freedesktop.org xdg specifications