[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
108/465: gnu: kmenuedit: Update to 6.1.2.
From: |
guix-commits |
Subject: |
108/465: gnu: kmenuedit: Update to 6.1.2. |
Date: |
Wed, 17 Jul 2024 23:01:25 -0400 (EDT) |
z572 pushed a commit to branch kde-team
in repository guix.
commit fe52043d0a562698317f0e9a57398e52fde49843
Author: Zheng Junjie <zhengjunjie@iscas.ac.cn>
AuthorDate: Sat Jul 6 12:36:05 2024 +0800
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
---
gnu/packages/kde-plasma.scm | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/kde-plasma.scm b/gnu/packages/kde-plasma.scm
index 83b6cf2d0f..4ed5eb1c63 100644
--- a/gnu/packages/kde-plasma.scm
+++ b/gnu/packages/kde-plasma.scm
@@ -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
- 86/465: gnu: Add ksvg., (continued)
- 86/465: gnu: Add ksvg., guix-commits, 2024/07/17
- 87/465: gnu: Add kstatusnotifieritem., guix-commits, 2024/07/17
- 88/465: gnu: kparts: Update to 6.3.0., guix-commits, 2024/07/17
- 91/465: gnu: Add plasma-activities., guix-commits, 2024/07/17
- 92/465: gnu: kdeclarative: Update to 6.3.0., guix-commits, 2024/07/17
- 93/465: gnu: kcmutils: Update to 6.3.0., guix-commits, 2024/07/17
- 94/465: gnu: Add libplasma., guix-commits, 2024/07/17
- 97/465: gnu: knotifyconfig: Update to 6.3.0., guix-commits, 2024/07/17
- 100/465: gnu: kfilemetadata: Update to 6.3.0., guix-commits, 2024/07/17
- 106/465: gnu: kdecoration: Update to 6.1.2., guix-commits, 2024/07/17
- 108/465: gnu: kmenuedit: Update to 6.1.2.,
guix-commits <=
- 113/465: gnu: libkscreen: Update to 6.1.2., guix-commits, 2024/07/17
- 114/465: gnu: ksshaskpass: Update to 6.1.2., guix-commits, 2024/07/17
- 115/465: gnu: kpipewire: Update to 6.1.2., guix-commits, 2024/07/17
- 116/465: gnu: kgamma: Update to 6.1.2., guix-commits, 2024/07/17
- 117/465: gnu: libksysguard: Update to 6.1.2., guix-commits, 2024/07/17
- 119/465: gnu: plasma-firewall: Update to 6.1.2., guix-commits, 2024/07/17
- 121/465: gnu: plasma-nano: Update to 6.1.2., guix-commits, 2024/07/17
- 124/465: gnu: drkonqi: Update to 6.1.2., guix-commits, 2024/07/17
- 125/465: gnu: kde-gtk-config: Update to 6.1.2., guix-commits, 2024/07/17
- 129/465: gnu: breeze-gtk: Update to 6.1.2., guix-commits, 2024/07/17