emacs-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#57322: closed ([PATCH] gnu: dotherside: Update to 0.9.0.)


From: GNU bug Tracking System
Subject: bug#57322: closed ([PATCH] gnu: dotherside: Update to 0.9.0.)
Date: Mon, 22 Aug 2022 06:08:02 +0000

Your message dated Mon, 22 Aug 2022 14:06:37 +0800
with message-id <87tu64ak2a.fsf@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@gnu.org.)


-- 
57322: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=57322
GNU Bug Tracking System
Contact help-debbugs@gnu.org with problems
--- Begin Message --- Subject: [PATCH] gnu: dotherside: Update to 0.9.0. Date: Mon, 22 Aug 2022 00:14:03 +0800 User-agent: mu4e 1.8.9; emacs 29.0.50
>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

-- 
Retrieve my PGP public key:

  gpg --recv-keys 481F5EEEBA425ADC13247C76A6E672D981B8E744

Zihao

--- End Message ---
--- Begin Message --- Subject: Re: bug#57322: [PATCH] gnu: dotherside: Update to 0.9.0. Date: Mon, 22 Aug 2022 14:06:37 +0800 User-agent: Gnus/5.13 (Gnus v5.13) Emacs/28.1 (gnu/linux)
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!


--- End Message ---

reply via email to

[Prev in Thread] Current Thread [Next in Thread]