gnu: rsibreak: Update to 0.12.15-0.6795af6.

* gnu/packages/kde-utils.scm (rsibreak): Update to 0.12.15-0.6795af6.
[source]: Switch to git-fetch.
[inputs]: Remove 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, and qtbase-5; add kcolorscheme, kconfig, kconfigwidgets,
kcoreaddons, kcrash, kdbusaddons, ki18n, kidletime, knotifications,
knotifyconfig, kstatusnotifieritem, ktextwidgets, kwindowsystem, and
kxmlgui.
[native-inputs]: Remove kdoctools-5; add kdoctools.
[arguments]: Set #:qtbase to qtbase.

Change-Id: Icc8fb039d66640a9dce90e959367fcbc8dbc6464
This commit is contained in:
Zheng Junjie 2025-08-18 21:29:05 +08:00
parent 533f5ca9a1
commit e58677b336
No known key found for this signature in database
GPG key ID: 3B5AA993E1A2DFF0

View file

@ -1,7 +1,7 @@
;;; GNU Guix --- Functional package management for GNU ;;; GNU Guix --- Functional package management for GNU
;;; Copyright © 2017, 2019 Hartmut Goebel <h.goebel@crazy-compilers.com> ;;; Copyright © 2017, 2019 Hartmut Goebel <h.goebel@crazy-compilers.com>
;;; Copyright © 2020, 2021 Tobias Geerinckx-Rice <me@tobias.gr> ;;; Copyright © 2020, 2021 Tobias Geerinckx-Rice <me@tobias.gr>
;;; Copyright © 2021, 2024, 2025 Zheng Junjie <873216071@qq.com> ;;; Copyright © 2021, 2024, 2025 Zheng Junjie <z572@z572.online>
;;; Copyright © 2022 Brendan Tildesley <mail@brendan.scot> ;;; Copyright © 2022 Brendan Tildesley <mail@brendan.scot>
;;; Copyright © 2022 Petr Hodina <phodina@protonmail.com> ;;; Copyright © 2022 Petr Hodina <phodina@protonmail.com>
;;; ;;;
@ -1177,36 +1177,40 @@ redone.")
(list license:gpl2+ license:lgpl2.0+ license:fdl1.2+)))) (list license:gpl2+ license:lgpl2.0+ license:fdl1.2+))))
(define-public rsibreak (define-public rsibreak
(let ((commit "6795af6339e5e7c0fdf469290eafdb0f9365a96b")
(revision "0"))
(package (package
(name "rsibreak") (name "rsibreak")
(version "0.12.15") (version (git-version "0.12.15" revision commit))
(source (source (origin
(origin (method git-fetch)
(method url-fetch) (uri (git-reference
(uri (string-append "mirror://kde//stable/rsibreak/0.12/" (url "https://invent.kde.org/utilities/rsibreak.git/")
"rsibreak-" version ".tar.xz")) (commit commit)))
(file-name (git-file-name name version))
(sha256 (sha256
(base32 "0kfbbhyzilvar3vns68pd8vkd17f07g8q9g83xxwl06zl3k6672j")))) (base32
"0p3xxbiwdmbp1cxagl1bnqicr8wv2mlzb5d5f4x6l7m7qzkicga4"))))
(build-system qt-build-system) (build-system qt-build-system)
(native-inputs (native-inputs
(list extra-cmake-modules kdoctools-5)) (list extra-cmake-modules kdoctools))
(inputs (inputs
(list kauth-5 (list breeze-icons ;; default icon set
kconfig-5 kcolorscheme
kconfigwidgets-5 kconfig
kcoreaddons-5 kconfigwidgets
kcrash-5 kcoreaddons
kdbusaddons-5 kcrash
ki18n-5 kdbusaddons
kiconthemes-5 ki18n
kidletime-5 kidletime
knotifications-5 knotifications
knotifyconfig-5 knotifyconfig
ktextwidgets-5 kstatusnotifieritem
kwindowsystem-5 ktextwidgets
kxmlgui-5 kwindowsystem
breeze-icons ;; default icon set kxmlgui))
qtbase-5)) (arguments (list #:qtbase qtbase))
(home-page "https://apps.kde.org/rsibreak/") (home-page "https://apps.kde.org/rsibreak/")
(synopsis "Assists in the Recovery and Prevention of Repetitive Strain (synopsis "Assists in the Recovery and Prevention of Repetitive Strain
Injury") Injury")
@ -1214,7 +1218,7 @@ Injury")
result of working with a mouse and keyboard. This utility can be used to result of working with a mouse and keyboard. This utility can be used to
remind you to take a break now and then.") remind you to take a break now and then.")
(license ;; GPL for programs, FDL for documentation (license ;; GPL for programs, FDL for documentation
(list license:gpl2+ license:fdl1.2+)))) (list license:gpl2+ license:fdl1.2+)))))
(define-public smb4k (define-public smb4k
(package (package