Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] wlroots: update to 0.16.1.
@ 2022-12-31  0:46 travankor
  2022-12-31 17:35 ` [PR REVIEW] " paper42
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: travankor @ 2022-12-31  0:46 UTC (permalink / raw)
  To: ml

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

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

https://github.com/travankor/void-packages wlroots
https://github.com/void-linux/void-packages/pull/41367

wlroots: update to 0.16.1.
<!-- 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, (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/41367.patch is attached

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

From 0c1c3258ca659ae66e5a64dfdd7e57ed6c434ba8 Mon Sep 17 00:00:00 2001
From: travankor <travankor@tuta.io>
Date: Thu, 29 Dec 2022 06:38:07 -0700
Subject: [PATCH] wlroots: update to 0.16.1.

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

diff --git a/srcpkgs/wlroots/template b/srcpkgs/wlroots/template
index 80cc0fedecf0..bfe5595dcd60 100644
--- a/srcpkgs/wlroots/template
+++ b/srcpkgs/wlroots/template
@@ -1,6 +1,6 @@
 # Template file for 'wlroots'
 pkgname=wlroots
-version=0.16.0
+version=0.16.1
 revision=1
 build_style=meson
 # Follow upstream packaging recommendations:
@@ -20,7 +20,7 @@ maintainer="Isaac Freund <mail@isaacfreund.com>"
 license="MIT"
 homepage="https://gitlab.freedesktop.org/wlroots/wlroots"
 distfiles="https://gitlab.freedesktop.org/wlroots/wlroots/-/releases/${version}/downloads/wlroots-${version}.tar.gz"
-checksum=8478ab30bb96c5d5dc5b8180844909300a8d4a7d907d48271a8f389572c384cf
+checksum=130a1a86f6f8c4fa162ba4db82aaa70850273c5d01313b242baa0144e3d6d253
 
 post_install() {
 	vlicense LICENSE

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

* Re: [PR REVIEW] wlroots: update to 0.16.1.
  2022-12-31  0:46 [PR PATCH] wlroots: update to 0.16.1 travankor
@ 2022-12-31 17:35 ` paper42
  2022-12-31 21:21 ` [PR PATCH] [Updated] " travankor
  2023-01-01 18:03 ` [PR PATCH] [Merged]: " paper42
  2 siblings, 0 replies; 4+ messages in thread
From: paper42 @ 2022-12-31 17:35 UTC (permalink / raw)
  To: ml

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

New review comment by paper42 on void-packages repository

https://github.com/void-linux/void-packages/pull/41367#discussion_r1059665987

Comment:
wlroots moved to freedesktop gitlab, so this link should be changed as well https://gitlab.freedesktop.org/wlroots/wlroots/-/wikis/Packaging-recommendations

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

* Re: [PR PATCH] [Updated] wlroots: update to 0.16.1.
  2022-12-31  0:46 [PR PATCH] wlroots: update to 0.16.1 travankor
  2022-12-31 17:35 ` [PR REVIEW] " paper42
@ 2022-12-31 21:21 ` travankor
  2023-01-01 18:03 ` [PR PATCH] [Merged]: " paper42
  2 siblings, 0 replies; 4+ messages in thread
From: travankor @ 2022-12-31 21:21 UTC (permalink / raw)
  To: ml

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

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

https://github.com/travankor/void-packages wlroots
https://github.com/void-linux/void-packages/pull/41367

wlroots: update to 0.16.1.
<!-- 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, (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/41367.patch is attached

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

From 9d55d55b9b40383ef43782dc97c52a015275d70c Mon Sep 17 00:00:00 2001
From: travankor <travankor@tuta.io>
Date: Thu, 29 Dec 2022 06:38:07 -0700
Subject: [PATCH] wlroots: update to 0.16.1.

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

diff --git a/srcpkgs/wlroots/template b/srcpkgs/wlroots/template
index 80cc0fedecf0..e64d1a249584 100644
--- a/srcpkgs/wlroots/template
+++ b/srcpkgs/wlroots/template
@@ -1,10 +1,10 @@
 # Template file for 'wlroots'
 pkgname=wlroots
-version=0.16.0
+version=0.16.1
 revision=1
 build_style=meson
 # Follow upstream packaging recommendations:
-# https://github.com/swaywm/wlroots/wiki/Packaging-recommendations
+# https://gitlab.freedesktop.org/wlroots/wlroots/-/wikis/Packaging-recommendations
 configure_args="--auto-features=enabled -Dexamples=false -Dwerror=false
  -Db_ndebug=false"
 hostmakedepends="pkg-config wayland-devel glslang hwids"
@@ -20,7 +20,7 @@ maintainer="Isaac Freund <mail@isaacfreund.com>"
 license="MIT"
 homepage="https://gitlab.freedesktop.org/wlroots/wlroots"
 distfiles="https://gitlab.freedesktop.org/wlroots/wlroots/-/releases/${version}/downloads/wlroots-${version}.tar.gz"
-checksum=8478ab30bb96c5d5dc5b8180844909300a8d4a7d907d48271a8f389572c384cf
+checksum=130a1a86f6f8c4fa162ba4db82aaa70850273c5d01313b242baa0144e3d6d253
 
 post_install() {
 	vlicense LICENSE

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

* Re: [PR PATCH] [Merged]: wlroots: update to 0.16.1.
  2022-12-31  0:46 [PR PATCH] wlroots: update to 0.16.1 travankor
  2022-12-31 17:35 ` [PR REVIEW] " paper42
  2022-12-31 21:21 ` [PR PATCH] [Updated] " travankor
@ 2023-01-01 18:03 ` paper42
  2 siblings, 0 replies; 4+ messages in thread
From: paper42 @ 2023-01-01 18:03 UTC (permalink / raw)
  To: ml

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

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

wlroots: update to 0.16.1.
https://github.com/void-linux/void-packages/pull/41367

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, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->

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

end of thread, other threads:[~2023-01-01 18:03 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-12-31  0:46 [PR PATCH] wlroots: update to 0.16.1 travankor
2022-12-31 17:35 ` [PR REVIEW] " paper42
2022-12-31 21:21 ` [PR PATCH] [Updated] " travankor
2023-01-01 18:03 ` [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).