summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSughosha <sughosha@disroot.org>2025-07-22 02:06:17 +0530
committerZheng Junjie <z572@z572.online>2025-07-28 11:54:36 +0800
commitc9acbe7dc23c499f70016a7137578d6d258aed19 (patch)
treef3fce2037552969bd5f97e4ee9c5f4e69f2488ad
parent0375f5491a59f0edddba8e47b8d8c66a96218821 (diff)
gnu: quaternion: Update to 0.0.97.1.
* gnu/packages/messaging.scm (quaternion): Update to 0.0.97.1. [arguments]: Use gexp. <#:qtbase>: Use qtbase. [native-inputs]: Add qttools. [inputs]: Remove qtbase-5, qttools-5, qtgraphicaleffects, qtquickcontrols-5 and qtquickcontrols2-5; Replace qtdeclarative-5 with qtdeclarative, qtmultimedia-5 with qtmultimedia, qtsvg-5 with qtsvg and qtwayland-5 with qtwayland; Add olm, qtkeychain-qt6 and openssl. [home-page]: Update URL. [description]: Update it. Change-Id: I0675c9bbedca71e089d7547a435f73c5fd7076b6 Signed-off-by: Zheng Junjie <z572@z572.online>
-rw-r--r--gnu/packages/messaging.scm34
1 files changed, 17 insertions, 17 deletions
diff --git a/gnu/packages/messaging.scm b/gnu/packages/messaging.scm
index 57be4b1487..a72596e17b 100644
--- a/gnu/packages/messaging.scm
+++ b/gnu/packages/messaging.scm
@@ -2562,7 +2562,7 @@ notification, emojis, E2E encryption, and voip calls.")
(define-public quaternion
(package
(name "quaternion")
- (version "0.0.95.1")
+ (version "0.0.97.1")
(outputs '("out" "debug"))
(source
(origin
@@ -2572,28 +2572,28 @@ notification, emojis, E2E encryption, and voip calls.")
(commit version)))
(file-name (git-file-name name version))
(sha256
- (base32 "10mzcr4rpyq5bl3h8wzxxlk8rdz7slhiq863xs77bmsq2pzf6lp8"))))
+ (base32 "1628rnj025zz84vvp3zrhq912n27maznhszky2yd4w7ackg08zhf"))))
(build-system qt-build-system)
+ (arguments
+ (list #:qtbase qtbase
+ #:tests? #f)) ;no tests
+ (native-inputs
+ (list qttools))
(inputs
(list libqmatrixclient
- qtbase-5
- qtdeclarative-5
- qtgraphicaleffects
- qtmultimedia-5
- qtquickcontrols-5
- qtquickcontrols2-5
- qtsvg-5
- qttools-5
- qtwayland-5
+ olm
+ openssl
+ qtdeclarative
+ qtkeychain-qt6
+ qtmultimedia
+ qtsvg
+ qtwayland
xdg-utils))
- (arguments
- `(#:tests? #f)) ; no tests
- (home-page "https://matrix.org/docs/projects/client/quaternion.html")
+ (home-page "https://matrix.org/ecosystem/clients/quaternion/")
(synopsis "Graphical client for the Matrix instant messaging protocol")
- (description "Quaternion is a Qt5 desktop client for the Matrix instant
+ (description "Quaternion is a Qt desktop client for the Matrix instant
messaging protocol. It uses libqmatrixclient and is its reference client
-implementation. Quaternion and libqmatrixclient together form the
-QMatrixClient project.")
+implementation.")
(license (list license:gpl3+ ; all source code
license:lgpl3+)))) ; icons/breeze