me
/
guix
Archived
1
0
Fork 0

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
Andreas Enge 2014-04-25 00:09:59 +02:00
parent 436d4d1fbb
commit eb78797163
1 changed files with 6 additions and 6 deletions

View File

@ -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