[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
239/465: gnu: kmag: Update to 24.05.2.
From: |
guix-commits |
Subject: |
239/465: gnu: kmag: Update to 24.05.2. |
Date: |
Wed, 17 Jul 2024 23:01:40 -0400 (EDT) |
z572 pushed a commit to branch kde-team
in repository guix.
commit 5bff04fdcb853cd4b0364dd778af90e1f018ed1d
Author: Zheng Junjie <zhengjunjie@iscas.ac.cn>
AuthorDate: Sat Jul 6 19:21:53 2024 +0800
gnu: kmag: Update to 24.05.2.
* gnu/packages/kde-utils.scm (kmag): Update to 24.05.2.
[inputs]: Remove qtbase-5; add libqaccessibilityclient.
[arguments]: Set #:qtbase to qtbase.
Change-Id: I5a97c7015c7a4c9c56cb3fab085f0b33512987b3
---
gnu/packages/kde-utils.scm | 16 ++++++++--------
1 file changed, 8 insertions(+), 8 deletions(-)
diff --git a/gnu/packages/kde-utils.scm b/gnu/packages/kde-utils.scm
index 1d1d3e7d09..14bcd510aa 100644
--- a/gnu/packages/kde-utils.scm
+++ b/gnu/packages/kde-utils.scm
@@ -796,15 +796,16 @@ the computer and 3D Printers.")
(define-public kmag
(package
(name "kmag")
- (version "23.04.3")
+ (version "24.05.2")
(source
(origin
- (method url-fetch)
- (uri (string-append "mirror://kde/stable/release-service/" version
- "/src/kmag-" version ".tar.xz"))
- (sha256
- (base32 "13ar37yv3gk5451cdqrgbm91jm50qw4559sx25fv95g2i9wa7z74"))))
+ (method url-fetch)
+ (uri (string-append "mirror://kde/stable/release-service/" version
+ "/src/kmag-" version ".tar.xz"))
+ (sha256
+ (base32 "0sbm9jr0spywgvm136swgbdqrw23dsf2msbj8x9sv4j004nx7sww"))))
(build-system qt-build-system)
+ (arguments (list #:qtbase qtbase))
(native-inputs
(list extra-cmake-modules kdoctools))
(inputs
@@ -812,8 +813,7 @@ the computer and 3D Printers.")
kio
kxmlgui
breeze-icons ;; default icon set
- ;; TODO: QAccessibilityClient - libqaccessibilityclien
- qtbase-5))
+ libqaccessibilityclient))
(home-page "https://apps.kde.org/kmag/")
(synopsis "Screen magnifier tool")
(description "You can use KMagnifier to magnify a part of the screen just
- 200/465: gnu: granatier: Update to 24.05.2., (continued)
- 200/465: gnu: granatier: Update to 24.05.2., guix-commits, 2024/07/17
- 208/465: gnu: elisa: Update to 24.05.2., guix-commits, 2024/07/17
- 212/465: gnu: kosmindoormap: Update to 24.05.2., guix-commits, 2024/07/17
- 216/465: gnu: ktuberling: Update to 24.05.2., guix-commits, 2024/07/17
- 217/465: gnu: kolf: Update to 24.05.2., guix-commits, 2024/07/17
- 218/465: gnu: picmi: Update to 24.05.2., guix-commits, 2024/07/17
- 219/465: gnu: kmines: Update to 24.05.2., guix-commits, 2024/07/17
- 223/465: gnu: klines: Update to 24.05.2., guix-commits, 2024/07/17
- 232/465: gnu: ksquares: Update to 24.05.2., guix-commits, 2024/07/17
- 238/465: gnu: kontrast: Update to 24.05.2., guix-commits, 2024/07/17
- 239/465: gnu: kmag: Update to 24.05.2.,
guix-commits <=
- 251/465: gnu: ktextaddons: Update to 1.5.4., guix-commits, 2024/07/17
- 265/465: gnu: libkdepim: Update to 24.05.2., guix-commits, 2024/07/17
- 267/465: gnu: kpimcommon: Update to 24.05.2., guix-commits, 2024/07/17
- 274/465: gnu: fielding: Update to 0.1-pre-2.4ee9aea., guix-commits, 2024/07/17
- 273/465: gnu: kolourpaint: Update to 24.05.2., guix-commits, 2024/07/17
- 301/465: gnu: Remove kalendar., guix-commits, 2024/07/17
- 328/465: gnu: Add kguiaddons-5., guix-commits, 2024/07/17
- 335/465: gnu: Add kdoctools-5., guix-commits, 2024/07/17
- 339/465: gnu: Remove kblog., guix-commits, 2024/07/17
- 352/465: gnu: Remove kxmlrpcclient., guix-commits, 2024/07/17