[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
344/347: gnu: kcharselect: Update to 24.05.1.
From: |
guix-commits |
Subject: |
344/347: gnu: kcharselect: Update to 24.05.1. |
Date: |
Fri, 28 Jun 2024 09:59:33 -0400 (EDT) |
z572 pushed a commit to branch kde-team
in repository guix.
commit 6917bbe92981e442ed81ddedb18059f15625af4f
Author: Zheng Junjie <zhengjunjie@iscas.ac.cn>
AuthorDate: Thu Jun 27 18:10:34 2024 +0800
gnu: kcharselect: Update to 24.05.1.
* gnu/packages/kde-utils.scm (kcharselect): Update to 24.05.1.
[arguments]: Set #:qtbase to qtbase.
[inputs]: Remove kbookmarks, kcoreaddons, kcrash, ki18n, kwidgetsaddons, and
kxmlgui; add kbookmarks-6, kcoreaddons-6, kcrash-6, ki18n-6,
kwidgetsaddons-6, and kxmlgui-6.
Change-Id: Ic13f1b2f5b84b3b5f5a3625d6ecef7aac6756045
---
gnu/packages/kde-utils.scm | 7 ++++---
1 file changed, 4 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/kde-utils.scm b/gnu/packages/kde-utils.scm
index 974750846c..8e814b111a 100644
--- a/gnu/packages/kde-utils.scm
+++ b/gnu/packages/kde-utils.scm
@@ -507,7 +507,7 @@ drive, USB stick, etc
(define-public kcharselect
(package
(name "kcharselect")
- (version "23.04.3")
+ (version "24.05.1")
(source (origin
(method url-fetch)
(uri (string-append "mirror://kde/stable/release-service/"
@@ -515,10 +515,11 @@ drive, USB stick, etc
".tar.xz"))
(sha256
(base32
- "05z80j8bwrj1zfpy376gsx30bv7bxsa3lyvrqsz197w1g8vp5gix"))))
+ "00hcrsq3g8lvrqk5nvgqpp9h64hdijk5gp8kxlmy23356a695mbc"))))
(build-system qt-build-system)
+ (arguments (list #:qtbase qtbase))
(native-inputs (list extra-cmake-modules))
- (inputs (list kbookmarks kcoreaddons kcrash ki18n kwidgetsaddons kxmlgui))
+ (inputs (list kbookmarks-6 kcoreaddons-6 kcrash-6 ki18n-6 kwidgetsaddons-6
kxmlgui-6))
(home-page "https://apps.kde.org/kcharselect/")
(synopsis "Select and copy special characters from installed fonts")
(description
- 325/347: gnu: kompare: Update to 24.05.1., (continued)
- 325/347: gnu: kompare: Update to 24.05.1., guix-commits, 2024/06/28
- 327/347: gnu: kpublictransport: Update to 24.05.1., guix-commits, 2024/06/28
- 328/347: gnu: kosmindoormap: Update to 24.05.1., guix-commits, 2024/06/28
- 326/347: gnu: kopeninghours: Update to 24.05.1., guix-commits, 2024/06/28
- 329/347: gnu: kpmcore: Update to 24.05.1., guix-commits, 2024/06/28
- 334/347: gnu: libkdegames: Update to 24.05.1., guix-commits, 2024/06/28
- 335/347: gnu: ktuberling: Update to 24.05.1., guix-commits, 2024/06/28
- 336/347: gnu: xdg-desktop-portal-kde: Update to 6.1.1., guix-commits, 2024/06/28
- 339/347: gnu: kolf: Update to 24.05.1., guix-commits, 2024/06/28
- 340/347: gnu: filelight: Update to 24.05.1., guix-commits, 2024/06/28
- 344/347: gnu: kcharselect: Update to 24.05.1.,
guix-commits <=
- 345/347: gnu: kdialog: Update to 24.05.1., guix-commits, 2024/06/28
- 347/347: gnu: kmag: Update to 24.05.1., guix-commits, 2024/06/28