GNU bug report logs -
#63998
[PATCH] gnu: Add emacs-qrencode.
Previous Next
Reported by: Evgeny Pisemsky <evgeny <at> pisemsky.com>
Date: Sat, 10 Jun 2023 11:01:01 UTC
Severity: normal
Tags: patch
Done: Nicolas Goaziou <mail <at> nicolasgoaziou.fr>
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 63998 in the body.
You can then email your comments to 63998 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#63998
; Package
guix-patches
.
(Sat, 10 Jun 2023 11:01:02 GMT)
Full text and
rfc822 format available.
Acknowledgement sent
to
Evgeny Pisemsky <evgeny <at> pisemsky.com>
:
New bug report received and forwarded. Copy sent to
guix-patches <at> gnu.org
.
(Sat, 10 Jun 2023 11:01:02 GMT)
Full text and
rfc822 format available.
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
[0001-gnu-Add-emacs-qrencode.patch (text/x-patch, attachment)]
From adcb23e0cd5a6ef30f55b724f2b192f4944c8fa4 Mon Sep 17 00:00:00 2001
From: Evgeny Pisemsky <evgeny <at> pisemsky.com>
Date: Sat, 10 Jun 2023 13:55:40 +0300
Subject: [PATCH] gnu: Add emacs-qrencode.
* gnu/packages/emacs-xyz.scm (emacs-qrencode): New variable.
---
gnu/packages/emacs-xyz.scm | 21 +++++++++++++++++++++
1 file changed, 21 insertions(+)
diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index b77bd0aa83..2f46ed8305 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -34268,6 +34268,27 @@ (define-public emacs-password-generator
supports generation of phonetic and numeric passwords.")
(license license:artistic2.0)))
+(define-public emacs-qrencode
+ (package
+ (name "emacs-qrencode")
+ (version "1.2")
+ (source (origin
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://github.com/ruediger/qrencode-el")
+ (commit (string-append "v" version))))
+ (file-name (git-file-name name version))
+ (sha256
+ (base32
+ "0yrshahci319lnjdpsksdy11a69k1n91qk9r2zfyhqmng09s6i0y"))))
+ (build-system emacs-build-system)
+ (home-page "https://github.com/ruediger/qrencode-el")
+ (synopsis "QRCode encoder for Emacs in pure elisp")
+ (description
+ "This package provides two user facing interactive functions, that will encode
+text into a QR Code and show it in a separate buffer.")
+ (license license:gpl3+)))
+
(define-public emacs-csv
(package
(name "emacs-csv")
base-commit: 9504dd2c3eef0277369acc0944f87fb4546251b1
--
2.40.1
Information forwarded
to
guix-patches <at> gnu.org
:
bug#63998
; Package
guix-patches
.
(Sat, 10 Jun 2023 18:42:02 GMT)
Full text and
rfc822 format available.
Message #8 received at 63998 <at> debbugs.gnu.org (full text, mbox):
Hello,
Evgeny Pisemsky <evgeny <at> pisemsky.com> writes:
> From adcb23e0cd5a6ef30f55b724f2b192f4944c8fa4 Mon Sep 17 00:00:00 2001
> From: Evgeny Pisemsky <evgeny <at> pisemsky.com>
> Date: Sat, 10 Jun 2023 13:55:40 +0300
> Subject: [PATCH] gnu: Add emacs-qrencode.
>
> * gnu/packages/emacs-xyz.scm (emacs-qrencode): New variable.
Thank you.
It looks good. I see upstream provides tests. Could you try running them too?
Regards,
--
Nicolas Goaziou
Information forwarded
to
guix-patches <at> gnu.org
:
bug#63998
; Package
guix-patches
.
(Sun, 11 Jun 2023 12:16:02 GMT)
Full text and
rfc822 format available.
Message #11 received at 63998 <at> debbugs.gnu.org (full text, mbox):
[Message part 1 (text/plain, inline)]
Hello, here is the updated patch.
[0001-gnu-Add-emacs-qrencode.patch (text/x-patch, attachment)]
Reply sent
to
Nicolas Goaziou <mail <at> nicolasgoaziou.fr>
:
You have taken responsibility.
(Sun, 11 Jun 2023 16:21:01 GMT)
Full text and
rfc822 format available.
Notification sent
to
Evgeny Pisemsky <evgeny <at> pisemsky.com>
:
bug acknowledged by developer.
(Sun, 11 Jun 2023 16:21:01 GMT)
Full text and
rfc822 format available.
Message #16 received at 63998-done <at> debbugs.gnu.org (full text, mbox):
Hello,
Evgeny Pisemsky <evgeny <at> pisemsky.com> writes:
> Hello, here is the updated patch.
>
> From f050b71e63d423de459d74144daac3053b65957c Mon Sep 17 00:00:00 2001
> From: Evgeny Pisemsky <evgeny <at> pisemsky.com>
> Date: Sun, 11 Jun 2023 15:10:00 +0300
> Subject: [PATCH] gnu: Add emacs-qrencode.
>
> * gnu/packages/emacs-xyz.scm (emacs-qrencode): New variable.
Perfect! Applied. Thank you.
Regards,
--
Nicolas Goaziou
bug archived.
Request was from
Debbugs Internal Request <help-debbugs <at> gnu.org>
to
internal_control <at> debbugs.gnu.org
.
(Mon, 10 Jul 2023 11:24:06 GMT)
Full text and
rfc822 format available.
This bug report was last modified 1 year and 350 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.