[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
257/373: gnu: kpimtextedit: Update to 24.05.2.
From: |
guix-commits |
Subject: |
257/373: gnu: kpimtextedit: Update to 24.05.2. |
Date: |
Mon, 8 Jul 2024 08:04:58 -0400 (EDT) |
z572 pushed a commit to branch kde-team
in repository guix.
commit 76daa9c0e729ce8bce1f0a7142e709930f7c004d
Author: Zheng Junjie <zhengjunjie@iscas.ac.cn>
AuthorDate: Sat Jul 6 20:48:55 2024 +0800
gnu: kpimtextedit: Update to 24.05.2.
* gnu/packages/kde-pim.scm (kpimtextedit): Update to 24.05.2.
[inputs]: Remove kdesignerplugin, kemoticons, qtbase-5, and qtspeech-5; add
ktextaddons and qtspeech.
[native-inputs]: Remove qttools-5; add qttools.
[arguments]: Set #:qtbase to qtbase.
Change-Id: If915bb64201dddb81e7f8194a534c7b726b17693
---
gnu/packages/kde-pim.scm | 15 +++++++--------
1 file changed, 7 insertions(+), 8 deletions(-)
diff --git a/gnu/packages/kde-pim.scm b/gnu/packages/kde-pim.scm
index 2129a2e0e3..fe9ab23af3 100644
--- a/gnu/packages/kde-pim.scm
+++ b/gnu/packages/kde-pim.scm
@@ -1979,24 +1979,23 @@ unnecessary network operations.")
(define-public kpimtextedit
(package
(name "kpimtextedit")
- (version "23.04.3")
+ (version "24.05.2")
(source
(origin
(method url-fetch)
(uri (string-append "mirror://kde/stable/release-service/" version
"/src/kpimtextedit-" version ".tar.xz"))
(sha256
- (base32 "1rrs19bwl8qvasridysbbgsgdy9hyjlpi26hw77hli5ixkflj85b"))))
+ (base32 "1m91hnjiksji60ybvmvlcgayqrcplxfdj7qxknxwayiijvqiq22a"))))
(build-system qt-build-system)
(native-inputs
- (list extra-cmake-modules qttools-5))
+ (list extra-cmake-modules qttools))
(inputs
(list grantlee
kcodecs
kconfigwidgets
kcoreaddons
- kdesignerplugin
- kemoticons
+ ktextaddons
ki18n
kiconthemes
kio
@@ -2004,11 +2003,11 @@ unnecessary network operations.")
ktextwidgets
kwidgetsaddons
kxmlgui
- qtbase-5
- qtspeech-5
+ qtspeech
sonnet))
(arguments
- `(#:tests? #f)) ;; TODO - test suite hangs
+ (list #:qtbase qtbase
+ #:tests? #f)) ;; TODO - test suite hangs
(home-page "https://api.kde.org/kdepim/kpimtextedit/html/index.html")
(synopsis "Library providing a textedit with PIM-specific features")
(description "This package provides a textedit with PIM-specific features.
- 242/373: gnu: kmouth: Update to 24.05.2., (continued)
- 242/373: gnu: kmouth: Update to 24.05.2., guix-commits, 2024/07/08
- 251/373: gnu: akonadi-mime: Update to 24.05.2., guix-commits, 2024/07/08
- 252/373: gnu: ktextaddons: Update to 1.5.4., guix-commits, 2024/07/08
- 244/373: gnu: Add print-manager., guix-commits, 2024/07/08
- 253/373: gnu: akonadi-search: Update to 24.05.2., guix-commits, 2024/07/08
- 260/373: services: sddm: Adjust pass env., guix-commits, 2024/07/08
- 261/373: gnu: gcompris-qt: Update to 4.1., guix-commits, 2024/07/08
- 262/373: gnu: kdiagram: Update to 3.0.1., guix-commits, 2024/07/08
- 259/373: gnu: Add sddm-qt5., guix-commits, 2024/07/08
- 256/373: gnu: kldap: Update to 24.05.2., guix-commits, 2024/07/08
- 257/373: gnu: kpimtextedit: Update to 24.05.2.,
guix-commits <=
- 268/373: gnu: kpimcommon: Update to 24.05.2., guix-commits, 2024/07/08
- 269/373: gnu: libgravatar: Update to 24.05.2., guix-commits, 2024/07/08
- 274/373: gnu: kolourpaint: Update to 24.05.2., guix-commits, 2024/07/08
- 275/373: gnu: fielding: Update to 0.1-pre-2.4ee9aea., guix-commits, 2024/07/08
- 276/373: gnu: Remove kmplayer., guix-commits, 2024/07/08
- 281/373: gnu: audiocd-kio: Update to 24.05.2., guix-commits, 2024/07/08
- 283/373: gnu: kid3: Update to 3.9.5., guix-commits, 2024/07/08
- 289/373: gnu: kcalutils: Update to 24.05.2., guix-commits, 2024/07/08
- 288/373: gnu: libksieve: Update to 24.05.2., guix-commits, 2024/07/08
- 294/373: gnu: akonadi-calendar: Update to 24.05.2., guix-commits, 2024/07/08