[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
317/458: gnu: kapidox: Update to 6.3.0.
From: |
guix-commits |
Subject: |
317/458: gnu: kapidox: Update to 6.3.0. |
Date: |
Mon, 15 Jul 2024 08:01:05 -0400 (EDT) |
z572 pushed a commit to branch kde-team
in repository guix.
commit 39562ce50daf8c74e92c62e434038cbbf99778bb
Author: Zheng Junjie <zhengjunjie@iscas.ac.cn>
AuthorDate: Mon Jul 8 11:42:26 2024 +0800
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: If0e40de101af3b66e8e1a2d4dd0bf4b9ae7d73bc
---
gnu/packages/kde-frameworks.scm | 9 +++++----
1 file changed, 5 insertions(+), 4 deletions(-)
diff --git a/gnu/packages/kde-frameworks.scm b/gnu/packages/kde-frameworks.scm
index 26a9c50344..fe5bbf9032 100644
--- a/gnu/packages/kde-frameworks.scm
+++ b/gnu/packages/kde-frameworks.scm
@@ -87,6 +87,7 @@
#:use-module (gnu packages pulseaudio)
#:use-module (gnu packages python)
#:use-module (gnu packages python-xyz)
+ #:use-module (gnu packages python-web)
#:use-module (gnu packages qt)
#:use-module (gnu packages textutils)
#:use-module (gnu packages tls)
@@ -419,7 +420,7 @@ It is the default icon theme for the KDE Plasma desktop.")
(define-public kapidox
(package
(name "kapidox")
- (version "5.114.0")
+ (version "6.3.0")
(source (origin
(method url-fetch)
(uri (string-append
@@ -428,7 +429,7 @@ It is the default icon theme for the KDE Plasma desktop.")
name "-" version ".tar.xz"))
(sha256
(base32
- "0xxw3lvipyax8r1af3ypwjj6waarbp2z9n11fjb4kvyigsypglmb"))))
+ "0knp680462dr9ib2b4dgz18659i1a33d6gmvnqh3k4mm659rrlr1"))))
(build-system python-build-system)
(arguments
(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
;; mention it. The openSuse .rpm lists doxygen, graphviz, graphviz-gd,
;; and python-xml.
- (list python python-jinja2 python-pyyaml))
+ (list python python-jinja2 python-pyyaml python-requests))
(inputs
- (list qtbase-5))
+ (list qtbase))
(home-page "https://community.kde.org/Frameworks")
(synopsis "KDE Doxygen Tools")
(description "This framework contains scripts and data for building API
- 272/458: gnu: gwenview: Update to 24.05.2., (continued)
- 272/458: gnu: gwenview: Update to 24.05.2., guix-commits, 2024/07/15
- 275/458: gnu: fielding: Update to 0.1-pre-2.4ee9aea., guix-commits, 2024/07/15
- 268/458: gnu: kpimcommon: Update to 24.05.2., guix-commits, 2024/07/15
- 277/458: gnu: kget: Update to 24.05.2., guix-commits, 2024/07/15
- 280/458: gnu: libkcompactdisc: Update to 24.05.2., guix-commits, 2024/07/15
- 284/458: gnu: dragon: Update to 24.05.2., guix-commits, 2024/07/15
- 251/458: gnu: akonadi-mime: Update to 24.05.2., guix-commits, 2024/07/15
- 261/458: gnu: gcompris-qt: Update to 4.1., guix-commits, 2024/07/15
- 260/458: services: sddm: Adjust pass env., guix-commits, 2024/07/15
- 267/458: gnu: kidentitymanagement: Update to 24.05.2., guix-commits, 2024/07/15
- 317/458: gnu: kapidox: Update to 6.3.0.,
guix-commits <=
- 326/458: gnu: Add kconfig-5., guix-commits, 2024/07/15
- 71/458: gnu: kwallet: Update to 6.3.0., guix-commits, 2024/07/15
- 93/458: gnu: kdeclarative: Update to 6.3.0., guix-commits, 2024/07/15
- 115/458: gnu: ksshaskpass: Update to 6.1.2., guix-commits, 2024/07/15
- 110/458: gnu: layer-shell-qt: Update to 6.1.2., guix-commits, 2024/07/15
- 123/458: gnu: plasma-pa: Update to 6.1.2., guix-commits, 2024/07/15
- 130/458: gnu: breeze-gtk: Update to 6.1.2., guix-commits, 2024/07/15
- 129/458: gnu: kscreenlocker: Update to 6.1.2., guix-commits, 2024/07/15
- 135/458: gnu: kuserfeedback: Update to 1.3.0., guix-commits, 2024/07/15
- 140/458: gnu: plasma-workspace: Update to 6.1.2., guix-commits, 2024/07/15