gnu: libdbusmenu-qt: Add native input doxygen for building the documentation,
and make input qjson native. * gnu/packages/kde.scm (libdbusmenu-qt): Add native input doxygen for building the documentation. Make input qjson native, as it is needed only for the tests.master
parent
436d4d1fbb
commit
eb78797163
|
@ -22,6 +22,7 @@
|
||||||
#:use-module (guix download)
|
#:use-module (guix download)
|
||||||
#:use-module (guix build-system cmake)
|
#:use-module (guix build-system cmake)
|
||||||
#:use-module (gnu packages compression)
|
#:use-module (gnu packages compression)
|
||||||
|
#:use-module (gnu packages doxygen)
|
||||||
#:use-module (gnu packages geeqie)
|
#:use-module (gnu packages geeqie)
|
||||||
#:use-module (gnu packages glib)
|
#:use-module (gnu packages glib)
|
||||||
#:use-module (gnu packages perl)
|
#:use-module (gnu packages perl)
|
||||||
|
@ -123,14 +124,13 @@ while JSON objects are mapped to QVariantMap.")
|
||||||
"1v0ri5g9xw2z64ik0kx0ra01v8rpjn2kxprrxppkls1wvav1qv5f"))))
|
"1v0ri5g9xw2z64ik0kx0ra01v8rpjn2kxprrxppkls1wvav1qv5f"))))
|
||||||
(build-system cmake-build-system)
|
(build-system cmake-build-system)
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("pkg-config" ,pkg-config)))
|
`(("doxygen" ,doxygen) ; used for static documentation
|
||||||
|
("pkg-config" ,pkg-config)
|
||||||
|
("qjson", qjson))) ; used for the tests
|
||||||
(inputs
|
(inputs
|
||||||
`(("qjson", qjson)
|
`(("qt" ,qt-4)))
|
||||||
("qt" ,qt-4)))
|
|
||||||
(arguments
|
(arguments
|
||||||
`(#:tests? #f ; no check target
|
`(#:tests? #f)) ; no check target
|
||||||
#:configure-flags
|
|
||||||
'("-DWITH_DOC=OFF"))) ; FIXME: drop once input doxygen is available
|
|
||||||
(home-page "https://launchpad.net/libdbusmenu-qt/")
|
(home-page "https://launchpad.net/libdbusmenu-qt/")
|
||||||
(synopsis "Qt implementation of the DBusMenu protocol")
|
(synopsis "Qt implementation of the DBusMenu protocol")
|
||||||
(description "The library provides a Qt implementation of the DBusMenu
|
(description "The library provides a Qt implementation of the DBusMenu
|
||||||
|
|
Reference in New Issue