mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-26 14:28:15 -05:00
gnu: ksystemlog: Update to 24.05.2.
* gnu/packages/kde-systemtools.scm (ksystemlog): Update to 24.05.2. [inputs]: Remove qtbase-5. [arguments]: Set #:qtbase to qtbase. Change-Id: I5c1a389c19e4c0210c1be357e3f8affd78e2ad55
This commit is contained in:
parent
72a70c09f4
commit
9f82fa0787
1 changed files with 6 additions and 6 deletions
|
@ -304,20 +304,22 @@ (define-public krfb
|
|||
(define-public ksystemlog
|
||||
(package
|
||||
(name "ksystemlog")
|
||||
(version "23.04.3")
|
||||
(version "24.05.2")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "mirror://kde/stable/release-service/" version
|
||||
"/src/ksystemlog-" version ".tar.xz"))
|
||||
(sha256
|
||||
(base32 "15c1h1dlcgbx2adhjzry2zwia0alym7vc251zymyzhl2xjacvqlm"))))
|
||||
(base32 "1zlzyq5sv8mn4g0ycyrppr4fkr67vym79va7rfa7kbvvjgpwh6gi"))))
|
||||
(build-system qt-build-system)
|
||||
(arguments (list #:qtbase qtbase))
|
||||
(native-inputs
|
||||
(list extra-cmake-modules kdoctools))
|
||||
(inputs
|
||||
;; Not including Journald since this is not used in guix
|
||||
(list karchive
|
||||
(list breeze-icons ;; default icon set
|
||||
karchive
|
||||
kcompletion
|
||||
kconfig
|
||||
kcoreaddons
|
||||
|
@ -327,9 +329,7 @@ (define-public ksystemlog
|
|||
kitemviews
|
||||
ktextwidgets
|
||||
kwidgetsaddons
|
||||
kxmlgui
|
||||
breeze-icons ;; default icon set
|
||||
qtbase-5))
|
||||
kxmlgui))
|
||||
(home-page "https://apps.kde.org/ksystemlog/")
|
||||
(synopsis "System log viewer")
|
||||
(description "This program is developed for being used by beginner users,
|
||||
|
|
Loading…
Reference in a new issue