mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-23 19:19:20 -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
|
(define-public knotes
|
||||||
(package
|
(package
|
||||||
(name "knotes")
|
(name "knotes")
|
||||||
(version "23.04.3")
|
(version "24.05.2")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "mirror://kde/stable/release-service/" version
|
(uri (string-append "mirror://kde/stable/release-service/" version
|
||||||
"/src/knotes-" version ".tar.xz"))
|
"/src/knotes-" version ".tar.xz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "0f2a9xy2w909y792hwwnmsqvxx91azn6f0j0xl2mlmav00a4w6za"))))
|
(base32 "14nm2s86hqvvg0wyg8q5dd273dpppqw692h3mzya5mfg3j7acvaf"))))
|
||||||
(build-system qt-build-system)
|
(build-system qt-build-system)
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list extra-cmake-modules kdoctools libxslt))
|
(list extra-cmake-modules kdoctools libxslt))
|
||||||
|
@ -1593,7 +1593,7 @@ (define-public knotes
|
||||||
akonadi-notes
|
akonadi-notes
|
||||||
akonadi-search
|
akonadi-search
|
||||||
boost
|
boost
|
||||||
grantlee
|
breeze-icons ; default icon set, required for tests
|
||||||
grantleetheme
|
grantleetheme
|
||||||
kcalendarcore
|
kcalendarcore
|
||||||
kcalutils
|
kcalutils
|
||||||
|
@ -1618,16 +1618,16 @@ (define-public knotes
|
||||||
kparts
|
kparts
|
||||||
kpimcommon
|
kpimcommon
|
||||||
kpimtextedit
|
kpimtextedit
|
||||||
|
kstatusnotifieritem
|
||||||
ktextaddons
|
ktextaddons
|
||||||
ktextwidgets
|
ktextwidgets
|
||||||
|
ktexttemplate
|
||||||
kwidgetsaddons
|
kwidgetsaddons
|
||||||
kwindowsystem
|
kwindowsystem
|
||||||
kxmlgui
|
kxmlgui
|
||||||
kxmlgui
|
kxmlgui
|
||||||
libkdepim
|
libkdepim))
|
||||||
breeze-icons ; default icon set, required for tests
|
(arguments (list #:qtbase qtbase))
|
||||||
qtbase-5
|
|
||||||
qtx11extras))
|
|
||||||
(home-page "https://apps.kde.org/knotes/")
|
(home-page "https://apps.kde.org/knotes/")
|
||||||
(synopsis "Note-taking utility")
|
(synopsis "Note-taking utility")
|
||||||
(description "KNotes lets you write the computer equivalent of sticky
|
(description "KNotes lets you write the computer equivalent of sticky
|
||||||
|
|
Loading…
Reference in a new issue