[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
261/332: gnu: kate: Update to 23.04.3.
From: |
guix-commits |
Subject: |
261/332: gnu: kate: Update to 23.04.3. |
Date: |
Wed, 2 Aug 2023 10:37:09 -0400 (EDT) |
iyzsong pushed a commit to branch kde-updates
in repository guix.
commit bcd2a370ed2eefff10431736451b5a7d3bce658b
Author: 宋文武 <iyzsong@member.fsf.org>
AuthorDate: Sun Jul 30 07:29:37 2023 +0800
gnu: kate: Update to 23.04.3.
* gnu/packages/kde-utils.scm (kate): Update to 23.04.3.
[inputs]: Add qtx11extras.
[arguments]: Enable tests.
---
gnu/packages/kde-utils.scm | 19 +++++++++++++------
1 file changed, 13 insertions(+), 6 deletions(-)
diff --git a/gnu/packages/kde-utils.scm b/gnu/packages/kde-utils.scm
index f88f17c8d3..d32c4e6e79 100644
--- a/gnu/packages/kde-utils.scm
+++ b/gnu/packages/kde-utils.scm
@@ -335,14 +335,14 @@ your computer.")
(define-public kate
(package
(name "kate")
- (version "22.04.3")
+ (version "23.04.3")
(source
(origin
(method url-fetch)
(uri (string-append "mirror://kde/stable/release-service/" version
"/src/kate-" version ".tar.xz"))
(sha256
- (base32 "0dnlr1cld6lqanqv98bss66w2bi2y78vqb8jx26addn2r1w4ygkf"))))
+ (base32 "0yyhh21pvzsaz7swmghdchzsfk089axhqkjwjv1m8j4q3q3rhv86"))))
(build-system qt-build-system)
(native-inputs
(list extra-cmake-modules kdoctools))
@@ -368,16 +368,23 @@ your computer.")
kxmlgui
breeze-icons ;; default icon set
qtbase-5
- qtscript))
+ qtscript
+ qtx11extras))
(arguments
- `(#:tests? #f ;; 2/7 tests fail
- #:phases
+ `(#:phases
(modify-phases %standard-phases
+ (add-after 'unpack 'patch-tests
+ (lambda* (#:key inputs #:allow-other-keys)
+ ;; This test requires a 'bin' diretory under '/usr'.
+ (substitute* "addons/externaltools/autotests/externaltooltest.cpp"
+ (("QStringLiteral[(]\"/usr\"[)]")
+ (format #f "QStringLiteral(\"~a\")"
+ (dirname (dirname (which "ls"))))))))
(add-before 'check 'check-setup
(lambda _
;; make Qt render "offscreen", required for tests
(setenv "QT_QPA_PLATFORM" "offscreen")
- (setenv "XDG_CACHE_HOME" "/tmp/xdg-cache"))))))
+ (setenv "HOME" (getcwd)))))))
(home-page "https://kate-editor.org/")
(synopsis "Multi-document, multi-view text editor")
(description "Kate is a powerful text editor that can open multiple files
- 217/332: gnu: kmines: Update to 23.04.3., (continued)
- 217/332: gnu: kmines: Update to 23.04.3., guix-commits, 2023/08/02
- 231/332: gnu: palapeli: Update to 23.04.3., guix-commits, 2023/08/02
- 244/332: gnu: ksquares: Update to 23.04.3., guix-commits, 2023/08/02
- 248/332: gnu: kopete: Update to 23.04.3., guix-commits, 2023/08/02
- 274/332: gnu: krusader: Update to 2.8.0., guix-commits, 2023/08/02
- 273/332: gnu: kronometer: Update to 2.3.0., guix-commits, 2023/08/02
- 258/332: gnu: ark: Update to 23.04.3., guix-commits, 2023/08/02
- 254/332: gnu: kdevelop: Update to 23.04.3., guix-commits, 2023/08/02
- 272/332: gnu: kmouth: Update to 23.04.3., guix-commits, 2023/08/02
- 268/332: gnu: kfind: Update to 23.04.3., guix-commits, 2023/08/02
- 261/332: gnu: kate: Update to 23.04.3.,
guix-commits <=
- 278/332: gnu: akonadi: Update to 23.04.3., guix-commits, 2023/08/02
- 265/332: gnu: kcharselect: Update to 23.04.3., guix-commits, 2023/08/02
- 277/332: gnu: sweeper: Update to 23.04.3., guix-commits, 2023/08/02
- 299/332: gnu: kldap: Update to 23.04.3., guix-commits, 2023/08/02
- 325/332: gnu: juk: Update to 23.04.3., guix-commits, 2023/08/02
- 290/332: gnu: kalendar: Update to 23.04.3., guix-commits, 2023/08/02
- 301/332: gnu: kmail: Update to 23.04.3., guix-commits, 2023/08/02
- 294/332: gnu: keventviews: Update to 23.04.3., guix-commits, 2023/08/02
- 293/332: gnu: kdepim-runtime: Update to 23.04.3., guix-commits, 2023/08/02
- 303/332: gnu: kmailimporter: Update to 23.04.3., guix-commits, 2023/08/02