all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#57322] [PATCH] gnu: dotherside: Update to 0.9.0.
@ 2022-08-21 16:14 Zhu Zihao
  2022-08-22  6:06 ` bug#57322: " 宋文武 via Guix-patches via
  0 siblings, 1 reply; 2+ messages in thread
From: Zhu Zihao @ 2022-08-21 16:14 UTC (permalink / raw)
  To: 57322

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1: 0001-gnu-dotherside-Update-to-0.9.0.patch --]
[-- Type: text/x-patch, Size: 1317 bytes --]

From d357978b4e362135612e82db98d6035a7c4fb42a Mon Sep 17 00:00:00 2001
From: Zhu Zihao <all_but_last@163.com>
Date: Mon, 22 Aug 2022 00:13:27 +0800
Subject: [PATCH] gnu: dotherside: Update to 0.9.0.

* gnu/packages/qt.scm(dotherside): Update to 0.9.0.
---
 gnu/packages/qt.scm | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/qt.scm b/gnu/packages/qt.scm
index 8814f7cfd8..d9d796f551 100644
--- a/gnu/packages/qt.scm
+++ b/gnu/packages/qt.scm
@@ -3634,7 +3634,7 @@ (define-public qtwebkit
 (define-public dotherside
   (package
     (name "dotherside")
-    (version "0.6.4")
+    (version "0.9.0")
     (source
      (origin
        (method git-fetch)
@@ -3644,11 +3644,12 @@ (define-public dotherside
        (file-name (git-file-name name version))
        (sha256
         (base32
-         "09fz6v8rp28997f235yaifj8p4vvsyv45knc1iivgdvx7msgcd0m"))))
+         "13n2qb8q9jz4ihwlbs7y15lw90w9113gb1bgnb1dggpxkj64r953"))))
     (build-system cmake-build-system)
     (native-inputs
      (list qttools-5))
     (inputs
+     ;; TODO: Support Qt 6 (requires qtdeclarative of Qt6).
      (list qtbase-5 qtdeclarative-5))
     (home-page "https://filcuc.github.io/DOtherSide/index.html")
     (synopsis "C language library for creating bindings for the Qt QML language")
-- 
2.37.2


[-- Attachment #2: Type: text/plain, Size: 100 bytes --]


-- 
Retrieve my PGP public key:

  gpg --recv-keys 481F5EEEBA425ADC13247C76A6E672D981B8E744

Zihao

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* bug#57322: [PATCH] gnu: dotherside: Update to 0.9.0.
  2022-08-21 16:14 [bug#57322] [PATCH] gnu: dotherside: Update to 0.9.0 Zhu Zihao
@ 2022-08-22  6:06 ` 宋文武 via Guix-patches via
  0 siblings, 0 replies; 2+ messages in thread
From: 宋文武 via Guix-patches via @ 2022-08-22  6:06 UTC (permalink / raw)
  To: Zhu Zihao; +Cc: 57322-done

Zhu Zihao <all_but_last@163.com> writes:

>>From d357978b4e362135612e82db98d6035a7c4fb42a Mon Sep 17 00:00:00 2001
> From: Zhu Zihao <all_but_last@163.com>
> Date: Mon, 22 Aug 2022 00:13:27 +0800
> Subject: [PATCH] gnu: dotherside: Update to 0.9.0.

Pushed, thank you!




^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2022-08-22  6:08 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-08-21 16:14 [bug#57322] [PATCH] gnu: dotherside: Update to 0.9.0 Zhu Zihao
2022-08-22  6:06 ` bug#57322: " 宋文武 via Guix-patches via

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.