[PATCH 1/2] gnu: kaidan: Add missing input.

  • Done
  • quality assurance status badge
Details
3 participants
  • iyzsong
  • Jack Hill
  • Maxim Cournoyer
Owner
unassigned
Submitted by
iyzsong
Severity
normal
I
I
iyzsong wrote on 2 Sep 2023 04:56
(address . guix-patches@gnu.org)
f0f66ae1a721e178b448e1261ca91a863e01899c.1693622531.git.iyzsong@member.fsf.org
From: ??? <iyzsong@member.fsf.org>


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

Toggle diff (16 lines)
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
I
I
iyzsong wrote on 2 Sep 2023 04:58
[PATCH 2/2] gnu: kaidan: Update to 0.9.0.
(address . 65690@debbugs.gnu.org)(name . ???)(address . iyzsong@member.fsf.org)
f43d05d3391d1f4c640d648c2b75fb86e3d9c350.1693622531.git.iyzsong@member.fsf.org
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(-)

Toggle diff (24 lines)
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
J
J
Jack Hill wrote on 5 Sep 2023 21:08
(address . 65690@debbugs.gnu.org)
bdc76f73-073a-031d-0d9b-4a60dac7660e@jackhill.us
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
M
M
Maxim Cournoyer wrote on 6 Sep 2023 02:52
Re: bug#65690: [PATCH 1/2] gnu: kaidan: Add missing input.
(address . iyzsong@envs.net)
878r9kf7ii.fsf_-_@gmail.com
Hi,

I've installed the series, thank you!

--
Thanks,
Maxim
Closed
?
Your comment

This issue is archived.

To comment on this conversation send an email to 65690@debbugs.gnu.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 65690
Then, you may apply the latest patchset in this issue (with sign off)
mumi am -- -s
Or, compose a reply to this issue
mumi compose
Or, send patches to this issue
mumi send-email *.patch