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

* Re: [PR REVIEW] wine: fix path to patchinstall in wine-staging
  2023-03-22  0:10 [PR PATCH] wine: fix path to patchinstall in wine-staging sirkhancision
@ 2023-03-22  2:24 ` sgn
  2023-03-22  2:26 ` sirkhancision
                   ` (4 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: sgn @ 2023-03-22  2:24 UTC (permalink / raw)
  To: ml

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

New review comment by sgn on void-packages repository

https://github.com/void-linux/void-packages/pull/42912#discussion_r1144165771

Comment:
```suggestion
revision=1
```

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

* Re: [PR REVIEW] wine: fix path to patchinstall in wine-staging
  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
                   ` (3 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: sirkhancision @ 2023-03-22  2:26 UTC (permalink / raw)
  To: ml

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

New review comment by sirkhancision on void-packages repository

https://github.com/void-linux/void-packages/pull/42912#discussion_r1144166320

Comment:
Oh weird that it didn't bump the revision, thanks.

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

* Re: [PR REVIEW] wine: fix path to patchinstall in wine-staging
  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
                   ` (2 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: sirkhancision @ 2023-03-22  2:27 UTC (permalink / raw)
  To: ml

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

New review comment by sirkhancision on void-packages repository

https://github.com/void-linux/void-packages/pull/42912#discussion_r1144166320

Comment:
Oh weird that it didn't bump the revision, thanks.
EDIT: oh wait I read it wrong lul why downgrade the revision version?

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

* Re: [PR REVIEW] wine: fix path to patchinstall in wine-staging
  2023-03-22  0:10 [PR PATCH] wine: fix path to patchinstall in wine-staging sirkhancision
                   ` (2 preceding siblings ...)
  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
  5 siblings, 0 replies; 7+ messages in thread
From: sirkhancision @ 2023-03-22  6:29 UTC (permalink / raw)
  To: ml

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

New review comment by sirkhancision on void-packages repository

https://github.com/void-linux/void-packages/pull/42912#discussion_r1144286204

Comment:
Just read up and I gotcha, it's because there is no change to the generated binary package.

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

* Re: [PR PATCH] [Updated] wine: fix path to patchinstall in wine-staging
  2023-03-22  0:10 [PR PATCH] wine: fix path to patchinstall in wine-staging sirkhancision
                   ` (3 preceding siblings ...)
  2023-03-22  6:29 ` sirkhancision
@ 2023-03-22  6:30 ` sirkhancision
  2023-03-26  7:22 ` [PR PATCH] [Merged]: " Hoshpak
  5 siblings, 0 replies; 7+ messages in thread
From: sirkhancision @ 2023-03-22  6:30 UTC (permalink / raw)
  To: ml

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

There is an updated 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: 673 bytes --]

From 65dc4b05d8e1148e534fa41c68930de834424e75 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 | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/wine/template b/srcpkgs/wine/template
index f2af67df507d..e715f8f559b2 100644
--- a/srcpkgs/wine/template
+++ b/srcpkgs/wine/template
@@ -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

* Re: [PR PATCH] [Merged]: wine: fix path to patchinstall in wine-staging
  2023-03-22  0:10 [PR PATCH] wine: fix path to patchinstall in wine-staging sirkhancision
                   ` (4 preceding siblings ...)
  2023-03-22  6:30 ` [PR PATCH] [Updated] " sirkhancision
@ 2023-03-26  7:22 ` Hoshpak
  5 siblings, 0 replies; 7+ messages in thread
From: Hoshpak @ 2023-03-26  7:22 UTC (permalink / raw)
  To: ml

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

There's a merged pull request on the void-packages repository

wine: fix path to patchinstall in wine-staging
https://github.com/void-linux/void-packages/pull/42912

Description:
#### 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

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