3
5
Fork 0
mirror of git://git.savannah.gnu.org/guix.git synced 2023-12-14 03:33:07 +01:00

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.
This commit is contained in:
Andreas Enge 2014-04-25 00:09:59 +02:00
parent 436d4d1fbb
commit eb78797163

View file

@ -22,6 +22,7 @@
#:use-module (guix download)
#:use-module (guix build-system cmake)
#:use-module (gnu packages compression)
#:use-module (gnu packages doxygen)
#:use-module (gnu packages geeqie)
#:use-module (gnu packages glib)
#:use-module (gnu packages perl)
@ -123,14 +124,13 @@ while JSON objects are mapped to QVariantMap.")
"1v0ri5g9xw2z64ik0kx0ra01v8rpjn2kxprrxppkls1wvav1qv5f"))))
(build-system cmake-build-system)
(native-inputs
`(("pkg-config" ,pkg-config)))
`(("doxygen" ,doxygen) ; used for static documentation
("pkg-config" ,pkg-config)
("qjson", qjson))) ; used for the tests
(inputs
`(("qjson", qjson)
("qt" ,qt-4)))
`(("qt" ,qt-4)))
(arguments
`(#:tests? #f ; no check target
#:configure-flags
'("-DWITH_DOC=OFF"))) ; FIXME: drop once input doxygen is available
`(#:tests? #f)) ; no check target
(home-page "https://launchpad.net/libdbusmenu-qt/")
(synopsis "Qt implementation of the DBusMenu protocol")
(description "The library provides a Qt implementation of the DBusMenu