[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
269/465: gnu: kpimcommon: Update to 24.05.2.
From: |
guix-commits |
Subject: |
269/465: gnu: kpimcommon: Update to 24.05.2. |
Date: |
Tue, 16 Jul 2024 11:03:34 -0400 (EDT) |
z572 pushed a commit to branch kde-team
in repository guix.
commit 4239febe300515913560faf230b26c7f2d4bb57b
Author: Zheng Junjie <zhengjunjie@iscas.ac.cn>
AuthorDate: Sat Jul 6 22:59:48 2024 +0800
gnu: kpimcommon: Update to 24.05.2.
* gnu/packages/kde-pim.scm (kpimcommon): Update to 24.05.2.
[inputs]: Remove kdesignerplugin, kimap, ktextaddons, libkdepim, qtbase-5,
and
qtwebengine-5; add kaccounts-integration, ktexttemplate, and qtwebengine.
[native-inputs]: Remove qttools-5; add qttools.
[propagated-inputs]: Add kimap, ktextaddons, and libkdepim.
[arguments]: Set #:qtbase to qtbase; Enable tests;
Change-Id: Ife899dae68cbbb39be6f50bae86caed8237ccabc
---
gnu/packages/kde-pim.scm | 19 ++++++++-----------
1 file changed, 8 insertions(+), 11 deletions(-)
diff --git a/gnu/packages/kde-pim.scm b/gnu/packages/kde-pim.scm
index bf4c2bfe4f..6bdf87c8ba 100644
--- a/gnu/packages/kde-pim.scm
+++ b/gnu/packages/kde-pim.scm
@@ -1890,18 +1890,18 @@ pass files.")
(define-public kpimcommon
(package
(name "kpimcommon")
- (version "23.04.3")
+ (version "24.05.2")
(source
(origin
(method url-fetch)
(uri (string-append "mirror://kde/stable/release-service/" version
"/src/pimcommon-" version ".tar.xz"))
(sha256
- (base32 "1v2nv83h9p1ajbcwfdk8b7lrr84r8c855lysknzvzkpm5z012z3l"))))
+ (base32 "0k7zakx1dd39997a9a3d6qmlzdc5alw5gny0xh7bncv0fpilvgyh"))))
(properties `((upstream-name . "pimcommon")))
(build-system qt-build-system)
(native-inputs
- (list extra-cmake-modules qttools-5))
+ (list extra-cmake-modules qttools))
(inputs
(list karchive
akonadi
@@ -1911,7 +1911,7 @@ pass files.")
boost
grantlee
grantleetheme
- ;; TODO: ("kaccounts" ,kaccounts)
+ kaccounts-integration
kcalendarcore
kcmutils
kcodecs
@@ -1919,10 +1919,8 @@ pass files.")
kconfigwidgets
kcontacts
kcoreaddons
- kdesignerplugin
ki18n
kiconthemes
- kimap
kio
kirigami ;; run-time dependency
kitemmodels
@@ -1932,19 +1930,18 @@ pass files.")
kmime
knewstuff
kpimtextedit
- ktextaddons
ktextwidgets
+ ktexttemplate
kwallet
kwidgetsaddons
kwindowsystem
kxmlgui
- libkdepim
libxslt
purpose
- qtbase-5
- qtwebengine-5))
+ qtwebengine))
+ (propagated-inputs (list kimap ktextaddons libkdepim))
(arguments
- `(#:tests? #f)) ;; TODO tests hang
+ (list #:qtbase qtbase))
(home-page "https://invent.kde.org/pim/pimcommon")
(synopsis "Common libraries for KDE PIM")
(description "This package provides common libraries for KDE PIM.")
- 410/465: gnu: kxstitch: Fix build., (continued)
- 410/465: gnu: kxstitch: Fix build., guix-commits, 2024/07/16
- 411/465: gnu: krusader: Update to 2.8.1., guix-commits, 2024/07/16
- 414/465: gnu: Add libkcddb-qt5., guix-commits, 2024/07/16
- 408/465: gnu: smb4k: Update to 3.2.5., guix-commits, 2024/07/16
- 418/465: gnu: kaffeine: Use new style., guix-commits, 2024/07/16
- 421/465: gnu: kamoso: Use new input style., guix-commits, 2024/07/16
- 437/465: gnu: nextcloud-client: Fix build., guix-commits, 2024/07/16
- 453/465: gnu: telegram-desktop: Fix build., guix-commits, 2024/07/16
- 456/465: gnu: khtml: Update to 5.116.0., guix-commits, 2024/07/16
- 464/465: service: plasma-desktop: Add kwallet dbus., guix-commits, 2024/07/16
- 269/465: gnu: kpimcommon: Update to 24.05.2.,
guix-commits <=
- 273/465: gnu: gwenview: Update to 24.05.2., guix-commits, 2024/07/16
- 277/465: gnu: Remove kmplayer., guix-commits, 2024/07/16
- 271/465: gnu: kcolorpicker: build with qt6., guix-commits, 2024/07/16
- 278/465: gnu: kget: Update to 24.05.2., guix-commits, 2024/07/16
- 247/465: gnu: kpkpass: Update to 24.05.2., guix-commits, 2024/07/16
- 289/465: gnu: libksieve: Update to 24.05.2., guix-commits, 2024/07/16
- 288/465: gnu: plasmatube: Update to 24.05.2., guix-commits, 2024/07/16
- 292/465: gnu: Add qgpgme-qt6-1.23., guix-commits, 2024/07/16
- 291/465: gnu: Add gpgme-1.23., guix-commits, 2024/07/16
- 290/465: gnu: kcalutils: Update to 24.05.2., guix-commits, 2024/07/16