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.
Full log
View this message in rfc822 format
[Message part 1 (text/plain, inline)]
Your message dated Sun, 11 Jun 2023 18:20:16 +0200
with message-id <87edmias3j.fsf <at> nicolasgoaziou.fr>
and subject line Re: [bug#63998] [PATCH] gnu: Add emacs-qrencode.
has caused the debbugs.gnu.org bug report #63998,
regarding [PATCH] gnu: Add emacs-qrencode.
to be marked as done.
(If you believe you have received this mail in error, please contact
help-debbugs <at> gnu.org.)
--
63998: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=63998
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
[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
[Message part 4 (message/rfc822, inline)]
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
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.