mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-12 15:02:55 +01:00
gnu: yakuake: Update to 24.05.2.
* gnu/packages/kde-systemtools.scm (yakuake): Update to 24.05.2. [arguments]: Set #:qtbase to qtbase. [inputs]: Remove qtbase-5, qtsvg-5, and qtx11extras; add kstatusnotifieritem, libxkbcommon, and qtsvg. Change-Id: I506c8113d04927b18401028d17b9017ce23b0b6f
This commit is contained in:
parent
318e0b4ba5
commit
a420caaf1a
1 changed files with 6 additions and 5 deletions
|
@ -442,14 +442,14 @@ This package is part of the KDE administration module.")
|
|||
(define-public yakuake
|
||||
(package
|
||||
(name "yakuake")
|
||||
(version "23.04.3")
|
||||
(version "24.05.2")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "mirror://kde/stable/release-service/" version
|
||||
"/src/yakuake-" version ".tar.xz"))
|
||||
(sha256
|
||||
(base32
|
||||
"17ylm5z5lzjq5g4d48s0clpl3hg4rym9sc1p5hr0wfs9jx7197jy"))))
|
||||
"0bgpnvq1dpijrz3vj7yjw5dkss98l22iirqrvih3wgm0n6ccaix2"))))
|
||||
(build-system qt-build-system)
|
||||
(native-inputs
|
||||
(list extra-cmake-modules))
|
||||
|
@ -469,12 +469,13 @@ This package is part of the KDE administration module.")
|
|||
knotifyconfig
|
||||
konsole
|
||||
kparts
|
||||
kstatusnotifieritem
|
||||
kwayland
|
||||
kwidgetsaddons
|
||||
kwindowsystem
|
||||
qtbase-5
|
||||
qtsvg-5
|
||||
qtx11extras))
|
||||
libxkbcommon
|
||||
qtsvg))
|
||||
(arguments (list #:qtbase qtbase))
|
||||
(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
|
||||
|
|
Loading…
Add table
Reference in a new issue