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,44 +1177,48 @@ 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
(package (let ((commit "6795af6339e5e7c0fdf469290eafdb0f9365a96b")
(name "rsibreak") (revision "0"))
(version "0.12.15") (package
(source (name "rsibreak")
(origin (version (git-version "0.12.15" revision commit))
(method url-fetch) (source (origin
(uri (string-append "mirror://kde//stable/rsibreak/0.12/" (method git-fetch)
"rsibreak-" version ".tar.xz")) (uri (git-reference
(sha256 (url "https://invent.kde.org/utilities/rsibreak.git/")
(base32 "0kfbbhyzilvar3vns68pd8vkd17f07g8q9g83xxwl06zl3k6672j")))) (commit commit)))
(build-system qt-build-system) (file-name (git-file-name name version))
(native-inputs (sha256
(list extra-cmake-modules kdoctools-5)) (base32
(inputs "0p3xxbiwdmbp1cxagl1bnqicr8wv2mlzb5d5f4x6l7m7qzkicga4"))))
(list kauth-5 (build-system qt-build-system)
kconfig-5 (native-inputs
kconfigwidgets-5 (list extra-cmake-modules kdoctools))
kcoreaddons-5 (inputs
kcrash-5 (list breeze-icons ;; default icon set
kdbusaddons-5 kcolorscheme
ki18n-5 kconfig
kiconthemes-5 kconfigwidgets
kidletime-5 kcoreaddons
knotifications-5 kcrash
knotifyconfig-5 kdbusaddons
ktextwidgets-5 ki18n
kwindowsystem-5 kidletime
kxmlgui-5 knotifications
breeze-icons ;; default icon set knotifyconfig
qtbase-5)) kstatusnotifieritem
(home-page "https://apps.kde.org/rsibreak/") ktextwidgets
(synopsis "Assists in the Recovery and Prevention of Repetitive Strain kwindowsystem
kxmlgui))
(arguments (list #:qtbase qtbase))
(home-page "https://apps.kde.org/rsibreak/")
(synopsis "Assists in the Recovery and Prevention of Repetitive Strain
Injury") Injury")
(description "Repetitive Strain Injury is an illness which can occur as a (description "Repetitive Strain Injury is an illness which can occur as a
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