[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
210/458: gnu: kate: Update to 24.05.2.
From: |
guix-commits |
Subject: |
210/458: gnu: kate: Update to 24.05.2. |
Date: |
Mon, 15 Jul 2024 08:00:26 -0400 (EDT) |
z572 pushed a commit to branch kde-team
in repository guix.
commit 3614421b0e43415ec0a310f3dadefe56e53ddf5e
Author: Zheng Junjie <zhengjunjie@iscas.ac.cn>
AuthorDate: Sat Jul 6 18:13:36 2024 +0800
gnu: kate: Update to 24.05.2.
* gnu/packages/kde-utils.scm (kate): Update to 24.05.2.
[inputs]: Remove kactivities, plasma-framework, qtbase-5, qtscript, and
qtx11extras; add plasma-activities, ktextwidgets, libplasma, and
libxkbcommon.
[arguments]: Set #:qtbase to qtbase.
Change-Id: I2e54e303b6b0b2b4b753ac7c61fd5094f6aaa37a
---
gnu/packages/kde-utils.scm | 44 ++++++++++++++++++++++----------------------
1 file changed, 22 insertions(+), 22 deletions(-)
diff --git a/gnu/packages/kde-utils.scm b/gnu/packages/kde-utils.scm
index 2576a461cf..9e16b0a9ed 100644
--- a/gnu/packages/kde-utils.scm
+++ b/gnu/packages/kde-utils.scm
@@ -336,19 +336,20 @@ your computer.")
(define-public kate
(package
(name "kate")
- (version "23.04.3")
+ (version "24.05.2")
(source
(origin
(method url-fetch)
(uri (string-append "mirror://kde/stable/release-service/" version
"/src/kate-" version ".tar.xz"))
(sha256
- (base32 "0yyhh21pvzsaz7swmghdchzsfk089axhqkjwjv1m8j4q3q3rhv86"))))
+ (base32 "085hbl6xzzihnhy8pjwdjdsrww6l1h70m4sf2s1b5c1xsnvhhkvp"))))
(build-system qt-build-system)
(native-inputs
(list extra-cmake-modules kdoctools))
(inputs
- (list kactivities
+ (list breeze-icons ;; default icon set
+ plasma-activities
kconfig
kcrash
kdbusaddons
@@ -362,30 +363,29 @@ your computer.")
kjobwidgets
kparts
ktexteditor
+ ktextwidgets
ksyntaxhighlighting
kwallet
- plasma-framework
kwindowsystem
kxmlgui
- breeze-icons ;; default icon set
- qtbase-5
- qtscript
- qtx11extras))
+ libplasma
+ libxkbcommon))
(arguments
- `(#: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 "HOME" (getcwd)))))))
+ (list #:qtbase qtbase
+ #: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 "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
- 109/458: gnu: kmenuedit: Update to 6.1.2., (continued)
- 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
- 170/458: gnu: kbackup: Update to 24.05.2., guix-commits, 2024/07/15
- 175/458: gnu: spectacle: Update to 24.02.2., guix-commits, 2024/07/15
- 205/458: gnu: kbreakout: Update to 24.05.2., guix-commits, 2024/07/15
- 210/458: gnu: kate: Update to 24.05.2.,
guix-commits <=
- 212/458: gnu: kopeninghours: Update to 24.05.2., guix-commits, 2024/07/15
- 187/458: gnu: krdc: Enable VNC., guix-commits, 2024/07/15
- 184/458: gnu: yakuake: Update to 24.05.2., guix-commits, 2024/07/15
- 220/458: gnu: kmines: Update to 24.05.2., guix-commits, 2024/07/15
- 234/458: gnu: kcalc: Update to 24.05.2., guix-commits, 2024/07/15
- 235/458: gnu: kcharselect: Update to 24.05.2., guix-commits, 2024/07/15
- 217/458: gnu: ktuberling: Update to 24.05.2., guix-commits, 2024/07/15
- 215/458: gnu: grantleetheme: Update to 24.05.2., guix-commits, 2024/07/15
- 193/458: gnu: kspaceduel: Update to 24.05.2., guix-commits, 2024/07/15
- 201/458: gnu: granatier: Update to 24.05.2., guix-commits, 2024/07/15