guix-commits
[Top][All Lists]
Advanced

[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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]