guix-commits
[Top][All Lists]
Advanced

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

01/23: gnu: yakuake: Update to 24.05.1.


From: guix-commits
Subject: 01/23: gnu: yakuake: Update to 24.05.1.
Date: Fri, 28 Jun 2024 22:37:58 -0400 (EDT)

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

commit 27e4b3dd692b02fb4c90ccca248025c2e0705fad
Author: Zheng Junjie <zhengjunjie@iscas.ac.cn>
AuthorDate: Fri Jun 28 23:02:45 2024 +0800

    gnu: yakuake: Update to 24.05.1.
    
    * gnu/packages/kde-systemtools.scm (yakuake): Update to 24.05.1.
    [inputs]: Remove karchive, kconfig, kcoreaddons, kcrash, kdbusaddons,
    kglobalaccel, ki18n, kiconthemes, kio, knewstuff, knotifications,
    knotifyconfig, kparts, kwayland, kwidgetsaddons, kwindowsystem,
    qtbase-5, qtsvg-5, and qtx11extras; add karchive-6, kconfig-6,
    kcoreaddons-6, kcrash-6, kdbusaddons-6, kglobalaccel-6, ki18n-6,
    kiconthemes-6, kio-6, knewstuff-6, knotifications-6, knotifyconfig-6,
    kparts-6, kstatusnotifieritem, kwayland-6, kwidgetsaddons-6,
    kwindowsystem-6, libxkbcommon, qtbase, and qtsvg.
    
    Change-Id: Ic9badb8ab4103bb7ffe67efe775a987142bd9bcc
---
 gnu/packages/kde-systemtools.scm | 43 ++++++++++++++++++++--------------------
 1 file changed, 22 insertions(+), 21 deletions(-)

diff --git a/gnu/packages/kde-systemtools.scm b/gnu/packages/kde-systemtools.scm
index 9626fdb1f5..ddbd0558ea 100644
--- a/gnu/packages/kde-systemtools.scm
+++ b/gnu/packages/kde-systemtools.scm
@@ -443,39 +443,40 @@ This package is part of the KDE administration module.")
 (define-public yakuake
   (package
     (name "yakuake")
-    (version "23.04.3")
+    (version "24.05.1")
     (source (origin
               (method url-fetch)
               (uri (string-append "mirror://kde/stable/release-service/" 
version
                                   "/src/yakuake-" version ".tar.xz"))
               (sha256
                (base32
-                "17ylm5z5lzjq5g4d48s0clpl3hg4rym9sc1p5hr0wfs9jx7197jy"))))
+                "0393cxws0vd0yyzv0qsrlwslxh2kyxx47wjblnadv35293qhy1qf"))))
     (build-system qt-build-system)
     (native-inputs
      (list extra-cmake-modules))
     (inputs
      (list breeze-icons
-           karchive
-           kconfig
-           kcoreaddons
-           kcrash
-           kdbusaddons
-           kglobalaccel
-           ki18n
-           kiconthemes
-           kio
-           knewstuff
-           knotifications
-           knotifyconfig
+           karchive-6
+           kconfig-6
+           kcoreaddons-6
+           kcrash-6
+           kdbusaddons-6
+           kglobalaccel-6
+           ki18n-6
+           kiconthemes-6
+           kio-6
+           knewstuff-6
+           knotifications-6
+           knotifyconfig-6
            konsole
-           kparts
-           kwayland
-           kwidgetsaddons
-           kwindowsystem
-           qtbase-5
-           qtsvg-5
-           qtx11extras))
+           kparts-6
+           kstatusnotifieritem
+           kwayland-6
+           kwidgetsaddons-6
+           kwindowsystem-6
+           libxkbcommon
+           qtbase
+           qtsvg))
     (home-page "https://apps.kde.org/yakuake/";)
     (synopsis "Quad-style terminal emulator for KDE")
     (description "Yakuake is a drop-down terminal emulator based on KDE Konsole



reply via email to

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