Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] New package: wlrctl-0.2.1
@ 2021-03-06 18:31 ajshell1
  2021-03-06 18:44 ` ajshell1
                   ` (15 more replies)
  0 siblings, 16 replies; 17+ messages in thread
From: ajshell1 @ 2021-03-06 18:31 UTC (permalink / raw)
  To: ml

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

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

https://github.com/ajshell1/void-packages wlrctl
https://github.com/void-linux/void-packages/pull/29274

New package: wlrctl-0.2.1
<!-- Mark items with [x] where applicable -->

#### General
- [x ] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements)

#### Have the results of the proposed changes been tested?
- [ ] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [x ] I generally don't use the affected packages but briefly tested this PR

<!--
If GitHub CI cannot be used to validate the build result (for example, if the
build is likely to take several hours), make sure to
[skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration).
When skipping CI, uncomment and fill out the following section.
Note: for builds that are likely to complete in less than 2 hours, it is not
acceptable to skip CI.
-->
<!-- 
#### Does it build and run successfully? 
(Please choose at least one native build and, if supported, at least one cross build. More are better.)
- [ ] 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/29274.patch is attached

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

From 3ec9efd85d3839b06048e59f8f2d2397f3d271e6 Mon Sep 17 00:00:00 2001
From: ajshell1 <11084981+ajshell1@users.noreply.github.com>
Date: Sat, 6 Mar 2021 18:15:39 +0000
Subject: [PATCH] New package: wlrctl-0.2.1

---
 srcpkgs/wlrctl/template | 17 +++++++++++++++++
 1 file changed, 17 insertions(+)
 create mode 100644 srcpkgs/wlrctl/template

diff --git a/srcpkgs/wlrctl/template b/srcpkgs/wlrctl/template
new file mode 100644
index 00000000000..b9252509335
--- /dev/null
+++ b/srcpkgs/wlrctl/template
@@ -0,0 +1,17 @@
+# Template file for 'wlrctl'
+pkgname=wlrctl
+version=0.2.1
+revision=1
+wrksrc="wlrctl-v0.2.1"
+build_style=meson
+hostmakedepends="pkg-config scdoc"
+makedepends="wayland-devel libxkbcommon-devel"
+short_desc="Utility for miscellaneous wlroots extensions"
+maintainer="ajshell1 <ajshell1@protonmail.com>"
+license="MIT"
+homepage="https://git.sr.ht/~brocellous/wlrctl"
+distfiles="https://git.sr.ht/~brocellous/wlrctl/archive/v${version}.tar.gz"
+checksum=de8848de0a81749fe7ee7316bead0261bd978e26c2f899d02897609972a6e98c
+post_install() {
+	vlicense LICENSE
+}

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

* Re: New package: wlrctl-0.2.1
  2021-03-06 18:31 [PR PATCH] New package: wlrctl-0.2.1 ajshell1
@ 2021-03-06 18:44 ` ajshell1
  2021-03-06 18:51 ` [PR PATCH] [Updated] " ajshell1
                   ` (14 subsequent siblings)
  15 siblings, 0 replies; 17+ messages in thread
From: ajshell1 @ 2021-03-06 18:44 UTC (permalink / raw)
  To: ml

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

New comment by ajshell1 on void-packages repository

https://github.com/void-linux/void-packages/pull/29274#issuecomment-792016863

Comment:
I've come to the realization that wrksrc should not be hardcoded, it should be "${pkgname}-v${version}". I'm attempting to fix this.

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

* Re: [PR PATCH] [Updated] New package: wlrctl-0.2.1
  2021-03-06 18:31 [PR PATCH] New package: wlrctl-0.2.1 ajshell1
  2021-03-06 18:44 ` ajshell1
@ 2021-03-06 18:51 ` ajshell1
  2021-03-06 18:59 ` ajshell1
                   ` (13 subsequent siblings)
  15 siblings, 0 replies; 17+ messages in thread
From: ajshell1 @ 2021-03-06 18:51 UTC (permalink / raw)
  To: ml

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

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

https://github.com/ajshell1/void-packages wlrctl
https://github.com/void-linux/void-packages/pull/29274

New package: wlrctl-0.2.1
<!-- Mark items with [x] where applicable -->

#### General
- [x] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements)

#### Have the results of the proposed changes been tested?
- [ ] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [x] I generally don't use the affected packages but briefly tested this PR

<!--
If GitHub CI cannot be used to validate the build result (for example, if the
build is likely to take several hours), make sure to
[skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration).
When skipping CI, uncomment and fill out the following section.
Note: for builds that are likely to complete in less than 2 hours, it is not
acceptable to skip CI.
-->
<!-- 
#### Does it build and run successfully? 
(Please choose at least one native build and, if supported, at least one cross build. More are better.)
- [ ] 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/29274.patch is attached

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

From 2c8945c8ab3b63a81e8c7b8aafd8e858cbecc5cb Mon Sep 17 00:00:00 2001
From: ajshell1 <11084981+ajshell1@users.noreply.github.com>
Date: Sat, 6 Mar 2021 18:15:39 +0000
Subject: [PATCH] New package: wlrctl-0.2.1

The previous version had a hardcoded wrksrc variable. This fixes it. thanks to zdykstra for making me realize this.
---
 srcpkgs/wlrctl/template | 17 +++++++++++++++++
 1 file changed, 17 insertions(+)
 create mode 100644 srcpkgs/wlrctl/template

diff --git a/srcpkgs/wlrctl/template b/srcpkgs/wlrctl/template
new file mode 100644
index 00000000000..b9252509335
--- /dev/null
+++ b/srcpkgs/wlrctl/template
@@ -0,0 +1,17 @@
+# Template file for 'wlrctl'
+pkgname=wlrctl
+version=0.2.1
+revision=1
+wrksrc="wlrctl-v0.2.1"
+build_style=meson
+hostmakedepends="pkg-config scdoc"
+makedepends="wayland-devel libxkbcommon-devel"
+short_desc="Utility for miscellaneous wlroots extensions"
+maintainer="ajshell1 <ajshell1@protonmail.com>"
+license="MIT"
+homepage="https://git.sr.ht/~brocellous/wlrctl"
+distfiles="https://git.sr.ht/~brocellous/wlrctl/archive/v${version}.tar.gz"
+checksum=de8848de0a81749fe7ee7316bead0261bd978e26c2f899d02897609972a6e98c
+post_install() {
+	vlicense LICENSE
+}

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

* Re: [PR PATCH] [Updated] New package: wlrctl-0.2.1
  2021-03-06 18:31 [PR PATCH] New package: wlrctl-0.2.1 ajshell1
  2021-03-06 18:44 ` ajshell1
  2021-03-06 18:51 ` [PR PATCH] [Updated] " ajshell1
@ 2021-03-06 18:59 ` ajshell1
  2021-03-06 19:34 ` ajshell1
                   ` (12 subsequent siblings)
  15 siblings, 0 replies; 17+ messages in thread
From: ajshell1 @ 2021-03-06 18:59 UTC (permalink / raw)
  To: ml

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

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

https://github.com/ajshell1/void-packages wlrctl
https://github.com/void-linux/void-packages/pull/29274

New package: wlrctl-0.2.1
<!-- Mark items with [x] where applicable -->

#### General
- [x] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements)

#### Have the results of the proposed changes been tested?
- [ ] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [x] I generally don't use the affected packages but briefly tested this PR

<!--
If GitHub CI cannot be used to validate the build result (for example, if the
build is likely to take several hours), make sure to
[skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration).
When skipping CI, uncomment and fill out the following section.
Note: for builds that are likely to complete in less than 2 hours, it is not
acceptable to skip CI.
-->
<!-- 
#### Does it build and run successfully? 
(Please choose at least one native build and, if supported, at least one cross build. More are better.)
- [ ] 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/29274.patch is attached

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

From 4b2f53f5ead675d5651378ffbe5046c481cec779 Mon Sep 17 00:00:00 2001
From: ajshell1 <11084981+ajshell1@users.noreply.github.com>
Date: Sat, 6 Mar 2021 18:15:39 +0000
Subject: [PATCH] New package: wlrctl-0.2.1

The previous version had a hardcoded wrksrc variable. This fixes it. thanks to zdykstra for making me realize this.

Adding wayland-devel to hostmakedepends. Hopefully this will help it compile on ARM. Thanks to tibequadorian.
---
 srcpkgs/wlrctl/template | 17 +++++++++++++++++
 1 file changed, 17 insertions(+)
 create mode 100644 srcpkgs/wlrctl/template

diff --git a/srcpkgs/wlrctl/template b/srcpkgs/wlrctl/template
new file mode 100644
index 00000000000..caecd0931af
--- /dev/null
+++ b/srcpkgs/wlrctl/template
@@ -0,0 +1,17 @@
+# Template file for 'wlrctl'
+pkgname=wlrctl
+version=0.2.1
+revision=1
+wrksrc="wlrctl-v0.2.1"
+build_style=meson
+hostmakedepends="pkg-config scdoc wayland-devel"
+makedepends="wayland-devel libxkbcommon-devel"
+short_desc="Utility for miscellaneous wlroots extensions"
+maintainer="ajshell1 <ajshell1@protonmail.com>"
+license="MIT"
+homepage="https://git.sr.ht/~brocellous/wlrctl"
+distfiles="https://git.sr.ht/~brocellous/wlrctl/archive/v${version}.tar.gz"
+checksum=de8848de0a81749fe7ee7316bead0261bd978e26c2f899d02897609972a6e98c
+post_install() {
+	vlicense LICENSE
+}

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

* Re: [PR PATCH] [Updated] New package: wlrctl-0.2.1
  2021-03-06 18:31 [PR PATCH] New package: wlrctl-0.2.1 ajshell1
                   ` (2 preceding siblings ...)
  2021-03-06 18:59 ` ajshell1
@ 2021-03-06 19:34 ` ajshell1
  2021-03-06 19:57 ` ajshell1
                   ` (11 subsequent siblings)
  15 siblings, 0 replies; 17+ messages in thread
From: ajshell1 @ 2021-03-06 19:34 UTC (permalink / raw)
  To: ml

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

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

https://github.com/ajshell1/void-packages wlrctl
https://github.com/void-linux/void-packages/pull/29274

New package: wlrctl-0.2.1
<!-- Mark items with [x] where applicable -->

#### General
- [x] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements)

#### Have the results of the proposed changes been tested?
- [ ] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [x] I generally don't use the affected packages but briefly tested this PR

<!--
If GitHub CI cannot be used to validate the build result (for example, if the
build is likely to take several hours), make sure to
[skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration).
When skipping CI, uncomment and fill out the following section.
Note: for builds that are likely to complete in less than 2 hours, it is not
acceptable to skip CI.
-->
<!-- 
#### Does it build and run successfully? 
(Please choose at least one native build and, if supported, at least one cross build. More are better.)
- [ ] 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/29274.patch is attached

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

From 72ac758258c532ab831375774c7ccf147da94bc7 Mon Sep 17 00:00:00 2001
From: ajshell1 <11084981+ajshell1@users.noreply.github.com>
Date: Sat, 6 Mar 2021 18:15:39 +0000
Subject: [PATCH] New package: wlrctl-0.2.1

The previous version had a hardcoded wrksrc variable. This fixes it. thanks to zdykstra for making me realize this.

Adding wayland-devel to hostmakedepends. Hopefully this will help it compile on ARM. Thanks to tibequadorian.
---
 srcpkgs/wlrctl/template | 17 +++++++++++++++++
 1 file changed, 17 insertions(+)
 create mode 100644 srcpkgs/wlrctl/template

diff --git a/srcpkgs/wlrctl/template b/srcpkgs/wlrctl/template
new file mode 100644
index 00000000000..9e54e235691
--- /dev/null
+++ b/srcpkgs/wlrctl/template
@@ -0,0 +1,17 @@
+# Template file for 'wlrctl'
+pkgname=wlrctl
+version=0.2.1
+revision=1
+wrksrc="${pkgname}-v${version}"
+build_style=meson
+hostmakedepends="pkg-config scdoc wayland-devel"
+makedepends="wayland-devel libxkbcommon-devel"
+short_desc="Utility for miscellaneous wlroots extensions"
+maintainer="ajshell1 <ajshell1@protonmail.com>"
+license="MIT"
+homepage="https://git.sr.ht/~brocellous/wlrctl"
+distfiles="https://git.sr.ht/~brocellous/wlrctl/archive/v${version}.tar.gz"
+checksum=de8848de0a81749fe7ee7316bead0261bd978e26c2f899d02897609972a6e98c
+post_install() {
+	vlicense LICENSE
+}

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

* Re: [PR PATCH] [Updated] New package: wlrctl-0.2.1
  2021-03-06 18:31 [PR PATCH] New package: wlrctl-0.2.1 ajshell1
                   ` (3 preceding siblings ...)
  2021-03-06 19:34 ` ajshell1
@ 2021-03-06 19:57 ` ajshell1
  2021-03-06 19:57 ` [PR REVIEW] " tibequadorian
                   ` (10 subsequent siblings)
  15 siblings, 0 replies; 17+ messages in thread
From: ajshell1 @ 2021-03-06 19:57 UTC (permalink / raw)
  To: ml

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

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

https://github.com/ajshell1/void-packages wlrctl
https://github.com/void-linux/void-packages/pull/29274

New package: wlrctl-0.2.1
<!-- Mark items with [x] where applicable -->

#### General
- [x] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements)

#### Have the results of the proposed changes been tested?
- [ ] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [x] I generally don't use the affected packages but briefly tested this PR

<!--
If GitHub CI cannot be used to validate the build result (for example, if the
build is likely to take several hours), make sure to
[skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration).
When skipping CI, uncomment and fill out the following section.
Note: for builds that are likely to complete in less than 2 hours, it is not
acceptable to skip CI.
-->
<!-- 
#### Does it build and run successfully? 
(Please choose at least one native build and, if supported, at least one cross build. More are better.)
- [ ] 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/29274.patch is attached

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

From bde73cc14307e85668dadfda52f48e261a8ff28e Mon Sep 17 00:00:00 2001
From: ajshell1 <11084981+ajshell1@users.noreply.github.com>
Date: Sat, 6 Mar 2021 18:15:39 +0000
Subject: [PATCH] New package: wlrctl-0.2.1

The previous version had a hardcoded wrksrc variable. This fixes it. thanks to zdykstra for making me realize this.

Adding wayland-devel to hostmakedepends. Hopefully this will help it compile on ARM. Thanks to tibequadorian.
---
 srcpkgs/wlrctl/template | 17 +++++++++++++++++
 1 file changed, 17 insertions(+)
 create mode 100644 srcpkgs/wlrctl/template

diff --git a/srcpkgs/wlrctl/template b/srcpkgs/wlrctl/template
new file mode 100644
index 000000000000..ae69241a5fb5
--- /dev/null
+++ b/srcpkgs/wlrctl/template
@@ -0,0 +1,17 @@
+# Template file for 'wlrctl'
+pkgname=wlrctl
+version=0.2.1
+revision=1
+wrksrc="${pkgname}-v${version}"
+build_style=meson
+hostmakedepends="pkg-config scdoc wayland-devel"
+makedepends="wayland-devel libxkbcommon-devel"
+short_desc="Utility for miscellaneous wlroots extensions"
+maintainer="ajshell1 <11084981+ajshell1@users.noreply.github.com>"
+license="MIT"
+homepage="https://git.sr.ht/~brocellous/wlrctl"
+distfiles="https://git.sr.ht/~brocellous/wlrctl/archive/v${version}.tar.gz"
+checksum=de8848de0a81749fe7ee7316bead0261bd978e26c2f899d02897609972a6e98c
+post_install() {
+	vlicense LICENSE
+}

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

* Re: [PR REVIEW] New package: wlrctl-0.2.1
  2021-03-06 18:31 [PR PATCH] New package: wlrctl-0.2.1 ajshell1
                   ` (4 preceding siblings ...)
  2021-03-06 19:57 ` ajshell1
@ 2021-03-06 19:57 ` tibequadorian
  2021-03-06 21:27 ` [PR PATCH] [Updated] " ajshell1
                   ` (9 subsequent siblings)
  15 siblings, 0 replies; 17+ messages in thread
From: tibequadorian @ 2021-03-06 19:57 UTC (permalink / raw)
  To: ml

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

New review comment by tibequadorian on void-packages repository

https://github.com/void-linux/void-packages/pull/29274#discussion_r588921199

Comment:
you didn't save your changes :smile: 

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

* Re: [PR PATCH] [Updated] New package: wlrctl-0.2.1
  2021-03-06 18:31 [PR PATCH] New package: wlrctl-0.2.1 ajshell1
                   ` (5 preceding siblings ...)
  2021-03-06 19:57 ` [PR REVIEW] " tibequadorian
@ 2021-03-06 21:27 ` ajshell1
  2021-03-06 21:30 ` [PR REVIEW] " ajshell1
                   ` (8 subsequent siblings)
  15 siblings, 0 replies; 17+ messages in thread
From: ajshell1 @ 2021-03-06 21:27 UTC (permalink / raw)
  To: ml

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

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

https://github.com/ajshell1/void-packages wlrctl
https://github.com/void-linux/void-packages/pull/29274

New package: wlrctl-0.2.1
<!-- Mark items with [x] where applicable -->

#### General
- [x] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements)

#### Have the results of the proposed changes been tested?
- [ ] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [x] I generally don't use the affected packages but briefly tested this PR

<!--
If GitHub CI cannot be used to validate the build result (for example, if the
build is likely to take several hours), make sure to
[skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration).
When skipping CI, uncomment and fill out the following section.
Note: for builds that are likely to complete in less than 2 hours, it is not
acceptable to skip CI.
-->
<!-- 
#### Does it build and run successfully? 
(Please choose at least one native build and, if supported, at least one cross build. More are better.)
- [ ] 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/29274.patch is attached

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

From 6bed2e90753905ee45ff32e4bb6d6a2070efec4f Mon Sep 17 00:00:00 2001
From: ajshell1 <11084981+ajshell1@users.noreply.github.com>
Date: Sat, 6 Mar 2021 18:15:39 +0000
Subject: [PATCH] New package: wlrctl-0.2.1

The previous version had a hardcoded wrksrc variable. This fixes it. thanks to zdykstra for making me realize this.

Adding wayland-devel to hostmakedepends. Hopefully this will help it compile on ARM. Thanks to tibequadorian.
---
 srcpkgs/wlrctl/template | 18 ++++++++++++++++++
 1 file changed, 18 insertions(+)
 create mode 100644 srcpkgs/wlrctl/template

diff --git a/srcpkgs/wlrctl/template b/srcpkgs/wlrctl/template
new file mode 100644
index 00000000000..e516108ec4c
--- /dev/null
+++ b/srcpkgs/wlrctl/template
@@ -0,0 +1,18 @@
+# Template file for 'wlrctl'
+pkgname=wlrctl
+version=0.2.1
+revision=1
+wrksrc="${pkgname}-v${version}"
+build_style=meson
+hostmakedepends="pkg-config scdoc wayland-devel"
+makedepends="wayland-devel libxkbcommon-devel"
+short_desc="Utility for miscellaneous wlroots extensions"
+maintainer="ajshell1 <11084981+ajshell1@users.noreply.github.com>"
+license="MIT"
+homepage="https://git.sr.ht/~brocellous/wlrctl"
+distfiles="https://git.sr.ht/~brocellous/wlrctl/archive/v${version}.tar.gz"
+
+checksum=de8848de0a81749fe7ee7316bead0261bd978e26c2f899d02897609972a6e98c
+post_install() {
+	vlicense LICENSE
+}

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

* Re: [PR REVIEW] New package: wlrctl-0.2.1
  2021-03-06 18:31 [PR PATCH] New package: wlrctl-0.2.1 ajshell1
                   ` (6 preceding siblings ...)
  2021-03-06 21:27 ` [PR PATCH] [Updated] " ajshell1
@ 2021-03-06 21:30 ` ajshell1
  2021-03-06 21:36 ` ajshell1
                   ` (7 subsequent siblings)
  15 siblings, 0 replies; 17+ messages in thread
From: ajshell1 @ 2021-03-06 21:30 UTC (permalink / raw)
  To: ml

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

New review comment by ajshell1 on void-packages repository

https://github.com/void-linux/void-packages/pull/29274#discussion_r588933502

Comment:
Fixed.

Also, please let me know if there's a policy against people using a noreply.github.com email in the repos.

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

* Re: [PR REVIEW] New package: wlrctl-0.2.1
  2021-03-06 18:31 [PR PATCH] New package: wlrctl-0.2.1 ajshell1
                   ` (7 preceding siblings ...)
  2021-03-06 21:30 ` [PR REVIEW] " ajshell1
@ 2021-03-06 21:36 ` ajshell1
  2021-03-06 21:45 ` tibequadorian
                   ` (6 subsequent siblings)
  15 siblings, 0 replies; 17+ messages in thread
From: ajshell1 @ 2021-03-06 21:36 UTC (permalink / raw)
  To: ml

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

New review comment by ajshell1 on void-packages repository

https://github.com/void-linux/void-packages/pull/29274#discussion_r588933502

Comment:
Fixed.

Also, please let me know if there's a policy against people using a noreply.github.com email in the repos.

EDIT: Build error reported upstream: https://todo.sr.ht/~brocellous/wlrctl/4

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

* Re: [PR REVIEW] New package: wlrctl-0.2.1
  2021-03-06 18:31 [PR PATCH] New package: wlrctl-0.2.1 ajshell1
                   ` (8 preceding siblings ...)
  2021-03-06 21:36 ` ajshell1
@ 2021-03-06 21:45 ` tibequadorian
  2021-03-06 21:45 ` tibequadorian
                   ` (5 subsequent siblings)
  15 siblings, 0 replies; 17+ messages in thread
From: tibequadorian @ 2021-03-06 21:45 UTC (permalink / raw)
  To: ml

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

New review comment by tibequadorian on void-packages repository

https://github.com/void-linux/void-packages/pull/29274#discussion_r588934845

Comment:
>policy against people using a noreply.github.com email in the repos
yes: https://github.com/leahneukirchen/xtools/blob/master/xlint#L319

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

* Re: [PR REVIEW] New package: wlrctl-0.2.1
  2021-03-06 18:31 [PR PATCH] New package: wlrctl-0.2.1 ajshell1
                   ` (9 preceding siblings ...)
  2021-03-06 21:45 ` tibequadorian
@ 2021-03-06 21:45 ` tibequadorian
  2021-03-06 21:53 ` tibequadorian
                   ` (4 subsequent siblings)
  15 siblings, 0 replies; 17+ messages in thread
From: tibequadorian @ 2021-03-06 21:45 UTC (permalink / raw)
  To: ml

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

New review comment by tibequadorian on void-packages repository

https://github.com/void-linux/void-packages/pull/29274#discussion_r588934845

Comment:
>policy against people using a noreply.github.com email in the repos

yes: https://github.com/leahneukirchen/xtools/blob/master/xlint#L319

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

* Re: [PR REVIEW] New package: wlrctl-0.2.1
  2021-03-06 18:31 [PR PATCH] New package: wlrctl-0.2.1 ajshell1
                   ` (10 preceding siblings ...)
  2021-03-06 21:45 ` tibequadorian
@ 2021-03-06 21:53 ` tibequadorian
  2021-03-07  3:21 ` [PR PATCH] [Updated] " ajshell1
                   ` (3 subsequent siblings)
  15 siblings, 0 replies; 17+ messages in thread
From: tibequadorian @ 2021-03-06 21:53 UTC (permalink / raw)
  To: ml

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

New review comment by tibequadorian on void-packages repository

https://github.com/void-linux/void-packages/pull/29274#discussion_r588934845

Comment:
>policy against people using a noreply.github.com email in the repos

yes: https://github.com/leahneukirchen/xtools/blob/master/xlint#L319
EDIT: apparently it's also mentioned in the Manual.md lol

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

* Re: [PR PATCH] [Updated] New package: wlrctl-0.2.1
  2021-03-06 18:31 [PR PATCH] New package: wlrctl-0.2.1 ajshell1
                   ` (11 preceding siblings ...)
  2021-03-06 21:53 ` tibequadorian
@ 2021-03-07  3:21 ` ajshell1
  2021-03-07  3:22 ` [PR REVIEW] " ajshell1
                   ` (2 subsequent siblings)
  15 siblings, 0 replies; 17+ messages in thread
From: ajshell1 @ 2021-03-07  3:21 UTC (permalink / raw)
  To: ml

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

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

https://github.com/ajshell1/void-packages wlrctl
https://github.com/void-linux/void-packages/pull/29274

New package: wlrctl-0.2.1
<!-- Mark items with [x] where applicable -->

#### General
- [x] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements)

#### Have the results of the proposed changes been tested?
- [ ] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [x] I generally don't use the affected packages but briefly tested this PR

<!--
If GitHub CI cannot be used to validate the build result (for example, if the
build is likely to take several hours), make sure to
[skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration).
When skipping CI, uncomment and fill out the following section.
Note: for builds that are likely to complete in less than 2 hours, it is not
acceptable to skip CI.
-->
<!-- 
#### Does it build and run successfully? 
(Please choose at least one native build and, if supported, at least one cross build. More are better.)
- [ ] 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/29274.patch is attached

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

From 2474ea125467791f2e6e0584eb599879ea9d3427 Mon Sep 17 00:00:00 2001
From: ajshell1 <11084981+ajshell1@users.noreply.github.com>
Date: Sat, 6 Mar 2021 18:15:39 +0000
Subject: [PATCH] New package: wlrctl-0.2.1

---
 srcpkgs/wlrctl/template | 18 ++++++++++++++++++
 1 file changed, 18 insertions(+)
 create mode 100644 srcpkgs/wlrctl/template

diff --git a/srcpkgs/wlrctl/template b/srcpkgs/wlrctl/template
new file mode 100644
index 00000000000..88e12304d6a
--- /dev/null
+++ b/srcpkgs/wlrctl/template
@@ -0,0 +1,18 @@
+# Template file for 'wlrctl'
+pkgname=wlrctl
+version=0.2.1
+revision=1
+wrksrc="${pkgname}-v${version}"
+build_style=meson
+hostmakedepends="pkg-config scdoc wayland-devel"
+makedepends="wayland-devel libxkbcommon-devel"
+short_desc="Utility for miscellaneous wlroots extensions"
+maintainer="ajshell1 <ajshell1@protonmail.com>"
+license="MIT"
+homepage="https://git.sr.ht/~brocellous/wlrctl"
+distfiles="https://git.sr.ht/~brocellous/wlrctl/archive/v${version}.tar.gz"
+
+checksum=de8848de0a81749fe7ee7316bead0261bd978e26c2f899d02897609972a6e98c
+post_install() {
+	vlicense LICENSE
+}

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

* Re: [PR REVIEW] New package: wlrctl-0.2.1
  2021-03-06 18:31 [PR PATCH] New package: wlrctl-0.2.1 ajshell1
                   ` (12 preceding siblings ...)
  2021-03-07  3:21 ` [PR PATCH] [Updated] " ajshell1
@ 2021-03-07  3:22 ` ajshell1
  2022-05-07  2:06 ` github-actions
  2022-05-22  2:10 ` [PR PATCH] [Closed]: " github-actions
  15 siblings, 0 replies; 17+ messages in thread
From: ajshell1 @ 2021-03-07  3:22 UTC (permalink / raw)
  To: ml

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

New review comment by ajshell1 on void-packages repository

https://github.com/void-linux/void-packages/pull/29274#discussion_r588965251

Comment:
Fine. I've added an email of mine.

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

* Re: New package: wlrctl-0.2.1
  2021-03-06 18:31 [PR PATCH] New package: wlrctl-0.2.1 ajshell1
                   ` (13 preceding siblings ...)
  2021-03-07  3:22 ` [PR REVIEW] " ajshell1
@ 2022-05-07  2:06 ` github-actions
  2022-05-22  2:10 ` [PR PATCH] [Closed]: " github-actions
  15 siblings, 0 replies; 17+ messages in thread
From: github-actions @ 2022-05-07  2:06 UTC (permalink / raw)
  To: ml

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

New comment by github-actions[bot] on void-packages repository

https://github.com/void-linux/void-packages/pull/29274#issuecomment-1120110096

Comment:
Pull Requests become stale 90 days after last activity and are closed 14 days after that.  If this pull request is still relevant bump it or assign it.

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

* Re: [PR PATCH] [Closed]: New package: wlrctl-0.2.1
  2021-03-06 18:31 [PR PATCH] New package: wlrctl-0.2.1 ajshell1
                   ` (14 preceding siblings ...)
  2022-05-07  2:06 ` github-actions
@ 2022-05-22  2:10 ` github-actions
  15 siblings, 0 replies; 17+ messages in thread
From: github-actions @ 2022-05-22  2:10 UTC (permalink / raw)
  To: ml

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

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

New package: wlrctl-0.2.1
https://github.com/void-linux/void-packages/pull/29274

Description:
<!-- Mark items with [x] where applicable -->

#### General
- [x] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements)

#### Have the results of the proposed changes been tested?
- [ ] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [x] I generally don't use the affected packages but briefly tested this PR

<!--
If GitHub CI cannot be used to validate the build result (for example, if the
build is likely to take several hours), make sure to
[skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration).
When skipping CI, uncomment and fill out the following section.
Note: for builds that are likely to complete in less than 2 hours, it is not
acceptable to skip CI.
-->
<!-- 
#### Does it build and run successfully? 
(Please choose at least one native build and, if supported, at least one cross build. More are better.)
- [ ] 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] 17+ messages in thread

end of thread, other threads:[~2022-05-22  2:10 UTC | newest]

Thread overview: 17+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-03-06 18:31 [PR PATCH] New package: wlrctl-0.2.1 ajshell1
2021-03-06 18:44 ` ajshell1
2021-03-06 18:51 ` [PR PATCH] [Updated] " ajshell1
2021-03-06 18:59 ` ajshell1
2021-03-06 19:34 ` ajshell1
2021-03-06 19:57 ` ajshell1
2021-03-06 19:57 ` [PR REVIEW] " tibequadorian
2021-03-06 21:27 ` [PR PATCH] [Updated] " ajshell1
2021-03-06 21:30 ` [PR REVIEW] " ajshell1
2021-03-06 21:36 ` ajshell1
2021-03-06 21:45 ` tibequadorian
2021-03-06 21:45 ` tibequadorian
2021-03-06 21:53 ` tibequadorian
2021-03-07  3:21 ` [PR PATCH] [Updated] " ajshell1
2021-03-07  3:22 ` [PR REVIEW] " ajshell1
2022-05-07  2:06 ` github-actions
2022-05-22  2:10 ` [PR PATCH] [Closed]: " github-actions

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