[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
115/178: gnu: libqaccessibilityclient: Update to 0.6.0.
From: |
guix-commits |
Subject: |
115/178: gnu: libqaccessibilityclient: Update to 0.6.0. |
Date: |
Mon, 17 Jun 2024 12:13:38 -0400 (EDT) |
z572 pushed a commit to branch kde-team
in repository guix.
commit 0f094ac3cce2425d5dbb7b611ab76d4115b4dea9
Author: Zheng Junjie <zhengjunjie@iscas.ac.cn>
AuthorDate: Fri May 3 15:12:37 2024 +0800
gnu: libqaccessibilityclient: Update to 0.6.0.
* gnu/packages/kde.scm (libqaccessibilityclient): Update to 0.6.0.
[arguments]: Set QT_MAJOR_VERSION.
Change-Id: I6b6b154ea9428c3d22085a1d42a207b73d8aad3c
Change-Id: Iea393dfa06d595500587d7c43de95c1c751ca2af
---
gnu/packages/kde.scm | 11 ++++++++---
1 file changed, 8 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/kde.scm b/gnu/packages/kde.scm
index a06c8814ad..feeefaab77 100644
--- a/gnu/packages/kde.scm
+++ b/gnu/packages/kde.scm
@@ -42,6 +42,7 @@
#:use-module (guix gexp)
#:use-module (guix git-download)
#:use-module ((guix licenses) #:prefix license:)
+ #:use-module (guix utils)
#:use-module (guix packages)
#:use-module (gnu packages)
#:use-module (gnu packages algebra)
@@ -873,7 +874,7 @@ compressed massif files can also be opened transparently.")
(define-public libqaccessibilityclient
(package
(name "libqaccessibilityclient")
- (version "0.4.1")
+ (version "0.6.0")
(source (origin
(method url-fetch)
(uri (string-append "mirror://kde/stable/" name
@@ -881,15 +882,19 @@ compressed massif files can also be opened
transparently.")
".tar.xz"))
(sha256
(base32
- "0a9lv2jb5gyqxvrkl5xl09gjnlp05b5yfzfb0wmaxz0l8d7qnxhw"))))
+ "0csxbwy4479196l32j4xnk672kiyggcaf3fi3q2cbj9dc94c8l2c"))))
(build-system cmake-build-system)
(arguments
`(#:tests? #f ;TODO: Failing tests
+ #:configure-flags
+ (list (string-append
+ "-DQT_MAJOR_VERSION="
+ ,(version-major
+ (package-version (this-package-input "qtbase")))))
#:phases (modify-phases %standard-phases
(replace 'check
(lambda* (#:key tests? #:allow-other-keys)
(when tests?
- ;
;; make Qt render "offscreen", required for tests
(setenv "QT_QPA_PLATFORM" "offscreen")
;; For missing '/etc/machine-id'
- 93/178: gnu: kmenuedit: Update to 6.0.4., (continued)
- 93/178: gnu: kmenuedit: Update to 6.0.4., guix-commits, 2024/06/17
- 95/178: gnu: kwallet-pam: Update to 6.0.4., guix-commits, 2024/06/17
- 96/178: gnu: plasma-workspace-wallpapers: Update to 6.0.4., guix-commits, 2024/06/17
- 98/178: gnu: libkscreen: Update to 6.0.4., guix-commits, 2024/06/17
- 100/178: gnu: kpipewire: Update to 6.0.4., guix-commits, 2024/06/17
- 105/178: gnu: Add libaccounts-qt6., guix-commits, 2024/06/17
- 107/178: gnu: plasma-disks: Update to 6.0.4., guix-commits, 2024/06/17
- 103/178: gnu: kscreen: Update to 6.0.4., guix-commits, 2024/06/17
- 108/178: gnu: plasma-nano: Update to 6.0.4., guix-commits, 2024/06/17
- 113/178: gnu: kde-gtk-config: Update to 6.0.4., guix-commits, 2024/06/17
- 115/178: gnu: libqaccessibilityclient: Update to 0.6.0.,
guix-commits <=
- 119/178: gnu: breeze: Update to 6.0.4., guix-commits, 2024/06/17
- 117/178: gnu: Add libqaccessibilityclient-qt6., guix-commits, 2024/06/17
- 120/178: gnu: breeze-gtk: Update to 6.0.4.1., guix-commits, 2024/06/17
- 122/178: gnu: kwin: Update to 6.0.4.1., guix-commits, 2024/06/17
- 121/178: gnu: Add kglobalacceld., guix-commits, 2024/06/17
- 124/178: gnu: Add qcoro-qt6., guix-commits, 2024/06/17
- 125/178: gnu: kdegraphics-mobipocket: Update to 24.02.2., guix-commits, 2024/06/17
- 127/178: gnu: Add baloo-6., guix-commits, 2024/06/17
- 129/178: gnu: Add plasma5support., guix-commits, 2024/06/17
- 130/178: gnu: kuserfeedback: Update to 1.3.0., guix-commits, 2024/06/17