Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] cage: update to 0.1.5
@ 2023-11-25 10:05 tranzystorekk
  2023-11-25 17:06 ` snglth
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: tranzystorekk @ 2023-11-25 10:05 UTC (permalink / raw)
  To: ml

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

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

https://github.com/tranzystorekk/void-packages cage
https://github.com/void-linux/void-packages/pull/47389

cage: update to 0.1.5
<!-- 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/47389.patch is attached

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

From 8cba2dec68b6db382679c544371cd773d223dc8d Mon Sep 17 00:00:00 2001
From: Marcin Puc <tranzystorek.io@protonmail.com>
Date: Sat, 25 Nov 2023 11:03:33 +0100
Subject: [PATCH] cage: update to 0.1.5

---
 srcpkgs/cage/template | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/srcpkgs/cage/template b/srcpkgs/cage/template
index 0bb61bf970596..fd5830b8e7f4e 100644
--- a/srcpkgs/cage/template
+++ b/srcpkgs/cage/template
@@ -1,18 +1,18 @@
 # Template file for 'cage'
 pkgname=cage
-version=0.1.4
-revision=2
+version=0.1.5
+revision=1
 build_style=meson
 configure_args="$(vopt_bool xwayland xwayland)"
 hostmakedepends="pkg-config wayland-devel scdoc"
-makedepends="wlroots0.14-devel"
+makedepends="wlroots0.16-devel"
 depends="$(vopt_if xwayland xorg-server-xwayland)"
 short_desc="Kiosk compositor for Wayland"
 maintainer="Illia Shestakov <ishestakov@airmail.cc>"
 license="MIT"
 homepage="https://www.hjdskes.nl/projects/cage/"
-distfiles="https://github.com/Hjdskes/cage/archive/v${version}.tar.gz"
-checksum=dfe27fb0c7d43db72d6c82f01e2736580a0791a23ba69d7b56285d08af98ad90
+distfiles="https://github.com/cage-kiosk/cage/archive/refs/tags/v${version}.tar.gz"
+checksum=576b8b5a041712b8d8785243ac6db08c7bc9c32822f96ad6dec7ac2b2db9b2b5
 
 build_options="xwayland"
 build_options_default="xwayland"

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

* Re: cage: update to 0.1.5
  2023-11-25 10:05 [PR PATCH] cage: update to 0.1.5 tranzystorekk
@ 2023-11-25 17:06 ` snglth
  2023-11-25 17:13 ` [PR PATCH] [Updated] " tranzystorekk
                   ` (4 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: snglth @ 2023-11-25 17:06 UTC (permalink / raw)
  To: ml

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

New comment by snglth on void-packages repository

https://github.com/void-linux/void-packages/pull/47389#issuecomment-1826378647

Comment:
I'm no longer using void. Please, remove me from maintainers.

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

* Re: [PR PATCH] [Updated] cage: update to 0.1.5
  2023-11-25 10:05 [PR PATCH] cage: update to 0.1.5 tranzystorekk
  2023-11-25 17:06 ` snglth
@ 2023-11-25 17:13 ` tranzystorekk
  2023-11-25 18:45 ` [PR PATCH] [Updated] cage: update to 0.1.5, orphan tranzystorekk
                   ` (3 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: tranzystorekk @ 2023-11-25 17:13 UTC (permalink / raw)
  To: ml

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

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

https://github.com/tranzystorekk/void-packages cage
https://github.com/void-linux/void-packages/pull/47389

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

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

cc @snglth 

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

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

From b4f5e4b795cab51d719b9ef9fe17faa59bf4c869 Mon Sep 17 00:00:00 2001
From: Marcin Puc <tranzystorek.io@protonmail.com>
Date: Sat, 25 Nov 2023 11:03:33 +0100
Subject: [PATCH] cage: update to 0.1.5, orphan

---
 srcpkgs/cage/template | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/srcpkgs/cage/template b/srcpkgs/cage/template
index 0bb61bf970596..91b9c67f9eb13 100644
--- a/srcpkgs/cage/template
+++ b/srcpkgs/cage/template
@@ -1,18 +1,18 @@
 # Template file for 'cage'
 pkgname=cage
-version=0.1.4
-revision=2
+version=0.1.5
+revision=1
 build_style=meson
 configure_args="$(vopt_bool xwayland xwayland)"
 hostmakedepends="pkg-config wayland-devel scdoc"
-makedepends="wlroots0.14-devel"
+makedepends="wlroots0.16-devel"
 depends="$(vopt_if xwayland xorg-server-xwayland)"
 short_desc="Kiosk compositor for Wayland"
-maintainer="Illia Shestakov <ishestakov@airmail.cc>"
+maintainer="Orphaned <orphan@voidlinux.org>"
 license="MIT"
 homepage="https://www.hjdskes.nl/projects/cage/"
-distfiles="https://github.com/Hjdskes/cage/archive/v${version}.tar.gz"
-checksum=dfe27fb0c7d43db72d6c82f01e2736580a0791a23ba69d7b56285d08af98ad90
+distfiles="https://github.com/cage-kiosk/cage/archive/refs/tags/v${version}.tar.gz"
+checksum=576b8b5a041712b8d8785243ac6db08c7bc9c32822f96ad6dec7ac2b2db9b2b5
 
 build_options="xwayland"
 build_options_default="xwayland"

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

* Re: [PR PATCH] [Updated] cage: update to 0.1.5, orphan
  2023-11-25 10:05 [PR PATCH] cage: update to 0.1.5 tranzystorekk
  2023-11-25 17:06 ` snglth
  2023-11-25 17:13 ` [PR PATCH] [Updated] " tranzystorekk
@ 2023-11-25 18:45 ` tranzystorekk
  2023-11-26  8:33 ` cage: update to 0.1.5 classabbyamp
                   ` (2 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: tranzystorekk @ 2023-11-25 18:45 UTC (permalink / raw)
  To: ml

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

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

https://github.com/tranzystorekk/void-packages cage
https://github.com/void-linux/void-packages/pull/47389

cage: update to 0.1.5, orphan
<!-- Uncomment relevant sections and delete options which are not applicable -->

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

cc @snglth 

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

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

From c8f2d51c5d46763c7fcde0eaad4960d7d0271483 Mon Sep 17 00:00:00 2001
From: Marcin Puc <tranzystorek.io@protonmail.com>
Date: Sat, 25 Nov 2023 19:45:06 +0100
Subject: [PATCH] cage: update to 0.1.5

---
 srcpkgs/cage/template | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/srcpkgs/cage/template b/srcpkgs/cage/template
index 0bb61bf970596..fd5830b8e7f4e 100644
--- a/srcpkgs/cage/template
+++ b/srcpkgs/cage/template
@@ -1,18 +1,18 @@
 # Template file for 'cage'
 pkgname=cage
-version=0.1.4
-revision=2
+version=0.1.5
+revision=1
 build_style=meson
 configure_args="$(vopt_bool xwayland xwayland)"
 hostmakedepends="pkg-config wayland-devel scdoc"
-makedepends="wlroots0.14-devel"
+makedepends="wlroots0.16-devel"
 depends="$(vopt_if xwayland xorg-server-xwayland)"
 short_desc="Kiosk compositor for Wayland"
 maintainer="Illia Shestakov <ishestakov@airmail.cc>"
 license="MIT"
 homepage="https://www.hjdskes.nl/projects/cage/"
-distfiles="https://github.com/Hjdskes/cage/archive/v${version}.tar.gz"
-checksum=dfe27fb0c7d43db72d6c82f01e2736580a0791a23ba69d7b56285d08af98ad90
+distfiles="https://github.com/cage-kiosk/cage/archive/refs/tags/v${version}.tar.gz"
+checksum=576b8b5a041712b8d8785243ac6db08c7bc9c32822f96ad6dec7ac2b2db9b2b5
 
 build_options="xwayland"
 build_options_default="xwayland"

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

* Re: cage: update to 0.1.5
  2023-11-25 10:05 [PR PATCH] cage: update to 0.1.5 tranzystorekk
                   ` (2 preceding siblings ...)
  2023-11-25 18:45 ` [PR PATCH] [Updated] cage: update to 0.1.5, orphan tranzystorekk
@ 2023-11-26  8:33 ` classabbyamp
  2023-11-26  8:44 ` [PR PATCH] [Updated] " tranzystorekk
  2023-11-26  8:47 ` [PR PATCH] [Merged]: " classabbyamp
  5 siblings, 0 replies; 7+ messages in thread
From: classabbyamp @ 2023-11-26  8:33 UTC (permalink / raw)
  To: ml

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

New comment by classabbyamp on void-packages repository

https://github.com/void-linux/void-packages/pull/47389#issuecomment-1826722783

Comment:
rebase pls

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

* Re: [PR PATCH] [Updated] cage: update to 0.1.5
  2023-11-25 10:05 [PR PATCH] cage: update to 0.1.5 tranzystorekk
                   ` (3 preceding siblings ...)
  2023-11-26  8:33 ` cage: update to 0.1.5 classabbyamp
@ 2023-11-26  8:44 ` tranzystorekk
  2023-11-26  8:47 ` [PR PATCH] [Merged]: " classabbyamp
  5 siblings, 0 replies; 7+ messages in thread
From: tranzystorekk @ 2023-11-26  8:44 UTC (permalink / raw)
  To: ml

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

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

https://github.com/tranzystorekk/void-packages cage
https://github.com/void-linux/void-packages/pull/47389

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

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

cc @snglth 

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

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

From be418e51728e3dc606ee214217d05b2e30cd0bef Mon Sep 17 00:00:00 2001
From: Marcin Puc <tranzystorek.io@protonmail.com>
Date: Sat, 25 Nov 2023 19:45:06 +0100
Subject: [PATCH] cage: update to 0.1.5

---
 srcpkgs/cage/template | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/srcpkgs/cage/template b/srcpkgs/cage/template
index 7c61b1a6b0e19..91b9c67f9eb13 100644
--- a/srcpkgs/cage/template
+++ b/srcpkgs/cage/template
@@ -1,18 +1,18 @@
 # Template file for 'cage'
 pkgname=cage
-version=0.1.4
-revision=2
+version=0.1.5
+revision=1
 build_style=meson
 configure_args="$(vopt_bool xwayland xwayland)"
 hostmakedepends="pkg-config wayland-devel scdoc"
-makedepends="wlroots0.14-devel"
+makedepends="wlroots0.16-devel"
 depends="$(vopt_if xwayland xorg-server-xwayland)"
 short_desc="Kiosk compositor for Wayland"
 maintainer="Orphaned <orphan@voidlinux.org>"
 license="MIT"
 homepage="https://www.hjdskes.nl/projects/cage/"
-distfiles="https://github.com/Hjdskes/cage/archive/v${version}.tar.gz"
-checksum=dfe27fb0c7d43db72d6c82f01e2736580a0791a23ba69d7b56285d08af98ad90
+distfiles="https://github.com/cage-kiosk/cage/archive/refs/tags/v${version}.tar.gz"
+checksum=576b8b5a041712b8d8785243ac6db08c7bc9c32822f96ad6dec7ac2b2db9b2b5
 
 build_options="xwayland"
 build_options_default="xwayland"

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

* Re: [PR PATCH] [Merged]: cage: update to 0.1.5
  2023-11-25 10:05 [PR PATCH] cage: update to 0.1.5 tranzystorekk
                   ` (4 preceding siblings ...)
  2023-11-26  8:44 ` [PR PATCH] [Updated] " tranzystorekk
@ 2023-11-26  8:47 ` classabbyamp
  5 siblings, 0 replies; 7+ messages in thread
From: classabbyamp @ 2023-11-26  8:47 UTC (permalink / raw)
  To: ml

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

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

cage: update to 0.1.5
https://github.com/void-linux/void-packages/pull/47389

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

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

cc @snglth 

<!--
#### 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] 7+ messages in thread

end of thread, other threads:[~2023-11-26  8:47 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-11-25 10:05 [PR PATCH] cage: update to 0.1.5 tranzystorekk
2023-11-25 17:06 ` snglth
2023-11-25 17:13 ` [PR PATCH] [Updated] " tranzystorekk
2023-11-25 18:45 ` [PR PATCH] [Updated] cage: update to 0.1.5, orphan tranzystorekk
2023-11-26  8:33 ` cage: update to 0.1.5 classabbyamp
2023-11-26  8:44 ` [PR PATCH] [Updated] " tranzystorekk
2023-11-26  8:47 ` [PR PATCH] [Merged]: " classabbyamp

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