all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#65690] [PATCH 1/2] gnu: kaidan: Add missing input.
@ 2023-09-02  2:56 iyzsong--- via Guix-patches via
  2023-09-02  2:58 ` [bug#65690] [PATCH 2/2] gnu: kaidan: Update to 0.9.0 iyzsong--- via Guix-patches via
  0 siblings, 1 reply; 4+ messages in thread
From: iyzsong--- via Guix-patches via @ 2023-09-02  2:56 UTC (permalink / raw)
  To: 65690; +Cc: 65684, 宋文武

From: 宋文武 <iyzsong@member.fsf.org>

Fixes <https://issues.guix.gnu.org/65684>.

* gnu/packages/messaging.scm (kaidan)[inputs]: Add sonnet.
---
 gnu/packages/messaging.scm | 1 +
 1 file changed, 1 insertion(+)

diff --git a/gnu/packages/messaging.scm b/gnu/packages/messaging.scm
index d6296d43aa..5c65760caf 100644
--- a/gnu/packages/messaging.scm
+++ b/gnu/packages/messaging.scm
@@ -1435,6 +1435,7 @@ (define-public kaidan
                   qtxmlpatterns
                   qqc2-desktop-style
                   qxmpp
+                  sonnet
                   zxing-cpp))
     (home-page "https://www.kaidan.im/")
     (synopsis "Qt-based XMPP/Jabber Client")

base-commit: c72bc0bb71a7315241c174636f96faee46a6dfa8
-- 
2.41.0





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

* [bug#65690] [PATCH 2/2] gnu: kaidan: Update to 0.9.0.
  2023-09-02  2:56 [bug#65690] [PATCH 1/2] gnu: kaidan: Add missing input iyzsong--- via Guix-patches via
@ 2023-09-02  2:58 ` iyzsong--- via Guix-patches via
  2023-09-05 19:08   ` Jack Hill
  2023-09-06  0:52   ` bug#65690: [PATCH 1/2] gnu: kaidan: Add missing input Maxim Cournoyer
  0 siblings, 2 replies; 4+ messages in thread
From: iyzsong--- via Guix-patches via @ 2023-09-02  2:58 UTC (permalink / raw)
  To: 65690; +Cc: 宋文武

From: 宋文武 <iyzsong@member.fsf.org>

* gnu/packages/messaging.scm (kaidan): Update to 0.9.0.
---
 gnu/packages/messaging.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/messaging.scm b/gnu/packages/messaging.scm
index 5c65760caf..14c4fc2b15 100644
--- a/gnu/packages/messaging.scm
+++ b/gnu/packages/messaging.scm
@@ -1405,7 +1405,7 @@ (define-public dino
 (define-public kaidan
   (package
     (name "kaidan")
-    (version "0.8.0")
+    (version "0.9.0")
     (source (origin
               (method url-fetch)
               (uri (string-append "mirror://kde/unstable/kaidan/" version
@@ -1415,7 +1415,7 @@ (define-public kaidan
         #~(begin
             (delete-file-recursively "3rdparty")))
        (sha256
-        (base32 "195iddv35gc3k83r226y17avsab2b9bszgd7z7ynbddsgbf75rx7"))))
+        (base32 "1waqv0fdkhvp3cqy2a2g6i2wc9s0zbvgzknymrwxy99mnx9ymw9g"))))
     (build-system qt-build-system)
     (arguments
      (list #:configure-flags #~(list "-DBUILD_TESTS=true")))
-- 
2.41.0





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

* [bug#65690] [PATCH 2/2] gnu: kaidan: Update to 0.9.0.
  2023-09-02  2:58 ` [bug#65690] [PATCH 2/2] gnu: kaidan: Update to 0.9.0 iyzsong--- via Guix-patches via
@ 2023-09-05 19:08   ` Jack Hill
  2023-09-06  0:52   ` bug#65690: [PATCH 1/2] gnu: kaidan: Add missing input Maxim Cournoyer
  1 sibling, 0 replies; 4+ messages in thread
From: Jack Hill @ 2023-09-05 19:08 UTC (permalink / raw)
  To: 65690; +Cc: 宋文武, iyzsong

Hi,

I was able to reproduce the bug before, and can confirm that it's now 
gone. I don't see any problems with the patches and the QA is now green :)

Best,
Jack





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

* bug#65690: [PATCH 1/2] gnu: kaidan: Add missing input.
  2023-09-02  2:58 ` [bug#65690] [PATCH 2/2] gnu: kaidan: Update to 0.9.0 iyzsong--- via Guix-patches via
  2023-09-05 19:08   ` Jack Hill
@ 2023-09-06  0:52   ` Maxim Cournoyer
  1 sibling, 0 replies; 4+ messages in thread
From: Maxim Cournoyer @ 2023-09-06  0:52 UTC (permalink / raw)
  To: iyzsong; +Cc: 65690-done, 宋文武

Hi,

I've installed the series, thank you!

-- 
Thanks,
Maxim




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

end of thread, other threads:[~2023-09-06  0:53 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-09-02  2:56 [bug#65690] [PATCH 1/2] gnu: kaidan: Add missing input iyzsong--- via Guix-patches via
2023-09-02  2:58 ` [bug#65690] [PATCH 2/2] gnu: kaidan: Update to 0.9.0 iyzsong--- via Guix-patches via
2023-09-05 19:08   ` Jack Hill
2023-09-06  0:52   ` bug#65690: [PATCH 1/2] gnu: kaidan: Add missing input Maxim Cournoyer

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.