Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] qt5-webengine: ignore versions other than 5.x in update check.
@ 2023-09-21 21:26 mhmdanas
  2023-09-21 21:27 ` [PR PATCH] [Updated] " mhmdanas
  2023-09-21 21:31 ` [PR PATCH] [Merged]: " Johnnynator
  0 siblings, 2 replies; 3+ messages in thread
From: mhmdanas @ 2023-09-21 21:26 UTC (permalink / raw)
  To: ml

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

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

https://github.com/mhmdanas/void-packages qt5-webengine-ignore-non-5-versions
https://github.com/void-linux/void-packages/pull/46177

qt5-webengine: ignore versions other than 5.x in update check.
<!-- Uncomment relevant sections and delete options which are not applicable -->

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

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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-qt5-webengine-ignore-non-5-versions-46177.patch --]
[-- Type: text/x-diff, Size: 560 bytes --]

From 21c57e77fac0415d311e6c370513730efddf8a5e Mon Sep 17 00:00:00 2001
From: triallax <triallax@tutanota.com>
Date: Thu, 21 Sep 2023 22:26:07 +0100
Subject: [PATCH] qt5-webengine: ignore versions other than 5.x in update
 check.

---
 srcpkgs/qt5-webengine/update | 1 +
 1 file changed, 1 insertion(+)

diff --git a/srcpkgs/qt5-webengine/update b/srcpkgs/qt5-webengine/update
index 405c90aeb6beb..e9a0bf6f9003b 100644
--- a/srcpkgs/qt5-webengine/update
+++ b/srcpkgs/qt5-webengine/update
@@ -1 +1,2 @@
 pkgname="${pkgname/5-/}-everywhere-src"
+ignore="[!5].*"

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

* Re: [PR PATCH] [Updated] qt5-webengine: ignore versions other than 5.x in update check.
  2023-09-21 21:26 [PR PATCH] qt5-webengine: ignore versions other than 5.x in update check mhmdanas
@ 2023-09-21 21:27 ` mhmdanas
  2023-09-21 21:31 ` [PR PATCH] [Merged]: " Johnnynator
  1 sibling, 0 replies; 3+ messages in thread
From: mhmdanas @ 2023-09-21 21:27 UTC (permalink / raw)
  To: ml

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

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

https://github.com/mhmdanas/void-packages qt5-webengine-ignore-non-5-versions
https://github.com/void-linux/void-packages/pull/46177

qt5-webengine: ignore versions other than 5.x in update check.
<!-- Uncomment relevant sections and delete options which are not applicable -->

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

[ci skip]

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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-qt5-webengine-ignore-non-5-versions-46177.patch --]
[-- Type: text/x-diff, Size: 560 bytes --]

From 062c0c6423b1f249138002c76254a09afdf7f1ae Mon Sep 17 00:00:00 2001
From: triallax <triallax@tutanota.com>
Date: Thu, 21 Sep 2023 22:26:07 +0100
Subject: [PATCH] qt5-webengine: ignore versions other than 5.x in
 update-check.

---
 srcpkgs/qt5-webengine/update | 1 +
 1 file changed, 1 insertion(+)

diff --git a/srcpkgs/qt5-webengine/update b/srcpkgs/qt5-webengine/update
index 405c90aeb6beb..e9a0bf6f9003b 100644
--- a/srcpkgs/qt5-webengine/update
+++ b/srcpkgs/qt5-webengine/update
@@ -1 +1,2 @@
 pkgname="${pkgname/5-/}-everywhere-src"
+ignore="[!5].*"

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

* Re: [PR PATCH] [Merged]: qt5-webengine: ignore versions other than 5.x in update check.
  2023-09-21 21:26 [PR PATCH] qt5-webengine: ignore versions other than 5.x in update check mhmdanas
  2023-09-21 21:27 ` [PR PATCH] [Updated] " mhmdanas
@ 2023-09-21 21:31 ` Johnnynator
  1 sibling, 0 replies; 3+ messages in thread
From: Johnnynator @ 2023-09-21 21:31 UTC (permalink / raw)
  To: ml

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

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

qt5-webengine: ignore versions other than 5.x in update check.
https://github.com/void-linux/void-packages/pull/46177

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

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

[ci skip]

<!--
#### 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-21 21:31 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-09-21 21:26 [PR PATCH] qt5-webengine: ignore versions other than 5.x in update check mhmdanas
2023-09-21 21:27 ` [PR PATCH] [Updated] " mhmdanas
2023-09-21 21:31 ` [PR PATCH] [Merged]: " Johnnynator

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