Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] wayvnc: update to 0.4.1
@ 2022-03-31 19:55 jovanlanik
  2022-04-10  9:29 ` paper42
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: jovanlanik @ 2022-03-31 19:55 UTC (permalink / raw)
  To: ml

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

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

https://github.com/jovanlanik/void-packages wayvnc
https://github.com/void-linux/void-packages/pull/36438

wayvnc: update to 0.4.1
<!-- Uncomment relevant sections and delete options which are not applicable -->

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

Update wayvnc and dependencies so it works with new wlroots releases. I tested on sway.

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

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

From b61778d35cdbf5be0173a61351c24ce3904dd866 Mon Sep 17 00:00:00 2001
From: Jovan Lanik <jox969@gmail.com>
Date: Thu, 31 Mar 2022 21:48:32 +0200
Subject: [PATCH 1/3] aml: update to 0.2.1

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

diff --git a/srcpkgs/aml/template b/srcpkgs/aml/template
index 5c1754fc6d7b..cc0598dfe914 100644
--- a/srcpkgs/aml/template
+++ b/srcpkgs/aml/template
@@ -1,6 +1,6 @@
 # Template file for 'aml'
 pkgname=aml
-version=0.1.0
+version=0.2.1
 revision=1
 build_style=meson
 hostmakedepends="pkg-config"
@@ -9,7 +9,7 @@ maintainer="Zach Dykstra <dykstra.zachary@gmail.com>"
 license="ISC"
 homepage="https://github.com/any1/aml"
 distfiles="https://github.com/any1/aml/archive/v${version}.tar.gz"
-checksum=50341861e9bb4eaaf11731941c276ef22b78e0e3d9b1442f6cf683f1b8e08bff
+checksum=c5af3f690b64a7f4dc7141b11f23a4bef190a921f9d71ce70ce0698b5ec58eb0
 
 if [ "$XBPS_TARGET_LIBC" = "musl" ]; then
 	makedepends+=" musl-legacy-compat"

From b26765603b44ea66638c3d4fbb953c9e6b93f749 Mon Sep 17 00:00:00 2001
From: Jovan Lanik <jox969@gmail.com>
Date: Thu, 31 Mar 2022 21:48:50 +0200
Subject: [PATCH 2/3] neatvnc: update to 0.4.0

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

diff --git a/srcpkgs/neatvnc/template b/srcpkgs/neatvnc/template
index a861c8e63569..8dd902a8cb4c 100644
--- a/srcpkgs/neatvnc/template
+++ b/srcpkgs/neatvnc/template
@@ -1,6 +1,6 @@
 # Template file for 'neatvnc'
 pkgname=neatvnc
-version=0.3.2
+version=0.4.0
 revision=1
 build_style=meson
 hostmakedepends="pkg-config"
@@ -10,7 +10,7 @@ maintainer="Zach Dykstra <dykstra.zachary@gmail.com>"
 license="ISC"
 homepage="https://github.com/any1/neatvnc"
 distfiles="https://github.com/any1/neatvnc/archive/v${version}.tar.gz"
-checksum=8329354f83bcc654146082a8a9f2d0be4bac5bd8c76b6c31790b7b9c5857e318
+checksum=8a833d488f579e4acf7abb1c7832f8e571bddd6da054e71ed9be3b8396955a81
 
 post_install() {
 	vlicense COPYING

From 1f1e5650d38c1cf877eba4cdc323ad9500d846bf Mon Sep 17 00:00:00 2001
From: Jovan Lanik <jox969@gmail.com>
Date: Thu, 31 Mar 2022 21:49:20 +0200
Subject: [PATCH 3/3] wayvnc: update to 0.4.1

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

diff --git a/srcpkgs/wayvnc/template b/srcpkgs/wayvnc/template
index bf948d97827c..196e986fe9a7 100644
--- a/srcpkgs/wayvnc/template
+++ b/srcpkgs/wayvnc/template
@@ -1,6 +1,6 @@
 # Template file for 'wayvnc'
 pkgname=wayvnc
-version=0.3.1
+version=0.4.1
 revision=1
 build_style=meson
 hostmakedepends="pkg-config ninja scdoc wayland-devel"
@@ -10,7 +10,7 @@ maintainer="Zach Dykstra <dykstra.zachary@gmail.com>"
 license="ISC"
 homepage="https://github.com/any1/wayvnc"
 distfiles="https://github.com/any1/wayvnc/archive/v${version}.tar.gz"
-checksum=7b68af5bfa5e19352aaa5140e6c2418f90bfe6a949775bd236b06796c56e27f5
+checksum=1813a22644a9043f96a53756bfee68d65f976de8b8f65c86f56782d22286d271
 
 if [ "$XBPS_TARGET_LIBC" = "musl" ]; then
 	makedepends+=" musl-legacy-compat"

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

* Re: wayvnc: update to 0.4.1
  2022-03-31 19:55 [PR PATCH] wayvnc: update to 0.4.1 jovanlanik
@ 2022-04-10  9:29 ` paper42
  2022-04-10 18:29 ` zdykstra
  2022-04-11 15:07 ` [PR PATCH] [Merged]: " paper42
  2 siblings, 0 replies; 4+ messages in thread
From: paper42 @ 2022-04-10  9:29 UTC (permalink / raw)
  To: ml

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

New comment by paper42 on void-packages repository

https://github.com/void-linux/void-packages/pull/36438#issuecomment-1094228590

Comment:
@zdykstra does this sound ok?

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

* Re: wayvnc: update to 0.4.1
  2022-03-31 19:55 [PR PATCH] wayvnc: update to 0.4.1 jovanlanik
  2022-04-10  9:29 ` paper42
@ 2022-04-10 18:29 ` zdykstra
  2022-04-11 15:07 ` [PR PATCH] [Merged]: " paper42
  2 siblings, 0 replies; 4+ messages in thread
From: zdykstra @ 2022-04-10 18:29 UTC (permalink / raw)
  To: ml

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

New comment by zdykstra on void-packages repository

https://github.com/void-linux/void-packages/pull/36438#issuecomment-1094342456

Comment:
> @zdykstra does this sound ok?

Looks good to me; these have to be upgraded lock-step with each other.

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

* Re: [PR PATCH] [Merged]: wayvnc: update to 0.4.1
  2022-03-31 19:55 [PR PATCH] wayvnc: update to 0.4.1 jovanlanik
  2022-04-10  9:29 ` paper42
  2022-04-10 18:29 ` zdykstra
@ 2022-04-11 15:07 ` paper42
  2 siblings, 0 replies; 4+ messages in thread
From: paper42 @ 2022-04-11 15:07 UTC (permalink / raw)
  To: ml

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

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

wayvnc: update to 0.4.1
https://github.com/void-linux/void-packages/pull/36438

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

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

Update wayvnc and dependencies so it works with new wlroots releases. I tested on sway.

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

end of thread, other threads:[~2022-04-11 15:07 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-03-31 19:55 [PR PATCH] wayvnc: update to 0.4.1 jovanlanik
2022-04-10  9:29 ` paper42
2022-04-10 18:29 ` zdykstra
2022-04-11 15:07 ` [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).