Github messages for voidlinux
 help / color / mirror / Atom feed
From: meator <meator@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: [PR PATCH] efitools: Include manpages in the package
Date: Tue, 26 Jul 2022 14:40:18 +0200	[thread overview]
Message-ID: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-38282@inbox.vuxu.org> (raw)

[-- Attachment #1: Type: text/plain, Size: 464 bytes --]

There is a new pull request by meator against master on the void-packages repository

https://github.com/meator/void-packages efitools
https://github.com/void-linux/void-packages/pull/38282

efitools: Include manpages in the package
Manpages are nice to have.

#### Testing the changes
- I tested the changes in this PR: **YES**

Ping @sgn (maintainer of the package)

A patch file from https://github.com/void-linux/void-packages/pull/38282.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-efitools-38282.patch --]
[-- Type: text/x-diff, Size: 2320 bytes --]

From 0ff68767d8257cded270cc0fa1f1dbd6898af66b Mon Sep 17 00:00:00 2001
From: meator <meator.dev@gmail.com>
Date: Tue, 26 Jul 2022 14:32:16 +0200
Subject: [PATCH] efitools: Include manpages in the package

---
 ...05-makefile-remove-useless-problematic-target.patch | 10 ++++------
 srcpkgs/efitools/template                              |  4 ++--
 2 files changed, 6 insertions(+), 8 deletions(-)

diff --git a/srcpkgs/efitools/patches/05-makefile-remove-useless-problematic-target.patch b/srcpkgs/efitools/patches/05-makefile-remove-useless-problematic-target.patch
index a960654dd9f2..4c473d539c0a 100644
--- a/srcpkgs/efitools/patches/05-makefile-remove-useless-problematic-target.patch
+++ b/srcpkgs/efitools/patches/05-makefile-remove-useless-problematic-target.patch
@@ -8,20 +8,18 @@ index 7d471da..30e236b 100644
  	KeyTool.efi HashTool.efi SetNull.efi ShimReplace.efi
  BINARIES = cert-to-efi-sig-list sig-list-to-certs sign-efi-sig-list \
  	hash-to-efi-sig-list efi-readvar efi-updatevar cert-to-efi-hash-list \
-@@ -27,20 +27,14 @@ include Make.rules
+@@ -27,9 +27,7 @@ include Make.rules
  
  EFISIGNED = $(patsubst %.efi,%-signed.efi,$(EFIFILES))
  
 -all: $(EFISIGNED) $(BINARIES) $(MANPAGES) noPK.auth $(KEYAUTH) \
 -	$(KEYUPDATEAUTH) $(KEYBLACKLISTAUTH) $(KEYHASHBLACKLISTAUTH)
 -
-+all: $(EFIFILES) $(BINARIES)
++all: $(EFIFILES) $(BINARIES) $(MANPAGES)
  
  install: all
--	$(INSTALL) -m 755 -d $(MANDIR)
--	$(INSTALL) -m 644 $(MANPAGES) $(MANDIR)
- 	$(INSTALL) -m 755 -d $(EFIDIR)
- 	$(INSTALL) -m 755 $(EFIFILES) $(EFIDIR)
+ 	$(INSTALL) -m 755 -d $(MANDIR)
+@@ -39,8 +37,6 @@ install: all
  	$(INSTALL) -m 755 -d $(BINDIR)
  	$(INSTALL) -m 755 $(BINARIES) $(BINDIR)
  	$(INSTALL) -m 755 mkusb.sh $(BINDIR)/efitool-mkusb
diff --git a/srcpkgs/efitools/template b/srcpkgs/efitools/template
index 5d26a4208de0..61069d7e095e 100644
--- a/srcpkgs/efitools/template
+++ b/srcpkgs/efitools/template
@@ -1,10 +1,10 @@
 # Template file for 'efitools'
 pkgname=efitools
 version=1.9.2
-revision=5
+revision=6
 archs="x86_64* i686* arm* aarch64*"
 build_style=gnu-makefile
-hostmakedepends="perl-File-Slurp"
+hostmakedepends="perl-File-Slurp help2man"
 makedepends="gnu-efi-libs openssl-devel"
 short_desc="Tools to manipulate EFI secure boot platforms"
 maintainer="Doan Tran Cong Danh <congdanhqx@gmail.com>"

             reply	other threads:[~2022-07-26 12:40 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-07-26 12:40 meator [this message]
2022-07-26 12:45 ` sgn
2022-07-26 12:45 ` [PR PATCH] [Closed]: " sgn
2022-07-26 12:45 ` sgn

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

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

  git send-email \
    --in-reply-to=gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-38282@inbox.vuxu.org \
    --to=meator@users.noreply.github.com \
    --cc=ml@inbox.vuxu.org \
    /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.
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 NNTP newsgroup(s).