mirror of
https://codeberg.org/guix/guix.git
synced 2026-01-27 19:35:10 -06:00
gnu: purpose: Update to 6.19.0.
* gnu/packages/kde-frameworks.scm (purpose): Update to 6.19.0. [inputs]: Add kdeclarative and kitemmodels. Add a TODO note for accounts-qml-module. Change-Id: I63feea44bbc130550a67700cdee9d66f89a4ae7e
This commit is contained in:
parent
b96f7077af
commit
dab16e2340
1 changed files with 5 additions and 2 deletions
|
|
@ -4900,7 +4900,7 @@ script engines.")
|
|||
(define-public purpose
|
||||
(package
|
||||
(name "purpose")
|
||||
(version "6.18.0")
|
||||
(version "6.19.0")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append
|
||||
|
|
@ -4909,20 +4909,23 @@ script engines.")
|
|||
name "-" version ".tar.xz"))
|
||||
(sha256
|
||||
(base32
|
||||
"09dq4cdgl8acfghl6fvjd4qc7qrhj9x5pw82ks4l10k5jpsf8a54"))))
|
||||
"18lks3v0pvjf03y3w5m9sz86pvb6xlgwkqp5lqphsh3jk3kg77vr"))))
|
||||
(build-system cmake-build-system)
|
||||
(native-inputs
|
||||
(list extra-cmake-modules gettext-minimal))
|
||||
(inputs
|
||||
(list
|
||||
;;TODO: accounts-qml-module
|
||||
;;TODO: kaccounts
|
||||
kconfig
|
||||
kcoreaddons
|
||||
kdeclarative
|
||||
knotifications
|
||||
ki18n
|
||||
kio
|
||||
kirigami
|
||||
kwidgetsaddons
|
||||
kitemmodels
|
||||
kitemviews
|
||||
kcompletion
|
||||
kservice
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue