[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
314/465: gnu: knotes: Update to 24.05.2.
From: |
guix-commits |
Subject: |
314/465: gnu: knotes: Update to 24.05.2. |
Date: |
Tue, 16 Jul 2024 11:03:40 -0400 (EDT) |
z572 pushed a commit to branch kde-team
in repository guix.
commit 25806b643ee8805a346cd65784ae0f70a5271cb4
Author: Zheng Junjie <zhengjunjie@iscas.ac.cn>
AuthorDate: Mon Jul 8 09:59:17 2024 +0800
gnu: knotes: Update to 24.05.2.
* gnu/packages/kde-pim.scm (knotes): Update to 24.05.2.
[inputs]: Remove qtbase-5 and qtx11extras; add kstatusnotifieritem and
ktexttemplate.
[arguments]: Set #:qtbase to qtbase; Disable knotesgrantleeprinttest test.
Change-Id: I5fe3334dd3356e18cc48313dfb7519e7bea5b30b
---
gnu/packages/kde-pim.scm | 20 ++++++++++++++------
1 file changed, 14 insertions(+), 6 deletions(-)
diff --git a/gnu/packages/kde-pim.scm b/gnu/packages/kde-pim.scm
index be78fb2886..037f54fd10 100644
--- a/gnu/packages/kde-pim.scm
+++ b/gnu/packages/kde-pim.scm
@@ -1586,14 +1586,14 @@ information in non-ASCII character sets.")
(define-public knotes
(package
(name "knotes")
- (version "23.04.3")
+ (version "24.05.2")
(source
(origin
(method url-fetch)
(uri (string-append "mirror://kde/stable/release-service/" version
"/src/knotes-" version ".tar.xz"))
(sha256
- (base32 "0f2a9xy2w909y792hwwnmsqvxx91azn6f0j0xl2mlmav00a4w6za"))))
+ (base32 "14nm2s86hqvvg0wyg8q5dd273dpppqw692h3mzya5mfg3j7acvaf"))))
(build-system qt-build-system)
(native-inputs
(list extra-cmake-modules kdoctools libxslt))
@@ -1604,6 +1604,7 @@ information in non-ASCII character sets.")
akonadi-notes
akonadi-search
boost
+ breeze-icons ; default icon set, required for tests
grantlee
grantleetheme
kcalendarcore
@@ -1629,16 +1630,23 @@ information in non-ASCII character sets.")
kparts
kpimcommon
kpimtextedit
+ kstatusnotifieritem
ktextaddons
ktextwidgets
+ ktexttemplate
kwidgetsaddons
kwindowsystem
kxmlgui
kxmlgui
- libkdepim
- breeze-icons ; default icon set, required for tests
- qtbase-5
- qtx11extras))
+ libkdepim))
+ (arguments (list
+ #:qtbase qtbase
+ #:phases
+ #~(modify-phases %standard-phases
+ (replace 'check
+ (lambda* (#:key tests? #:allow-other-keys)
+ (when tests?
+ (invoke "ctest" "-E" "knotesgrantleeprinttest")))))))
(home-page "https://apps.kde.org/knotes/")
(synopsis "Note-taking utility")
(description "KNotes lets you write the computer equivalent of sticky
- 322/465: gnu: Add attica-5., (continued)
- 322/465: gnu: Add attica-5., guix-commits, 2024/07/16
- 302/465: gnu: kdepim-runtime: Update to 24.05.2., guix-commits, 2024/07/16
- 301/465: gnu: Add mimetreeparser., guix-commits, 2024/07/16
- 306/465: gnu: ktnef: Update to 24.05.2., guix-commits, 2024/07/16
- 308/465: gnu: kmail: Update to 24.05.2., guix-commits, 2024/07/16
- 317/465: gnu: ark: Update to 24.05.2., guix-commits, 2024/07/16
- 312/465: gnu: korganizer: Update to 24.05.2., guix-commits, 2024/07/16
- 313/465: gnu: itinerary: Update to 23.04.3., guix-commits, 2024/07/16
- 300/465: gnu: kalendar: Update to 23.04.3., guix-commits, 2024/07/16
- 339/465: gnu: Add solid-5., guix-commits, 2024/07/16
- 314/465: gnu: knotes: Update to 24.05.2.,
guix-commits <=
- 343/465: gnu: Add kservice-5., guix-commits, 2024/07/16
- 348/465: gnu: Add kglobalaccel-5., guix-commits, 2024/07/16
- 325/465: gnu: Add kauth-5., guix-commits, 2024/07/16
- 331/465: gnu: Add kwidgetsaddons-5., guix-commits, 2024/07/16
- 353/465: gnu: kinit: Update to 5.116.0., guix-commits, 2024/07/16
- 356/465: gnu: libkomparediff2: Update to 24.05.2., guix-commits, 2024/07/16
- 357/465: gnu: Add kdeclarative-5., guix-commits, 2024/07/16
- 369/465: gnu: kompare: Update to 24.05.2., guix-commits, 2024/07/16
- 375/465: gnu: freeimage: Adjust for libraw 0.21., guix-commits, 2024/07/16
- 376/465: gnu: Add networkmanager-qt5., guix-commits, 2024/07/16