gnu: kapidox: Update to 6.3.0.
* gnu/packages/kde-frameworks.scm (kapidox): Update to 6.3.0. [inputs]: Remove qtbase-5; add qtbase. [propagated-inputs]: Add python-requests. Change-Id: If0e40de101af3b66e8e1a2d4dd0bf4b9ae7d73bcmaster
parent
e2c0a0bdd7
commit
1099c670ab
|
@ -87,6 +87,7 @@
|
||||||
#:use-module (gnu packages pulseaudio)
|
#:use-module (gnu packages pulseaudio)
|
||||||
#:use-module (gnu packages python)
|
#:use-module (gnu packages python)
|
||||||
#:use-module (gnu packages python-xyz)
|
#:use-module (gnu packages python-xyz)
|
||||||
|
#:use-module (gnu packages python-web)
|
||||||
#:use-module (gnu packages qt)
|
#:use-module (gnu packages qt)
|
||||||
#:use-module (gnu packages textutils)
|
#:use-module (gnu packages textutils)
|
||||||
#:use-module (gnu packages tls)
|
#:use-module (gnu packages tls)
|
||||||
|
@ -419,7 +420,7 @@ It is the default icon theme for the KDE Plasma desktop.")
|
||||||
(define-public kapidox
|
(define-public kapidox
|
||||||
(package
|
(package
|
||||||
(name "kapidox")
|
(name "kapidox")
|
||||||
(version "5.114.0")
|
(version "6.3.0")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append
|
(uri (string-append
|
||||||
|
@ -428,7 +429,7 @@ It is the default icon theme for the KDE Plasma desktop.")
|
||||||
name "-" version ".tar.xz"))
|
name "-" version ".tar.xz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0xxw3lvipyax8r1af3ypwjj6waarbp2z9n11fjb4kvyigsypglmb"))))
|
"0knp680462dr9ib2b4dgz18659i1a33d6gmvnqh3k4mm659rrlr1"))))
|
||||||
(build-system python-build-system)
|
(build-system python-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
(list #:tests? #f ; test need network
|
(list #:tests? #f ; test need network
|
||||||
|
@ -439,9 +440,9 @@ It is the default icon theme for the KDE Plasma desktop.")
|
||||||
;; TODO: check if doxygen has to be installed, the readme does not
|
;; TODO: check if doxygen has to be installed, the readme does not
|
||||||
;; mention it. The openSuse .rpm lists doxygen, graphviz, graphviz-gd,
|
;; mention it. The openSuse .rpm lists doxygen, graphviz, graphviz-gd,
|
||||||
;; and python-xml.
|
;; and python-xml.
|
||||||
(list python python-jinja2 python-pyyaml))
|
(list python python-jinja2 python-pyyaml python-requests))
|
||||||
(inputs
|
(inputs
|
||||||
(list qtbase-5))
|
(list 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
|
||||||
|
|
Reference in New Issue