[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
123/178: gnu: qcoro-qt5: Update to 0.10.0.
From: |
guix-commits |
Subject: |
123/178: gnu: qcoro-qt5: Update to 0.10.0. |
Date: |
Mon, 17 Jun 2024 12:13:43 -0400 (EDT) |
z572 pushed a commit to branch kde-team
in repository guix.
commit 2f1cd4ac8d5252ec6379e4d7a2e73ca6b4424bde
Author: Zheng Junjie <zhengjunjie@iscas.ac.cn>
AuthorDate: Fri May 3 17:58:15 2024 +0800
gnu: qcoro-qt5: Update to 0.10.0.
* gnu/packages/qt.scm (qcoro-qt5): Update to 0.10.0.
[arguments]<#:configure-flags>: Set USE_QT_VERSION from input qtbase.
Change-Id: I500b7a3047dae286cb199f10003b9d10c9fdef90
---
gnu/packages/qt.scm | 9 ++++++---
1 file changed, 6 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/qt.scm b/gnu/packages/qt.scm
index 3be41762ed..b996ed407e 100644
--- a/gnu/packages/qt.scm
+++ b/gnu/packages/qt.scm
@@ -140,7 +140,7 @@
(define-public qcoro-qt5
(package
(name "qcoro-qt5")
- (version "0.9.0")
+ (version "0.10.0")
(source
(origin
(method git-fetch)
@@ -149,11 +149,14 @@
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
- (base32 "0pk5ybk6zv7m0wnkl6m3m8sjybmfk6wcn22mmgj942hrc3yrdzci"))))
+ (base32 "0inhjc9zknc64q6gajkljfpm2287arg1j0848ia3rhqcbc53k28b"))))
(build-system qt-build-system)
(arguments
(list #:configure-flags
- #~(list "-DUSE_QT_VERSION=5")))
+ #~(list (string-append "-DUSE_QT_VERSION="
+ #$(version-major
+ (package-version
+ (this-package-input "qtbase")))))))
(native-inputs (list dbus)) ;for tests
(inputs (list qtbase-5 qtdeclarative-5 qtwebsockets-5))
(home-page "https://qcoro.dvratil.cz/")
- 79/178: gnu: packagekit-qt5: Update to 1.1.1., (continued)
- 79/178: gnu: packagekit-qt5: Update to 1.1.1., guix-commits, 2024/06/17
- 82/178: gnu: Add appstream-qt6., guix-commits, 2024/06/17
- 85/178: gnu: Add kwayland-6., guix-commits, 2024/06/17
- 92/178: gnu: kdecoration: Update to 6.0.4., guix-commits, 2024/06/17
- 99/178: gnu: ksshaskpass: Update to 6.0.4., guix-commits, 2024/06/17
- 102/178: gnu: libksysguard: Update to 6.0.4., guix-commits, 2024/06/17
- 104/178: gnu: libaccounts-qt: Update to 1.17., guix-commits, 2024/06/17
- 110/178: gnu: kactivitymanagerd: Update to 6.0.4., guix-commits, 2024/06/17
- 109/178: gnu: plasma-pa: Update to 6.0.4., guix-commits, 2024/06/17
- 118/178: gnu: kscreenlocker: Update to 6.0.4., guix-commits, 2024/06/17
- 123/178: gnu: qcoro-qt5: Update to 0.10.0.,
guix-commits <=
- 128/178: gnu: libkexiv2: Update to 24.02.2., guix-commits, 2024/06/17
- 13/178: gnu: Add kplotting-6., guix-commits, 2024/06/17
- 18/178: gnu: Add karchive-6., guix-commits, 2024/06/17
- 21/178: gnu: Add kpty-6., guix-commits, 2024/06/17
- 57/178: gnu: libraw: Update to 0.21.2., guix-commits, 2024/06/17
- 58/178: gnu: Add kimageformats-6., guix-commits, 2024/06/17
- 66/178: gnu: Add kpeople-6., guix-commits, 2024/06/17
- 81/178: gnu: appstream: Update to 1.0.3., guix-commits, 2024/06/17
- 86/178: gnu: Add kstatusnotifieritem., guix-commits, 2024/06/17
- 101/178: gnu: kgamma: Update to 6.0.4., guix-commits, 2024/06/17