gnu: kronometer: Fix build.
* gnu/packages/kde-utils.scm (kronometer): Update to 2.3.0. [inputs]: Replace kauth, kconfig, kconfigwidgets, kcoreaddons, kcrash, ki18n, kwidgetsaddons, and kxmlgui with kauth-5, kconfig-5, kconfigwidgets-5, kcoreaddons-5, kcrash-5, ki18n-5, kwidgetsaddons-5, and kxmlgui-5. [native-inputs]: Replace kdoctools with kdoctools-5. Change-Id: I730b366a65fbee3724470fa65ab555ecd0af2098master
parent
b60ce5d694
commit
42d69453ae
|
@ -918,16 +918,16 @@ sentences to be re-spoken.")
|
|||
(base32 "0xn4z9y2yl57a5skwp4cjsn1456kiwnwvhrddc0qsihgdyif3fbm"))))
|
||||
(build-system qt-build-system)
|
||||
(native-inputs
|
||||
(list extra-cmake-modules kdoctools))
|
||||
(list extra-cmake-modules kdoctools-5))
|
||||
(inputs
|
||||
(list kauth
|
||||
kconfig
|
||||
kconfigwidgets
|
||||
kcoreaddons
|
||||
kcrash
|
||||
ki18n
|
||||
kwidgetsaddons
|
||||
kxmlgui
|
||||
(list kauth-5
|
||||
kconfig-5
|
||||
kconfigwidgets-5
|
||||
kcoreaddons-5
|
||||
kcrash-5
|
||||
ki18n-5
|
||||
kwidgetsaddons-5
|
||||
kxmlgui-5
|
||||
breeze-icons ;; default icon set
|
||||
qtbase-5))
|
||||
(home-page "https://apps.kde.org/kronometer/")
|
||||
|
|
Reference in New Issue