guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

314/347: gnu: ksystemlog: Update to 24.05.1.


From: guix-commits
Subject: 314/347: gnu: ksystemlog: Update to 24.05.1.
Date: Fri, 28 Jun 2024 09:59:23 -0400 (EDT)

z572 pushed a commit to branch kde-team
in repository guix.

commit d6f018242625dd2b6f66e6e813d1aa86fe470bfe
Author: Zheng Junjie <zhengjunjie@iscas.ac.cn>
AuthorDate: Thu Jun 27 15:06:08 2024 +0800

    gnu: ksystemlog: Update to 24.05.1.
    
    * gnu/packages/kde-systemtools.scm (ksystemlog): Update to 24.05.1.
    [arguments]: Set #:qtbase to qtbase.
    [inputs]: Remove karchive, kcompletion, kconfig, kcoreaddons, ki18n,
    kiconthemes, kio, kitemviews, ktextwidgets, kwidgetsaddons, kxmlgui,
    and qtbase-5; add karchive-6, kcompletion-6, kconfig-6,
    kcoreaddons-6, ki18n-6, kiconthemes-6, kio-6, kitemviews-6,
    ktextwidgets-6, kwidgetsaddons-6, and kxmlgui-6.
    [native-inputs]: Remove kdoctools; add kdoctools-6.
    
    Change-Id: I10602fb35f0453804630c670d54f9f5300478a91
---
 gnu/packages/kde-systemtools.scm | 32 ++++++++++++++++----------------
 1 file changed, 16 insertions(+), 16 deletions(-)

diff --git a/gnu/packages/kde-systemtools.scm b/gnu/packages/kde-systemtools.scm
index 295cfa8538..18a81fd8f5 100644
--- a/gnu/packages/kde-systemtools.scm
+++ b/gnu/packages/kde-systemtools.scm
@@ -304,32 +304,32 @@ This package is part of the KDE networking module.")
 (define-public ksystemlog
   (package
     (name "ksystemlog")
-    (version "23.04.3")
+    (version "24.05.1")
     (source
      (origin
        (method url-fetch)
        (uri (string-append "mirror://kde/stable/release-service/" version
                            "/src/ksystemlog-" version ".tar.xz"))
        (sha256
-        (base32 "15c1h1dlcgbx2adhjzry2zwia0alym7vc251zymyzhl2xjacvqlm"))))
+        (base32 "1afa0w9g628zasnmrr35jf6h2x01vngi6ii4vvpnkbplcscs6y9a"))))
     (build-system qt-build-system)
+    (arguments (list #:qtbase qtbase))
     (native-inputs
-     (list extra-cmake-modules kdoctools))
+     (list extra-cmake-modules kdoctools-6))
     (inputs
      ;; Not including Journald since this is not used in guix
-     (list karchive
-           kcompletion
-           kconfig
-           kcoreaddons
-           ki18n
-           kiconthemes
-           kio
-           kitemviews
-           ktextwidgets
-           kwidgetsaddons
-           kxmlgui
-           breeze-icons ;; default icon set
-           qtbase-5))
+     (list breeze-icons ;; default icon set
+           karchive-6
+           kcompletion-6
+           kconfig-6
+           kcoreaddons-6
+           ki18n-6
+           kiconthemes-6
+           kio-6
+           kitemviews-6
+           ktextwidgets-6
+           kwidgetsaddons-6
+           kxmlgui-6))
     (home-page "https://apps.kde.org/ksystemlog/";)
     (synopsis "System log viewer")
     (description "This program is developed for being used by beginner users,



reply via email to

[Prev in Thread] Current Thread [Next in Thread]