mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -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
|
(define-public rsibreak
|
||||||
(package
|
(package
|
||||||
(name "rsibreak")
|
(name "rsibreak")
|
||||||
(version "0.12.14")
|
(version "0.12.15")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "mirror://kde//stable/rsibreak/0.12/"
|
(uri (string-append "mirror://kde//stable/rsibreak/0.12/"
|
||||||
"rsibreak-" version ".tar.xz"))
|
"rsibreak-" version ".tar.xz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "0yjv5awngi2hk6xzlwzmj92i6qppnfc0inqdp16rd8gzfpw7xqqw"))))
|
(base32 "0kfbbhyzilvar3vns68pd8vkd17f07g8q9g83xxwl06zl3k6672j"))))
|
||||||
(build-system qt-build-system)
|
(build-system qt-build-system)
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list extra-cmake-modules kdoctools))
|
(list extra-cmake-modules kdoctools-5))
|
||||||
(inputs
|
(inputs
|
||||||
(list kauth
|
(list kauth-5
|
||||||
kconfig
|
kconfig-5
|
||||||
kconfigwidgets
|
kconfigwidgets-5
|
||||||
kcoreaddons
|
kcoreaddons-5
|
||||||
kcrash
|
kcrash-5
|
||||||
kdbusaddons
|
kdbusaddons-5
|
||||||
ki18n
|
ki18n-5
|
||||||
kiconthemes
|
kiconthemes-5
|
||||||
kidletime
|
kidletime-5
|
||||||
knotifications
|
knotifications-5
|
||||||
knotifyconfig
|
knotifyconfig-5
|
||||||
ktextwidgets
|
ktextwidgets-5
|
||||||
kwindowsystem
|
kwindowsystem-5
|
||||||
kxmlgui
|
kxmlgui-5
|
||||||
breeze-icons ;; default icon set
|
breeze-icons ;; default icon set
|
||||||
qtbase-5))
|
qtbase-5))
|
||||||
(home-page "https://apps.kde.org/rsibreak/")
|
(home-page "https://apps.kde.org/rsibreak/")
|
||||||
|
|
Loading…
Reference in a new issue