[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
04/373: gnu: qcoro-qt5: Update to 0.10.0.
From: |
guix-commits |
Subject: |
04/373: gnu: qcoro-qt5: Update to 0.10.0. |
Date: |
Mon, 8 Jul 2024 08:04:13 -0400 (EDT) |
z572 pushed a commit to branch kde-team
in repository guix.
commit 5192351b32f2a1d283f09bd19240fac167ab6af1
Author: Zheng Junjie <zhengjunjie@iscas.ac.cn>
AuthorDate: Fri Jul 5 23:08:10 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: I7b76f87ae9cce3da6746625aefa9cb9b86c93d89
---
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 450245cc6d..0d4300a9f4 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/";)
- branch kde-team created (now 185c539ca4), guix-commits, 2024/07/08
- 06/373: gnu: libaccounts-qt: Update to 1.17., guix-commits, 2024/07/08
- 03/373: gnu: libraw: Update to 0.21.2., guix-commits, 2024/07/08
- 11/373: gnu: Add poppler-qt6., guix-commits, 2024/07/08
- 26/373: gnu: attica: Update to 6.3.0., guix-commits, 2024/07/08
- 24/373: gnu: kquickcharts: Update to 6.3.0., guix-commits, 2024/07/08
- 08/373: gnu: Add python-pygdbmi., guix-commits, 2024/07/08
- 20/373: gnu: kdsoap: Update to 2.2.0., guix-commits, 2024/07/08
- 28/373: gnu: breeze-icons: Update to 6.3.0., guix-commits, 2024/07/08
- 01/373: gnu: extra-cmake-modules: Update to 6.3.0., guix-commits, 2024/07/08
- 04/373: gnu: qcoro-qt5: Update to 0.10.0.,
guix-commits <=
- 09/373: gnu: qca: Update to 2.3.9., guix-commits, 2024/07/08
- 15/373: gnu: Add signond-qt6., guix-commits, 2024/07/08
- 13/373: gnu: packagekit-qt5: Update to 1.1.1., guix-commits, 2024/07/08
- 21/373: gnu: Add kdsoap-qt6., guix-commits, 2024/07/08
- 05/373: gnu: Add qcoro-qt6., guix-commits, 2024/07/08
- 02/373: gnu: Add qtkeychain-qt6., guix-commits, 2024/07/08
- 07/373: gnu: Add libaccounts-qt6., guix-commits, 2024/07/08
- 10/373: gnu: Add qca-qt6., guix-commits, 2024/07/08
- 12/373: gnu: Add grantlee-qt6., guix-commits, 2024/07/08
- 17/373: gnu: libavif: Update to 1.0.4., guix-commits, 2024/07/08