me
/
guix
Archived
1
0
Fork 0

gnu: kdebugsettings: Update to 24.05.2.

* gnu/packages/kde-utils.scm (kdebugsettings): Update to 24.05.2.
[arguments]: Set #:qtbase to qtbase.

Change-Id: Ia30a0a8a9904a3fd9bba9fe5fc8b0a4d125ae9d1
master
Zheng Junjie 2024-07-06 16:11:36 +08:00
parent 77c1f42c20
commit c1ad378c85
No known key found for this signature in database
GPG Key ID: 3B5AA993E1A2DFF0
1 changed files with 3 additions and 2 deletions

View File

@ -409,7 +409,7 @@ Kate's features include:
(define-public kdebugsettings
(package
(name "kdebugsettings")
(version "23.04.3")
(version "24.05.2")
(source (origin
(method url-fetch)
(uri (string-append "mirror://kde/stable/release-service/"
@ -417,7 +417,7 @@ Kate's features include:
".tar.xz"))
(sha256
(base32
"02igg8ry1cxa83pdj6pgwzw7hpjwfrfk57d9ybgfvy2x08d5kvqz"))))
"1il9jcwya1hgqrs5yrlahk9h0hrrs5h1ay304sbixgiiafx1dcv7"))))
(build-system qt-build-system)
(native-inputs (list extra-cmake-modules))
(inputs (list kcoreaddons
@ -428,6 +428,7 @@ Kate's features include:
kitemviews
kcompletion
kxmlgui))
(arguments (list #:qtbase qtbase))
(home-page "https://invent.kde.org/utilities/kdebugsettings")
(synopsis "Choose which QLoggingCategory are displayed")
(description