mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-23 11:09:41 -05:00
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
This commit is contained in:
parent
5f53125e3e
commit
4235628cf4
1 changed files with 7 additions and 7 deletions
|
@ -1575,14 +1575,14 @@ (define-public kmime
|
|||
(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 @@ (define-public knotes
|
|||
akonadi-notes
|
||||
akonadi-search
|
||||
boost
|
||||
grantlee
|
||||
breeze-icons ; default icon set, required for tests
|
||||
grantleetheme
|
||||
kcalendarcore
|
||||
kcalutils
|
||||
|
@ -1618,16 +1618,16 @@ (define-public knotes
|
|||
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
|
||||
|
|
Loading…
Reference in a new issue