GNU bug report logs - #72231
[PATCH] gnu: Add emacs-org-remark.

Previous Next

Package: guix-patches;

Reported by: Vinicius Monego <monego <at> posteo.net>

Date: Sun, 21 Jul 2024 16:14:02 UTC

Severity: normal

Tags: patch

Done: Vinicius Monego <monego <at> posteo.net>

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 72231 in the body.
You can then email your comments to 72231 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to guix-patches <at> gnu.org:
bug#72231; Package guix-patches. (Sun, 21 Jul 2024 16:14:02 GMT) Full text and rfc822 format available.

Acknowledgement sent to Vinicius Monego <monego <at> posteo.net>:
New bug report received and forwarded. Copy sent to guix-patches <at> gnu.org. (Sun, 21 Jul 2024 16:14:02 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: Vinicius Monego <monego <at> posteo.net>
To: guix-patches <at> gnu.org
Cc: Vinicius Monego <monego <at> posteo.net>
Subject: [PATCH] gnu: Add emacs-org-remark.
Date: Sun, 21 Jul 2024 16:11:53 +0000
* gnu/packages/emacs-xyz.scm (emacs-org-remark): New variable.

Change-Id: If7c5cca824f9b9a0c3f7fb0d39d0f73f0fe52460
---
This package was also submitted in issue 54238.

 gnu/packages/emacs-xyz.scm | 22 ++++++++++++++++++++++
 1 file changed, 22 insertions(+)

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 3f987f8ae6..12450e103f 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -15196,6 +15196,28 @@ (define-public emacs-centaur-tabs
 efficient tabs plugin for Emacs with a lot of customization options.")
     (license license:gpl3+)))
 
+(define-public emacs-org-remark
+  (package
+    (name "emacs-org-remark")
+    (version "1.2.2")
+    (source (origin
+              (method git-fetch)
+              (uri (git-reference
+                    (url "https://github.com/nobiot/org-remark")
+                    (commit (string-append "v" version))))
+              (file-name (git-file-name name version))
+              (sha256
+               (base32
+                "1b6nmd64jzy6a7fz4x5p276sl36xa72y3ajbl72vr5ndqp94rlz1"))))
+    (build-system emacs-build-system)
+    (propagated-inputs
+     (list emacs-org))
+    (home-page "https://nobiot.github.io/org-remark/")
+    (synopsis "Highlight & annotate text using Org mode")
+    (description "Org-remark lets you highlight and annotate text files,
+websites, EPUB books and Info documentation with using Org mode.")
+    (license license:gpl3+)))
+
 (define-public emacs-mocker
   (package
     (name "emacs-mocker")

base-commit: 81904c16aed72bb8ea1449587418d2a218d0b103
-- 
2.39.2





Information forwarded to guix-patches <at> gnu.org:
bug#72231; Package guix-patches. (Mon, 22 Jul 2024 01:40:01 GMT) Full text and rfc822 format available.

Message #8 received at 72231 <at> debbugs.gnu.org (full text, mbox):

From: Juliana Sims <juli <at> incana.org>
To: monego <at> posteo.net
Cc: 72231 <at> debbugs.gnu.org
Subject: QA review for 72231
Date: Sun, 21 Jul 2024 21:38:52 -0400
Hello,

This patch looks pretty good!  Things build fine, don't break pull, 
etc. etc.  QA has a failure applying the patch, but I had no issues 
apply on top of e5c0b62debc.  There is one small issue I see: the 
description.  That "with using" bit should be cleaned up.  Also, it may 
be worthwhile to include more information.  There appears to be a 
"Features" section of the README which can provide some ideas.

Also, feel free to update your license line if you like :)

Best,
Juli

PS this new QA web interface is snazzy!  It even gave me a little 
checklist :D

Items marked as checked: Lint warnings, Package builds, Commit 
messages, New package licenses, New package tests






Reply sent to Vinicius Monego <monego <at> posteo.net>:
You have taken responsibility. (Sun, 28 Jul 2024 15:40:02 GMT) Full text and rfc822 format available.

Notification sent to Vinicius Monego <monego <at> posteo.net>:
bug acknowledged by developer. (Sun, 28 Jul 2024 15:40:02 GMT) Full text and rfc822 format available.

Message #13 received at 72231-done <at> debbugs.gnu.org (full text, mbox):

From: Vinicius Monego <monego <at> posteo.net>
To: Juliana Sims <juli <at> incana.org>
Cc: 72231-done <at> debbugs.gnu.org
Subject: Re: QA review for 72231
Date: Sun, 28 Jul 2024 15:37:48 +0000
Em dom, 2024-07-21 às 21:38 -0400, Juliana Sims escreveu:
> Hello,
> 
> This patch looks pretty good!  Things build fine, don't break pull, 
> etc. etc.  QA has a failure applying the patch, but I had no issues 
> apply on top of e5c0b62debc.  There is one small issue I see: the 
> description.  That "with using" bit should be cleaned up.  Also, it
> may 
> be worthwhile to include more information.  There appears to be a 
> "Features" section of the README which can provide some ideas.
> 
> Also, feel free to update your license line if you like :)
> 
> Best,
> Juli
> 
> PS this new QA web interface is snazzy!  It even gave me a little 
> checklist :D
> 
> Items marked as checked: Lint warnings, Package builds, Commit 
> messages, New package licenses, New package tests
> 
> 

Hi Juli,

I applied your suggestions and pushed the patch, thanks.

Vinicius




bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Mon, 26 Aug 2024 11:24:07 GMT) Full text and rfc822 format available.

This bug report was last modified 52 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.