[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
127/373: gnu: libqaccessibilityclient: Update to 0.6.0.
From: |
guix-commits |
Subject: |
127/373: gnu: libqaccessibilityclient: Update to 0.6.0. |
Date: |
Mon, 8 Jul 2024 08:04:36 -0400 (EDT) |
z572 pushed a commit to branch kde-team
in repository guix.
commit 9338591d1d62c17db48e83905d84141b2339d199
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; Use Gexps.
[inputs]: Remove qtbase-5; Add qtbase.
Change-Id: Iea393dfa06d595500587d7c43de95c1c751ca2af
---
gnu/packages/kde.scm | 37 +++++++++++++++++++++----------------
1 file changed, 21 insertions(+), 16 deletions(-)
diff --git a/gnu/packages/kde.scm b/gnu/packages/kde.scm
index bfb9dbb6bf..3faa3521ae 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,24 +882,28 @@ 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
- #: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'
- (setenv "DBUS_FATAL_WARNINGS" "0")
- (setenv "HOME"
- (getcwd))
- (invoke "dbus-launch" "ctest")))))))
+ (list #: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'
+ (setenv "DBUS_FATAL_WARNINGS" "0")
+ (setenv "HOME"
+ (getcwd))
+ (invoke "dbus-launch" "ctest")))))))
(native-inputs (list dbus extra-cmake-modules))
- (inputs (list qtbase-5))
+ (inputs (list qtbase))
(home-page "https://invent.kde.org/libraries/libqaccessibilityclient")
(synopsis "Helper library to make writing accessibility tools easier")
(description "This package provides library that is used when writing
- 93/373: gnu: kdeclarative: Update to 6.3.0., (continued)
- 93/373: gnu: kdeclarative: Update to 6.3.0., guix-commits, 2024/07/08
- 101/373: gnu: kfilemetadata: Update to 6.3.0., guix-commits, 2024/07/08
- 103/373: gnu: oxygen-sounds: Update to 6.1.2., guix-commits, 2024/07/08
- 104/373: gnu: kwrited: Update to 6.1.2., guix-commits, 2024/07/08
- 109/373: gnu: kmenuedit: Update to 6.1.2., guix-commits, 2024/07/08
- 111/373: gnu: kwallet-pam: Update to 6.1.2., guix-commits, 2024/07/08
- 115/373: gnu: ksshaskpass: Update to 6.1.2., guix-commits, 2024/07/08
- 119/373: gnu: kscreen: Update to 6.1.2., guix-commits, 2024/07/08
- 126/373: gnu: kde-gtk-config: Update to 6.1.2., guix-commits, 2024/07/08
- 121/373: gnu: plasma-disks: Update to 6.1.2., guix-commits, 2024/07/08
- 127/373: gnu: libqaccessibilityclient: Update to 0.6.0.,
guix-commits <=
- 122/373: gnu: plasma-nano: Update to 6.1.2., guix-commits, 2024/07/08
- 128/373: gnu: Add libqaccessibilityclient-qt5., guix-commits, 2024/07/08
- 130/373: gnu: breeze-gtk: Update to 6.1.2., guix-commits, 2024/07/08
- 131/373: gnu: Add kglobalacceld., guix-commits, 2024/07/08
- 141/373: gnu: kaccounts-integration: Update to 24.05.2., guix-commits, 2024/07/08
- 142/373: gnu: plasma-desktop: Update to 6.1.2., guix-commits, 2024/07/08
- 145/373: gnu: powerdevil: Update to 6.1.2., guix-commits, 2024/07/08
- 152/373: gnu: kdeplasma-addons: Update to 6.1.2., guix-commits, 2024/07/08
- 159/373: gnu: baloo-widgets: Update to 24.05.2., guix-commits, 2024/07/08
- 162/373: gnu: Add ocean-sound-theme., guix-commits, 2024/07/08