Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] wine: install man page for wine executable
@ 2023-04-29  4:50 amak79
  2023-04-30  4:47 ` amak79
                   ` (14 more replies)
  0 siblings, 15 replies; 16+ messages in thread
From: amak79 @ 2023-04-29  4:50 UTC (permalink / raw)
  To: ml

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

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

https://github.com/amak79/void-packages wine
https://github.com/void-linux/void-packages/pull/43664

wine: install man page for wine executable
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **briefly**
 Closes #43436
<!--
#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!--
#### Local build testing
- I built this PR locally for my native architecture, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->


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

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

From ef07d570c72a704f72f456438fdb919536cc1b97 Mon Sep 17 00:00:00 2001
From: amak <amak.git@outlook.com>
Date: Sat, 29 Apr 2023 14:40:29 +1000
Subject: [PATCH] wine: install man page for wine executable

---
 srcpkgs/wine/template | 7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)

diff --git a/srcpkgs/wine/template b/srcpkgs/wine/template
index 88e16b563fba..35c616cee6ba 100644
--- a/srcpkgs/wine/template
+++ b/srcpkgs/wine/template
@@ -1,7 +1,7 @@
 # Template file for 'wine'
 pkgname=wine
 version=8.6
-revision=1
+revision=2
 _pkgver=${version/r/-r}
 create_wrksrc=yes
 build_wrksrc=wine-${_pkgver}
@@ -112,6 +112,11 @@ post_install() {
 			ln -s ${_wine_libexec}/wine64 ${DESTDIR}/usr/bin/wine64
 		;;
 	esac
+
+	# install man page for wine executable
+	for man in loader/wine.*man ; do
+		vman ${man} ${man%.man}.1
+	done
 }
 
 libwine_package() {

^ permalink raw reply	[flat|nested] 16+ messages in thread

end of thread, other threads:[~2023-05-08  3:39 UTC | newest]

Thread overview: 16+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-04-29  4:50 [PR PATCH] wine: install man page for wine executable amak79
2023-04-30  4:47 ` amak79
2023-04-30  9:10 ` amak79
2023-04-30  9:11 ` [PR PATCH] [Updated] " amak79
2023-04-30  9:23 ` amak79
2023-04-30  9:32 ` amak79
2023-04-30  9:45 ` amak79
2023-04-30 10:03 ` amak79
2023-04-30 18:16 ` classabbyamp
2023-05-01  4:37 ` amak79
2023-05-06 14:40 ` classabbyamp
2023-05-08  1:04 ` [PR PATCH] [Updated] " amak79
2023-05-08  1:49 ` [PR REVIEW] " classabbyamp
2023-05-08  2:12 ` [PR PATCH] [Updated] " amak79
2023-05-08  2:13 ` [PR REVIEW] " amak79
2023-05-08  3:39 ` [PR PATCH] [Merged]: " classabbyamp

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).