[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
57/458: gnu: kdoctools: Update to 6.3.0.
From: |
guix-commits |
Subject: |
57/458: gnu: kdoctools: Update to 6.3.0. |
Date: |
Mon, 15 Jul 2024 07:59:54 -0400 (EDT) |
z572 pushed a commit to branch kde-team
in repository guix.
commit 6a0298cf3181553c3b5eddca74175aac415a165e
Author: Zheng Junjie <zhengjunjie@iscas.ac.cn>
AuthorDate: Sat Jul 6 00:49:06 2024 +0800
gnu: kdoctools: Update to 6.3.0.
* gnu/packages/kde-frameworks.scm (kdoctools): Update to 6.3.0.
[inputs]: Remove qtbase-5; add gettext-minimal and qtbase.
[arguments]: Remove add-symlinks phase.
Change-Id: I6150a3ca4d8e566e953b1ae8771f9b1a5165ce93
---
gnu/packages/kde-frameworks.scm | 22 +++++++---------------
1 file changed, 7 insertions(+), 15 deletions(-)
diff --git a/gnu/packages/kde-frameworks.scm b/gnu/packages/kde-frameworks.scm
index 3012d73ebd..ed0164ce98 100644
--- a/gnu/packages/kde-frameworks.scm
+++ b/gnu/packages/kde-frameworks.scm
@@ -1742,7 +1742,7 @@ application crashes.")
(define-public kdoctools
(package
(name "kdoctools")
- (version "5.114.0")
+ (version "6.3.0")
(source (origin
(method url-fetch)
(uri (string-append
@@ -1751,20 +1751,21 @@ application crashes.")
name "-" version ".tar.xz"))
(sha256
(base32
- "15s58r2zvdckw30x9q9ir8h1i8q2ncfgjn9h4jnmylwm79z3z27v"))))
+ "0jl5qxjscjdpf0jpl35ymdqhks3ynk8jxlwv6xdqml6vp4aysl2b"))))
(build-system cmake-build-system)
(native-inputs
(list extra-cmake-modules))
(inputs
(list docbook-xml-4.5
docbook-xsl
+ gettext-minimal
karchive
ki18n
libxml2
libxslt
perl
perl-uri
- qtbase-5))
+ qtbase))
(arguments
(list
#:phases
@@ -1772,24 +1773,15 @@ application crashes.")
(add-after 'unpack 'cmake-find-docbook
(lambda* (#:key inputs #:allow-other-keys)
(substitute* (find-files "cmake" "\\.cmake$")
- (("CMAKE_SYSTEM_PREFIX_PATH")
- "CMAKE_PREFIX_PATH"))
+ (("CMAKE_SYSTEM_PREFIX_PATH") "CMAKE_PREFIX_PATH"))
(substitute* "cmake/FindDocBookXML4.cmake"
(("^.*xml/docbook/schema/dtd.*$")
"xml/dtd/docbook\n"))
(substitute* "cmake/FindDocBookXSL.cmake"
(("^.*xml/docbook/stylesheet.*$")
(string-append "xml/xsl/docbook-xsl-"
- #$(package-version docbook-xsl)
- "\n")))))
- (add-after 'install 'add-symlinks
- ;; Some package(s) (e.g. kdelibs4support) refer to this locale by a
- ;; different spelling.
- (lambda* (#:key outputs #:allow-other-keys)
- (let ((xsl (string-append (assoc-ref outputs "out")
-
"/share/kf5/kdoctools/customization/xsl/")))
- (symlink (string-append xsl "pt_br.xml")
- (string-append xsl "pt-BR.xml"))))))))
+ #$(package-version (this-package-input
"docbook-xsl"))
+ "\n"))))))))
(home-page "https://community.kde.org/Frameworks")
(synopsis "Create documentation from DocBook")
(description "Provides tools to generate documentation in various format
- 254/458: gnu: kimap: Update to 24.05.2., (continued)
- 254/458: gnu: kimap: Update to 24.05.2., guix-commits, 2024/07/15
- 242/458: gnu: kmouth: Update to 24.05.2., guix-commits, 2024/07/15
- 259/458: gnu: Add sddm-qt5., guix-commits, 2024/07/15
- 306/458: gnu: kontactinterface: Update to 24.05.2., guix-commits, 2024/07/15
- 319/458: gnu: akregator: Update to 24.05.2., guix-commits, 2024/07/15
- 46/458: gnu: kwindowsystem: Update to 6.3.0., guix-commits, 2024/07/15
- 44/458: gnu: kdbusaddons: Update to 6.3.0., guix-commits, 2024/07/15
- 39/458: gnu: kitemviews: Update to 6.3.0., guix-commits, 2024/07/15
- 49/458: gnu: oxygen-icons: Update to 6.0.0., guix-commits, 2024/07/15
- 59/458: gnu: knotifications: Update to 6.3.0., guix-commits, 2024/07/15
- 57/458: gnu: kdoctools: Update to 6.3.0.,
guix-commits <=
- 103/458: gnu: oxygen-sounds: Update to 6.1.2., guix-commits, 2024/07/15
- 81/458: gnu: kde-frameworkintegration: Update to 6.3.0., guix-commits, 2024/07/15
- 117/458: gnu: kgamma: Update to 6.1.2., guix-commits, 2024/07/15
- 109/458: gnu: kmenuedit: Update to 6.1.2., guix-commits, 2024/07/15
- 133/458: gnu: libkexiv2: Update to 24.05.2., guix-commits, 2024/07/15
- 141/458: gnu: kaccounts-integration: Update to 24.05.2., guix-commits, 2024/07/15
- 146/458: gnu: milou: Update to 6.1.2., guix-commits, 2024/07/15
- 153/458: gnu: xdg-desktop-portal-kde: Update to 6.1.2., guix-commits, 2024/07/15
- 158/458: gnu: konsole: Update to 24.05.2., guix-commits, 2024/07/15
- 161/458: gnu: dolphin: Update to 24.05.2., guix-commits, 2024/07/15