GNU bug report logs -
#57322
[PATCH] gnu: dotherside: Update to 0.9.0.
Previous Next
Reported by: Zhu Zihao <all_but_last <at> 163.com>
Date: Sun, 21 Aug 2022 16:16:02 UTC
Severity: normal
Tags: patch
Done: 宋文武 <iyzsong <at> envs.net>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
[Message part 1 (text/plain, inline)]
Your message dated Mon, 22 Aug 2022 14:06:37 +0800
with message-id <87tu64ak2a.fsf <at> envs.net>
and subject line Re: bug#57322: [PATCH] gnu: dotherside: Update to 0.9.0.
has caused the debbugs.gnu.org bug report #57322,
regarding [PATCH] gnu: dotherside: Update to 0.9.0.
to be marked as done.
(If you believe you have received this mail in error, please contact
help-debbugs <at> gnu.org.)
--
57322: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=57322
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
[0001-gnu-dotherside-Update-to-0.9.0.patch (text/x-patch, inline)]
From d357978b4e362135612e82db98d6035a7c4fb42a Mon Sep 17 00:00:00 2001
From: Zhu Zihao <all_but_last <at> 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
[Message part 4 (text/plain, inline)]
--
Retrieve my PGP public key:
gpg --recv-keys 481F5EEEBA425ADC13247C76A6E672D981B8E744
Zihao
[Message part 5 (message/rfc822, inline)]
Zhu Zihao <all_but_last <at> 163.com> writes:
>>From d357978b4e362135612e82db98d6035a7c4fb42a Mon Sep 17 00:00:00 2001
> From: Zhu Zihao <all_but_last <at> 163.com>
> Date: Mon, 22 Aug 2022 00:13:27 +0800
> Subject: [PATCH] gnu: dotherside: Update to 0.9.0.
Pushed, thank you!
This bug report was last modified 2 years and 332 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.