Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] New package: wl-mirror-0.11.2
@ 2022-05-25 12:01 vutunganh
  2022-05-25 12:16 ` [PR PATCH] [Updated] " vutunganh
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: vutunganh @ 2022-05-25 12:01 UTC (permalink / raw)
  To: ml

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

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

https://github.com/vutunganh/void-packages wl-mirror
https://github.com/void-linux/void-packages/pull/37289

New package: wl-mirror-0.11.2
<!-- Uncomment relevant sections and delete options which are not applicable -->

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

`wl-mirror eDP-1` correctly mirrors my laptop screen.

#### New package
- This new package conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-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-musl)

Resolves https://github.com/void-linux/void-packages/issues/34805.

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

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

From f77a18056af34bef6f44444af3ecf632c1fbd45e Mon Sep 17 00:00:00 2001
From: Tung Anh Vu <vu.tunganh96@gmail.com>
Date: Wed, 25 May 2022 13:04:19 +0200
Subject: [PATCH] New package: wl-mirror-0.11.2

---
 srcpkgs/wl-mirror/template | 12 ++++++++++++
 1 file changed, 12 insertions(+)
 create mode 100644 srcpkgs/wl-mirror/template

diff --git a/srcpkgs/wl-mirror/template b/srcpkgs/wl-mirror/template
new file mode 100644
index 000000000000..30ae88b0f74b
--- /dev/null
+++ b/srcpkgs/wl-mirror/template
@@ -0,0 +1,12 @@
+# Template file for 'wl-mirror'
+pkgname=wl-mirror
+version=0.11.2
+revision=1
+build_style=cmake
+makedepends="libglvnd-devel wayland-devel wayland-protocols"
+short_desc="Simple Wayland output mirror client"
+maintainer="Tung Anh Vu <vu.tunganh96@gmail.com>"
+license="GPL-3.0-or-later"
+homepage="https://github.com/Ferdi265/wl-mirror"
+distfiles="https://github.com/Ferdi265/wl-mirror/releases/download/v${version}/wl-mirror-${version}.tar.gz"
+checksum=6ae70c0912eded7f99af16d97f48aa68bbf0e2626ecdc50284f70e237096d6c6

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

* Re: [PR PATCH] [Updated] New package: wl-mirror-0.11.2
  2022-05-25 12:01 [PR PATCH] New package: wl-mirror-0.11.2 vutunganh
@ 2022-05-25 12:16 ` vutunganh
  2022-05-25 12:22 ` vutunganh
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: vutunganh @ 2022-05-25 12:16 UTC (permalink / raw)
  To: ml

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

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

https://github.com/vutunganh/void-packages wl-mirror
https://github.com/void-linux/void-packages/pull/37289

New package: wl-mirror-0.11.2
<!-- Uncomment relevant sections and delete options which are not applicable -->

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

`wl-mirror eDP-1` correctly mirrors my laptop screen.

#### New package
- This new package conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-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-musl)

Resolves https://github.com/void-linux/void-packages/issues/34805.

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

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

From bb8891d4ba8a300832b4f62ea86452ac721fd3ae Mon Sep 17 00:00:00 2001
From: Tung Anh Vu <vu.tunganh96@gmail.com>
Date: Wed, 25 May 2022 13:04:19 +0200
Subject: [PATCH] New package: wl-mirror-0.11.2

---
 srcpkgs/wl-mirror/template | 14 ++++++++++++++
 1 file changed, 14 insertions(+)
 create mode 100644 srcpkgs/wl-mirror/template

diff --git a/srcpkgs/wl-mirror/template b/srcpkgs/wl-mirror/template
new file mode 100644
index 000000000000..fae87d95aee8
--- /dev/null
+++ b/srcpkgs/wl-mirror/template
@@ -0,0 +1,14 @@
+# Template file for 'wl-mirror'
+pkgname=wl-mirror
+version=0.11.2
+revision=1
+build_style=cmake
+configure_args="-DWLR_PROTOCOL_DIR=${wrksrc}/proto/wlr-protocols"
+hostmakedepends="wayland-devel"
+makedepends="libglvnd-devel wayland-devel wayland-protocols"
+short_desc="Simple Wayland output mirror client"
+maintainer="Tung Anh Vu <vu.tunganh96@gmail.com>"
+license="GPL-3.0-or-later"
+homepage="https://github.com/Ferdi265/wl-mirror"
+distfiles="https://github.com/Ferdi265/wl-mirror/releases/download/v${version}/wl-mirror-${version}.tar.gz"
+checksum=6ae70c0912eded7f99af16d97f48aa68bbf0e2626ecdc50284f70e237096d6c6

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

* Re: New package: wl-mirror-0.11.2
  2022-05-25 12:01 [PR PATCH] New package: wl-mirror-0.11.2 vutunganh
  2022-05-25 12:16 ` [PR PATCH] [Updated] " vutunganh
@ 2022-05-25 12:22 ` vutunganh
  2022-05-25 14:50 ` classabbyamp
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: vutunganh @ 2022-05-25 12:22 UTC (permalink / raw)
  To: ml

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

New comment by vutunganh on void-packages repository

https://github.com/void-linux/void-packages/pull/37289#issuecomment-1137172734

Comment:
I'm not sure if `wayland-devel` has to be in `makedepends` as well. The program seems to work without it.

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

* Re: New package: wl-mirror-0.11.2
  2022-05-25 12:01 [PR PATCH] New package: wl-mirror-0.11.2 vutunganh
  2022-05-25 12:16 ` [PR PATCH] [Updated] " vutunganh
  2022-05-25 12:22 ` vutunganh
@ 2022-05-25 14:50 ` classabbyamp
  2022-05-25 15:11 ` vutunganh
  2022-06-29 18:11 ` [PR PATCH] [Merged]: " Duncaen
  4 siblings, 0 replies; 6+ messages in thread
From: classabbyamp @ 2022-05-25 14:50 UTC (permalink / raw)
  To: ml

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

New comment by classabbyamp on void-packages repository

https://github.com/void-linux/void-packages/pull/37289#issuecomment-1137373092

Comment:
> I'm not sure if `wayland-devel` has to be in `makedepends` as well. The program seems to work without it.

it will probably fail to build properly on cross without that

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

* Re: New package: wl-mirror-0.11.2
  2022-05-25 12:01 [PR PATCH] New package: wl-mirror-0.11.2 vutunganh
                   ` (2 preceding siblings ...)
  2022-05-25 14:50 ` classabbyamp
@ 2022-05-25 15:11 ` vutunganh
  2022-06-29 18:11 ` [PR PATCH] [Merged]: " Duncaen
  4 siblings, 0 replies; 6+ messages in thread
From: vutunganh @ 2022-05-25 15:11 UTC (permalink / raw)
  To: ml

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

New comment by vutunganh on void-packages repository

https://github.com/void-linux/void-packages/pull/37289#issuecomment-1137415832

Comment:
I didn't consider that, thanks for the remark.

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

* Re: [PR PATCH] [Merged]: New package: wl-mirror-0.11.2
  2022-05-25 12:01 [PR PATCH] New package: wl-mirror-0.11.2 vutunganh
                   ` (3 preceding siblings ...)
  2022-05-25 15:11 ` vutunganh
@ 2022-06-29 18:11 ` Duncaen
  4 siblings, 0 replies; 6+ messages in thread
From: Duncaen @ 2022-06-29 18:11 UTC (permalink / raw)
  To: ml

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

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

New package: wl-mirror-0.11.2
https://github.com/void-linux/void-packages/pull/37289

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

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

`wl-mirror eDP-1` correctly mirrors my laptop screen.

#### New package
- This new package conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-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-musl)

Resolves https://github.com/void-linux/void-packages/issues/34805.

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

end of thread, other threads:[~2022-06-29 18:11 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-05-25 12:01 [PR PATCH] New package: wl-mirror-0.11.2 vutunganh
2022-05-25 12:16 ` [PR PATCH] [Updated] " vutunganh
2022-05-25 12:22 ` vutunganh
2022-05-25 14:50 ` classabbyamp
2022-05-25 15:11 ` vutunganh
2022-06-29 18:11 ` [PR PATCH] [Merged]: " Duncaen

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