GNU bug report logs -
#75821
[PATCH] gnu: Add ruqola.
Previous Next
Reported by: Sughosha <sughosha <at> disroot.org>
Date: Sat, 25 Jan 2025 05:22:02 UTC
Severity: normal
Tags: patch
Done: Zheng Junjie <zhengjunjie <at> iscas.ac.cn>
Bug is archived. No further changes may be made.
To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 75821 in the body.
You can then email your comments to 75821 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#75821
; Package
guix-patches
.
(Sat, 25 Jan 2025 05:22:02 GMT)
Full text and
rfc822 format available.
Acknowledgement sent
to
Sughosha <sughosha <at> disroot.org>
:
New bug report received and forwarded. Copy sent to
guix-patches <at> gnu.org
.
(Sat, 25 Jan 2025 05:22:02 GMT)
Full text and
rfc822 format available.
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
* 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
Information forwarded
to
guix-patches <at> gnu.org
:
bug#75821
; Package
guix-patches
.
(Sat, 25 Jan 2025 07:43:02 GMT)
Full text and
rfc822 format available.
Message #8 received at 75821 <at> debbugs.gnu.org (full text, mbox):
Sorry for forgetting about adding lgpl2.1+ license.
I will send a v2 patch for fixing it.
--
Sughosha
Information forwarded
to
guix-patches <at> gnu.org
:
bug#75821
; Package
guix-patches
.
(Sat, 25 Jan 2025 07:44:01 GMT)
Full text and
rfc822 format available.
Message #11 received at 75821 <at> debbugs.gnu.org (full text, mbox):
* 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
Information forwarded
to
guix-patches <at> gnu.org
:
bug#75821
; Package
guix-patches
.
(Sun, 26 Jan 2025 03:00:03 GMT)
Full text and
rfc822 format available.
Message #14 received at submit <at> debbugs.gnu.org (full text, mbox):
[Message part 1 (text/plain, inline)]
Sughosha via Guix-patches via <guix-patches <at> gnu.org> 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.
[signature.asc (application/pgp-signature, inline)]
Reply sent
to
Zheng Junjie <zhengjunjie <at> iscas.ac.cn>
:
You have taken responsibility.
(Sun, 26 Jan 2025 03:00:05 GMT)
Full text and
rfc822 format available.
Notification sent
to
Sughosha <sughosha <at> disroot.org>
:
bug acknowledged by developer.
(Sun, 26 Jan 2025 03:00:06 GMT)
Full text and
rfc822 format available.
bug archived.
Request was from
Debbugs Internal Request <help-debbugs <at> gnu.org>
to
internal_control <at> debbugs.gnu.org
.
(Sun, 23 Feb 2025 12:24:10 GMT)
Full text and
rfc822 format available.
This bug report was last modified 114 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.