From 57f1eb1dd66ccfccb4bb753d459ac801fcc3da88 Mon Sep 17 00:00:00 2001 From: Zheng Junjie Date: Tue, 16 Jul 2024 16:31:02 +0800 Subject: gnu: kmail-account-wizard: Update to 24.05.2. * gnu/packages/kde-pim.scm (kmail-account-wizard): Update to 24.05.2. [inputs]: Remove kross, qtkeychain, qtscript, and qttools-5; add ki18n and qtkeychain-qt6. [arguments]: Set #:qtbase to qtbase; Disable tests. Change-Id: I2cc635013c6c687fcef7916736984e0207a643e3 --- gnu/packages/kde-pim.scm | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) (limited to 'gnu') diff --git a/gnu/packages/kde-pim.scm b/gnu/packages/kde-pim.scm index c58ec2b52b..5b4048eb49 100644 --- a/gnu/packages/kde-pim.scm +++ b/gnu/packages/kde-pim.scm @@ -1250,14 +1250,14 @@ manager from KDE.") (define-public kmail-account-wizard (package (name "kmail-account-wizard") - (version "23.04.3") + (version "24.05.2") (source (origin (method url-fetch) (uri (string-append "mirror://kde/stable/release-service/" version "/src/kmail-account-wizard-" version ".tar.xz")) (sha256 - (base32 "1840zjgrqwk2zgqbb33gl9nvigsrmk5grzvzg5cw116h7lb7z7xx")))) + (base32 "0izjdajipca59zbsdir136qfyh61aynpb2h1bady6qs927l5ds1f")))) (build-system qt-build-system) (native-inputs (list extra-cmake-modules shared-mime-info)) @@ -1265,9 +1265,9 @@ manager from KDE.") (list akonadi akonadi-mime kcrash - kross kcmutils kdbusaddons + ki18n kiconthemes kidentitymanagement kimap @@ -1285,9 +1285,10 @@ manager from KDE.") kwallet libkdepim libkleo - qtkeychain - qtscript - qttools-5)) + qtkeychain-qt6)) + (arguments (list #:qtbase qtbase + ;; TODO: pass test. + #:tests? #f)) (home-page "https://invent.kde.org/pim/kmail-account-wizard") (synopsis "Assistant for the configuration of accounts in KMail") (description -- cgit v1.2.3 g/?id=44b832d7192bb9f30282f8601a491c3df0a553ff'>root/tests/debug-link.scm
etc: Add teams.scm....
AgeCommit message (Expand)Author
Ricardo Wurmus
2022-01-25build: Require Guile >= 3.0.3....Ludovic Courtès
2021-11-23maint: "make dist" builds tarballs in 'ustar' format....Ludovic Courtès
2021-06-01maint: Require Guile 3.0....Ludovic Courtès
2021-05-03nls: Do not update po files on first make invocation....Julien Lepiller
2021-04-25import: Remove Nix importer....Ludovic Courtès
2021-04-23build: Add a check for Guile-Lib....Maxim Cournoyer
2021-03-17maint: Check whether Guile-zlib is recent enough....Ludovic Courtès
2021-02-04build: Add '--with-channel-commit' and related configure flags....Ludovic Courtès
2020-12-27maint: Remove unused '--with-nix-prefix' configure option....Ludovic Courtès
2020-12-19maint: Require Guile >= 2.2.6....Ludovic Courtès
2020-12-11maint: Avoid macros obsolete in Autoconf 2.70....Ludovic Courtès
2020-11-29Make "guile-avahi" dependency optional....Mathieu Othacehe
2020-11-29Add Avahi support....Mathieu Othacehe
2020-10-22git: Require Guile-Git 0.3.0 or later....Ludovic Courtès
2020-10-05build: Use a 'guile' executable that doesn't warn about locales....Ludovic Courtès
2020-08-29build: Remove references to the 'nix-hash' program....Ludovic Courtès
2020-08-29build: Remove check for Guile 2.2.1 bug....Ludovic Courtès
2020-08-24Use "guile-zlib" and "guile-lzlib" instead of (guix config)....Mathieu Othacehe
2020-06-16etc: Add committer script....Ricardo Wurmus
2020-05-28maint: Check whether Guile-Gcrypt is recent enough....Ludovic Courtès
2020-05-14etc: indent-code.el: Use the --quick option....Maxim Cournoyer
2020-04-23build: Don't build man pages when cross-compiling....Ludovic Courtès
2020-03-11build: Require Guile 2.2.3 or later....Ludovic Courtès
2020-01-17build: Allow builds with Guile 3.0....Ludovic Courtès
2019-11-09build: Warn about etc/indent-code.el when Emacs is absent....zimoun