Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] New package: xwayland-satellite-0.5
@ 2024-12-09 20:57 chilledfrogs
  2024-12-10  0:50 ` chilledfrogs
                   ` (12 more replies)
  0 siblings, 13 replies; 14+ messages in thread
From: chilledfrogs @ 2024-12-09 20:57 UTC (permalink / raw)
  To: ml

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

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

https://github.com/chilledfrogs/void-packages xwayland-satellite
https://github.com/void-linux/void-packages/pull/53438

New package: xwayland-satellite-0.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**

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

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

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

From add23266c464101883bed952ef41db3d7cdd6345 Mon Sep 17 00:00:00 2001
From: Lydia Sobot <chilledfrogs@disroot.org>
Date: Mon, 9 Dec 2024 21:56:26 +0100
Subject: [PATCH] New package: xwayland-satellite-0.5

---
 srcpkgs/xwayland-satellite/template | 22 ++++++++++++++++++++++
 1 file changed, 22 insertions(+)
 create mode 100644 srcpkgs/xwayland-satellite/template

diff --git a/srcpkgs/xwayland-satellite/template b/srcpkgs/xwayland-satellite/template
new file mode 100644
index 00000000000000..8313f884b55bfe
--- /dev/null
+++ b/srcpkgs/xwayland-satellite/template
@@ -0,0 +1,22 @@
+# Template file for 'xwayland-satellite'
+pkgname=xwayland-satellite
+version=0.5
+revision=1
+#archs="i686 x86_64"
+#build_wrksrc=
+build_style=cargo
+#build_helper=qemu
+#configure_args=""
+#make_build_args=""
+#make_install_args=""
+#conf_files=""
+#make_dirs="/var/log/dir 0755 root root"
+hostmakedepends="pkg-config clang"
+makedepends="xcb-util-cursor-devel"
+depends="xorg-server-xwayland"
+short_desc="Xwayland outside your Wayland compositor"
+maintainer="Lydia Sobot <chilledfrogs@disroot.org>"
+license="MPL-2.0"
+homepage="https://github.com/Supreeeme/xwayland-satellite"
+distfiles="https://github.com/Supreeeme/xwayland-satellite/archive/v${version}.tar.gz"
+checksum=b0845b711750b9850b87d8a62fd7d9a07235fe63a3b7e5bdd727884c066f1b4c

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

* Re: New package: xwayland-satellite-0.5
  2024-12-09 20:57 [PR PATCH] New package: xwayland-satellite-0.5 chilledfrogs
@ 2024-12-10  0:50 ` chilledfrogs
  2024-12-10  2:49 ` trolljoe
                   ` (11 subsequent siblings)
  12 siblings, 0 replies; 14+ messages in thread
From: chilledfrogs @ 2024-12-10  0:50 UTC (permalink / raw)
  To: ml

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

New comment by chilledfrogs on void-packages repository

https://github.com/void-linux/void-packages/pull/53438#issuecomment-2529935535

Comment:
I'm not entirely sure why the tests fail, it seems to work in terms of usage

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

* Re: New package: xwayland-satellite-0.5
  2024-12-09 20:57 [PR PATCH] New package: xwayland-satellite-0.5 chilledfrogs
  2024-12-10  0:50 ` chilledfrogs
@ 2024-12-10  2:49 ` trolljoe
  2024-12-10  3:18 ` chilledfrogs
                   ` (10 subsequent siblings)
  12 siblings, 0 replies; 14+ messages in thread
From: trolljoe @ 2024-12-10  2:49 UTC (permalink / raw)
  To: ml

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

New comment by trolljoe on void-packages repository

https://github.com/void-linux/void-packages/pull/53438#issuecomment-2530117699

Comment:
the tests expect a working wayland environment. add the `#[ignore]` attribute as a patch or something

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

* Re: New package: xwayland-satellite-0.5
  2024-12-09 20:57 [PR PATCH] New package: xwayland-satellite-0.5 chilledfrogs
  2024-12-10  0:50 ` chilledfrogs
  2024-12-10  2:49 ` trolljoe
@ 2024-12-10  3:18 ` chilledfrogs
  2024-12-10 18:26 ` classabbyamp
                   ` (9 subsequent siblings)
  12 siblings, 0 replies; 14+ messages in thread
From: chilledfrogs @ 2024-12-10  3:18 UTC (permalink / raw)
  To: ml

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

New comment by chilledfrogs on void-packages repository

https://github.com/void-linux/void-packages/pull/53438#issuecomment-2530159977

Comment:
> the tests expect a working wayland environment. add the `#[ignore]` attribute as a patch or something

@trolljoe Or skip the tests...?

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

* Re: New package: xwayland-satellite-0.5
  2024-12-09 20:57 [PR PATCH] New package: xwayland-satellite-0.5 chilledfrogs
                   ` (2 preceding siblings ...)
  2024-12-10  3:18 ` chilledfrogs
@ 2024-12-10 18:26 ` classabbyamp
  2024-12-10 20:00 ` [PR PATCH] [Updated] " chilledfrogs
                   ` (8 subsequent siblings)
  12 siblings, 0 replies; 14+ messages in thread
From: classabbyamp @ 2024-12-10 18:26 UTC (permalink / raw)
  To: ml

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

New comment by classabbyamp on void-packages repository

https://github.com/void-linux/void-packages/pull/53438#issuecomment-2532565370

Comment:
`pre_check() { export XDG_RUNTIME_DIR="$(mktemp -d runtime.XXXXXX)" }`?

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

* Re: [PR PATCH] [Updated] New package: xwayland-satellite-0.5
  2024-12-09 20:57 [PR PATCH] New package: xwayland-satellite-0.5 chilledfrogs
                   ` (3 preceding siblings ...)
  2024-12-10 18:26 ` classabbyamp
@ 2024-12-10 20:00 ` chilledfrogs
  2024-12-10 22:20 ` chilledfrogs
                   ` (7 subsequent siblings)
  12 siblings, 0 replies; 14+ messages in thread
From: chilledfrogs @ 2024-12-10 20:00 UTC (permalink / raw)
  To: ml

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

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

https://github.com/chilledfrogs/void-packages xwayland-satellite
https://github.com/void-linux/void-packages/pull/53438

New package: xwayland-satellite-0.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**

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

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

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

From 9013e08759f44d4a91f3291221ad6f2db6f19ac7 Mon Sep 17 00:00:00 2001
From: Lydia Sobot <chilledfrogs@disroot.org>
Date: Mon, 9 Dec 2024 21:56:26 +0100
Subject: [PATCH] New package: xwayland-satellite-0.5

---
 srcpkgs/xwayland-satellite/template | 26 ++++++++++++++++++++++++++
 1 file changed, 26 insertions(+)
 create mode 100644 srcpkgs/xwayland-satellite/template

diff --git a/srcpkgs/xwayland-satellite/template b/srcpkgs/xwayland-satellite/template
new file mode 100644
index 00000000000000..b9693bae9a92cc
--- /dev/null
+++ b/srcpkgs/xwayland-satellite/template
@@ -0,0 +1,26 @@
+# Template file for 'xwayland-satellite'
+pkgname=xwayland-satellite
+version=0.5
+revision=1
+#archs="i686 x86_64"
+#build_wrksrc=
+build_style=cargo
+#build_helper=qemu
+#configure_args=""
+#make_build_args=""
+#make_install_args=""
+#conf_files=""
+#make_dirs="/var/log/dir 0755 root root"
+hostmakedepends="pkg-config clang"
+makedepends="xcb-util-cursor-devel"
+depends="xorg-server-xwayland"
+short_desc="Xwayland outside your Wayland compositor"
+maintainer="Lydia Sobot <chilledfrogs@disroot.org>"
+license="MPL-2.0"
+homepage="https://github.com/Supreeeme/xwayland-satellite"
+distfiles="https://github.com/Supreeeme/xwayland-satellite/archive/v${version}.tar.gz"
+checksum=b0845b711750b9850b87d8a62fd7d9a07235fe63a3b7e5bdd727884c066f1b4c
+
+pre_check() {
+	export XDG_RUNTIME_DIR="$(mktemp -d runtime.XXXXXX)"
+}

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

* Re: New package: xwayland-satellite-0.5
  2024-12-09 20:57 [PR PATCH] New package: xwayland-satellite-0.5 chilledfrogs
                   ` (4 preceding siblings ...)
  2024-12-10 20:00 ` [PR PATCH] [Updated] " chilledfrogs
@ 2024-12-10 22:20 ` chilledfrogs
  2024-12-10 22:44 ` trolljoe
                   ` (6 subsequent siblings)
  12 siblings, 0 replies; 14+ messages in thread
From: chilledfrogs @ 2024-12-10 22:20 UTC (permalink / raw)
  To: ml

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

New comment by chilledfrogs on void-packages repository

https://github.com/void-linux/void-packages/pull/53438#issuecomment-2533062780

Comment:
Seems to be insufficient @classabbyamp 

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

* Re: New package: xwayland-satellite-0.5
  2024-12-09 20:57 [PR PATCH] New package: xwayland-satellite-0.5 chilledfrogs
                   ` (5 preceding siblings ...)
  2024-12-10 22:20 ` chilledfrogs
@ 2024-12-10 22:44 ` trolljoe
  2024-12-10 22:46 ` classabbyamp
                   ` (5 subsequent siblings)
  12 siblings, 0 replies; 14+ messages in thread
From: trolljoe @ 2024-12-10 22:44 UTC (permalink / raw)
  To: ml

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

New comment by trolljoe on void-packages repository

https://github.com/void-linux/void-packages/pull/53438#issuecomment-2533111132

Comment:
> > the tests expect a working wayland environment. add the `#[ignore]` attribute as a patch or something
> 
> @trolljoe Or skip the tests...?

i don't think rust has any way of skipping tests without `#[ignore]`. the tests file is just 1 file anyways so...

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

* Re: New package: xwayland-satellite-0.5
  2024-12-09 20:57 [PR PATCH] New package: xwayland-satellite-0.5 chilledfrogs
                   ` (6 preceding siblings ...)
  2024-12-10 22:44 ` trolljoe
@ 2024-12-10 22:46 ` classabbyamp
  2024-12-11  0:01 ` chilledfrogs
                   ` (4 subsequent siblings)
  12 siblings, 0 replies; 14+ messages in thread
From: classabbyamp @ 2024-12-10 22:46 UTC (permalink / raw)
  To: ml

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

New comment by classabbyamp on void-packages repository

https://github.com/void-linux/void-packages/pull/53438#issuecomment-2533115244

Comment:
was just a guess. could also try `make_check_pre="env XDG_RUNTIME_DIR=..."`

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

* Re: New package: xwayland-satellite-0.5
  2024-12-09 20:57 [PR PATCH] New package: xwayland-satellite-0.5 chilledfrogs
                   ` (7 preceding siblings ...)
  2024-12-10 22:46 ` classabbyamp
@ 2024-12-11  0:01 ` chilledfrogs
  2024-12-13  1:54 ` [PR PATCH] [Updated] " chilledfrogs
                   ` (3 subsequent siblings)
  12 siblings, 0 replies; 14+ messages in thread
From: chilledfrogs @ 2024-12-11  0:01 UTC (permalink / raw)
  To: ml

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

New comment by chilledfrogs on void-packages repository

https://github.com/void-linux/void-packages/pull/53438#issuecomment-2533261227

Comment:
Fwiw, I just noticed in the flake.nix that it outright skips tests, so yeah

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

* Re: [PR PATCH] [Updated] New package: xwayland-satellite-0.5
  2024-12-09 20:57 [PR PATCH] New package: xwayland-satellite-0.5 chilledfrogs
                   ` (8 preceding siblings ...)
  2024-12-11  0:01 ` chilledfrogs
@ 2024-12-13  1:54 ` chilledfrogs
  2024-12-13  2:05 ` chilledfrogs
                   ` (2 subsequent siblings)
  12 siblings, 0 replies; 14+ messages in thread
From: chilledfrogs @ 2024-12-13  1:54 UTC (permalink / raw)
  To: ml

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

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

https://github.com/chilledfrogs/void-packages xwayland-satellite
https://github.com/void-linux/void-packages/pull/53438

New package: xwayland-satellite-0.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**

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

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

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

From 008bcbc21671c8e811841022e37ccb2c9db8882e Mon Sep 17 00:00:00 2001
From: Lydia Sobot <chilledfrogs@disroot.org>
Date: Mon, 9 Dec 2024 21:56:26 +0100
Subject: [PATCH] New package: xwayland-satellite-0.5

---
 srcpkgs/xwayland-satellite/template | 26 ++++++++++++++++++++++++++
 1 file changed, 26 insertions(+)
 create mode 100644 srcpkgs/xwayland-satellite/template

diff --git a/srcpkgs/xwayland-satellite/template b/srcpkgs/xwayland-satellite/template
new file mode 100644
index 00000000000000..b9693bae9a92cc
--- /dev/null
+++ b/srcpkgs/xwayland-satellite/template
@@ -0,0 +1,26 @@
+# Template file for 'xwayland-satellite'
+pkgname=xwayland-satellite
+version=0.5
+revision=1
+#archs="i686 x86_64"
+#build_wrksrc=
+build_style=cargo
+#build_helper=qemu
+#configure_args=""
+#make_build_args=""
+#make_install_args=""
+#conf_files=""
+#make_dirs="/var/log/dir 0755 root root"
+hostmakedepends="pkg-config clang"
+makedepends="xcb-util-cursor-devel"
+depends="xorg-server-xwayland"
+short_desc="Xwayland outside your Wayland compositor"
+maintainer="Lydia Sobot <chilledfrogs@disroot.org>"
+license="MPL-2.0"
+homepage="https://github.com/Supreeeme/xwayland-satellite"
+distfiles="https://github.com/Supreeeme/xwayland-satellite/archive/v${version}.tar.gz"
+checksum=b0845b711750b9850b87d8a62fd7d9a07235fe63a3b7e5bdd727884c066f1b4c
+
+pre_check() {
+	export XDG_RUNTIME_DIR="$(mktemp -d runtime.XXXXXX)"
+}

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

* Re: [PR PATCH] [Updated] New package: xwayland-satellite-0.5
  2024-12-09 20:57 [PR PATCH] New package: xwayland-satellite-0.5 chilledfrogs
                   ` (9 preceding siblings ...)
  2024-12-13  1:54 ` [PR PATCH] [Updated] " chilledfrogs
@ 2024-12-13  2:05 ` chilledfrogs
  2025-01-22 18:32 ` chilledfrogs
  2025-01-26 18:30 ` [PR PATCH] [Merged]: " classabbyamp
  12 siblings, 0 replies; 14+ messages in thread
From: chilledfrogs @ 2024-12-13  2:05 UTC (permalink / raw)
  To: ml

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

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

https://github.com/chilledfrogs/void-packages xwayland-satellite
https://github.com/void-linux/void-packages/pull/53438

New package: xwayland-satellite-0.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**

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

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

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

From f137fb9060c8d9fb4daaca630cb1bc863e8a1eb9 Mon Sep 17 00:00:00 2001
From: Lydia Sobot <chilledfrogs@disroot.org>
Date: Mon, 9 Dec 2024 21:56:26 +0100
Subject: [PATCH] New package: xwayland-satellite-0.5

---
 srcpkgs/xwayland-satellite/template | 15 +++++++++++++++
 1 file changed, 15 insertions(+)
 create mode 100644 srcpkgs/xwayland-satellite/template

diff --git a/srcpkgs/xwayland-satellite/template b/srcpkgs/xwayland-satellite/template
new file mode 100644
index 00000000000000..a245431cf73486
--- /dev/null
+++ b/srcpkgs/xwayland-satellite/template
@@ -0,0 +1,15 @@
+# Template file for 'xwayland-satellite'
+pkgname=xwayland-satellite
+version=0.5
+revision=1
+build_style=cargo
+hostmakedepends="pkg-config clang"
+makedepends="xcb-util-cursor-devel"
+depends="xorg-server-xwayland"
+short_desc="Xwayland outside your Wayland compositor"
+maintainer="Lydia Sobot <chilledfrogs@disroot.org>"
+license="MPL-2.0"
+homepage="https://github.com/Supreeeme/xwayland-satellite"
+distfiles="https://github.com/Supreeeme/xwayland-satellite/archive/v${version}.tar.gz"
+checksum=b0845b711750b9850b87d8a62fd7d9a07235fe63a3b7e5bdd727884c066f1b4c
+make_check="ci-skip" # Some tests require a running Wayland environment

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

* Re: [PR PATCH] [Updated] New package: xwayland-satellite-0.5
  2024-12-09 20:57 [PR PATCH] New package: xwayland-satellite-0.5 chilledfrogs
                   ` (10 preceding siblings ...)
  2024-12-13  2:05 ` chilledfrogs
@ 2025-01-22 18:32 ` chilledfrogs
  2025-01-26 18:30 ` [PR PATCH] [Merged]: " classabbyamp
  12 siblings, 0 replies; 14+ messages in thread
From: chilledfrogs @ 2025-01-22 18:32 UTC (permalink / raw)
  To: ml

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

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

https://github.com/chilledfrogs/void-packages xwayland-satellite
https://github.com/void-linux/void-packages/pull/53438

New package: xwayland-satellite-0.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**

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

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

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

From 0d0f4cd27a6eac92d3f6e2e9ccf2cf81c64b5397 Mon Sep 17 00:00:00 2001
From: Lydia Sobot <chilledfrogs@disroot.org>
Date: Mon, 9 Dec 2024 21:56:26 +0100
Subject: [PATCH] New package: xwayland-satellite-0.5

---
 srcpkgs/xwayland-satellite/template | 15 +++++++++++++++
 1 file changed, 15 insertions(+)
 create mode 100644 srcpkgs/xwayland-satellite/template

diff --git a/srcpkgs/xwayland-satellite/template b/srcpkgs/xwayland-satellite/template
new file mode 100644
index 00000000000000..a245431cf73486
--- /dev/null
+++ b/srcpkgs/xwayland-satellite/template
@@ -0,0 +1,15 @@
+# Template file for 'xwayland-satellite'
+pkgname=xwayland-satellite
+version=0.5
+revision=1
+build_style=cargo
+hostmakedepends="pkg-config clang"
+makedepends="xcb-util-cursor-devel"
+depends="xorg-server-xwayland"
+short_desc="Xwayland outside your Wayland compositor"
+maintainer="Lydia Sobot <chilledfrogs@disroot.org>"
+license="MPL-2.0"
+homepage="https://github.com/Supreeeme/xwayland-satellite"
+distfiles="https://github.com/Supreeeme/xwayland-satellite/archive/v${version}.tar.gz"
+checksum=b0845b711750b9850b87d8a62fd7d9a07235fe63a3b7e5bdd727884c066f1b4c
+make_check="ci-skip" # Some tests require a running Wayland environment

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

* Re: [PR PATCH] [Merged]: New package: xwayland-satellite-0.5
  2024-12-09 20:57 [PR PATCH] New package: xwayland-satellite-0.5 chilledfrogs
                   ` (11 preceding siblings ...)
  2025-01-22 18:32 ` chilledfrogs
@ 2025-01-26 18:30 ` classabbyamp
  12 siblings, 0 replies; 14+ messages in thread
From: classabbyamp @ 2025-01-26 18:30 UTC (permalink / raw)
  To: ml

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

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

New package: xwayland-satellite-0.5
https://github.com/void-linux/void-packages/pull/53438

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**

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

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

end of thread, other threads:[~2025-01-26 18:30 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-12-09 20:57 [PR PATCH] New package: xwayland-satellite-0.5 chilledfrogs
2024-12-10  0:50 ` chilledfrogs
2024-12-10  2:49 ` trolljoe
2024-12-10  3:18 ` chilledfrogs
2024-12-10 18:26 ` classabbyamp
2024-12-10 20:00 ` [PR PATCH] [Updated] " chilledfrogs
2024-12-10 22:20 ` chilledfrogs
2024-12-10 22:44 ` trolljoe
2024-12-10 22:46 ` classabbyamp
2024-12-11  0:01 ` chilledfrogs
2024-12-13  1:54 ` [PR PATCH] [Updated] " chilledfrogs
2024-12-13  2:05 ` chilledfrogs
2025-01-22 18:32 ` chilledfrogs
2025-01-26 18:30 ` [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).