From debbugs-submit-bounces@debbugs.gnu.org Sat Jul 02 04:49:22 2022 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 From debbugs-submit-bounces@debbugs.gnu.org Sat Jul 02 05:06:46 2022 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 To: 56349@debbugs.gnu.org Subject: [PATCH v2] gnu: Add kaidan. 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-Debbugs-Envelope-To: 56349 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: -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 debbugs-submit-bounces@debbugs.gnu.org Sat Jul 02 07:39:45 2022 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 From unknown Sat Aug 16 21:23:14 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Sun, 31 Jul 2022 11:24:07 +0000 User-Agent: Fakemail v42.6.9 # This is a fake control message. # # The action: # bug archived. thanks # This fakemail brought to you by your local debbugs # administrator