Github messages for voidlinux
 help / color / mirror / Atom feed
From: dkwo <dkwo@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: [PR PATCH] greetd: install manpages
Date: Wed, 20 Sep 2023 20:36:19 +0200	[thread overview]
Message-ID: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-46160@inbox.vuxu.org> (raw)

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

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

https://github.com/dkwo/void-packages greetd
https://github.com/void-linux/void-packages/pull/46160

greetd: install manpages
- I tested the changes in this PR: yes
- I built this PR locally for my native architecture, (x86_64-glibc)

cc maintainer @cinerea0 

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

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

From 606cf68462e14c0e90808a94364fdfa7d359890f Mon Sep 17 00:00:00 2001
From: dkwo <nicolopiazzalunga@gmail.com>
Date: Wed, 20 Sep 2023 14:33:39 -0400
Subject: [PATCH] greetd: install manpages

---
 srcpkgs/greetd/template | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/srcpkgs/greetd/template b/srcpkgs/greetd/template
index b1603ed736665..ebdd44f2a37db 100644
--- a/srcpkgs/greetd/template
+++ b/srcpkgs/greetd/template
@@ -1,7 +1,7 @@
 # Template file for 'greetd'
 pkgname=greetd
 version=0.9.0
-revision=1
+revision=2
 build_style=cargo
 conf_files="/etc/greetd/config.toml"
 hostmakedepends="pkg-config scdoc"
@@ -19,8 +19,7 @@ _greeter_homedir="/var/lib/_greeter"
 make_dirs="/var/lib/_greeter 0755 _greeter _greeter"
 
 pre_build() {
-	cd man
-	make all
+	make -C man
 }
 
 do_install() {
@@ -29,8 +28,9 @@ do_install() {
 	vbin "target/${RUST_TARGET}/release/greetd"
 	vinstall config.toml 644 etc/greetd/
 
-	cd man
-	make install
+	for m in agreety.1 greetd.1 greetd.5 greetd-ipc.7; do
+		vman man/${m}
+	done
 
 	vinstall ${FILESDIR}/greetd.pam 644 etc/pam.d/ greetd
 	vsv greetd

             reply	other threads:[~2023-09-20 18:36 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-09-20 18:36 dkwo [this message]
2023-09-21 16:42 ` [PR REVIEW] " classabbyamp
2023-09-21 16:44 ` classabbyamp
2023-09-21 17:24 ` [PR PATCH] [Updated] " dkwo
2023-09-21 17:26 ` [PR REVIEW] " dkwo
2023-09-21 17:40 ` [PR PATCH] [Merged]: " classabbyamp

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-46160@inbox.vuxu.org \
    --to=dkwo@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).