From unknown Sat Aug 16 21:23:06 2025 X-Loop: help-debbugs@gnu.org Subject: bug#56349: [PATCH] gnu: Add kaidan. Resent-From: Raghav Gururajan Original-Sender: "Debbugs-submit" Resent-CC: bug-guix@gnu.org Resent-Date: Sat, 02 Jul 2022 08:50:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: report 56349 X-GNU-PR-Package: guix X-GNU-PR-Keywords: patch To: 56349@debbugs.gnu.org Cc: Raghav Gururajan X-Debbugs-Original-To: bug-guix@gnu.org Received: via spool by submit@debbugs.gnu.org id=B.16567517633506 (code B ref -1); Sat, 02 Jul 2022 08:50:01 +0000 Received: (at submit) by debbugs.gnu.org; 2 Jul 2022 08:49:23 +0000 Received: from localhost ([127.0.0.1]:39729 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1o7YoU-0000uL-MK for submit@debbugs.gnu.org; Sat, 02 Jul 2022 04:49:22 -0400 Received: from lists.gnu.org ([209.51.188.17]:38494) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1o7YoQ-0000u8-Bv for submit@debbugs.gnu.org; Sat, 02 Jul 2022 04:49:13 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:56990) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1o7YoP-0001kT-RU for bug-guix@gnu.org; Sat, 02 Jul 2022 04:49:10 -0400 Received: from out0.migadu.com ([2001:41d0:2:267::]:36687) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1o7YoN-0000O3-JB for bug-guix@gnu.org; Sat, 02 Jul 2022 04:49:09 -0400 X-Report-Abuse: Please report any abuse attempt to abuse@migadu.com and include these headers. DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=raghavgururajan.name; s=key1; t=1656751745; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding; bh=lwiNxxq9qEQqDF9f+/P7fRy1ogPcLpHIUu0WVTt9xjk=; b=QUJXo+hETPTuOS0noMnurFqOWQ6TmXOtCjirtbw4CNy934XW1sni2BukXNVH4SszJIrjo3 RGSOfTEwLerhKh3m8XjibDWonztjhdVAEhpnR/Wc/ftHd4D/7NHRGyffjUZQ8aHyd+5BKO Y13LIvljY7NLKYJKurLmUHHEMpgwUhQ2VxQ7A3MtpYUrCvwW9eNk32lYDXWNpav0eq30MZ I3dkmlvhqYD8Ny70yd0ovgtWsy1WvhGqAw5xmzGoNtYAPvQxQQEEYE5CW0WAZaPcTVg4nd Bn1XW7gur/gjT+4tkfc9kJ/UCe9ezeKjZ7Ed257dRVVwr5fiWCeYUg+gbRhgaw== From: Raghav Gururajan Date: Sat, 2 Jul 2022 04:49:00 -0400 Message-Id: <20220702084900.18089-1-rg@raghavgururajan.name> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Migadu-Flow: FLOW_OUT X-Migadu-Auth-User: raghavgururajan.name Received-SPF: pass client-ip=2001:41d0:2:267::; envelope-from=rg@raghavgururajan.name; helo=out0.migadu.com X-Spam_score_int: -27 X-Spam_score: -2.8 X-Spam_bar: -- X-Spam_report: (-2.8 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, RCVD_IN_DNSWL_LOW=-0.7, SPF_HELO_PASS=-0.001, SPF_PASS=-0.001, T_SCC_BODY_TEXT_LINE=-0.01 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: -1.4 (-) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -0.1 (/) * gnu/packages/messaging.scm (kaidan): New variable. --- gnu/packages/messaging.scm | 63 +++++++++++++++++++++++++++++++++++++- 1 file changed, 62 insertions(+), 1 deletion(-) diff --git a/gnu/packages/messaging.scm b/gnu/packages/messaging.scm index 9b1d06e21a..67841efc8a 100644 --- a/gnu/packages/messaging.scm +++ b/gnu/packages/messaging.scm @@ -25,7 +25,7 @@ ;;; Copyright © 2020 Jonathan Brielmaier ;;; Copyright © 2020 Mason Hock ;;; Copyright © 2020, 2021 Michael Rohleder -;;; Copyright © 2020 Raghav Gururajan +;;; Copyright © 2020, 2021 Raghav Gururajan ;;; Copyright © 2020, 2021 Robert Karszniewicz ;;; Copyright © 2020 Giacomo Leidi ;;; Copyright © 2021 Denis 'GNUtoo' Carikli @@ -89,6 +89,7 @@ (define-module (gnu packages messaging) #:use-module (gnu packages icu4c) #:use-module (gnu packages image) #:use-module (gnu packages kde) + #:use-module (gnu packages kde-frameworks) #:use-module (gnu packages kerberos) #:use-module (gnu packages less) #:use-module (gnu packages libcanberra) @@ -3359,4 +3360,64 @@ (define-public python-harmony (home-page "https://github.com/taylordotfish/harmony") (license license:gpl3+))) +(define-public kaidan + (package + (name "kaidan") + (version "0.8.0") + (source + (origin + (method url-fetch) + (uri + (string-append "mirror://kde/unstable/kaidan/" + version "/kaidan-" version ".tar.xz")) + (modules '((guix build utils))) + (snippet + `(begin + (delete-file-recursively "3rdparty"))) + (sha256 + (base32 "195iddv35gc3k83r226y17avsab2b9bszgd7z7ynbddsgbf75rx7")))) + (build-system qt-build-system) + (arguments + `(#:configure-flags + (list + "-DBUILD_TESTS=TRUE"))) + (native-inputs + (list + extra-cmake-modules + perl + pkg-config + python-wrapper)) + (inputs + (list + kirigami + knotifications + qtbase-5 + qtdeclarative + qtlocation + qtquickcontrols2 + qtsvg + qtmultimedia + qtxmlpatterns + qqc2-desktop-style + qxmpp + zxing-cpp)) + (home-page "https://www.kaidan.im/") + (synopsis "Qt-based XMPP/Jabber Client") + (description "Kaidan is a chat client. It uses the open communication +protocol XMPP (Jabber). The user interface makes use of Kirigami and QtQuick, +while the back-end of Kaidan is entirely written in C++ using Qt and the +Qt-based XMPP library QXmpp.") + (license + (list + ;; Graphics + license:cc-by-sa4.0 + ;; Files: + ;; src/{StatusBar.cpp|StatusBar.h|singleapp/*|hsluv-c/*} + ;; utils/generate-license.py + license:expat + ;; QrCodeVideoFrame + license:asl2.0 + ;; Others + license:gpl3+)))) + ;;; messaging.scm ends here -- 2.36.1 From unknown Sat Aug 16 21:23:06 2025 X-Loop: help-debbugs@gnu.org Subject: bug#56349: [PATCH v2] gnu: Add kaidan. References: <20220702084900.18089-1-rg@raghavgururajan.name> In-Reply-To: <20220702084900.18089-1-rg@raghavgururajan.name> Resent-From: Raghav Gururajan Original-Sender: "Debbugs-submit" Resent-CC: bug-guix@gnu.org Resent-Date: Sat, 02 Jul 2022 09:07:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 56349 X-GNU-PR-Package: guix X-GNU-PR-Keywords: patch To: 56349@debbugs.gnu.org Cc: Raghav Gururajan Received: via spool by 56349-submit@debbugs.gnu.org id=B56349.16567528065308 (code B ref 56349); Sat, 02 Jul 2022 09:07:02 +0000 Received: (at 56349) by debbugs.gnu.org; 2 Jul 2022 09:06:46 +0000 Received: from localhost ([127.0.0.1]:39751 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1o7Z5L-0001NO-0c for submit@debbugs.gnu.org; Sat, 02 Jul 2022 05:06:46 -0400 Received: from out0.migadu.com ([94.23.1.103]:58896) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1o7Z5G-0001ND-9Z for 56349@debbugs.gnu.org; Sat, 02 Jul 2022 05:06:38 -0400 X-Report-Abuse: Please report any abuse attempt to abuse@migadu.com and include these headers. DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=raghavgururajan.name; s=key1; t=1656752792; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding; bh=+l0gHvsgmqEzhVOn3x9wd3ZCwgudn8feQ5VKiOLgQuA=; b=HUGlyoocrsiqsKPmxTVccqI2yJdUVv3ZD0CaqkKqUX5II+SjOwrHJ0NULbcSt/cmyAdXfW +GVpMFCOxjE2L1stfYsj1AwpbDUXz5XnWzj5WSkgy5Oc39J9WkxP0syfARnhD6rmlW0ODX FZx2xLM/nTsdzaSDofUA2lfARBUJS9ZWr/qzkrKfAJvpnKQErYN/2Bt9vSPko+QjXXvqUl Ym5U8cCS6LEBVB/ybMieXsyXxtvMzwHS7uUmkA2KJT6KyHhZBs46DABO6LhcmNkhfyXSls 6ClwoXXdkk/DzG9A6+YqGErvTDChR0ubTBqCb/gQ8ZjwnCdOQ7aedHca48RdOA== From: Raghav Gururajan Date: Sat, 2 Jul 2022 05:06:27 -0400 Message-Id: <20220702090627.19040-1-rg@raghavgururajan.name> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Migadu-Flow: FLOW_OUT X-Migadu-Auth-User: raghavgururajan.name X-Spam-Score: -0.7 (/) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.0 (-) * gnu/packages/messaging.scm (kaidan): New variable. --- gnu/packages/messaging.scm | 64 +++++++++++++++++++++++++++++++++++++- 1 file changed, 63 insertions(+), 1 deletion(-) diff --git a/gnu/packages/messaging.scm b/gnu/packages/messaging.scm index 9b1d06e21a..4798119871 100644 --- a/gnu/packages/messaging.scm +++ b/gnu/packages/messaging.scm @@ -25,7 +25,7 @@ ;;; Copyright © 2020 Jonathan Brielmaier ;;; Copyright © 2020 Mason Hock ;;; Copyright © 2020, 2021 Michael Rohleder -;;; Copyright © 2020 Raghav Gururajan +;;; Copyright © 2020, 2021 Raghav Gururajan ;;; Copyright © 2020, 2021 Robert Karszniewicz ;;; Copyright © 2020 Giacomo Leidi ;;; Copyright © 2021 Denis 'GNUtoo' Carikli @@ -89,6 +89,7 @@ (define-module (gnu packages messaging) #:use-module (gnu packages icu4c) #:use-module (gnu packages image) #:use-module (gnu packages kde) + #:use-module (gnu packages kde-frameworks) #:use-module (gnu packages kerberos) #:use-module (gnu packages less) #:use-module (gnu packages libcanberra) @@ -3359,4 +3360,65 @@ (define-public python-harmony (home-page "https://github.com/taylordotfish/harmony") (license license:gpl3+))) +(define-public kaidan + (package + (name "kaidan") + (version "0.8.0") + (source + (origin + (method url-fetch) + (uri + (string-append "mirror://kde/unstable/kaidan/" + version "/kaidan-" version ".tar.xz")) + (modules '((guix build utils))) + (snippet + `(begin + (delete-file-recursively "3rdparty"))) + (sha256 + (base32 "195iddv35gc3k83r226y17avsab2b9bszgd7z7ynbddsgbf75rx7")))) + (build-system qt-build-system) + (arguments + `(#:configure-flags + (list + "-DBUILD_TESTS=TRUE"))) + (native-inputs + (list + extra-cmake-modules + perl + pkg-config + python-wrapper)) + (inputs + (list + kirigami + knotifications + qtbase-5 + qtdeclarative + qtgraphicaleffects + qtlocation + qtquickcontrols2 + qtsvg + qtmultimedia + qtxmlpatterns + qqc2-desktop-style + qxmpp + zxing-cpp)) + (home-page "https://www.kaidan.im/") + (synopsis "Qt-based XMPP/Jabber Client") + (description "Kaidan is a chat client. It uses the open communication +protocol XMPP (Jabber). The user interface makes use of Kirigami and QtQuick, +while the back-end of Kaidan is entirely written in C++ using Qt and the +Qt-based XMPP library QXmpp.") + (license + (list + ;; Graphics + license:cc-by-sa4.0 + ;; Files: + ;; src/{StatusBar.cpp|StatusBar.h|singleapp/*|hsluv-c/*} + ;; utils/generate-license.py + license:expat + ;; QrCodeVideoFrame + license:asl2.0 + ;; Others + license:gpl3+)))) + ;;; messaging.scm ends here -- 2.36.1 From unknown Sat Aug 16 21:23:06 2025 MIME-Version: 1.0 X-Mailer: MIME-tools 5.505 (Entity 5.505) X-Loop: help-debbugs@gnu.org From: help-debbugs@gnu.org (GNU bug Tracking System) To: Raghav Gururajan Subject: bug#56349: closed (Re: [PATCH v2] gnu: Add kaidan.) Message-ID: References: <20220702084900.18089-1-rg@raghavgururajan.name> X-Gnu-PR-Message: they-closed 56349 X-Gnu-PR-Package: guix X-Gnu-PR-Keywords: patch Reply-To: 56349@debbugs.gnu.org Date: Sat, 02 Jul 2022 11:40:02 +0000 Content-Type: multipart/mixed; boundary="----------=_1656762002-6028-1" This is a multi-part message in MIME format... ------------=_1656762002-6028-1 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="utf-8" Your bug report #56349: [PATCH] gnu: Add kaidan. which was filed against the guix package, has been closed. The explanation is attached below, along with your original report. If you require more details, please reply to 56349@debbugs.gnu.org. --=20 56349: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=3D56349 GNU Bug Tracking System Contact help-debbugs@gnu.org with problems ------------=_1656762002-6028-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at 56349-done) by debbugs.gnu.org; 2 Jul 2022 11:39:45 +0000 Received: from localhost ([127.0.0.1]:39988 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1o7bTV-0001Ye-DE for submit@debbugs.gnu.org; Sat, 02 Jul 2022 07:39:45 -0400 Received: from mail-ej1-f65.google.com ([209.85.218.65]:46714) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1o7bTR-0001YN-9d for 56349-done@debbugs.gnu.org; Sat, 02 Jul 2022 07:39:44 -0400 Received: by mail-ej1-f65.google.com with SMTP id q6so8302489eji.13 for <56349-done@debbugs.gnu.org>; Sat, 02 Jul 2022 04:39:41 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; h=message-id:subject:from:to:date:in-reply-to:references:user-agent :mime-version:content-transfer-encoding; bh=0EGlU1cWA6f8/rqjEkcKuNWViAUQJhHh95n4NkKmBck=; b=elsTHeVpulmr7q7X6F/LMJbI4ULWQsH5iYCFueIiix7Obt9U9gj+NrkTVSnQ/mutbM qmf2Tq27pVRNEKbrwY/dQJjeyhVVaBbPoRrf0icsDllU/mjbtHXYS2ganS1TQrsj0PyR sOhemcuvj9lb7dCHhMoIXA3SRWXAY8DB+wp5j1iDW5aJAQpsACacvLvSi3mCcrF+G/xG v6NkuOvX6HsIm8jX8HpVGVmXhkwMjfTSN570BgA7cNpt6C8mdhMWV7WvJbp9/YAYsxW6 QZ5BrmwgrVmimbS+8fyqOc3CWGGLsg+NQ/JhPGiFKJbbHxQaA0tv6qyaX3za697KI2U0 tUVw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:message-id:subject:from:to:date:in-reply-to :references:user-agent:mime-version:content-transfer-encoding; bh=0EGlU1cWA6f8/rqjEkcKuNWViAUQJhHh95n4NkKmBck=; b=c/JtWdckqvQFyrDXUTnvLPREo3JMNgvYMwpeWnmZEsVT1N0RUaJZUGsK6QK4r1WbXw Wllxg/W6UXUSQPf0gO9VWj7xqXHCL4X7yfKpUWaf14W0mdVouq3fPEcdjiw2q07emT2+ +ICIQfKamDWpr3PWaVYagoGh9vKdvEFP7CimAj8TS1hMMjIOAzkMqzuCyJTLhNz+hb1q dY8kxEfrATzjH3r/bydCON6Kh1eYdqoynifHMBk7loy2t0ItpMqD0iPhLnwCOAVd4pqF tG9cyo3XDOe0bs0zXy31gmGziJP250++/70CxhMpGmkIWAAoiZQr7MS2FekO+VJYVY7T luIw== X-Gm-Message-State: AJIora+k5ERVjcQ3sINg8V9amRNU2UEVCwbBSYtxD2TRUpZ4SAM4+0hx nm1WP+vXHZJZeuVdsID0u1E= X-Google-Smtp-Source: AGRyM1t9k4LrfFl0AFyEXsmqG7CtfkapaE3vJJcbQ7+0Ox0gMxjxCAKKOUOyDuXpjuRSIhdufm6/zQ== X-Received: by 2002:a17:907:3e0e:b0:726:602b:c19b with SMTP id hp14-20020a1709073e0e00b00726602bc19bmr19255347ejc.117.1656761975275; Sat, 02 Jul 2022 04:39:35 -0700 (PDT) Received: from nijino.fritz.box (85-127-52-93.dsl.dynamic.surfer.at. [85.127.52.93]) by smtp.gmail.com with ESMTPSA id el3-20020a056402360300b0043585bb803fsm16329056edb.25.2022.07.02.04.39.34 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Sat, 02 Jul 2022 04:39:34 -0700 (PDT) Message-ID: Subject: Re: [PATCH v2] gnu: Add kaidan. From: Liliana Marie Prikler To: Raghav Gururajan , 56349-done@debbugs.gnu.org Date: Sat, 02 Jul 2022 13:39:34 +0200 In-Reply-To: <20220702090627.19040-1-rg@raghavgururajan.name> References: <20220702090627.19040-1-rg@raghavgururajan.name> Content-Type: text/plain; charset="UTF-8" User-Agent: Evolution 3.42.1 MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Spam-Score: -0.0 (/) X-Debbugs-Envelope-To: 56349-done X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.0 (-) Hi Raghav, Am Samstag, dem 02.07.2022 um 05:06 -0400 schrieb Raghav Gururajan: > * gnu/packages/messaging.scm (kaidan): New variable. I cleaned up your patch and pushed it. Cheers ------------=_1656762002-6028-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at submit) by debbugs.gnu.org; 2 Jul 2022 08:49:23 +0000 Received: from localhost ([127.0.0.1]:39729 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1o7YoU-0000uL-MK for submit@debbugs.gnu.org; Sat, 02 Jul 2022 04:49:22 -0400 Received: from lists.gnu.org ([209.51.188.17]:38494) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1o7YoQ-0000u8-Bv for submit@debbugs.gnu.org; Sat, 02 Jul 2022 04:49:13 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:56990) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1o7YoP-0001kT-RU for bug-guix@gnu.org; Sat, 02 Jul 2022 04:49:10 -0400 Received: from out0.migadu.com ([2001:41d0:2:267::]:36687) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1o7YoN-0000O3-JB for bug-guix@gnu.org; Sat, 02 Jul 2022 04:49:09 -0400 X-Report-Abuse: Please report any abuse attempt to abuse@migadu.com and include these headers. DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=raghavgururajan.name; s=key1; t=1656751745; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding; bh=lwiNxxq9qEQqDF9f+/P7fRy1ogPcLpHIUu0WVTt9xjk=; b=QUJXo+hETPTuOS0noMnurFqOWQ6TmXOtCjirtbw4CNy934XW1sni2BukXNVH4SszJIrjo3 RGSOfTEwLerhKh3m8XjibDWonztjhdVAEhpnR/Wc/ftHd4D/7NHRGyffjUZQ8aHyd+5BKO Y13LIvljY7NLKYJKurLmUHHEMpgwUhQ2VxQ7A3MtpYUrCvwW9eNk32lYDXWNpav0eq30MZ I3dkmlvhqYD8Ny70yd0ovgtWsy1WvhGqAw5xmzGoNtYAPvQxQQEEYE5CW0WAZaPcTVg4nd Bn1XW7gur/gjT+4tkfc9kJ/UCe9ezeKjZ7Ed257dRVVwr5fiWCeYUg+gbRhgaw== From: Raghav Gururajan To: bug-guix@gnu.org Subject: [PATCH] gnu: Add kaidan. Date: Sat, 2 Jul 2022 04:49:00 -0400 Message-Id: <20220702084900.18089-1-rg@raghavgururajan.name> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Migadu-Flow: FLOW_OUT X-Migadu-Auth-User: raghavgururajan.name Received-SPF: pass client-ip=2001:41d0:2:267::; envelope-from=rg@raghavgururajan.name; helo=out0.migadu.com X-Spam_score_int: -27 X-Spam_score: -2.8 X-Spam_bar: -- X-Spam_report: (-2.8 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, RCVD_IN_DNSWL_LOW=-0.7, SPF_HELO_PASS=-0.001, SPF_PASS=-0.001, T_SCC_BODY_TEXT_LINE=-0.01 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: -1.4 (-) X-Debbugs-Envelope-To: submit Cc: Raghav Gururajan X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -0.1 (/) * gnu/packages/messaging.scm (kaidan): New variable. --- gnu/packages/messaging.scm | 63 +++++++++++++++++++++++++++++++++++++- 1 file changed, 62 insertions(+), 1 deletion(-) diff --git a/gnu/packages/messaging.scm b/gnu/packages/messaging.scm index 9b1d06e21a..67841efc8a 100644 --- a/gnu/packages/messaging.scm +++ b/gnu/packages/messaging.scm @@ -25,7 +25,7 @@ ;;; Copyright © 2020 Jonathan Brielmaier ;;; Copyright © 2020 Mason Hock ;;; Copyright © 2020, 2021 Michael Rohleder -;;; Copyright © 2020 Raghav Gururajan +;;; Copyright © 2020, 2021 Raghav Gururajan ;;; Copyright © 2020, 2021 Robert Karszniewicz ;;; Copyright © 2020 Giacomo Leidi ;;; Copyright © 2021 Denis 'GNUtoo' Carikli @@ -89,6 +89,7 @@ (define-module (gnu packages messaging) #:use-module (gnu packages icu4c) #:use-module (gnu packages image) #:use-module (gnu packages kde) + #:use-module (gnu packages kde-frameworks) #:use-module (gnu packages kerberos) #:use-module (gnu packages less) #:use-module (gnu packages libcanberra) @@ -3359,4 +3360,64 @@ (define-public python-harmony (home-page "https://github.com/taylordotfish/harmony") (license license:gpl3+))) +(define-public kaidan + (package + (name "kaidan") + (version "0.8.0") + (source + (origin + (method url-fetch) + (uri + (string-append "mirror://kde/unstable/kaidan/" + version "/kaidan-" version ".tar.xz")) + (modules '((guix build utils))) + (snippet + `(begin + (delete-file-recursively "3rdparty"))) + (sha256 + (base32 "195iddv35gc3k83r226y17avsab2b9bszgd7z7ynbddsgbf75rx7")))) + (build-system qt-build-system) + (arguments + `(#:configure-flags + (list + "-DBUILD_TESTS=TRUE"))) + (native-inputs + (list + extra-cmake-modules + perl + pkg-config + python-wrapper)) + (inputs + (list + kirigami + knotifications + qtbase-5 + qtdeclarative + qtlocation + qtquickcontrols2 + qtsvg + qtmultimedia + qtxmlpatterns + qqc2-desktop-style + qxmpp + zxing-cpp)) + (home-page "https://www.kaidan.im/") + (synopsis "Qt-based XMPP/Jabber Client") + (description "Kaidan is a chat client. It uses the open communication +protocol XMPP (Jabber). The user interface makes use of Kirigami and QtQuick, +while the back-end of Kaidan is entirely written in C++ using Qt and the +Qt-based XMPP library QXmpp.") + (license + (list + ;; Graphics + license:cc-by-sa4.0 + ;; Files: + ;; src/{StatusBar.cpp|StatusBar.h|singleapp/*|hsluv-c/*} + ;; utils/generate-license.py + license:expat + ;; QrCodeVideoFrame + license:asl2.0 + ;; Others + license:gpl3+)))) + ;;; messaging.scm ends here -- 2.36.1 ------------=_1656762002-6028-1--