GNU bug report logs -
#64864
[PATCH] gnu: Add emacs-sxiv.
Previous Next
Reported by: pinoaffe <pinoaffe <at> gmail.com>
Date: Tue, 25 Jul 2023 23:19:01 UTC
Severity: normal
Tags: patch
Done: Clément Lassieur <clement <at> lassieur.org>
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 64864 in the body.
You can then email your comments to 64864 AT debbugs.gnu.org in the normal way.
Toggle the display of automated, internal messages from the tracker.
Report forwarded
to
help-debbugs <at> gnu.org
:
bug#64864
; Package
debbugs.gnu.org
.
(Tue, 25 Jul 2023 23:19:01 GMT)
Full text and
rfc822 format available.
Acknowledgement sent
to
pinoaffe <pinoaffe <at> gmail.com>
:
New bug report received and forwarded. Copy sent to
help-debbugs <at> gnu.org
.
(Tue, 25 Jul 2023 23:19:01 GMT)
Full text and
rfc822 format available.
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
* gnu/packages/emacs-xyz.scm (emacs-sxiv): New variable.
---
gnu/packages/emacs-xyz.scm | 33 ++++++++++++++++++++++++++++++++-
1 file changed, 32 insertions(+), 1 deletion(-)
diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index d7e45fffc6..cc350e4116 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -70,7 +70,7 @@
;;; Copyright © 2020 Jérémy Korwin-Zmijowski <jeremy <at> korwin-zmijowski.fr>
;;; Copyright © 2020 Alberto Eleuterio Flores Guerrero <barbanegra+guix <at> posteo.mx>
;;; Copyright © 2020 Marius Bakke <mbakke <at> fastmail.com>
-;;; Copyright © 2020, 2022 pinoaffe <pinoaffe <at> gmail.com>
+;;; Copyright © 2020, 2022, 2023 pinoaffe <pinoaffe <at> gmail.com>
;;; Copyright © 2020, 2021, 2022 Vinicius Monego <monego <at> posteo.net>
;;; Copyright © 2020 Ryan Desfosses <rdes <at> protonmail.com>
;;; Copyright © 2020 Marcin Karpezo <sirmacik <at> wioo.waw.pl>
@@ -207,6 +207,7 @@ (define-module (gnu packages emacs-xyz)
#:use-module (gnu packages lesstif)
#:use-module (gnu packages llvm)
#:use-module (gnu packages image)
+ #:use-module (gnu packages image-viewers)
#:use-module (gnu packages linux)
#:use-module (gnu packages libevent)
#:use-module (gnu packages lisp)
@@ -26431,6 +26432,36 @@ (define-public emacs-picpocket
@end itemize")
(license license:gpl3+))))
+(define-public emacs-sxiv
+ (package
+ (name "emacs-sxiv")
+ (version "0.4.1")
+ (source (origin
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://tildegit.org/contrapunctus/sxiv")
+ (commit (string-append "v" version))))
+ (file-name (git-file-name name version))
+ (sha256
+ (base32
+ "0gimq172pp143jckfhhyw319n3vpjvlkadm0vhypycas9i89mcg0"))))
+ (propagated-inputs (list sxiv emacs-dash))
+ (arguments
+ `( #:phases
+ (modify-phases %standard-phases
+ (add-after 'unpack 'set-sxiv-path
+ (lambda* (#:key inputs #:allow-other-keys)
+ (emacs-substitute-sexps "sxiv.el"
+ (":command
+ (append"
+ `(list ,(string-append (assoc-ref inputs "sxiv")
+ "/bin/sxiv")))))))))
+ (build-system emacs-build-system)
+ (home-page "https://tildegit.org/contrapunctus/sxiv")
+ (synopsis "Launch sxiv from Emacs with Dired integration")
+ (description "")
+ (license license:unlicense)))
+
(define-public emacs-mu4e-conversation
(let ((commit "98110bb9c300fc9866dee8e0023355f9f79c9b96")
(revision "5"))
base-commit: 005912c595bf7a3329f8aa51a4ccb1d91b6ecd9e
--
2.41.0
Information forwarded
to
help-debbugs <at> gnu.org
:
bug#64864
; Package
debbugs.gnu.org
.
(Wed, 23 Aug 2023 17:21:01 GMT)
Full text and
rfc822 format available.
Message #8 received at 64864 <at> debbugs.gnu.org (full text, mbox):
* gnu/packages/emacs-xyz.scm (emacs-sxiv): New variable.
---
gnu/packages/emacs-xyz.scm | 36 +++++++++++++++++++++++++++++++++++-
1 file changed, 35 insertions(+), 1 deletion(-)
diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index d7e45fffc6..18bd15dcc4 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -70,7 +70,7 @@
;;; Copyright © 2020 Jérémy Korwin-Zmijowski <jeremy <at> korwin-zmijowski.fr>
;;; Copyright © 2020 Alberto Eleuterio Flores Guerrero <barbanegra+guix <at> posteo.mx>
;;; Copyright © 2020 Marius Bakke <mbakke <at> fastmail.com>
-;;; Copyright © 2020, 2022 pinoaffe <pinoaffe <at> gmail.com>
+;;; Copyright © 2020, 2022, 2023 pinoaffe <pinoaffe <at> gmail.com>
;;; Copyright © 2020, 2021, 2022 Vinicius Monego <monego <at> posteo.net>
;;; Copyright © 2020 Ryan Desfosses <rdes <at> protonmail.com>
;;; Copyright © 2020 Marcin Karpezo <sirmacik <at> wioo.waw.pl>
@@ -207,6 +207,7 @@ (define-module (gnu packages emacs-xyz)
#:use-module (gnu packages lesstif)
#:use-module (gnu packages llvm)
#:use-module (gnu packages image)
+ #:use-module (gnu packages image-viewers)
#:use-module (gnu packages linux)
#:use-module (gnu packages libevent)
#:use-module (gnu packages lisp)
@@ -26431,6 +26432,39 @@ (define-public emacs-picpocket
@end itemize")
(license license:gpl3+))))
+(define-public emacs-sxiv
+ (package
+ (name "emacs-sxiv")
+ (version "0.4.1")
+ (source (origin
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://tildegit.org/contrapunctus/sxiv")
+ (commit (string-append "v" version))))
+ (file-name (git-file-name name version))
+ (sha256
+ (base32
+ "0gimq172pp143jckfhhyw319n3vpjvlkadm0vhypycas9i89mcg0"))))
+ (inputs (list sxiv))
+ (propagated-inputs (list emacs-dash))
+ (arguments
+ `( #:phases
+ (modify-phases %standard-phases
+ (add-after 'unpack 'set-sxiv-path
+ (lambda* (#:key inputs #:allow-other-keys)
+ (emacs-substitute-sexps "sxiv.el"
+ (":command
+ (append"
+ `(list ,(string-append (assoc-ref inputs "sxiv")
+ "/bin/sxiv")))))))))
+ (build-system emacs-build-system)
+ (home-page "https://tildegit.org/contrapunctus/sxiv")
+ (synopsis "Launch sxiv from Emacs with Dired integration")
+ (description "This package integrates sxiv into Dired. It adds a command
+to start sxiv from a Dired buffer, allowing you to mark or unmark image files
+in said buffer using sxiv.")
+ (license license:unlicense)))
+
(define-public emacs-mu4e-conversation
(let ((commit "98110bb9c300fc9866dee8e0023355f9f79c9b96")
(revision "5"))
base-commit: 005912c595bf7a3329f8aa51a4ccb1d91b6ecd9e
--
2.41.0
Reply sent
to
Clément Lassieur <clement <at> lassieur.org>
:
You have taken responsibility.
(Fri, 20 Oct 2023 16:32:02 GMT)
Full text and
rfc822 format available.
Notification sent
to
pinoaffe <pinoaffe <at> gmail.com>
:
bug acknowledged by developer.
(Fri, 20 Oct 2023 16:32:02 GMT)
Full text and
rfc822 format available.
Message #13 received at 64864-done <at> debbugs.gnu.org (full text, mbox):
Hey,
Pushed with a small indentation change:
I ran `indent-region` and removed a space before "#:phases".
Thanks!
bug archived.
Request was from
Debbugs Internal Request <help-debbugs <at> gnu.org>
to
internal_control <at> debbugs.gnu.org
.
(Sat, 18 Nov 2023 12:24:09 GMT)
Full text and
rfc822 format available.
bug unarchived.
Request was from
Felix Lechner <felix.lechner <at> lease-up.com>
to
control <at> debbugs.gnu.org
.
(Wed, 29 Nov 2023 17:39:02 GMT)
Full text and
rfc822 format available.
bug archived.
Request was from
Felix Lechner <felix.lechner <at> lease-up.com>
to
control <at> debbugs.gnu.org
.
(Wed, 29 Nov 2023 17:39:02 GMT)
Full text and
rfc822 format available.
This bug report was last modified 1 year and 161 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.