[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
159/178: gnu: konsole: Update to 24.02.2.
From: |
guix-commits |
Subject: |
159/178: gnu: konsole: Update to 24.02.2. |
Date: |
Mon, 17 Jun 2024 12:13:52 -0400 (EDT) |
z572 pushed a commit to branch kde-team
in repository guix.
commit b9097fe2f579765ce244ab9be5b7609b81b8acd2
Author: Zheng Junjie <zhengjunjie@iscas.ac.cn>
AuthorDate: Tue May 7 12:43:56 2024 +0800
gnu: konsole: Update to 24.02.2.
* gnu/packages/kde-systemtools.scm (konsole): Update to 24.02.2.
[native-inputs]: Use kdoctools-6 replace kdoctools.
[inputs]: Add qt5compat. Remove kcompletion, kinit, qtscript, qtbase-5. Use
kbookmarks-6, kconfig-6, kconfigwidgets-6, kcoreaddons-6, kcrash-6,
kdbusaddons-6, kguiaddons-6, ki18n-6, kiconthemes-6, kio-6, knewstuff-6,
kglobalaccel-6, knotifications-6, knotifyconfig-6, kparts-6, kpty-6,
kservice-6, ktextwidgets-6, kwidgetsaddons-6, kwindowsystem-6, kxmlgui-6 and
qtmultimedia replace kbookmarks, kconfig, kconfigwidgets, kcoreaddons,
kcrash,
kdbusaddons, kguiaddons, ki18n, kiconthemes, kio, knewstuff, kglobalaccel,
knotifications, knotifyconfig, kparts, kpty, kservice, ktextwidgets,
kwidgetsaddons, kwindowsystem, kxmlgui and qtmultimedia-5.
[arguments]: Set #:qtbase to qtbase.
Change-Id: I23d47464473eab98fcacf0fe41991d15a3fd982c
---
gnu/packages/kde-systemtools.scm | 58 +++++++++++++++++++---------------------
1 file changed, 28 insertions(+), 30 deletions(-)
diff --git a/gnu/packages/kde-systemtools.scm b/gnu/packages/kde-systemtools.scm
index 888fae10cb..966689cd54 100644
--- a/gnu/packages/kde-systemtools.scm
+++ b/gnu/packages/kde-systemtools.scm
@@ -193,48 +193,46 @@ document meta data file.")
(define-public konsole
(package
(name "konsole")
- (version "23.04.3")
+ (version "24.02.2")
(source
(origin
(method url-fetch)
(uri (string-append "mirror://kde/stable/release-service/" version
"/src/konsole-" version ".tar.xz"))
(sha256
- (base32 "1k68y1i3g3bsz1dz81jhkx1q2fb13rbm5ywh632bcyln0c6l0vz0"))))
+ (base32 "0bzf83jflh3s0ivpdn2i0g25088axyik3bdw29fdzmrnclrpwik6"))))
(build-system qt-build-system)
(native-inputs
- (list extra-cmake-modules kdoctools zlib))
+ (list extra-cmake-modules kdoctools-6 zlib))
(inputs
- (list kbookmarks
- kcompletion
- kconfig
- kconfigwidgets
- kcoreaddons
- kcrash
- kdbusaddons
- kguiaddons
- ki18n
- kiconthemes
- kinit
- kio
- knewstuff
- kglobalaccel
- knotifications
- knotifyconfig
- kparts
- kpty
- kservice
- ktextwidgets
- kwidgetsaddons
- kwindowsystem
- kxmlgui
+ (list kbookmarks-6
+ kconfig-6
+ kconfigwidgets-6
+ kcoreaddons-6
+ kcrash-6
+ kdbusaddons-6
+ kguiaddons-6
+ ki18n-6
+ kiconthemes-6
+ kio-6
+ knewstuff-6
+ kglobalaccel-6
+ knotifications-6
+ knotifyconfig-6
+ kparts-6
+ kpty-6
+ kservice-6
+ ktextwidgets-6
+ kwidgetsaddons-6
+ kwindowsystem-6
+ kxmlgui-6
breeze-icons ;; default icon set
- qtbase-5
- qtscript
- qtmultimedia-5
+ qt5compat
+ qtmultimedia
icu4c))
(arguments
- `(#:tests? #f)) ;; TODO: 2/15 tests fail even with HOME, offscreen,
SHELL, debus
+ (list #:qtbase qtbase
+ #:tests? #f)) ;; TODO: 2/15 tests fail even with HOME, offscreen,
SHELL, debus
(home-page "https://www.kde.org/")
(synopsis "Terminal emulator similar for KDE")
(description "Konsole is a terminal emulator, similar to xterm, built on
- 147/178: gnu: plasma-systemmonitor: Update to 6.0.4., (continued)
- 147/178: gnu: plasma-systemmonitor: Update to 6.0.4., guix-commits, 2024/06/17
- 148/178: gnu: system-settings: Update to 6.0.4., guix-commits, 2024/06/17
- 150/178: gnu: discover: Update to 6.0.4., guix-commits, 2024/06/17
- 151/178: gnu: kdeplasma-addons: Update to 6.0.4., guix-commits, 2024/06/17
- 152/178: gnu: plasma-integration: Update to 6.0.4., guix-commits, 2024/06/17
- 153/178: gnu: kde-cli-tools: Update to 6.0.4., guix-commits, 2024/06/17
- 154/178: gnu: plasma-browser-integration: Update to 6.0.4., guix-commits, 2024/06/17
- 155/178: gnu: Add qqc2-breeze-style., guix-commits, 2024/06/17
- 156/178: gnu: sddm: Update to 0.21.0., guix-commits, 2024/06/17
- 158/178: services: sddm: Adjust pass env., guix-commits, 2024/06/17
- 159/178: gnu: konsole: Update to 24.02.2.,
guix-commits <=
- 160/178: gnu: baloo-widgets: Update to 24.02.2., guix-commits, 2024/06/17
- 163/178: gnu: ktimer: Update to 24.02.2., guix-commits, 2024/06/17
- 162/178: gnu: kompare: Update to 24.02.2., guix-commits, 2024/06/17
- 166/178: gnu: Add ocean-sound-theme., guix-commits, 2024/06/17
- 169/178: gnu: kcachegrind: Update to 24.02.2., guix-commits, 2024/06/17
- 174/178: gnu: libkgapi: Update to 24.02.2., guix-commits, 2024/06/17