me
/
guix
Archived
1
0
Fork 0

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
master
Zheng Junjie 2024-07-06 16:54:32 +08:00
parent 72a70c09f4
commit 9f82fa0787
No known key found for this signature in database
GPG Key ID: 3B5AA993E1A2DFF0
1 changed files with 6 additions and 6 deletions

View File

@ -304,20 +304,22 @@ This package is part of the KDE networking module.")
(define-public ksystemlog (define-public ksystemlog
(package (package
(name "ksystemlog") (name "ksystemlog")
(version "23.04.3") (version "24.05.2")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
(uri (string-append "mirror://kde/stable/release-service/" version (uri (string-append "mirror://kde/stable/release-service/" version
"/src/ksystemlog-" version ".tar.xz")) "/src/ksystemlog-" version ".tar.xz"))
(sha256 (sha256
(base32 "15c1h1dlcgbx2adhjzry2zwia0alym7vc251zymyzhl2xjacvqlm")))) (base32 "1zlzyq5sv8mn4g0ycyrppr4fkr67vym79va7rfa7kbvvjgpwh6gi"))))
(build-system qt-build-system) (build-system qt-build-system)
(arguments (list #:qtbase qtbase))
(native-inputs (native-inputs
(list extra-cmake-modules kdoctools)) (list extra-cmake-modules kdoctools))
(inputs (inputs
;; Not including Journald since this is not used in guix ;; Not including Journald since this is not used in guix
(list karchive (list breeze-icons ;; default icon set
karchive
kcompletion kcompletion
kconfig kconfig
kcoreaddons kcoreaddons
@ -327,9 +329,7 @@ This package is part of the KDE networking module.")
kitemviews kitemviews
ktextwidgets ktextwidgets
kwidgetsaddons kwidgetsaddons
kxmlgui kxmlgui))
breeze-icons ;; default icon set
qtbase-5))
(home-page "https://apps.kde.org/ksystemlog/") (home-page "https://apps.kde.org/ksystemlog/")
(synopsis "System log viewer") (synopsis "System log viewer")
(description "This program is developed for being used by beginner users, (description "This program is developed for being used by beginner users,