Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] wine-gecko: update to 2.47.4.
@ 2023-08-27 17:10 ypsvlq
  2023-08-27 17:16 ` [PR PATCH] [Updated] " ypsvlq
  2023-09-04  7:03 ` [PR PATCH] [Merged]: " Hoshpak
  0 siblings, 2 replies; 3+ messages in thread
From: ypsvlq @ 2023-08-27 17:10 UTC (permalink / raw)
  To: ml

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

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

https://github.com/ypsvlq/void-packages wine-gecko
https://github.com/void-linux/void-packages/pull/45794

wine-gecko: update to 2.47.4.
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **YES**

<!--
#### 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/45794.patch is attached

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

From 32ff375a96a6fb12300a13caa7ab19588ff94510 Mon Sep 17 00:00:00 2001
From: Elaine Gibson <ypsvlq@gmail.com>
Date: Sun, 27 Aug 2023 16:54:11 +0000
Subject: [PATCH 1/2] wine-gecko: update to 2.47.4.

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

diff --git a/srcpkgs/wine-gecko/template b/srcpkgs/wine-gecko/template
index 1215901c896a6..d298fb7dae50f 100644
--- a/srcpkgs/wine-gecko/template
+++ b/srcpkgs/wine-gecko/template
@@ -1,6 +1,6 @@
 # Template file for 'wine-gecko'
 pkgname=wine-gecko
-version=2.47.2
+version=2.47.4
 revision=1
 build_style=fetch
 short_desc="Mozilla Gecko Layout Engine for WINE (32bit)"
@@ -8,7 +8,7 @@ maintainer="Orphaned <orphan@voidlinux.org>"
 license="MPL-2.0"
 homepage="http://wiki.winehq.org/Gecko"
 distfiles="http://dl.winehq.org/wine/${pkgname}/${version}/wine-gecko-${version}-x86.msi"
-checksum=e520ce7336cd420cd09c91337d87e74bb420300fd5cbc6f724c1802766b6a61d
+checksum=26cecc47706b091908f7f814bddb074c61beb8063318e9efc5a7f789857793d6
 
 do_install() {
 	# The actual installation within WINE occurs at runtime in whatever

From 585de644f6342dae779202453067efa55449e1bd Mon Sep 17 00:00:00 2001
From: Elaine Gibson <ypsvlq@gmail.com>
Date: Sun, 27 Aug 2023 16:55:52 +0000
Subject: [PATCH 2/2] wine: Add reminder to update wine-mono and wine-gecko

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

diff --git a/srcpkgs/wine/template b/srcpkgs/wine/template
index 13cffbf5ea3fb..ab07cd356988c 100644
--- a/srcpkgs/wine/template
+++ b/srcpkgs/wine/template
@@ -1,4 +1,6 @@
 # Template file for 'wine'
+# NOTE: wine depends on specific versions of wine-mono and wine-gecko,
+#       check for updates to these packages when updating wine
 pkgname=wine
 version=8.14
 revision=2

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

* Re: [PR PATCH] [Updated] wine-gecko: update to 2.47.4.
  2023-08-27 17:10 [PR PATCH] wine-gecko: update to 2.47.4 ypsvlq
@ 2023-08-27 17:16 ` ypsvlq
  2023-09-04  7:03 ` [PR PATCH] [Merged]: " Hoshpak
  1 sibling, 0 replies; 3+ messages in thread
From: ypsvlq @ 2023-08-27 17:16 UTC (permalink / raw)
  To: ml

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

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

https://github.com/ypsvlq/void-packages wine-gecko
https://github.com/void-linux/void-packages/pull/45794

wine-gecko: update to 2.47.4.
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **YES**

<!--
#### 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/45794.patch is attached

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

From 32ff375a96a6fb12300a13caa7ab19588ff94510 Mon Sep 17 00:00:00 2001
From: Elaine Gibson <ypsvlq@gmail.com>
Date: Sun, 27 Aug 2023 16:54:11 +0000
Subject: [PATCH 1/2] wine-gecko: update to 2.47.4.

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

diff --git a/srcpkgs/wine-gecko/template b/srcpkgs/wine-gecko/template
index 1215901c896a6..d298fb7dae50f 100644
--- a/srcpkgs/wine-gecko/template
+++ b/srcpkgs/wine-gecko/template
@@ -1,6 +1,6 @@
 # Template file for 'wine-gecko'
 pkgname=wine-gecko
-version=2.47.2
+version=2.47.4
 revision=1
 build_style=fetch
 short_desc="Mozilla Gecko Layout Engine for WINE (32bit)"
@@ -8,7 +8,7 @@ maintainer="Orphaned <orphan@voidlinux.org>"
 license="MPL-2.0"
 homepage="http://wiki.winehq.org/Gecko"
 distfiles="http://dl.winehq.org/wine/${pkgname}/${version}/wine-gecko-${version}-x86.msi"
-checksum=e520ce7336cd420cd09c91337d87e74bb420300fd5cbc6f724c1802766b6a61d
+checksum=26cecc47706b091908f7f814bddb074c61beb8063318e9efc5a7f789857793d6
 
 do_install() {
 	# The actual installation within WINE occurs at runtime in whatever

From bb17c42c36c54c6ec74e47dad514727311ee5a3a Mon Sep 17 00:00:00 2001
From: Elaine Gibson <ypsvlq@gmail.com>
Date: Sun, 27 Aug 2023 16:55:52 +0000
Subject: [PATCH 2/2] wine: Add reminder to update wine-mono and wine-gecko

---
 srcpkgs/wine/template | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/srcpkgs/wine/template b/srcpkgs/wine/template
index 13cffbf5ea3fb..5a6c1610c4155 100644
--- a/srcpkgs/wine/template
+++ b/srcpkgs/wine/template
@@ -16,6 +16,9 @@ distfiles="https://dl.winehq.org/wine/source/${version%.*}.x/wine-${_pkgver}.tar
 checksum="e1836ef66b1825fa9da042830c0495b2ac394815443643466979ee89fdd7faf4
  c544541e4b29fd304a875400cad73b4f14d5ce61fb74a909d4a7c62cdfa77047"
 
+# NOTE: wine depends on specific versions of wine-mono and wine-gecko,
+# check for updates to these packages when updating wine
+
 build_options="mingw staging xshm"
 build_options_default="mingw xshm"
 desc_option_mingw="Use the MinGW cross compiler to build WinPE DLLs"

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

* Re: [PR PATCH] [Merged]: wine-gecko: update to 2.47.4.
  2023-08-27 17:10 [PR PATCH] wine-gecko: update to 2.47.4 ypsvlq
  2023-08-27 17:16 ` [PR PATCH] [Updated] " ypsvlq
@ 2023-09-04  7:03 ` Hoshpak
  1 sibling, 0 replies; 3+ messages in thread
From: Hoshpak @ 2023-09-04  7:03 UTC (permalink / raw)
  To: ml

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

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

wine-gecko: update to 2.47.4.
https://github.com/void-linux/void-packages/pull/45794

Description:
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **YES**

<!--
#### 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
-->


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

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

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-08-27 17:10 [PR PATCH] wine-gecko: update to 2.47.4 ypsvlq
2023-08-27 17:16 ` [PR PATCH] [Updated] " ypsvlq
2023-09-04  7:03 ` [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).