[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
347/347: gnu: kmag: Update to 24.05.1.
From: |
guix-commits |
Subject: |
347/347: gnu: kmag: Update to 24.05.1. |
Date: |
Fri, 28 Jun 2024 09:59:34 -0400 (EDT) |
z572 pushed a commit to branch kde-team
in repository guix.
commit 504d2a0f0262ff28af911ce134185690b07b4f89
Author: Zheng Junjie <zhengjunjie@iscas.ac.cn>
AuthorDate: Thu Jun 27 18:45:36 2024 +0800
gnu: kmag: Update to 24.05.1.
* gnu/packages/kde-utils.scm (kmag): Update to 24.05.1.
[arguments]: Set #:qtbase to qtbase.
[inputs]: Remove ki18n, kio, kxmlgui, and qtbase-5; add ki18n-6, kio-6,
kxmlgui-6, and libqaccessibilityclient-qt6.
[native-inputs]: Remove kdoctools; add kdoctools-6.
Change-Id: I27d4759e69792b047c71960f641a29695a143fcb
---
gnu/packages/kde-utils.scm | 24 ++++++++++++------------
1 file changed, 12 insertions(+), 12 deletions(-)
diff --git a/gnu/packages/kde-utils.scm b/gnu/packages/kde-utils.scm
index c89d376591..82d21bb7c1 100644
--- a/gnu/packages/kde-utils.scm
+++ b/gnu/packages/kde-utils.scm
@@ -794,24 +794,24 @@ the computer and 3D Printers.")
(define-public kmag
(package
(name "kmag")
- (version "23.04.3")
+ (version "24.05.1")
(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 "002qixib9ca33mq82ph3na4hx3dx0vhr6ws5r57qpsgqmr83cs97"))))
(build-system qt-build-system)
+ (arguments (list #:qtbase qtbase))
(native-inputs
- (list extra-cmake-modules kdoctools))
+ (list extra-cmake-modules kdoctools-6))
(inputs
- (list ki18n
- kio
- kxmlgui
+ (list ki18n-6
+ kio-6
+ kxmlgui-6
breeze-icons ;; default icon set
- ;; TODO: QAccessibilityClient - libqaccessibilityclien
- qtbase-5))
+ libqaccessibilityclient-qt6))
(home-page "https://apps.kde.org/kmag/")
(synopsis "Screen magnifier tool")
(description "You can use KMagnifier to magnify a part of the screen just
- 328/347: gnu: kosmindoormap: Update to 24.05.1., (continued)
- 328/347: gnu: kosmindoormap: Update to 24.05.1., guix-commits, 2024/06/28
- 326/347: gnu: kopeninghours: Update to 24.05.1., guix-commits, 2024/06/28
- 329/347: gnu: kpmcore: Update to 24.05.1., guix-commits, 2024/06/28
- 334/347: gnu: libkdegames: Update to 24.05.1., guix-commits, 2024/06/28
- 335/347: gnu: ktuberling: Update to 24.05.1., guix-commits, 2024/06/28
- 336/347: gnu: xdg-desktop-portal-kde: Update to 6.1.1., guix-commits, 2024/06/28
- 339/347: gnu: kolf: Update to 24.05.1., guix-commits, 2024/06/28
- 340/347: gnu: filelight: Update to 24.05.1., guix-commits, 2024/06/28
- 344/347: gnu: kcharselect: Update to 24.05.1., guix-commits, 2024/06/28
- 345/347: gnu: kdialog: Update to 24.05.1., guix-commits, 2024/06/28
- 347/347: gnu: kmag: Update to 24.05.1.,
guix-commits <=