Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] wayland-protocols: update to 1.26
@ 2022-08-19  3:43 rj-won
  2022-08-21 18:02 ` [PR REVIEW] " classabbyamp
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: rj-won @ 2022-08-19  3:43 UTC (permalink / raw)
  To: ml

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

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

https://github.com/rj-won/void-packages master
https://github.com/void-linux/void-packages/pull/38776

wayland-protocols: update to 1.26
- I tested the changes in this PR: **YES**

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

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

From ef00a109dbcf92fb68cecfa51419ff15a27ce870 Mon Sep 17 00:00:00 2001
From: rj1 <rj1@riseup.net>
Date: Thu, 18 Aug 2022 22:42:28 -0500
Subject: [PATCH] wayland-protocols: update to 1.26

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

diff --git a/srcpkgs/wayland-protocols/template b/srcpkgs/wayland-protocols/template
index 8f54aca510ab..041871e8ef43 100644
--- a/srcpkgs/wayland-protocols/template
+++ b/srcpkgs/wayland-protocols/template
@@ -1,6 +1,6 @@
 # Template file for 'wayland-protocols'
 pkgname=wayland-protocols
-version=1.25
+version=1.26
 revision=1
 build_style=meson
 hostmakedepends="pkg-config wayland-devel"
@@ -10,7 +10,7 @@ maintainer="Isaac Freund <mail@isaacfreund.com>"
 license="MIT"
 homepage="https://wayland.freedesktop.org"
 distfiles="https://github.com/wayland-project/wayland-protocols/archive/${version}.tar.gz"
-checksum=4326e2b5e04e459ab4522e83e19bff101a3faf9b085bcf46b6cabbd392cc4458
+checksum=fe56386f436a84e97c3b6a61b76306f205a64425900f247ad0048174b9c32d4d
 
 post_install() {
 	vlicense COPYING

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

* Re: [PR REVIEW] wayland-protocols: update to 1.26
  2022-08-19  3:43 [PR PATCH] wayland-protocols: update to 1.26 rj-won
@ 2022-08-21 18:02 ` classabbyamp
  2022-08-21 19:34 ` [PR PATCH] [Updated] " rj-won
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: classabbyamp @ 2022-08-21 18:02 UTC (permalink / raw)
  To: ml

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

New review comment by classabbyamp on void-packages repository

https://github.com/void-linux/void-packages/pull/38776#discussion_r950880847

Comment:
```suggestion
distfiles="https://gitlab.freedesktop.org/wayland/wayland-protocols/-/archive/${version}/wayland-protocols-${version}.tar.gz"
```
github is a mirror of the gitlab

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

* Re: [PR PATCH] [Updated] wayland-protocols: update to 1.26
  2022-08-19  3:43 [PR PATCH] wayland-protocols: update to 1.26 rj-won
  2022-08-21 18:02 ` [PR REVIEW] " classabbyamp
@ 2022-08-21 19:34 ` rj-won
  2022-08-21 19:35 ` classabbyamp
  2022-08-21 19:43 ` [PR PATCH] [Merged]: " rj-won
  3 siblings, 0 replies; 5+ messages in thread
From: rj-won @ 2022-08-21 19:34 UTC (permalink / raw)
  To: ml

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

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

https://github.com/rj-won/void-packages master
https://github.com/void-linux/void-packages/pull/38776

wayland-protocols: update to 1.26
- I tested the changes in this PR: **YES**

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

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

From ef00a109dbcf92fb68cecfa51419ff15a27ce870 Mon Sep 17 00:00:00 2001
From: rj1 <rj1@riseup.net>
Date: Thu, 18 Aug 2022 22:42:28 -0500
Subject: [PATCH 1/2] wayland-protocols: update to 1.26

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

diff --git a/srcpkgs/wayland-protocols/template b/srcpkgs/wayland-protocols/template
index 8f54aca510ab..041871e8ef43 100644
--- a/srcpkgs/wayland-protocols/template
+++ b/srcpkgs/wayland-protocols/template
@@ -1,6 +1,6 @@
 # Template file for 'wayland-protocols'
 pkgname=wayland-protocols
-version=1.25
+version=1.26
 revision=1
 build_style=meson
 hostmakedepends="pkg-config wayland-devel"
@@ -10,7 +10,7 @@ maintainer="Isaac Freund <mail@isaacfreund.com>"
 license="MIT"
 homepage="https://wayland.freedesktop.org"
 distfiles="https://github.com/wayland-project/wayland-protocols/archive/${version}.tar.gz"
-checksum=4326e2b5e04e459ab4522e83e19bff101a3faf9b085bcf46b6cabbd392cc4458
+checksum=fe56386f436a84e97c3b6a61b76306f205a64425900f247ad0048174b9c32d4d
 
 post_install() {
 	vlicense COPYING

From 51f5045f79ea7afcc5bce4c33a430cba15c40a9d Mon Sep 17 00:00:00 2001
From: rj-won <98535045+rj-won@users.noreply.github.com>
Date: Sun, 21 Aug 2022 14:34:48 -0500
Subject: [PATCH 2/2] Update srcpkgs/wayland-protocols/template

Co-authored-by: classabbyamp <5366828+classabbyamp@users.noreply.github.com>
---
 srcpkgs/wayland-protocols/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/wayland-protocols/template b/srcpkgs/wayland-protocols/template
index 041871e8ef43..141844c55acb 100644
--- a/srcpkgs/wayland-protocols/template
+++ b/srcpkgs/wayland-protocols/template
@@ -9,7 +9,7 @@ short_desc="Protocols and extensions complementing the Wayland core protocol"
 maintainer="Isaac Freund <mail@isaacfreund.com>"
 license="MIT"
 homepage="https://wayland.freedesktop.org"
-distfiles="https://github.com/wayland-project/wayland-protocols/archive/${version}.tar.gz"
+distfiles="https://gitlab.freedesktop.org/wayland/wayland-protocols/-/archive/${version}/wayland-protocols-${version}.tar.gz"
 checksum=fe56386f436a84e97c3b6a61b76306f205a64425900f247ad0048174b9c32d4d
 
 post_install() {

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

* Re: wayland-protocols: update to 1.26
  2022-08-19  3:43 [PR PATCH] wayland-protocols: update to 1.26 rj-won
  2022-08-21 18:02 ` [PR REVIEW] " classabbyamp
  2022-08-21 19:34 ` [PR PATCH] [Updated] " rj-won
@ 2022-08-21 19:35 ` classabbyamp
  2022-08-21 19:43 ` [PR PATCH] [Merged]: " rj-won
  3 siblings, 0 replies; 5+ messages in thread
From: classabbyamp @ 2022-08-21 19:35 UTC (permalink / raw)
  To: ml

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

New comment by classabbyamp on void-packages repository

https://github.com/void-linux/void-packages/pull/38776#issuecomment-1221607773

Comment:
squash this into one commit please

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

* Re: [PR PATCH] [Merged]: wayland-protocols: update to 1.26
  2022-08-19  3:43 [PR PATCH] wayland-protocols: update to 1.26 rj-won
                   ` (2 preceding siblings ...)
  2022-08-21 19:35 ` classabbyamp
@ 2022-08-21 19:43 ` rj-won
  3 siblings, 0 replies; 5+ messages in thread
From: rj-won @ 2022-08-21 19:43 UTC (permalink / raw)
  To: ml

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

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

wayland-protocols: update to 1.26
https://github.com/void-linux/void-packages/pull/38776

Description:
- I tested the changes in this PR: **YES**

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

end of thread, other threads:[~2022-08-21 19:43 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-08-19  3:43 [PR PATCH] wayland-protocols: update to 1.26 rj-won
2022-08-21 18:02 ` [PR REVIEW] " classabbyamp
2022-08-21 19:34 ` [PR PATCH] [Updated] " rj-won
2022-08-21 19:35 ` classabbyamp
2022-08-21 19:43 ` [PR PATCH] [Merged]: " rj-won

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