me
/
guix
Archived
1
0
Fork 0

gnu: kmenuedit: Update to 6.1.2.

* gnu/packages/kde-plasma.scm (kmenuedit): Update to 6.1.2.
[arguments]: Set #:qtbase to qtbase.

Change-Id: I24f1f7ecb741a80042625bd6ea3ca9a2d0d53248
master
Zheng Junjie 2024-07-06 12:36:05 +08:00
parent 0b0e9c9ce6
commit fe52043d0a
No known key found for this signature in database
GPG Key ID: 3B5AA993E1A2DFF0
1 changed files with 3 additions and 2 deletions

View File

@ -664,7 +664,7 @@ computer's hardware.")
(define-public kmenuedit
(package
(name "kmenuedit")
(version "5.27.7")
(version "6.1.2")
(source (origin
(method url-fetch)
(uri (string-append "mirror://kde/stable/plasma/"
@ -672,8 +672,9 @@ computer's hardware.")
".tar.xz"))
(sha256
(base32
"0n60z44wbsjinrcrhs5cfnjs9szpsv2wzva2fiwwgh36j6zz5av7"))))
"0wypmw265n8ni6i0hgb60fmaa5m5v759kwwh9pybc3hw81wb8m4l"))))
(build-system qt-build-system)
(arguments (list #:qtbase qtbase))
(native-inputs (list extra-cmake-modules kdoctools))
(inputs (list ki18n
kxmlgui