gnu: kdebugsettings: Update to 23.04.3.
* gnu/packages/kde-utils.scm (kdebugsettings): Update to 23.04.3. [inputs]: Add kxmlgui.
This commit is contained in:
parent
69e7191906
commit
dbce1a2e27
@ -408,7 +408,7 @@ Kate's features include:
|
|||||||
(define-public kdebugsettings
|
(define-public kdebugsettings
|
||||||
(package
|
(package
|
||||||
(name "kdebugsettings")
|
(name "kdebugsettings")
|
||||||
(version "22.08.1")
|
(version "23.04.3")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "mirror://kde/stable/release-service/"
|
(uri (string-append "mirror://kde/stable/release-service/"
|
||||||
@ -416,7 +416,7 @@ Kate's features include:
|
|||||||
".tar.xz"))
|
".tar.xz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0l9q7cmzc93zz2zc5ncq3q7q6jil6ai36n2vh70s2wsi8b0gsms8"))))
|
"02igg8ry1cxa83pdj6pgwzw7hpjwfrfk57d9ybgfvy2x08d5kvqz"))))
|
||||||
(build-system qt-build-system)
|
(build-system qt-build-system)
|
||||||
(native-inputs (list extra-cmake-modules))
|
(native-inputs (list extra-cmake-modules))
|
||||||
(inputs (list kcoreaddons
|
(inputs (list kcoreaddons
|
||||||
@ -425,7 +425,8 @@ Kate's features include:
|
|||||||
ki18n
|
ki18n
|
||||||
kwidgetsaddons
|
kwidgetsaddons
|
||||||
kitemviews
|
kitemviews
|
||||||
kcompletion))
|
kcompletion
|
||||||
|
kxmlgui))
|
||||||
(home-page "https://invent.kde.org/utilities/kdebugsettings")
|
(home-page "https://invent.kde.org/utilities/kdebugsettings")
|
||||||
(synopsis "Choose which QLoggingCategory are displayed")
|
(synopsis "Choose which QLoggingCategory are displayed")
|
||||||
(description
|
(description
|
||||||
|
Loading…
Reference in New Issue
Block a user