GNU bug report logs -
#68239
[PATCH] gnu: Add kvirc.
Previous Next
To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 68239 in the body.
You can then email your comments to 68239 AT debbugs.gnu.org in the normal way.
Toggle the display of automated, internal messages from the tracker.
Report forwarded
to
guix-patches <at> gnu.org
:
bug#68239
; Package
guix-patches
.
(Thu, 04 Jan 2024 05:03:02 GMT)
Full text and
rfc822 format available.
Acknowledgement sent
to
Christian Miller <christian.miller <at> dadoes.de>
:
New bug report received and forwarded. Copy sent to
guix-patches <at> gnu.org
.
(Thu, 04 Jan 2024 05:03:02 GMT)
Full text and
rfc822 format available.
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
* gnu/packages/irc.scm (kvirc): New variable.
Change-Id: I35c284aed0176232a31d01821cdb7be4e5646140
---
gnu/packages/irc.scm | 41 +++++++++++++++++++++++++++++++++++++++++
1 file changed, 41 insertions(+)
diff --git a/gnu/packages/irc.scm b/gnu/packages/irc.scm
index 46961ccb7e..483ecc94d5 100644
--- a/gnu/packages/irc.scm
+++ b/gnu/packages/irc.scm
@@ -14,6 +14,7 @@
;;; Copyright © 2022 Jai Vetrivelan <jaivetrivelan <at> gmail.com>
;;; Copyright © 2022 jgart <jgart <at> dismail.de>
;;; Copyright © 2023 Janneke Nieuwenhuizen <janneke <at> gnu.org>
+;;; Copyright © 2024 Christian Miller <christian.miller <at> dadoes.de>
;;;
;;; This file is part of GNU Guix.
;;;
@@ -60,6 +61,8 @@ (define-module (gnu packages irc)
#:use-module (gnu packages curl)
#:use-module (gnu packages cyrus-sasl)
#:use-module (gnu packages databases)
+ #:use-module (gnu packages documentation)
+ #:use-module (gnu packages enchant)
#:use-module (gnu packages file)
#:use-module (gnu packages gettext)
#:use-module (gnu packages geo)
@@ -68,6 +71,7 @@ (define-module (gnu packages irc)
#:use-module (gnu packages gnupg)
#:use-module (gnu packages golang)
#:use-module (gnu packages golang-check)
+ #:use-module (gnu packages graphviz)
#:use-module (gnu packages gtk)
#:use-module (gnu packages guile)
#:use-module (gnu packages guile-xyz)
@@ -629,6 +633,43 @@ (define-public kirc
(home-page "http://kirc.io/index.html")
(license license:expat)))
+(define-public kvirc
+ (package
+ (name "kvirc")
+ (version "5.2.0")
+ (source
+ (origin
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://github.com/kvirc/KVIrc")
+ (commit (string-append version "-beta3"))))
+ (file-name (git-file-name name version))
+ (sha256
+ (base32 "0qs419jk875sz9r8492m6cz23axd93qhgf3h6k6766kiqv7aahys"))))
+ (build-system cmake-build-system)
+ (arguments
+ (list
+ #:tests? #f)) ;no tests
+ (native-inputs (list pkg-config doxygen graphviz))
+ (inputs (list zlib
+ qtbase-5
+ qtmultimedia-5
+ qtwebengine-5
+ qtsvg-5
+ qtx11extras
+ openssl
+ perl
+ enchant
+ python
+ gettext-minimal))
+ (home-page "https://www.kvirc.net/")
+ (synopsis "IRC client based on QT GUI toolkit")
+ (description
+ "KVIrc is a free portable IRC client based on the excellent Qt GUI
+toolkit. KVirc is being written by Szymon Stefanek and the KVIrc Development
+Team with the contribution of many IRC addicted developers around the world.")
+ (license license:gpl2)))
+
(define-public limnoria
(package
(name "limnoria")
base-commit: 7b0863f07a113caef26fea13909bd97d250b629e
--
2.41.0
Reply sent
to
Sharlatan Hellseher <sharlatanus <at> gmail.com>
:
You have taken responsibility.
(Sun, 03 Nov 2024 23:41:02 GMT)
Full text and
rfc822 format available.
Notification sent
to
Christian Miller <christian.miller <at> dadoes.de>
:
bug acknowledged by developer.
(Sun, 03 Nov 2024 23:41:02 GMT)
Full text and
rfc822 format available.
Message #10 received at 68239-done <at> debbugs.gnu.org (full text, mbox):
[Message part 1 (text/plain, inline)]
Hi,
Pushed as 8124b52007 to master.
- changes
- Update to 5.2.6
- Adjust license
--
Thanks,
Oleg
[signature.asc (application/pgp-signature, inline)]
Message sent on
to
Christian Miller <christian.miller <at> dadoes.de>
:
bug#68239.
(Mon, 04 Nov 2024 13:18:02 GMT)
Full text and
rfc822 format available.
Message #13 received at 68239-submitter <at> debbugs.gnu.org (full text, mbox):
close 68239
# Hi Christian - thanks for your patch - it just went into the archive in
# commit: 8124b52007d661aaf36c9e0d00ec03d232754034
thanks
bug archived.
Request was from
Debbugs Internal Request <help-debbugs <at> gnu.org>
to
internal_control <at> debbugs.gnu.org
.
(Tue, 03 Dec 2024 12:24:05 GMT)
Full text and
rfc822 format available.
bug unarchived.
Request was from
"Suhail Singh" <suhailsingh247 <at> gmail.com>
to
control <at> debbugs.gnu.org
.
(Fri, 06 Dec 2024 16:45:03 GMT)
Full text and
rfc822 format available.
bug archived.
Request was from
"Suhail Singh" <suhailsingh247 <at> gmail.com>
to
control <at> debbugs.gnu.org
.
(Fri, 06 Dec 2024 16:45:03 GMT)
Full text and
rfc822 format available.
This bug report was last modified 97 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.