From debbugs-submit-bounces@debbugs.gnu.org Sat Jan 25 00:21:37 2025 Received: (at submit) by debbugs.gnu.org; 25 Jan 2025 05:21:37 +0000 Received: from localhost ([127.0.0.1]:48105 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1tbYbt-00082C-8a for submit@debbugs.gnu.org; Sat, 25 Jan 2025 00:21:37 -0500 Received: from lists.gnu.org ([2001:470:142::17]:43168) by debbugs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.84_2) (envelope-from ) id 1tbYbq-00081u-4m for submit@debbugs.gnu.org; Sat, 25 Jan 2025 00:21:30 -0500 Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1tbYbf-0006i6-Dt for guix-patches@gnu.org; Sat, 25 Jan 2025 00:21:19 -0500 Received: from layka.disroot.org ([178.21.23.139]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1tbYbc-0003Rj-PQ for guix-patches@gnu.org; Sat, 25 Jan 2025 00:21:19 -0500 Received: from mail01.disroot.lan (localhost [127.0.0.1]) by disroot.org (Postfix) with ESMTP id 16A97259E3; Sat, 25 Jan 2025 06:21:14 +0100 (CET) X-Virus-Scanned: SPAM Filter at disroot.org Received: from layka.disroot.org ([127.0.0.1]) by localhost (disroot.org [127.0.0.1]) (amavis, port 10024) with ESMTP id a6XNPK286Nkr; Sat, 25 Jan 2025 06:21:09 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=disroot.org; s=mail; t=1737782469; bh=osikhtKXpOSUF3qXLOf364oJ0RYIkbnY9jgZ+gE4KsE=; h=From:To:Cc:Subject:Date; b=GqLCKXv0G9oKNgFsfZ4QxJiGI0025wKcCCoL37tLua4Kl2OjK4UWwx7lzCKmC4eco nc83I/di9Nhr1UAJmA/ox4NtEfLlqKR0EVukCAPil0Q+mzjDdczayvlxHQ0ZKwnHjg Spxh5MC5S6pVMMqh1Corw+T6L3L+sjTz73Fqhs8qqjyS0/nUvjotnV5qm0H5FectJ8 Q/VSdp4iykV9Y36mJNVFOjtSyJwwUIXFSHoQ/8Q6BanjxxiK2pT2zdBb+R2meHUg1d Ym5IIF0KRsVDAjworQWkDc5sEUCbt2S0y2oxPFhM7l4fMD+l2krdnXbEW6u/J82MZf 8FN9OxUSPjDoQ== From: Sughosha To: guix-patches@gnu.org Subject: [PATCH] gnu: Add ruqola. Date: Sat, 25 Jan 2025 10:50:36 +0530 Message-ID: MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Received-SPF: pass client-ip=178.21.23.139; envelope-from=sughosha@disroot.org; helo=layka.disroot.org X-Spam_score_int: -20 X-Spam_score: -2.1 X-Spam_bar: -- X-Spam_report: (-2.1 / 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_VALIDITY_CERTIFIED_BLOCKED=0.001, RCVD_IN_VALIDITY_RPBL_BLOCKED=0.001, SPF_HELO_NONE=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: 0.9 (/) X-Debbugs-Envelope-To: submit Cc: Sughosha 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/kde-internet.scm (ruqola): New variable. Change-Id: I6e10a0f20318b4b6f94c0ba060a86cee1c067694 --- gnu/packages/kde-internet.scm | 86 +++++++++++++++++++++++++++++++++++ 1 file changed, 86 insertions(+) diff --git a/gnu/packages/kde-internet.scm b/gnu/packages/kde-internet.scm index 213145a367..37a7ca4e66 100644 --- a/gnu/packages/kde-internet.scm +++ b/gnu/packages/kde-internet.scm @@ -517,3 +517,89 @@ (define-public libktorrent creation and downloaded data verification, magnet links, advanced peer management, IP blocking lists.") (license license:gpl2+))) + + +(define-public ruqola + (package + (name "ruqola") + (version "2.4.1") + (source (origin + (method url-fetch) + (uri (string-append "mirror://kde/stable/ruqola/ruqola-" + version ".tar.xz")) + (sha256 + (base32 + "0w05ww6dn1xfmz67i3avkzdlcrb575hjad2lnm2cxd0jds0b1bg5")))) + (build-system qt-build-system) + (arguments + (list #:qtbase qtbase + #:phases + #~(modify-phases %standard-phases + (add-before 'check 'set-home-directory + (lambda _ + (setenv "HOME" "/tmp")))))) + (native-inputs + (list extra-cmake-modules kdoctools)) + (inputs + (list karchive + kcodecs + kcoreaddons + kcrash + kdbusaddons + ki18n + kiconthemes + kidletime + kio + knotifications + knotifyconfig + kstatusnotifieritem + ksyntaxhighlighting + ktextaddons + ktextwidgets + kwidgetsaddons + kxmlgui + plasma-activities + prison + purpose + qtkeychain-qt6 + qtwebsockets + qtnetworkauth + qtmultimedia + qtsvg + sonnet)) + (home-page "https://apps.kde.org/ruqola/") + (synopsis "Rocket.Chat client") + (description + "Ruqola is a @uref{https://www.rocket.chat/, Rocket.Chat} client for KDE +desktop. It supports: +@itemize +@item direct and thread messaging, +@item @acronym{OTR, Off-the-Record} messages, +@item individual and group channels, +@item autotranslate support, +@item emojis, +@item videos, +@item GIFs, +@item uploading auttachments, +@item searching messages in a room, +@item showing unread message information, +@item discussion rooms and configuring them, +@item storing messages in a local database, +@item exporting messages, +@item importing/exporting accounts, +@item registering and configuring accounts, +@item two-factor authentication via TOTP or email, +@item multiple accounts, +@item auto-away, +@item blocking/unblocking users, +@item administrator settings, +@item console moderation, +@item message URL previews, +@item channel list styles, +@item forwarding messages, +@item Rocket.Chat marketplace, +@item notifications, +@item replying directly from the notification and +@item DND image to websites or local folder. +@end itemize") + (license license:gpl3+))) base-commit: b08a08448e4fbaf0c9189f8c7714c17e4878cc51 -- 2.47.1 From debbugs-submit-bounces@debbugs.gnu.org Sat Jan 25 02:42:25 2025 Received: (at 75821) by debbugs.gnu.org; 25 Jan 2025 07:42:25 +0000 Received: from localhost ([127.0.0.1]:48264 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1tbaoD-0006f0-9y for submit@debbugs.gnu.org; Sat, 25 Jan 2025 02:42:25 -0500 Received: from layka.disroot.org ([178.21.23.139]:35494) by debbugs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.84_2) (envelope-from ) id 1tbaoA-0006eo-R9 for 75821@debbugs.gnu.org; Sat, 25 Jan 2025 02:42:23 -0500 Received: from mail01.disroot.lan (localhost [127.0.0.1]) by disroot.org (Postfix) with ESMTP id B3E4125AF9 for <75821@debbugs.gnu.org>; Sat, 25 Jan 2025 08:42:20 +0100 (CET) X-Virus-Scanned: SPAM Filter at disroot.org Received: from layka.disroot.org ([127.0.0.1]) by localhost (disroot.org [127.0.0.1]) (amavis, port 10024) with ESMTP id BqDYYsi-7ILV for <75821@debbugs.gnu.org>; Sat, 25 Jan 2025 08:42:16 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=disroot.org; s=mail; t=1737790936; bh=fteAVGBR1x64pE/qX89AR/qqFRQZFIcWYmo8kc5Ad3o=; h=From:To:Subject:Date; b=GpS9nK10bJ1T0A0/fus/Ki97RZuY+NxR2SABjHF8XNUkkFjM+dFurSJvNtxQ3Tke6 lA0cIUqUo1OQqpoV/SYF6knPQCWepaI8Z77eHBPxiAAU1q9hzIz7+FW/JXXY8JbrjY bBGpiUYD3h0nj8afEE98+AXbfnkmYhOmBLg1v5s7pV1QZN8Eghdk9Wu/yEHEbuoFue QiSfAeW8clD6ibmArljJUOd1xVDZKzjdIQUAniY5Nituhjll3jsGykAc02JEND8zpL HQqVQVa58QR2AS883sBWOaGIYQ9xInYiZGW+nUeq6d6dPS+6EFxIQpCCI+Ik3txeMr aeTmH570EJkdg== From: Sughosha To: 75821@debbugs.gnu.org Subject: Re: [PATCH] gnu: Add ruqola. Date: Sat, 25 Jan 2025 13:11:49 +0530 Message-ID: <2765446.mvXUDI8C0e@localhost.localdomain> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="utf-8" X-Spam-Score: -0.0 (/) X-Debbugs-Envelope-To: 75821 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 (-) Sorry for forgetting about adding lgpl2.1+ license. I will send a v2 patch for fixing it. -- Sughosha From debbugs-submit-bounces@debbugs.gnu.org Sat Jan 25 02:43:37 2025 Received: (at 75821) by debbugs.gnu.org; 25 Jan 2025 07:43:37 +0000 Received: from localhost ([127.0.0.1]:48269 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1tbapM-0006hU-QC for submit@debbugs.gnu.org; Sat, 25 Jan 2025 02:43:37 -0500 Received: from layka.disroot.org ([178.21.23.139]:45446) by debbugs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.84_2) (envelope-from ) id 1tbapK-0006hE-21 for 75821@debbugs.gnu.org; Sat, 25 Jan 2025 02:43:34 -0500 Received: from mail01.disroot.lan (localhost [127.0.0.1]) by disroot.org (Postfix) with ESMTP id 2008825A24; Sat, 25 Jan 2025 08:43:32 +0100 (CET) X-Virus-Scanned: SPAM Filter at disroot.org Received: from layka.disroot.org ([127.0.0.1]) by localhost (disroot.org [127.0.0.1]) (amavis, port 10024) with ESMTP id rYdSpTVMkUsE; Sat, 25 Jan 2025 08:43:27 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=disroot.org; s=mail; t=1737791007; bh=O2C9kjZlV7HoTU9nHir8z8afF8Kml7rz0ZFmmiaqXio=; h=From:To:Cc:Subject:Date; b=kMxF6LOglO4f7TitnUPGSuqqNonN3lymGo/CRN/HyK8dGfuMV80UEjuiNAWtCk+xY r3EV6yaWRL5vc7hK9nxi67GujOZ/HWVa6njP9U42K3AK8QKvkiocKk9DwcUvFjI/2q tv0hvBvLD8491ZGnxv4btYGwJI/PDK/ZtSdKtiHnUER1hyLHC7BxLV0hoGKQ2sY/XW 8BNT9F6N+AuPcrVjahjqfennDvf+ZUYR1Nb8HmIvUjaLrhUW/osMKxVKw+wgr3dKbq aL/3/FucPFFhVYjq4bcNSz/mFXtgC7LA0r1/wkm0FNyqV7nEiJwTI98MtwLm6NDInx F2O8ER9eDCCFA== From: Sughosha To: 75821@debbugs.gnu.org Subject: [PATCH v2] gnu: Add ruqola. Date: Sat, 25 Jan 2025 13:12:19 +0530 Message-ID: <038653e73cf5feee280c68bb1da6474a8fcf6b70.1737790938.git.sughosha@disroot.org> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Spam-Score: -0.0 (/) X-Debbugs-Envelope-To: 75821 Cc: Sughosha 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/kde-internet.scm (ruqola): New variable. Change-Id: I2d914bb57b47f8514f4455b3a06d098fd991e012 --- gnu/packages/kde-internet.scm | 86 +++++++++++++++++++++++++++++++++++ 1 file changed, 86 insertions(+) diff --git a/gnu/packages/kde-internet.scm b/gnu/packages/kde-internet.scm index 213145a367..c7a74c227e 100644 --- a/gnu/packages/kde-internet.scm +++ b/gnu/packages/kde-internet.scm @@ -517,3 +517,89 @@ (define-public libktorrent creation and downloaded data verification, magnet links, advanced peer management, IP blocking lists.") (license license:gpl2+))) + + +(define-public ruqola + (package + (name "ruqola") + (version "2.4.1") + (source (origin + (method url-fetch) + (uri (string-append "mirror://kde/stable/ruqola/ruqola-" + version ".tar.xz")) + (sha256 + (base32 + "0w05ww6dn1xfmz67i3avkzdlcrb575hjad2lnm2cxd0jds0b1bg5")))) + (build-system qt-build-system) + (arguments + (list #:qtbase qtbase + #:phases + #~(modify-phases %standard-phases + (add-before 'check 'set-home-directory + (lambda _ + (setenv "HOME" "/tmp")))))) + (native-inputs + (list extra-cmake-modules kdoctools)) + (inputs + (list karchive + kcodecs + kcoreaddons + kcrash + kdbusaddons + ki18n + kiconthemes + kidletime + kio + knotifications + knotifyconfig + kstatusnotifieritem + ksyntaxhighlighting + ktextaddons + ktextwidgets + kwidgetsaddons + kxmlgui + plasma-activities + prison + purpose + qtkeychain-qt6 + qtwebsockets + qtnetworkauth + qtmultimedia + qtsvg + sonnet)) + (home-page "https://apps.kde.org/ruqola/") + (synopsis "Rocket.Chat client") + (description + "Ruqola is a @uref{https://www.rocket.chat/, Rocket.Chat} client for KDE +desktop. It supports: +@itemize +@item direct and thread messaging, +@item @acronym{OTR, Off-the-Record} messages, +@item individual and group channels, +@item autotranslate support, +@item emojis, +@item videos, +@item GIFs, +@item uploading auttachments, +@item searching messages in a room, +@item showing unread message information, +@item discussion rooms and configuring them, +@item storing messages in a local database, +@item exporting messages, +@item importing/exporting accounts, +@item registering and configuring accounts, +@item two-factor authentication via TOTP or email, +@item multiple accounts, +@item auto-away, +@item blocking/unblocking users, +@item administrator settings, +@item console moderation, +@item message URL previews, +@item channel list styles, +@item forwarding messages, +@item Rocket.Chat marketplace, +@item notifications, +@item replying directly from the notification and +@item DND image to websites or local folder. +@end itemize") + (license (list license:lgpl2.1+ license:gpl2+)))) base-commit: b08a08448e4fbaf0c9189f8c7714c17e4878cc51 -- 2.47.1 From debbugs-submit-bounces@debbugs.gnu.org Sat Jan 25 21:59:43 2025 Received: (at submit) by debbugs.gnu.org; 26 Jan 2025 02:59:43 +0000 Received: from localhost ([127.0.0.1]:53471 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1tbssB-000810-3U for submit@debbugs.gnu.org; Sat, 25 Jan 2025 21:59:43 -0500 Received: from lists.gnu.org ([2001:470:142::17]:41752) by debbugs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.84_2) (envelope-from ) id 1tbss9-00080g-4d for submit@debbugs.gnu.org; Sat, 25 Jan 2025 21:59:41 -0500 Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1tbss2-0006Fa-Kp for guix-patches@gnu.org; Sat, 25 Jan 2025 21:59:34 -0500 Received: from smtp81.cstnet.cn ([159.226.251.81] helo=cstnet.cn) by eggs.gnu.org with esmtps (TLS1.2:DHE_RSA_AES_256_CBC_SHA1:256) (Exim 4.90_1) (envelope-from ) id 1tbsry-00040h-Ud for guix-patches@gnu.org; Sat, 25 Jan 2025 21:59:34 -0500 Received: from m (unknown [39.180.69.222]) by APP-03 (Coremail) with SMTP id rQCowACXkzgDpZVn4_x6CQ--.33235S2; Sun, 26 Jan 2025 10:59:17 +0800 (CST) From: Zheng Junjie To: Sughosha via Guix-patches via Subject: Re: [bug#75821] [PATCH v2] gnu: Add ruqola. In-Reply-To: <038653e73cf5feee280c68bb1da6474a8fcf6b70.1737790938.git.sughosha@disroot.org> (Sughosha via Guix-patches via's message of "Sat, 25 Jan 2025 13:12:19 +0530") References: <038653e73cf5feee280c68bb1da6474a8fcf6b70.1737790938.git.sughosha@disroot.org> User-Agent: mu4e 1.12.7; emacs 30.0.92 Date: Sun, 26 Jan 2025 10:59:14 +0800 Message-ID: <874j1muvp9.fsf@iscas.ac.cn> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha512; protocol="application/pgp-signature" X-CM-TRANSID: rQCowACXkzgDpZVn4_x6CQ--.33235S2 X-Coremail-Antispam: 1UD129KBjvJXoWxZr4xCry3Zw4kZw4xAw1DJrb_yoW5Cw43pF Wjkw4Yvw1fG3y7Zwsaqr1DKwn5Ww1rKa45Cw17J3s8Jan3JF18ArWIkFy5G347Cw18Xw47 XF129F4j9345ArJanT9S1TB71UUUUU7qnTZGkaVYY2UrUUUUjbIjqfuFe4nvWSU5nxnvy2 9KBjDU0xBIdaVrnRJUUUkCb7Iv0xC_Kw4lb4IE77IF4wAFF20E14v26r1j6r4UM7CY07I2 0VC2zVCF04k26cxKx2IYs7xG6rWj6s0DM7CIcVAFz4kK6r1j6r18M28lY4IEw2IIxxk0rw A2F7IY1VAKz4vEj48ve4kI8wA2z4x0Y4vE2Ix0cI8IcVAFwI0_Gr0_Xr1l84ACjcxK6xII jxv20xvEc7CjxVAFwI0_Gr0_Cr1l84ACjcxK6I8E87Iv67AKxVW8Jr0_Cr1UM28EF7xvwV C2z280aVCY1x0267AKxVW8Jr0_Cr1UM2AIxVAIcxkEcVAq07x20xvEncxIr21le4C267I2 x7xF54xIwI1l5I8CrVACY4xI64kE6c02F40Ex7xfMcIj6xIIjxv20xvE14v26r1j6r18Mc Ij6I8E87Iv67AKxVWUJVW8JwAm72CE4IkC6x0Yz7v_Jr0_Gr1lF7xvr2IY64vIr41l42xK 82IYc2Ij64vIr41l4I8I3I0E4IkC6x0Yz7v_Jr0_Gr1lx2IqxVAqx4xG67AKxVWUJVWUGw C20s026x8GjcxK67AKxVWUGVWUWwC2zVAF1VAY17CE14v26r1Y6r17MIIYY7kG6xAYrwCI c40Y0x0EwIxGrwCI42IY6xIIjxv20xvE14v26r1j6r1xMIIF0xvE2Ix0cI8IcVCY1x0267 AKxVWUJVW8JwCI42IY6xAIw20EY4v20xvaj40_Jr0_JF4lIxAIcVC2z280aVAFwI0_Jr0_ Gr1lIxAIcVC2z280aVCY1x0267AKxVWUJVW8JbIYCTnIWIevJa73UjIFyTuYvjxUL5x6UU UUU X-Originating-IP: [39.180.69.222] X-CM-SenderInfo: x2kh0wxmxqyx3h6l2u1dvotugofq/ Received-SPF: pass client-ip=159.226.251.81; envelope-from=zhengjunjie@iscas.ac.cn; helo=cstnet.cn X-Spam_score_int: -41 X-Spam_score: -4.2 X-Spam_bar: ---- X-Spam_report: (-4.2 / 5.0 requ) BAYES_00=-1.9, RCVD_IN_DNSWL_MED=-2.3, RCVD_IN_VALIDITY_CERTIFIED_BLOCKED=0.001, RCVD_IN_VALIDITY_RPBL_BLOCKED=0.001, 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: 0.9 (/) X-Debbugs-Envelope-To: submit Cc: 75821-done@debbugs.gnu.org, Sughosha 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 (/) --=-=-= Content-Type: text/plain Sughosha via Guix-patches via writes: > * gnu/packages/kde-internet.scm (ruqola): New variable. > > Change-Id: I2d914bb57b47f8514f4455b3a06d098fd991e012 > --- > gnu/packages/kde-internet.scm | 86 +++++++++++++++++++++++++++++++++++ > 1 file changed, 86 insertions(+) > > diff --git a/gnu/packages/kde-internet.scm b/gnu/packages/kde-internet.scm > index 213145a367..c7a74c227e 100644 > --- a/gnu/packages/kde-internet.scm > +++ b/gnu/packages/kde-internet.scm > @@ -517,3 +517,89 @@ (define-public libktorrent > creation and downloaded data verification, magnet links, advanced peer > management, IP blocking lists.") > (license license:gpl2+))) > + > + > +(define-public ruqola > + (package > + (name "ruqola") > + (version "2.4.1") > + (source (origin > + (method url-fetch) > + (uri (string-append "mirror://kde/stable/ruqola/ruqola-" > + version ".tar.xz")) > + (sha256 > + (base32 > + "0w05ww6dn1xfmz67i3avkzdlcrb575hjad2lnm2cxd0jds0b1bg5")))) > + (build-system qt-build-system) > + (arguments > + (list #:qtbase qtbase > + #:phases > + #~(modify-phases %standard-phases > + (add-before 'check 'set-home-directory > + (lambda _ > + (setenv "HOME" "/tmp")))))) > + (native-inputs > + (list extra-cmake-modules kdoctools)) > + (inputs > + (list karchive > + kcodecs > + kcoreaddons > + kcrash > + kdbusaddons > + ki18n > + kiconthemes > + kidletime > + kio > + knotifications > + knotifyconfig > + kstatusnotifieritem > + ksyntaxhighlighting > + ktextaddons > + ktextwidgets > + kwidgetsaddons > + kxmlgui > + plasma-activities > + prison > + purpose > + qtkeychain-qt6 > + qtwebsockets > + qtnetworkauth > + qtmultimedia > + qtsvg > + sonnet)) > + (home-page "https://apps.kde.org/ruqola/") > + (synopsis "Rocket.Chat client") > + (description > + "Ruqola is a @uref{https://www.rocket.chat/, Rocket.Chat} client for KDE > +desktop. It supports: > +@itemize > +@item direct and thread messaging, > +@item @acronym{OTR, Off-the-Record} messages, > +@item individual and group channels, > +@item autotranslate support, > +@item emojis, > +@item videos, > +@item GIFs, > +@item uploading auttachments, > +@item searching messages in a room, > +@item showing unread message information, > +@item discussion rooms and configuring them, > +@item storing messages in a local database, > +@item exporting messages, > +@item importing/exporting accounts, > +@item registering and configuring accounts, > +@item two-factor authentication via TOTP or email, > +@item multiple accounts, > +@item auto-away, > +@item blocking/unblocking users, > +@item administrator settings, > +@item console moderation, > +@item message URL previews, > +@item channel list styles, > +@item forwarding messages, > +@item Rocket.Chat marketplace, > +@item notifications, > +@item replying directly from the notification and > +@item DND image to websites or local folder. > +@end itemize") > + (license (list license:lgpl2.1+ license:gpl2+)))) > > base-commit: b08a08448e4fbaf0c9189f8c7714c17e4878cc51 pushed, closing. --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQIzBAEBCgAdFiEEfr6klGDOXiwIdX/bO1qpk+Gi3/AFAmeVpQIACgkQO1qpk+Gi 3/BnQRAAl9APG2M4e6Ft+AK1V8u90fsCC3EazWm9KHo8MHIydyWWH1Xc+rwj9s+0 97hiqkxqosT6O9rhxhc6jQeheCMqNmcWdMItpwa2up5n7jXrVNHPtJKMOeH2xd/X Ww7zBVznTqCKFLDRi20OiBdemtNB1ExDytNERg0vJqF5c9w/0ZDjgKY4v461kii2 TLXeSHKJznyxkBWL8jqHf7ExHUdCr/RMZABtIZVE4RpCNin2sJooPzxnwI3vgEYG CIoN7/inVQH3eytbBg24vZkJVbSS2yFir7sLmBdgv+O7MeQOS2q3B9bMg8ZRspEl nGFflJ4vYSnnZbeiKQR7rkhPJjAPMnpTeXs6z7adLccGwYJcc3Ql5LK4pYYGuePL RMLuQF26+AzouZ1KlkGO8/dcKskhTc8qyWi58zcySut3FtllEcdPa1dcDRBfT367 S1a6+XL3Rg1zPdPtjyEXw7ww0fx7v+429fAJ/5mgwGuzkwUJKtbFDoPf+0ZIR2yp 5R55SZuT1agxXIMY4yDvu8yUVrfdNIPyYFX5Zq4Hx+UICbeCtRiqTM2/5ovW5krv YPKqaOGlFMeXKKabfKYfTPJqa93wJvISlmyMjnv9UaeMTIjSpS+i68/r/VLc/qJF Ieuu9FkvQyccPrweWTwIgGXBndjSTxUpmIz1bNEm7W4gnoua32s= =9w31 -----END PGP SIGNATURE----- --=-=-=-- From unknown Sun Jun 22 00:54:02 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, 23 Feb 2025 12:24:10 +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