Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] winetricks: update to 20210825.
@ 2021-08-28 20:01 prez
  2021-08-28 20:12 ` [PR REVIEW] " paper42
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: prez @ 2021-08-28 20:01 UTC (permalink / raw)
  To: ml

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

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

https://github.com/prez/void-packages winetricks
https://github.com/void-linux/void-packages/pull/32738

winetricks: update to 20210825.
Current winetricks, which is from February, is broken all over the place.

<!-- Mark items with [x] where applicable -->

#### General
- [ ] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements)

#### Have the results of the proposed changes been tested?
- [x] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [ ] I generally don't use the affected packages but briefly tested this PR



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

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

From 566674c6a54b61f9e1cabded3b289e698ec05b62 Mon Sep 17 00:00:00 2001
From: prez <prez@national.shitposting.agency>
Date: Sat, 28 Aug 2021 22:00:00 +0200
Subject: [PATCH] winetricks: update to 20210825.

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

diff --git a/srcpkgs/winetricks/template b/srcpkgs/winetricks/template
index f74e856d5d25..ef585321fd2e 100644
--- a/srcpkgs/winetricks/template
+++ b/srcpkgs/winetricks/template
@@ -1,6 +1,6 @@
 # Template file for 'winetricks'
 pkgname=winetricks
-version=20210206
+version=20210825
 revision=1
 build_style=gnu-makefile
 depends="cabextract unzip xmessage" # actually it depends on wine
@@ -9,7 +9,7 @@ maintainer="mater11234 <mater11234@riseup.net>"
 license="LGPL-3.0-or-later"
 homepage="http://wiki.winehq.org/winetricks"
 distfiles="https://github.com/Winetricks/winetricks/archive/$version.tar.gz"
-checksum=705421798b28696f577104ebdf03b068b9343ab096754150f47a6ec06fa8ae65
+checksum=bac77918ef4d58c6465a1043fd996d09c3ee2c5a07f56ed089c4c65a71881277
 
 do_check() {
 	# Needs python3-bashate

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

* Re: [PR REVIEW] winetricks: update to 20210825.
  2021-08-28 20:01 [PR PATCH] winetricks: update to 20210825 prez
@ 2021-08-28 20:12 ` paper42
  2021-08-29  1:22 ` [PR PATCH] [Updated] " prez
  2021-08-29  7:23 ` [PR PATCH] [Merged]: " paper42
  2 siblings, 0 replies; 4+ messages in thread
From: paper42 @ 2021-08-28 20:12 UTC (permalink / raw)
  To: ml

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

New review comment by paper42 on void-packages repository

https://github.com/void-linux/void-packages/pull/32738#discussion_r697912955

Comment:
let's replace this function with `make_check=no # Needs python3-bashate`

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

* Re: [PR PATCH] [Updated] winetricks: update to 20210825.
  2021-08-28 20:01 [PR PATCH] winetricks: update to 20210825 prez
  2021-08-28 20:12 ` [PR REVIEW] " paper42
@ 2021-08-29  1:22 ` prez
  2021-08-29  7:23 ` [PR PATCH] [Merged]: " paper42
  2 siblings, 0 replies; 4+ messages in thread
From: prez @ 2021-08-29  1:22 UTC (permalink / raw)
  To: ml

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

There is an updated pull request by prez against master on the void-packages repository

https://github.com/prez/void-packages winetricks
https://github.com/void-linux/void-packages/pull/32738

winetricks: update to 20210825.
Current winetricks, which is from February, is broken all over the place.

<!-- Mark items with [x] where applicable -->

#### General
- [ ] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements)

#### Have the results of the proposed changes been tested?
- [x] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [ ] I generally don't use the affected packages but briefly tested this PR



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

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

From 31688838e40369b51da603ca4e55a5d5fb35f421 Mon Sep 17 00:00:00 2001
From: prez <prez@national.shitposting.agency>
Date: Sat, 28 Aug 2021 22:00:00 +0200
Subject: [PATCH] winetricks: update to 20210825.

---
 srcpkgs/winetricks/template | 10 +++-------
 1 file changed, 3 insertions(+), 7 deletions(-)

diff --git a/srcpkgs/winetricks/template b/srcpkgs/winetricks/template
index f74e856d5d25..8db89c6a521d 100644
--- a/srcpkgs/winetricks/template
+++ b/srcpkgs/winetricks/template
@@ -1,6 +1,6 @@
 # Template file for 'winetricks'
 pkgname=winetricks
-version=20210206
+version=20210825
 revision=1
 build_style=gnu-makefile
 depends="cabextract unzip xmessage" # actually it depends on wine
@@ -9,9 +9,5 @@ maintainer="mater11234 <mater11234@riseup.net>"
 license="LGPL-3.0-or-later"
 homepage="http://wiki.winehq.org/winetricks"
 distfiles="https://github.com/Winetricks/winetricks/archive/$version.tar.gz"
-checksum=705421798b28696f577104ebdf03b068b9343ab096754150f47a6ec06fa8ae65
-
-do_check() {
-	# Needs python3-bashate
-	:
-}
+checksum=bac77918ef4d58c6465a1043fd996d09c3ee2c5a07f56ed089c4c65a71881277
+make_check=no # Needs python3-bashate

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

* Re: [PR PATCH] [Merged]: winetricks: update to 20210825.
  2021-08-28 20:01 [PR PATCH] winetricks: update to 20210825 prez
  2021-08-28 20:12 ` [PR REVIEW] " paper42
  2021-08-29  1:22 ` [PR PATCH] [Updated] " prez
@ 2021-08-29  7:23 ` paper42
  2 siblings, 0 replies; 4+ messages in thread
From: paper42 @ 2021-08-29  7:23 UTC (permalink / raw)
  To: ml

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

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

winetricks: update to 20210825.
https://github.com/void-linux/void-packages/pull/32738

Description:
Current winetricks, which is from February, is broken all over the place.

<!-- Mark items with [x] where applicable -->

#### General
- [ ] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements)

#### Have the results of the proposed changes been tested?
- [x] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [ ] I generally don't use the affected packages but briefly tested this PR



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

end of thread, other threads:[~2021-08-29  7:23 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-08-28 20:01 [PR PATCH] winetricks: update to 20210825 prez
2021-08-28 20:12 ` [PR REVIEW] " paper42
2021-08-29  1:22 ` [PR PATCH] [Updated] " prez
2021-08-29  7:23 ` [PR PATCH] [Merged]: " paper42

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