guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

312/465: gnu: knotes: Update to 24.05.2.


From: guix-commits
Subject: 312/465: gnu: knotes: Update to 24.05.2.
Date: Wed, 17 Jul 2024 23:02:00 -0400 (EDT)

z572 pushed a commit to branch kde-team
in repository guix.

commit 4235628cf4c193168fa3f0a4ea86b9fcbb3c7aa9
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 grantlee, qtbase-5 and qtx11extras; add kstatusnotifieritem
    and ktexttemplate.
    [arguments]: Set #:qtbase to qtbase.
    
    Change-Id: I5fe3334dd3356e18cc48313dfb7519e7bea5b30b
---
 gnu/packages/kde-pim.scm | 14 +++++++-------
 1 file changed, 7 insertions(+), 7 deletions(-)

diff --git a/gnu/packages/kde-pim.scm b/gnu/packages/kde-pim.scm
index ba285ad644..1fbaf9c63a 100644
--- a/gnu/packages/kde-pim.scm
+++ b/gnu/packages/kde-pim.scm
@@ -1575,14 +1575,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))
@@ -1593,7 +1593,7 @@ information in non-ASCII character sets.")
            akonadi-notes
            akonadi-search
            boost
-           grantlee
+           breeze-icons ; default icon set, required for tests
            grantleetheme
            kcalendarcore
            kcalutils
@@ -1618,16 +1618,16 @@ 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))
     (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]