gnu: kapidox: Update to 5.27.0.

* gnu/packages/kde-frameworks.scm (kapidox): Update to 5.27.0 and fix
  indentation.
master
David Craven 2016-10-29 18:48:28 +02:00
parent 02dc8847c8
commit 8fea1a2378
No known key found for this signature in database
GPG Key ID: C5E051C79C0BECDB
1 changed files with 10 additions and 11 deletions

View File

@ -284,16 +284,16 @@ It is the default icon theme for the KDE Plasma 5 desktop.")
(define-public kapidox (define-public kapidox
(package (package
(name "kapidox") (name "kapidox")
(version "5.24.0") (version "5.27.0")
(source (source (origin
(origin (method url-fetch)
(method url-fetch) (uri (string-append
(uri (string-append "mirror://kde/stable/frameworks/" "mirror://kde/stable/frameworks/"
(version-major+minor version) "/" (version-major+minor version) "/"
name "-" version ".tar.xz")) name "-" version ".tar.xz"))
(sha256 (sha256
(base32 (base32
"19a7alvn71nxflsyi7y3hghx1iw04qqc77qy54mcxcpkiyvpsggf")))) "193m0qpcqdkspdcwc8cwabjjcqyd9d0m5kl53mycyiv1m220x11l"))))
(build-system cmake-build-system) (build-system cmake-build-system)
(arguments (arguments
`(#:tests? #f)) ; has no test target `(#:tests? #f)) ; has no test target
@ -311,7 +311,6 @@ It is the default icon theme for the KDE Plasma 5 desktop.")
`(("qtbase" ,qtbase))) `(("qtbase" ,qtbase)))
(home-page "https://community.kde.org/Frameworks") (home-page "https://community.kde.org/Frameworks")
(synopsis "KDE Doxygen Tools") (synopsis "KDE Doxygen Tools")
(description "This framework contains scripts and data for building API (description "This framework contains scripts and data for building API
documentation (dox) in a standard format and style for KDE. documentation (dox) in a standard format and style for KDE.