[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
48/332: gnu: kdoctools: Use G-expressions.
From: |
guix-commits |
Subject: |
48/332: gnu: kdoctools: Use G-expressions. |
Date: |
Thu, 3 Aug 2023 05:43:37 -0400 (EDT) |
iyzsong pushed a commit to branch kde-updates
in repository guix.
commit e6d22dfbe976ff7ca4eaf6e91d5d66b08d8f51cc
Author: Zheng Junjie <873216071@qq.com>
AuthorDate: Wed Jul 12 14:09:15 2023 +0800
gnu: kdoctools: Use G-expressions.
* gnu/packages/kde-frameworks.scm (kdoctools)[arguments]:
Rewrite as G-expressions.
Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
---
gnu/packages/kde-frameworks.scm | 46 +++++++++++++++++++++--------------------
1 file changed, 24 insertions(+), 22 deletions(-)
diff --git a/gnu/packages/kde-frameworks.scm b/gnu/packages/kde-frameworks.scm
index 91b6262311..d8429576a3 100644
--- a/gnu/packages/kde-frameworks.scm
+++ b/gnu/packages/kde-frameworks.scm
@@ -1705,28 +1705,30 @@ application crashes.")
perl-uri
qtbase-5))
(arguments
- `(#:phases
- (modify-phases %standard-phases
- (add-after 'unpack 'cmake-find-docbook
- (lambda* (#:key inputs #:allow-other-keys)
- (substitute* (find-files "cmake" "\\.cmake$")
- (("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"))))))))
+ (list
+ #:phases
+ #~(modify-phases %standard-phases
+ (add-after 'unpack 'cmake-find-docbook
+ (lambda* (#:key inputs #:allow-other-keys)
+ (substitute* (find-files "cmake" "\\.cmake$")
+ (("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"))))))))
(home-page "https://community.kde.org/Frameworks")
(synopsis "Create documentation from DocBook")
(description "Provides tools to generate documentation in various format
- 42/332: gnu: knotifications: Use G-expressions., (continued)
- 42/332: gnu: knotifications: Use G-expressions., guix-commits, 2023/08/03
- 49/332: gnu: kpackage: Update to 5.108.0., guix-commits, 2023/08/03
- 50/332: gnu: kpackage: Use G-expressions., guix-commits, 2023/08/03
- 51/332: gnu: kguiaddons: Update to 5.108.0., guix-commits, 2023/08/03
- 52/332: gnu: kholidays: Update to 5.108.0., guix-commits, 2023/08/03
- 54/332: gnu: kconfigwidgets: Use G-expressions., guix-commits, 2023/08/03
- 57/332: gnu: solid: Update to 5.108.0., guix-commits, 2023/08/03
- 60/332: gnu: kjs: Update to 5.108.0., guix-commits, 2023/08/03
- 63/332: gnu: kwayland: Update to 5.108.0., guix-commits, 2023/08/03
- 69/332: gnu: kglobalaccel: Update to 5.108.0., guix-commits, 2023/08/03
- 48/332: gnu: kdoctools: Use G-expressions.,
guix-commits <=
- 80/332: gnu: qqc2-desktop-style: Update to 5.108.0., guix-commits, 2023/08/03
- 96/332: gnu: kmediaplayer: Update to 5.108.0., guix-commits, 2023/08/03
- 103/332: gnu: baloo: Update to 5.108.0., guix-commits, 2023/08/03
- 105/332: gnu: knewstuff: Update to 5.108.0., guix-commits, 2023/08/03
- 115/332: gnu: qca: Update to 2.3.6., guix-commits, 2023/08/03
- 64/332: gnu: kdnssd: Update to 5.108.0., guix-commits, 2023/08/03
- 66/332: gnu: kimageformats: Use G-expressions., guix-commits, 2023/08/03
- 68/332: gnu: kdbusaddons: Update to 5.108.0., guix-commits, 2023/08/03
- 44/332: gnu: kpty: Use G-expressions., guix-commits, 2023/08/03
- 46/332: gnu: syndication: Update to 5.108.0., guix-commits, 2023/08/03