Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] wayland-utils: update to 1.2.0, update distfiles
@ 2024-02-13  6:51 caughtquick
  2024-02-13 14:07 ` sgn
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: caughtquick @ 2024-02-13  6:51 UTC (permalink / raw)
  To: ml

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

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

https://github.com/caughtquick/void-packages wayland
https://github.com/void-linux/void-packages/pull/48689

wayland-utils: update to 1.2.0, update distfiles
<!-- Uncomment relevant sections and delete options which are not applicable -->

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

<!--
#### 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, (x86_64-glibc)


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

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

From 7a61a77b89e7efbdf322df16163ce60152c79628 Mon Sep 17 00:00:00 2001
From: caughtquick <abhijit@sipahimalani.me>
Date: Mon, 12 Feb 2024 22:49:46 -0800
Subject: [PATCH] wayland-utils: update to 1.2.0, update distfiles

---
 srcpkgs/wayland-utils/template | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/wayland-utils/template b/srcpkgs/wayland-utils/template
index 7c05257f97d30..c16aaa2f230f0 100644
--- a/srcpkgs/wayland-utils/template
+++ b/srcpkgs/wayland-utils/template
@@ -1,6 +1,6 @@
 # Template file for 'wayland-utils'
 pkgname=wayland-utils
-version=1.0.0
+version=1.2.0
 revision=1
 build_style=meson
 hostmakedepends="pkg-config wayland-devel"
@@ -9,8 +9,8 @@ short_desc="Wayland utilities"
 maintainer="Orphaned <orphan@voidlinux.org>"
 license="MIT"
 homepage="https://wayland.freedesktop.org/"
-distfiles="https://wayland.freedesktop.org/releases/wayland-utils-${version}.tar.xz"
-checksum=64fecc4c58e87ae9b302901abe10c2e8af69c7503c221a96ecd0700e0aa268c0
+distfiles="https://gitlab.freedesktop.org/wayland/wayland-utils/-/releases/${version}/downloads/wayland-utils-${version}.tar.xz"
+checksum=d9278c22554586881802540751bcc42569262bf80cd9ac9b0fd12ff4bd09a9e4
 
 post_install() {
 	vlicense COPYING

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

* Re: wayland-utils: update to 1.2.0, update distfiles
  2024-02-13  6:51 [PR PATCH] wayland-utils: update to 1.2.0, update distfiles caughtquick
@ 2024-02-13 14:07 ` sgn
  2024-02-13 14:35 ` caughtquick
                   ` (4 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: sgn @ 2024-02-13 14:07 UTC (permalink / raw)
  To: ml

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

New comment by sgn on void-packages repository

https://github.com/void-linux/void-packages/pull/48689#issuecomment-1941599003

Comment:
Remove `, update distfiles`

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

* Re: wayland-utils: update to 1.2.0, update distfiles
  2024-02-13  6:51 [PR PATCH] wayland-utils: update to 1.2.0, update distfiles caughtquick
  2024-02-13 14:07 ` sgn
@ 2024-02-13 14:35 ` caughtquick
  2024-02-13 15:26 ` sgn
                   ` (3 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: caughtquick @ 2024-02-13 14:35 UTC (permalink / raw)
  To: ml

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

New comment by caughtquick on void-packages repository

https://github.com/void-linux/void-packages/pull/48689#issuecomment-1941650700

Comment:
@sgn the distfiles location was actually changed, it's not located in at the same URL format it was previously.

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

* Re: wayland-utils: update to 1.2.0, update distfiles
  2024-02-13  6:51 [PR PATCH] wayland-utils: update to 1.2.0, update distfiles caughtquick
  2024-02-13 14:07 ` sgn
  2024-02-13 14:35 ` caughtquick
@ 2024-02-13 15:26 ` sgn
  2024-02-13 23:14 ` [PR PATCH] [Updated] " caughtquick
                   ` (2 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: sgn @ 2024-02-13 15:26 UTC (permalink / raw)
  To: ml

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

New comment by sgn on void-packages repository

https://github.com/void-linux/void-packages/pull/48689#issuecomment-1941778404

Comment:
Me knew that.

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

* Re: [PR PATCH] [Updated] wayland-utils: update to 1.2.0, update distfiles
  2024-02-13  6:51 [PR PATCH] wayland-utils: update to 1.2.0, update distfiles caughtquick
                   ` (2 preceding siblings ...)
  2024-02-13 15:26 ` sgn
@ 2024-02-13 23:14 ` caughtquick
  2024-02-13 23:14 ` caughtquick
  2024-02-14  2:25 ` [PR PATCH] [Merged]: " sgn
  5 siblings, 0 replies; 7+ messages in thread
From: caughtquick @ 2024-02-13 23:14 UTC (permalink / raw)
  To: ml

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

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

https://github.com/caughtquick/void-packages wayland
https://github.com/void-linux/void-packages/pull/48689

wayland-utils: update to 1.2.0, update distfiles
<!-- Uncomment relevant sections and delete options which are not applicable -->

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

<!--
#### 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, (x86_64-glibc)


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

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

From c80249ae95cb2b3876997b9fa96df5dfb302ab5c Mon Sep 17 00:00:00 2001
From: caughtquick <abhijit@sipahimalani.me>
Date: Mon, 12 Feb 2024 22:49:46 -0800
Subject: [PATCH] wayland-utils: update to 1.2.0

---
 srcpkgs/wayland-utils/template | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/wayland-utils/template b/srcpkgs/wayland-utils/template
index 7c05257f97d306..c16aaa2f230f02 100644
--- a/srcpkgs/wayland-utils/template
+++ b/srcpkgs/wayland-utils/template
@@ -1,6 +1,6 @@
 # Template file for 'wayland-utils'
 pkgname=wayland-utils
-version=1.0.0
+version=1.2.0
 revision=1
 build_style=meson
 hostmakedepends="pkg-config wayland-devel"
@@ -9,8 +9,8 @@ short_desc="Wayland utilities"
 maintainer="Orphaned <orphan@voidlinux.org>"
 license="MIT"
 homepage="https://wayland.freedesktop.org/"
-distfiles="https://wayland.freedesktop.org/releases/wayland-utils-${version}.tar.xz"
-checksum=64fecc4c58e87ae9b302901abe10c2e8af69c7503c221a96ecd0700e0aa268c0
+distfiles="https://gitlab.freedesktop.org/wayland/wayland-utils/-/releases/${version}/downloads/wayland-utils-${version}.tar.xz"
+checksum=d9278c22554586881802540751bcc42569262bf80cd9ac9b0fd12ff4bd09a9e4
 
 post_install() {
 	vlicense COPYING

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

* Re: wayland-utils: update to 1.2.0, update distfiles
  2024-02-13  6:51 [PR PATCH] wayland-utils: update to 1.2.0, update distfiles caughtquick
                   ` (3 preceding siblings ...)
  2024-02-13 23:14 ` [PR PATCH] [Updated] " caughtquick
@ 2024-02-13 23:14 ` caughtquick
  2024-02-14  2:25 ` [PR PATCH] [Merged]: " sgn
  5 siblings, 0 replies; 7+ messages in thread
From: caughtquick @ 2024-02-13 23:14 UTC (permalink / raw)
  To: ml

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

New comment by caughtquick on void-packages repository

https://github.com/void-linux/void-packages/pull/48689#issuecomment-1942811015

Comment:
@sgn The change to the commit has been made

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

* Re: [PR PATCH] [Merged]: wayland-utils: update to 1.2.0, update distfiles
  2024-02-13  6:51 [PR PATCH] wayland-utils: update to 1.2.0, update distfiles caughtquick
                   ` (4 preceding siblings ...)
  2024-02-13 23:14 ` caughtquick
@ 2024-02-14  2:25 ` sgn
  5 siblings, 0 replies; 7+ messages in thread
From: sgn @ 2024-02-14  2:25 UTC (permalink / raw)
  To: ml

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

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

wayland-utils: update to 1.2.0, update distfiles
https://github.com/void-linux/void-packages/pull/48689

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

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

<!--
#### 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, (x86_64-glibc)


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

end of thread, other threads:[~2024-02-14  2:25 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-02-13  6:51 [PR PATCH] wayland-utils: update to 1.2.0, update distfiles caughtquick
2024-02-13 14:07 ` sgn
2024-02-13 14:35 ` caughtquick
2024-02-13 15:26 ` sgn
2024-02-13 23:14 ` [PR PATCH] [Updated] " caughtquick
2024-02-13 23:14 ` caughtquick
2024-02-14  2:25 ` [PR PATCH] [Merged]: " sgn

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