Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] wine: fix path to patchinstall in wine-staging
@ 2023-03-22  0:10 sirkhancision
  2023-03-22  2:24 ` [PR REVIEW] " sgn
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: sirkhancision @ 2023-03-22  0:10 UTC (permalink / raw)
  To: ml

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

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

https://github.com/sirkhancision/void-packages wine-staging
https://github.com/void-linux/void-packages/pull/42912

wine: fix path to patchinstall in wine-staging
#### Testing the changes
- I tested the changes in this PR: **briefly**

#### Local build testing
- I built this PR locally for my native architecture, x86_64-glibc

Resolves #42911

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

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

From ef6f182d670041190927e1e5a11516470b265ec0 Mon Sep 17 00:00:00 2001
From: sirkhancision <jsantiago12tone@gmail.com>
Date: Tue, 21 Mar 2023 21:06:03 -0300
Subject: [PATCH] wine: fix path to patchinstall in wine-staging

---
 srcpkgs/wine/template | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/wine/template b/srcpkgs/wine/template
index f2af67df507d..8256dfb9d4ba 100644
--- a/srcpkgs/wine/template
+++ b/srcpkgs/wine/template
@@ -1,7 +1,7 @@
 # Template file for 'wine'
 pkgname=wine
 version=8.4
-revision=1
+revision=2
 _pkgver=${version/r/-r}
 create_wrksrc=yes
 build_wrksrc=wine-${_pkgver}
@@ -76,7 +76,7 @@ fi
 
 post_patch() {
 	if [ "${build_option_staging}" ]; then
-		"../wine-staging-${_pkgver}/patches/patchinstall.sh" --all
+		"../wine-staging-${_pkgver}/staging/patchinstall.py" --all
 	fi
 }
 

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

end of thread, other threads:[~2023-03-26  7:22 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-03-22  0:10 [PR PATCH] wine: fix path to patchinstall in wine-staging sirkhancision
2023-03-22  2:24 ` [PR REVIEW] " sgn
2023-03-22  2:26 ` sirkhancision
2023-03-22  2:27 ` sirkhancision
2023-03-22  6:29 ` sirkhancision
2023-03-22  6:30 ` [PR PATCH] [Updated] " sirkhancision
2023-03-26  7:22 ` [PR PATCH] [Merged]: " Hoshpak

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