unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
From: Hilton Chain via Guix-patches via <guix-patches@gnu.org>
To: 64413@debbugs.gnu.org
Cc: Hilton Chain <hako@ultrarare.space>
Subject: [bug#64413] [PATCH v2 0/1] gnu: miniflux: Update to 2.0.45.
Date: Fri, 14 Jul 2023 00:42:22 +0800	[thread overview]
Message-ID: <cover.1689266148.git.hako@ultrarare.space> (raw)
In-Reply-To: <74ed71415d21f1e08893c216ea8adc672787f44e.1688291271.git.hako@ultrarare.space>

v1 -> v2: Install manpage.

Hilton Chain (1):
  gnu: miniflux: Update to 2.0.45.

 gnu/packages/web.scm | 17 ++++++++++++++---
 1 file changed, 14 insertions(+), 3 deletions(-)


base-commit: ff208b4b629a15ce0b72555db1cda9fcb7eec1c9
--
2.41.0

Diff range from v1 to v2:
diff --git a/gnu/packages/web.scm b/gnu/packages/web.scm
index 6d4ffda097..eca6f5bd9e 100644
--- a/gnu/packages/web.scm
+++ b/gnu/packages/web.scm
@@ -346,7 +346,12 @@ (define-public miniflux
                (add-before 'build 'disable-cgo
                  (lambda _
                    (setenv "CGO_ENABLED" "0")))
-               (add-after 'install 'rename-binary
+               (add-after 'install 'install-manpage
+                 (lambda* (#:key import-path #:allow-other-keys)
+                   (let ((man1 (string-append #$output "/share/man/man1/"))
+                         (page (format #f "src/~a/miniflux.1" import-path)))
+                     (install-file page man1))))
+               (add-after 'install-manpage 'rename-binary
                  (lambda _
                    (let ((bindir (string-append #$output "/bin/")))
                      (rename-file (string-append bindir "miniflux.app")




  reply	other threads:[~2023-07-13 16:43 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-07-02  9:50 [bug#64413] [PATCH] gnu: miniflux: Update to 2.0.45 Hilton Chain via Guix-patches via
2023-07-13 16:42 ` Hilton Chain via Guix-patches via [this message]
2023-07-13 16:43   ` [bug#64413] [PATCH v2 1/1] " Hilton Chain via Guix-patches via
2023-07-22  1:55     ` [bug#64413] [PATCH] " 宋文武 via Guix-patches via
2023-07-22  4:24       ` Hilton Chain via Guix-patches via
2023-07-22  4:29 ` [bug#64413] [PATCH v3 0/3] gnu: miniflux: Update to 2.0.46 Hilton Chain via Guix-patches via
2023-07-22  4:32   ` [bug#64413] [PATCH v3 1/3] gnu: Add go-github-com-go-jose-go-jose-v3 Hilton Chain via Guix-patches via
2023-07-22  4:32   ` [bug#64413] [PATCH v3 2/3] gnu: Add go-github-com-coreos-go-oidc-v3 Hilton Chain via Guix-patches via
2023-07-22  4:33   ` [bug#64413] [PATCH v3 3/3] gnu: miniflux: Update to 2.0.46 Hilton Chain via Guix-patches via
2023-08-13  8:03     ` bug#64413: [PATCH] gnu: miniflux: Update to 2.0.45 宋文武 via Guix-patches via

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://guix.gnu.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=cover.1689266148.git.hako@ultrarare.space \
    --to=guix-patches@gnu.org \
    --cc=64413@debbugs.gnu.org \
    --cc=hako@ultrarare.space \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).