mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 07:26:13 -05:00
gnu: rsibreak: Update to 0.12.15.
* gnu/packages/kde-utils.scm (rsibreak): Update to 0.12.15. [inputs]: Remove kauth, kconfig, kconfigwidgets, kcoreaddons, kcrash, kdbusaddons, ki18n, kiconthemes, kidletime, knotifications, knotifyconfig, ktextwidgets, kwindowsystem, and kxmlgui; add kauth-5, kconfig-5, kconfigwidgets-5, kcoreaddons-5, kcrash-5, kdbusaddons-5, ki18n-5, kiconthemes-5, kidletime-5, knotifications-5, knotifyconfig-5, ktextwidgets-5, kwindowsystem-5, and kxmlgui-5. [native-inputs]: Remove kdoctools; add kdoctools-5. Change-Id: I564a4d1edd700cd72302ba7c7d0b31c2eb4ade41
This commit is contained in:
parent
c49a1cb84c
commit
cc1de93231
1 changed files with 17 additions and 17 deletions
|
@ -1086,32 +1086,32 @@ (define-public okteta
|
|||
(define-public rsibreak
|
||||
(package
|
||||
(name "rsibreak")
|
||||
(version "0.12.14")
|
||||
(version "0.12.15")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "mirror://kde//stable/rsibreak/0.12/"
|
||||
"rsibreak-" version ".tar.xz"))
|
||||
(sha256
|
||||
(base32 "0yjv5awngi2hk6xzlwzmj92i6qppnfc0inqdp16rd8gzfpw7xqqw"))))
|
||||
(base32 "0kfbbhyzilvar3vns68pd8vkd17f07g8q9g83xxwl06zl3k6672j"))))
|
||||
(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
|
||||
kdbusaddons
|
||||
ki18n
|
||||
kiconthemes
|
||||
kidletime
|
||||
knotifications
|
||||
knotifyconfig
|
||||
ktextwidgets
|
||||
kwindowsystem
|
||||
kxmlgui
|
||||
(list kauth-5
|
||||
kconfig-5
|
||||
kconfigwidgets-5
|
||||
kcoreaddons-5
|
||||
kcrash-5
|
||||
kdbusaddons-5
|
||||
ki18n-5
|
||||
kiconthemes-5
|
||||
kidletime-5
|
||||
knotifications-5
|
||||
knotifyconfig-5
|
||||
ktextwidgets-5
|
||||
kwindowsystem-5
|
||||
kxmlgui-5
|
||||
breeze-icons ;; default icon set
|
||||
qtbase-5))
|
||||
(home-page "https://apps.kde.org/rsibreak/")
|
||||
|
|
Loading…
Reference in a new issue