* [PR PATCH] New package: wluma-1.2.2
@ 2021-06-11 22:54 Logarithmus
2021-06-11 22:58 ` [PR PATCH] [Updated] " Logarithmus
` (22 more replies)
0 siblings, 23 replies; 27+ messages in thread
From: Logarithmus @ 2021-06-11 22:54 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 1566 bytes --]
There is a new pull request by Logarithmus against master on the void-packages repository
https://github.com/Logarithmus/void-packages wluma
https://github.com/void-linux/void-packages/pull/31431
New package: wluma-1.2.2
<!-- 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/31431.patch is attached
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-wluma-31431.patch --]
[-- Type: text/x-diff, Size: 1106 bytes --]
From 3da72d751c8eabb158e5b07e97859e3f2f41f149 Mon Sep 17 00:00:00 2001
From: Artur Sinila <freesoftware@logarithmus.dev>
Date: Sat, 12 Jun 2021 01:53:12 +0300
Subject: [PATCH] New package: wluma-1.2.2
---
srcpkgs/wluma/template | 18 ++++++++++++++++++
1 file changed, 18 insertions(+)
create mode 100644 srcpkgs/wluma/template
diff --git a/srcpkgs/wluma/template b/srcpkgs/wluma/template
new file mode 100644
index 000000000000..b6e4794e1c8a
--- /dev/null
+++ b/srcpkgs/wluma/template
@@ -0,0 +1,18 @@
+# Template file for 'wluma'
+pkgname=wluma
+version=1.2.2
+revision=1
+build_style=gnu-makefile
+make_build_target="build"
+hostmakedepends="pkgconf"
+makedepends="vulkan-loader wayland-devel Vulkan-Headers"
+short_desc="Automatic brightness adjustment based on screen contents"
+maintainer="Artur Sinila <freesoftware@logarithmus.dev>"
+license="ISC"
+homepage="https://github.com/maximbaz/wluma"
+distfiles="https://github.com/maximbaz/wluma/archive/refs/tags/${version}.tar.gz"
+checksum=dabd6cdf0b9c644af52ad6fad40861829f43c534d42123af2f1f4465b31d5bed
+
+post_install() {
+ vlicense LICENSE
+}
^ permalink raw reply [flat|nested] 27+ messages in thread
* Re: [PR PATCH] [Updated] New package: wluma-1.2.2
2021-06-11 22:54 [PR PATCH] New package: wluma-1.2.2 Logarithmus
@ 2021-06-11 22:58 ` Logarithmus
2021-06-11 23:48 ` [PR REVIEW] " abenson
` (21 subsequent siblings)
22 siblings, 0 replies; 27+ messages in thread
From: Logarithmus @ 2021-06-11 22:58 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 1571 bytes --]
There is an updated pull request by Logarithmus against master on the void-packages repository
https://github.com/Logarithmus/void-packages wluma
https://github.com/void-linux/void-packages/pull/31431
New package: wluma-1.2.2
<!-- 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/31431.patch is attached
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-wluma-31431.patch --]
[-- Type: text/x-diff, Size: 1112 bytes --]
From a710258fcad8f167574bbcd3a019a25bc07c7018 Mon Sep 17 00:00:00 2001
From: Artur Sinila <freesoftware@logarithmus.dev>
Date: Sat, 12 Jun 2021 01:53:12 +0300
Subject: [PATCH] New package: wluma-1.2.2
---
srcpkgs/wluma/template | 18 ++++++++++++++++++
1 file changed, 18 insertions(+)
create mode 100644 srcpkgs/wluma/template
diff --git a/srcpkgs/wluma/template b/srcpkgs/wluma/template
new file mode 100644
index 000000000000..252ba7581e93
--- /dev/null
+++ b/srcpkgs/wluma/template
@@ -0,0 +1,18 @@
+# Template file for 'wluma'
+pkgname=wluma
+version=1.2.2
+revision=1
+build_style=gnu-makefile
+make_build_target="build"
+hostmakedepends="pkgconf meson"
+makedepends="vulkan-loader wayland-devel Vulkan-Headers"
+short_desc="Automatic brightness adjustment based on screen contents"
+maintainer="Artur Sinila <freesoftware@logarithmus.dev>"
+license="ISC"
+homepage="https://github.com/maximbaz/wluma"
+distfiles="https://github.com/maximbaz/wluma/archive/refs/tags/${version}.tar.gz"
+checksum=dabd6cdf0b9c644af52ad6fad40861829f43c534d42123af2f1f4465b31d5bed
+
+post_install() {
+ vlicense LICENSE
+}
^ permalink raw reply [flat|nested] 27+ messages in thread
* Re: [PR REVIEW] New package: wluma-1.2.2
2021-06-11 22:54 [PR PATCH] New package: wluma-1.2.2 Logarithmus
2021-06-11 22:58 ` [PR PATCH] [Updated] " Logarithmus
@ 2021-06-11 23:48 ` abenson
2021-06-11 23:48 ` abenson
` (20 subsequent siblings)
22 siblings, 0 replies; 27+ messages in thread
From: abenson @ 2021-06-11 23:48 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 184 bytes --]
New review comment by abenson on void-packages repository
https://github.com/void-linux/void-packages/pull/31431#discussion_r650313012
Comment:
You need `wayland-devel` here as well
^ permalink raw reply [flat|nested] 27+ messages in thread
* Re: [PR REVIEW] New package: wluma-1.2.2
2021-06-11 22:54 [PR PATCH] New package: wluma-1.2.2 Logarithmus
2021-06-11 22:58 ` [PR PATCH] [Updated] " Logarithmus
2021-06-11 23:48 ` [PR REVIEW] " abenson
@ 2021-06-11 23:48 ` abenson
2021-06-11 23:51 ` Logarithmus
` (19 subsequent siblings)
22 siblings, 0 replies; 27+ messages in thread
From: abenson @ 2021-06-11 23:48 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 175 bytes --]
New review comment by abenson on void-packages repository
https://github.com/void-linux/void-packages/pull/31431#discussion_r650313056
Comment:
Why not `build_style=meson`?
^ permalink raw reply [flat|nested] 27+ messages in thread
* Re: [PR REVIEW] New package: wluma-1.2.2
2021-06-11 22:54 [PR PATCH] New package: wluma-1.2.2 Logarithmus
` (2 preceding siblings ...)
2021-06-11 23:48 ` abenson
@ 2021-06-11 23:51 ` Logarithmus
2021-06-11 23:52 ` Logarithmus
` (18 subsequent siblings)
22 siblings, 0 replies; 27+ messages in thread
From: Logarithmus @ 2021-06-11 23:51 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 155 bytes --]
New review comment by Logarithmus on void-packages repository
https://github.com/void-linux/void-packages/pull/31431#discussion_r650313686
Comment:
Why?
^ permalink raw reply [flat|nested] 27+ messages in thread
* Re: [PR REVIEW] New package: wluma-1.2.2
2021-06-11 22:54 [PR PATCH] New package: wluma-1.2.2 Logarithmus
` (3 preceding siblings ...)
2021-06-11 23:51 ` Logarithmus
@ 2021-06-11 23:52 ` Logarithmus
2021-06-11 23:55 ` Logarithmus
` (17 subsequent siblings)
22 siblings, 0 replies; 27+ messages in thread
From: Logarithmus @ 2021-06-11 23:52 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 911 bytes --]
New review comment by Logarithmus on void-packages repository
https://github.com/void-linux/void-packages/pull/31431#discussion_r650313971
Comment:
@abenson because it doesn't work, not sure why:
```
[1/1] Linking target wluma
FAILED: wluma
cc -o wluma wluma.p/src_main.c.o -flto -Wl,--as-needed -Wl,--no-undefined -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -fuse-ld=lld -Wl,-z,relro -Wl,-z,now -Wl,--as-needed -Wl,--start-group protocol/libclient_protos.a /usr/lib64/libvulkan.so -lm /usr/lib64/libwayland-client.so -Wl,--end-group -Wl,-rpath,/usr/lib64 -Wl,-rpath-link,/usr/lib64
ld.lld: error: undefined symbol: main
>>> referenced by start.S:104 (../sysdeps/x86_64/start.S:104)
>>> /usr/lib64/gcc/x86_64-unknown-linux-gnu/10.2.1/../../../../lib64/Scrt1.o:(_start)
collect2: error: ld returned 1 exit status
ninja: build stopped: subcommand failed.
```
^ permalink raw reply [flat|nested] 27+ messages in thread
* Re: [PR REVIEW] New package: wluma-1.2.2
2021-06-11 22:54 [PR PATCH] New package: wluma-1.2.2 Logarithmus
` (4 preceding siblings ...)
2021-06-11 23:52 ` Logarithmus
@ 2021-06-11 23:55 ` Logarithmus
2021-06-11 23:56 ` [PR PATCH] [Updated] " Logarithmus
` (16 subsequent siblings)
22 siblings, 0 replies; 27+ messages in thread
From: Logarithmus @ 2021-06-11 23:55 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 938 bytes --]
New review comment by Logarithmus on void-packages repository
https://github.com/void-linux/void-packages/pull/31431#discussion_r650313971
Comment:
@abenson because it doesn't work, not sure why (I'd appreciate your help):
```
[1/1] Linking target wluma
FAILED: wluma
cc -o wluma wluma.p/src_main.c.o -flto -Wl,--as-needed -Wl,--no-undefined -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -fuse-ld=lld -Wl,-z,relro -Wl,-z,now -Wl,--as-needed -Wl,--start-group protocol/libclient_protos.a /usr/lib64/libvulkan.so -lm /usr/lib64/libwayland-client.so -Wl,--end-group -Wl,-rpath,/usr/lib64 -Wl,-rpath-link,/usr/lib64
ld.lld: error: undefined symbol: main
>>> referenced by start.S:104 (../sysdeps/x86_64/start.S:104)
>>> /usr/lib64/gcc/x86_64-unknown-linux-gnu/10.2.1/../../../../lib64/Scrt1.o:(_start)
collect2: error: ld returned 1 exit status
ninja: build stopped: subcommand failed.
```
^ permalink raw reply [flat|nested] 27+ messages in thread
* Re: [PR PATCH] [Updated] New package: wluma-1.2.2
2021-06-11 22:54 [PR PATCH] New package: wluma-1.2.2 Logarithmus
` (5 preceding siblings ...)
2021-06-11 23:55 ` Logarithmus
@ 2021-06-11 23:56 ` Logarithmus
2021-06-11 23:58 ` [PR REVIEW] " abenson
` (15 subsequent siblings)
22 siblings, 0 replies; 27+ messages in thread
From: Logarithmus @ 2021-06-11 23:56 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 1571 bytes --]
There is an updated pull request by Logarithmus against master on the void-packages repository
https://github.com/Logarithmus/void-packages wluma
https://github.com/void-linux/void-packages/pull/31431
New package: wluma-1.2.2
<!-- 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/31431.patch is attached
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-wluma-31431.patch --]
[-- Type: text/x-diff, Size: 1126 bytes --]
From 8eb471abe42001c20470e4de746d69d3ffd64a78 Mon Sep 17 00:00:00 2001
From: Artur Sinila <freesoftware@logarithmus.dev>
Date: Sat, 12 Jun 2021 01:53:12 +0300
Subject: [PATCH] New package: wluma-1.2.2
---
srcpkgs/wluma/template | 18 ++++++++++++++++++
1 file changed, 18 insertions(+)
create mode 100644 srcpkgs/wluma/template
diff --git a/srcpkgs/wluma/template b/srcpkgs/wluma/template
new file mode 100644
index 000000000000..1b99b6c9f1d3
--- /dev/null
+++ b/srcpkgs/wluma/template
@@ -0,0 +1,18 @@
+# Template file for 'wluma'
+pkgname=wluma
+version=1.2.2
+revision=1
+build_style=gnu-makefile
+make_build_target="build"
+hostmakedepends="pkgconf meson wayland-devel"
+makedepends="vulkan-loader wayland-devel Vulkan-Headers"
+short_desc="Automatic brightness adjustment based on screen contents"
+maintainer="Artur Sinila <freesoftware@logarithmus.dev>"
+license="ISC"
+homepage="https://github.com/maximbaz/wluma"
+distfiles="https://github.com/maximbaz/wluma/archive/refs/tags/${version}.tar.gz"
+checksum=dabd6cdf0b9c644af52ad6fad40861829f43c534d42123af2f1f4465b31d5bed
+
+post_install() {
+ vlicense LICENSE
+}
^ permalink raw reply [flat|nested] 27+ messages in thread
* Re: [PR REVIEW] New package: wluma-1.2.2
2021-06-11 22:54 [PR PATCH] New package: wluma-1.2.2 Logarithmus
` (6 preceding siblings ...)
2021-06-11 23:56 ` [PR PATCH] [Updated] " Logarithmus
@ 2021-06-11 23:58 ` abenson
2021-06-12 0:00 ` Logarithmus
` (14 subsequent siblings)
22 siblings, 0 replies; 27+ messages in thread
From: abenson @ 2021-06-11 23:58 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 217 bytes --]
New review comment by abenson on void-packages repository
https://github.com/void-linux/void-packages/pull/31431#discussion_r650315154
Comment:
To fix cross-build, because that's the package `wayland-scanner` is in
^ permalink raw reply [flat|nested] 27+ messages in thread
* Re: [PR REVIEW] New package: wluma-1.2.2
2021-06-11 22:54 [PR PATCH] New package: wluma-1.2.2 Logarithmus
` (7 preceding siblings ...)
2021-06-11 23:58 ` [PR REVIEW] " abenson
@ 2021-06-12 0:00 ` Logarithmus
2021-06-12 0:01 ` Logarithmus
` (13 subsequent siblings)
22 siblings, 0 replies; 27+ messages in thread
From: Logarithmus @ 2021-06-12 0:00 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 153 bytes --]
New review comment by Logarithmus on void-packages repository
https://github.com/void-linux/void-packages/pull/31431#discussion_r650315472
Comment:
OK
^ permalink raw reply [flat|nested] 27+ messages in thread
* Re: [PR REVIEW] New package: wluma-1.2.2
2021-06-11 22:54 [PR PATCH] New package: wluma-1.2.2 Logarithmus
` (8 preceding siblings ...)
2021-06-12 0:00 ` Logarithmus
@ 2021-06-12 0:01 ` Logarithmus
2021-06-12 0:01 ` Logarithmus
` (12 subsequent siblings)
22 siblings, 0 replies; 27+ messages in thread
From: Logarithmus @ 2021-06-12 0:01 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 1017 bytes --]
New review comment by Logarithmus on void-packages repository
https://github.com/void-linux/void-packages/pull/31431#discussion_r650313971
Comment:
@abenson because it doesn't work, not sure why (I'd appreciate your help):
```
[1/1] Linking target wluma
FAILED: wluma
cc -o wluma wluma.p/src_main.c.o -flto -Wl,--as-needed -Wl,--no-undefined -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -fuse-ld=lld -Wl,-z,relro -Wl,-z,now -Wl,--as-needed -Wl,--start-group protocol/libclient_protos.a /usr/lib64/libvulkan.so -lm /usr/lib64/libwayland-client.so -Wl,--end-group -Wl,-rpath,/usr/lib64 -Wl,-rpath-link,/usr/lib64
ld.lld: error: undefined symbol: main
>>> referenced by start.S:104 (../sysdeps/x86_64/start.S:104)
>>> /usr/lib64/gcc/x86_64-unknown-linux-gnu/10.2.1/../../../../lib64/Scrt1.o:(_start)
collect2: error: ld returned 1 exit status
ninja: build stopped: subcommand failed.
```
BTW, it builds just fine by manually running `meson build && ninja -C build`
^ permalink raw reply [flat|nested] 27+ messages in thread
* Re: [PR REVIEW] New package: wluma-1.2.2
2021-06-11 22:54 [PR PATCH] New package: wluma-1.2.2 Logarithmus
` (9 preceding siblings ...)
2021-06-12 0:01 ` Logarithmus
@ 2021-06-12 0:01 ` Logarithmus
2021-06-12 0:02 ` abenson
` (11 subsequent siblings)
22 siblings, 0 replies; 27+ messages in thread
From: Logarithmus @ 2021-06-12 0:01 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 1072 bytes --]
New review comment by Logarithmus on void-packages repository
https://github.com/void-linux/void-packages/pull/31431#discussion_r650313971
Comment:
@abenson because it doesn't work, not sure why (I'd appreciate your help):
```
[1/1] Linking target wluma
FAILED: wluma
cc -o wluma wluma.p/src_main.c.o -flto -Wl,--as-needed -Wl,--no-undefined -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -fuse-ld=lld -Wl,-z,relro -Wl,-z,now -Wl,--as-needed -Wl,--start-group protocol/libclient_protos.a /usr/lib64/libvulkan.so -lm /usr/lib64/libwayland-client.so -Wl,--end-group -Wl,-rpath,/usr/lib64 -Wl,-rpath-link,/usr/lib64
ld.lld: error: undefined symbol: main
>>> referenced by start.S:104 (../sysdeps/x86_64/start.S:104)
>>> /usr/lib64/gcc/x86_64-unknown-linux-gnu/10.2.1/../../../../lib64/Scrt1.o:(_start)
collect2: error: ld returned 1 exit status
ninja: build stopped: subcommand failed.
```
BTW, it builds just fine by manually running `meson build && ninja -C build`. So it might be `xbps-src` interfering with something.
^ permalink raw reply [flat|nested] 27+ messages in thread
* Re: [PR REVIEW] New package: wluma-1.2.2
2021-06-11 22:54 [PR PATCH] New package: wluma-1.2.2 Logarithmus
` (10 preceding siblings ...)
2021-06-12 0:01 ` Logarithmus
@ 2021-06-12 0:02 ` abenson
2021-06-12 0:02 ` abenson
` (10 subsequent siblings)
22 siblings, 0 replies; 27+ messages in thread
From: abenson @ 2021-06-12 0:02 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 189 bytes --]
New review comment by abenson on void-packages repository
https://github.com/void-linux/void-packages/pull/31431#discussion_r650315838
Comment:
I'm having trouble recreating that issue.
^ permalink raw reply [flat|nested] 27+ messages in thread
* Re: [PR REVIEW] New package: wluma-1.2.2
2021-06-11 22:54 [PR PATCH] New package: wluma-1.2.2 Logarithmus
` (11 preceding siblings ...)
2021-06-12 0:02 ` abenson
@ 2021-06-12 0:02 ` abenson
2021-06-12 0:05 ` [PR PATCH] [Updated] " Logarithmus
` (9 subsequent siblings)
22 siblings, 0 replies; 27+ messages in thread
From: abenson @ 2021-06-12 0:02 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 749 bytes --]
New review comment by abenson on void-packages repository
https://github.com/void-linux/void-packages/pull/31431#discussion_r650315907
Comment:
```
=> wluma-1.2.2_1: running do_build ...
ninja: Entering directory `build'
[1/7] Generating 'protocol/libclient_protos.a.p/wlr-export-dmabuf-unstable-v1-protocol.c'.
[2/7] Generating 'protocol/libclient_protos.a.p/wlr-export-dmabuf-unstable-v1-client-protocol.h'.
[3/7] Generating 'wluma.p/wlr-export-dmabuf-unstable-v1-client-protocol.h'.
[4/7] Compiling C object protocol/libclient_protos.a.p/meson-generated_wlr-export-dmabuf-unstable-v1-protocol.c.o
[5/7] Linking static target protocol/libclient_protos.a
[6/7] Compiling C object wluma.p/src_main.c.o
[7/7] Linking target wluma
```
^ permalink raw reply [flat|nested] 27+ messages in thread
* Re: [PR PATCH] [Updated] New package: wluma-1.2.2
2021-06-11 22:54 [PR PATCH] New package: wluma-1.2.2 Logarithmus
` (12 preceding siblings ...)
2021-06-12 0:02 ` abenson
@ 2021-06-12 0:05 ` Logarithmus
2021-06-12 0:11 ` [PR REVIEW] " Logarithmus
` (8 subsequent siblings)
22 siblings, 0 replies; 27+ messages in thread
From: Logarithmus @ 2021-06-12 0:05 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 1571 bytes --]
There is an updated pull request by Logarithmus against master on the void-packages repository
https://github.com/Logarithmus/void-packages wluma
https://github.com/void-linux/void-packages/pull/31431
New package: wluma-1.2.2
<!-- 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/31431.patch is attached
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-wluma-31431.patch --]
[-- Type: text/x-diff, Size: 1085 bytes --]
From eaca56b0cad8d56678932b85b12bcc6469ad60d4 Mon Sep 17 00:00:00 2001
From: Artur Sinila <freesoftware@logarithmus.dev>
Date: Sat, 12 Jun 2021 01:53:12 +0300
Subject: [PATCH] New package: wluma-1.2.2
---
srcpkgs/wluma/template | 17 +++++++++++++++++
1 file changed, 17 insertions(+)
create mode 100644 srcpkgs/wluma/template
diff --git a/srcpkgs/wluma/template b/srcpkgs/wluma/template
new file mode 100644
index 000000000000..aa039ac082b2
--- /dev/null
+++ b/srcpkgs/wluma/template
@@ -0,0 +1,17 @@
+# Template file for 'wluma'
+pkgname=wluma
+version=1.2.2
+revision=1
+build_style=meson
+hostmakedepends="pkgconf wayland-devel"
+makedepends="vulkan-loader wayland-devel Vulkan-Headers"
+short_desc="Automatic brightness adjustment based on screen contents"
+maintainer="Artur Sinila <freesoftware@logarithmus.dev>"
+license="ISC"
+homepage="https://github.com/maximbaz/wluma"
+distfiles="https://github.com/maximbaz/wluma/archive/refs/tags/${version}.tar.gz"
+checksum=dabd6cdf0b9c644af52ad6fad40861829f43c534d42123af2f1f4465b31d5bed
+
+post_install() {
+ vlicense LICENSE
+}
^ permalink raw reply [flat|nested] 27+ messages in thread
* Re: [PR REVIEW] New package: wluma-1.2.2
2021-06-11 22:54 [PR PATCH] New package: wluma-1.2.2 Logarithmus
` (13 preceding siblings ...)
2021-06-12 0:05 ` [PR PATCH] [Updated] " Logarithmus
@ 2021-06-12 0:11 ` Logarithmus
2021-06-12 0:12 ` Logarithmus
` (7 subsequent siblings)
22 siblings, 0 replies; 27+ messages in thread
From: Logarithmus @ 2021-06-12 0:11 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 315 bytes --]
New review comment by Logarithmus on void-packages repository
https://github.com/void-linux/void-packages/pull/31431#discussion_r650317401
Comment:
Somehow the build fails when I use `lld` linker. I use it for my local builds because it's faster than GNU `ld`. With the default GNU `ld` `wluma` builds just fine.
^ permalink raw reply [flat|nested] 27+ messages in thread
* Re: New package: wluma-1.2.2
2021-06-11 22:54 [PR PATCH] New package: wluma-1.2.2 Logarithmus
` (14 preceding siblings ...)
2021-06-12 0:11 ` [PR REVIEW] " Logarithmus
@ 2021-06-12 0:12 ` Logarithmus
2021-06-17 2:53 ` sgn
` (6 subsequent siblings)
22 siblings, 0 replies; 27+ messages in thread
From: Logarithmus @ 2021-06-12 0:12 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 185 bytes --]
New comment by Logarithmus on void-packages repository
https://github.com/void-linux/void-packages/pull/31431#issuecomment-859965797
Comment:
@abenson I guess now everything is fine?
^ permalink raw reply [flat|nested] 27+ messages in thread
* Re: New package: wluma-1.2.2
2021-06-11 22:54 [PR PATCH] New package: wluma-1.2.2 Logarithmus
` (15 preceding siblings ...)
2021-06-12 0:12 ` Logarithmus
@ 2021-06-17 2:53 ` sgn
2021-06-18 10:00 ` [PR PATCH] [Updated] " Logarithmus
` (5 subsequent siblings)
22 siblings, 0 replies; 27+ messages in thread
From: sgn @ 2021-06-17 2:53 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 159 bytes --]
New comment by sgn on void-packages repository
https://github.com/void-linux/void-packages/pull/31431#issuecomment-862876197
Comment:
1.2.2 is MIT licensed.
^ permalink raw reply [flat|nested] 27+ messages in thread
* Re: [PR PATCH] [Updated] New package: wluma-1.2.2
2021-06-11 22:54 [PR PATCH] New package: wluma-1.2.2 Logarithmus
` (16 preceding siblings ...)
2021-06-17 2:53 ` sgn
@ 2021-06-18 10:00 ` Logarithmus
2021-06-18 10:00 ` Logarithmus
` (4 subsequent siblings)
22 siblings, 0 replies; 27+ messages in thread
From: Logarithmus @ 2021-06-18 10:00 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 1571 bytes --]
There is an updated pull request by Logarithmus against master on the void-packages repository
https://github.com/Logarithmus/void-packages wluma
https://github.com/void-linux/void-packages/pull/31431
New package: wluma-1.2.2
<!-- 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/31431.patch is attached
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-wluma-31431.patch --]
[-- Type: text/x-diff, Size: 1085 bytes --]
From aac7d393304fbe87009c1bc1cb164f0f8728308e Mon Sep 17 00:00:00 2001
From: Artur Sinila <freesoftware@logarithmus.dev>
Date: Sat, 12 Jun 2021 01:53:12 +0300
Subject: [PATCH] New package: wluma-1.2.2
---
srcpkgs/wluma/template | 17 +++++++++++++++++
1 file changed, 17 insertions(+)
create mode 100644 srcpkgs/wluma/template
diff --git a/srcpkgs/wluma/template b/srcpkgs/wluma/template
new file mode 100644
index 000000000000..fb149496021d
--- /dev/null
+++ b/srcpkgs/wluma/template
@@ -0,0 +1,17 @@
+# Template file for 'wluma'
+pkgname=wluma
+version=1.2.2
+revision=1
+build_style=meson
+hostmakedepends="pkgconf wayland-devel"
+makedepends="vulkan-loader wayland-devel Vulkan-Headers"
+short_desc="Automatic brightness adjustment based on screen contents"
+maintainer="Artur Sinila <freesoftware@logarithmus.dev>"
+license="MIT"
+homepage="https://github.com/maximbaz/wluma"
+distfiles="https://github.com/maximbaz/wluma/archive/refs/tags/${version}.tar.gz"
+checksum=dabd6cdf0b9c644af52ad6fad40861829f43c534d42123af2f1f4465b31d5bed
+
+post_install() {
+ vlicense LICENSE
+}
^ permalink raw reply [flat|nested] 27+ messages in thread
* Re: New package: wluma-1.2.2
2021-06-11 22:54 [PR PATCH] New package: wluma-1.2.2 Logarithmus
` (17 preceding siblings ...)
2021-06-18 10:00 ` [PR PATCH] [Updated] " Logarithmus
@ 2021-06-18 10:00 ` Logarithmus
2021-06-18 10:01 ` [PR PATCH] [Updated] " Logarithmus
` (3 subsequent siblings)
22 siblings, 0 replies; 27+ messages in thread
From: Logarithmus @ 2021-06-18 10:00 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 178 bytes --]
New comment by Logarithmus on void-packages repository
https://github.com/void-linux/void-packages/pull/31431#issuecomment-863918628
Comment:
> 1.2.2 is MIT licensed.
Fixed
^ permalink raw reply [flat|nested] 27+ messages in thread
* Re: [PR PATCH] [Updated] New package: wluma-1.2.2
2021-06-11 22:54 [PR PATCH] New package: wluma-1.2.2 Logarithmus
` (18 preceding siblings ...)
2021-06-18 10:00 ` Logarithmus
@ 2021-06-18 10:01 ` Logarithmus
2021-08-14 11:35 ` Logarithmus
` (2 subsequent siblings)
22 siblings, 0 replies; 27+ messages in thread
From: Logarithmus @ 2021-06-18 10:01 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 1571 bytes --]
There is an updated pull request by Logarithmus against master on the void-packages repository
https://github.com/Logarithmus/void-packages wluma
https://github.com/void-linux/void-packages/pull/31431
New package: wluma-1.2.2
<!-- 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/31431.patch is attached
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-wluma-31431.patch --]
[-- Type: text/x-diff, Size: 1085 bytes --]
From fc1f14198048ea6c73af8db89bdf7e2796502690 Mon Sep 17 00:00:00 2001
From: Artur Sinila <freesoftware@logarithmus.dev>
Date: Sat, 12 Jun 2021 01:53:12 +0300
Subject: [PATCH] New package: wluma-1.2.2
---
srcpkgs/wluma/template | 17 +++++++++++++++++
1 file changed, 17 insertions(+)
create mode 100644 srcpkgs/wluma/template
diff --git a/srcpkgs/wluma/template b/srcpkgs/wluma/template
new file mode 100644
index 000000000000..fb149496021d
--- /dev/null
+++ b/srcpkgs/wluma/template
@@ -0,0 +1,17 @@
+# Template file for 'wluma'
+pkgname=wluma
+version=1.2.2
+revision=1
+build_style=meson
+hostmakedepends="pkgconf wayland-devel"
+makedepends="vulkan-loader wayland-devel Vulkan-Headers"
+short_desc="Automatic brightness adjustment based on screen contents"
+maintainer="Artur Sinila <freesoftware@logarithmus.dev>"
+license="MIT"
+homepage="https://github.com/maximbaz/wluma"
+distfiles="https://github.com/maximbaz/wluma/archive/refs/tags/${version}.tar.gz"
+checksum=dabd6cdf0b9c644af52ad6fad40861829f43c534d42123af2f1f4465b31d5bed
+
+post_install() {
+ vlicense LICENSE
+}
^ permalink raw reply [flat|nested] 27+ messages in thread
* Re: [PR PATCH] [Updated] New package: wluma-1.2.2
2021-06-11 22:54 [PR PATCH] New package: wluma-1.2.2 Logarithmus
` (19 preceding siblings ...)
2021-06-18 10:01 ` [PR PATCH] [Updated] " Logarithmus
@ 2021-08-14 11:35 ` Logarithmus
2022-05-22 2:11 ` github-actions
2022-06-05 2:13 ` [PR PATCH] [Closed]: " github-actions
22 siblings, 0 replies; 27+ messages in thread
From: Logarithmus @ 2021-08-14 11:35 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 1571 bytes --]
There is an updated pull request by Logarithmus against master on the void-packages repository
https://github.com/Logarithmus/void-packages wluma
https://github.com/void-linux/void-packages/pull/31431
New package: wluma-1.2.2
<!-- 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/31431.patch is attached
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-wluma-31431.patch --]
[-- Type: text/x-diff, Size: 1088 bytes --]
From a0eb6e1f8ccaee95e1fdb5ecff67442aeede72a9 Mon Sep 17 00:00:00 2001
From: Artur Sinila <freesoftware@logarithmus.dev>
Date: Sat, 12 Jun 2021 01:53:12 +0300
Subject: [PATCH] New package: wluma-1.2.2
---
srcpkgs/wluma/template | 17 +++++++++++++++++
1 file changed, 17 insertions(+)
create mode 100644 srcpkgs/wluma/template
diff --git a/srcpkgs/wluma/template b/srcpkgs/wluma/template
new file mode 100644
index 000000000000..e85cbd30d04f
--- /dev/null
+++ b/srcpkgs/wluma/template
@@ -0,0 +1,17 @@
+# Template file for 'wluma'
+pkgname=wluma
+version=1.2.2
+revision=1
+build_style=meson
+hostmakedepends="pkg-config wayland-devel"
+makedepends="vulkan-loader wayland-devel Vulkan-Headers"
+short_desc="Automatic brightness adjustment based on screen contents"
+maintainer="Artur Sinila <freesoftware@logarithmus.dev>"
+license="MIT"
+homepage="https://github.com/maximbaz/wluma"
+distfiles="https://github.com/maximbaz/wluma/archive/refs/tags/${version}.tar.gz"
+checksum=dabd6cdf0b9c644af52ad6fad40861829f43c534d42123af2f1f4465b31d5bed
+
+post_install() {
+ vlicense LICENSE
+}
^ permalink raw reply [flat|nested] 27+ messages in thread
* Re: New package: wluma-1.2.2
2021-06-11 22:54 [PR PATCH] New package: wluma-1.2.2 Logarithmus
` (20 preceding siblings ...)
2021-08-14 11:35 ` Logarithmus
@ 2022-05-22 2:11 ` github-actions
2022-06-05 2:13 ` [PR PATCH] [Closed]: " github-actions
22 siblings, 0 replies; 27+ messages in thread
From: github-actions @ 2022-05-22 2:11 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/31431#issuecomment-1133802432
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] 27+ messages in thread
* Re: [PR PATCH] [Closed]: New package: wluma-1.2.2
2021-06-11 22:54 [PR PATCH] New package: wluma-1.2.2 Logarithmus
` (21 preceding siblings ...)
2022-05-22 2:11 ` github-actions
@ 2022-06-05 2:13 ` github-actions
22 siblings, 0 replies; 27+ messages in thread
From: github-actions @ 2022-06-05 2:13 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 1409 bytes --]
There's a closed pull request on the void-packages repository
New package: wluma-1.2.2
https://github.com/void-linux/void-packages/pull/31431
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] 27+ messages in thread
* Re: New package: wluma-1.2.2
2021-08-13 22:53 [PR PATCH] " raninninn
2021-08-14 0:11 ` biopsin
2021-08-15 3:58 ` ericonr
@ 2021-08-15 10:10 ` raninninn
2 siblings, 0 replies; 27+ messages in thread
From: raninninn @ 2021-08-15 10:10 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 184 bytes --]
New comment by raninninn on void-packages repository
https://github.com/void-linux/void-packages/pull/32485#issuecomment-899027097
Comment:
Okay, thanks for all the help and advice.
^ permalink raw reply [flat|nested] 27+ messages in thread
* Re: New package: wluma-1.2.2
2021-08-13 22:53 [PR PATCH] " raninninn
2021-08-14 0:11 ` biopsin
@ 2021-08-15 3:58 ` ericonr
2021-08-15 10:10 ` raninninn
2 siblings, 0 replies; 27+ messages in thread
From: ericonr @ 2021-08-15 3:58 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 357 bytes --]
New comment by ericonr on void-packages repository
https://github.com/void-linux/void-packages/pull/32485#issuecomment-898991715
Comment:
Well, I now see this uses meson, so you should probably use that build style directly.
Also, they are rewriting in Rust, so the direction of the package is quite open, I don't think it should be packaged just yet.
^ permalink raw reply [flat|nested] 27+ messages in thread
* Re: New package: wluma-1.2.2
2021-08-13 22:53 [PR PATCH] " raninninn
@ 2021-08-14 0:11 ` biopsin
2021-08-15 3:58 ` ericonr
2021-08-15 10:10 ` raninninn
2 siblings, 0 replies; 27+ messages in thread
From: biopsin @ 2021-08-14 0:11 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 203 bytes --]
New comment by biopsin on void-packages repository
https://github.com/void-linux/void-packages/pull/32485#issuecomment-898777224
Comment:
You need to squash into one commit and change revision to one.
^ permalink raw reply [flat|nested] 27+ messages in thread
end of thread, other threads:[~2022-06-05 2:13 UTC | newest]
Thread overview: 27+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-06-11 22:54 [PR PATCH] New package: wluma-1.2.2 Logarithmus
2021-06-11 22:58 ` [PR PATCH] [Updated] " Logarithmus
2021-06-11 23:48 ` [PR REVIEW] " abenson
2021-06-11 23:48 ` abenson
2021-06-11 23:51 ` Logarithmus
2021-06-11 23:52 ` Logarithmus
2021-06-11 23:55 ` Logarithmus
2021-06-11 23:56 ` [PR PATCH] [Updated] " Logarithmus
2021-06-11 23:58 ` [PR REVIEW] " abenson
2021-06-12 0:00 ` Logarithmus
2021-06-12 0:01 ` Logarithmus
2021-06-12 0:01 ` Logarithmus
2021-06-12 0:02 ` abenson
2021-06-12 0:02 ` abenson
2021-06-12 0:05 ` [PR PATCH] [Updated] " Logarithmus
2021-06-12 0:11 ` [PR REVIEW] " Logarithmus
2021-06-12 0:12 ` Logarithmus
2021-06-17 2:53 ` sgn
2021-06-18 10:00 ` [PR PATCH] [Updated] " Logarithmus
2021-06-18 10:00 ` Logarithmus
2021-06-18 10:01 ` [PR PATCH] [Updated] " Logarithmus
2021-08-14 11:35 ` Logarithmus
2022-05-22 2:11 ` github-actions
2022-06-05 2:13 ` [PR PATCH] [Closed]: " github-actions
2021-08-13 22:53 [PR PATCH] " raninninn
2021-08-14 0:11 ` biopsin
2021-08-15 3:58 ` ericonr
2021-08-15 10:10 ` raninninn
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).