* [PR PATCH] New package: wluma-4.3.0
@ 2024-03-22 13:55 realcharmer
2024-03-22 13:58 ` [PR PATCH] [Updated] " realcharmer
` (14 more replies)
0 siblings, 15 replies; 16+ messages in thread
From: realcharmer @ 2024-03-22 13:55 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 789 bytes --]
There is a new pull request by realcharmer against master on the void-packages repository
https://github.com/realcharmer/void-packages wluma
https://github.com/void-linux/void-packages/pull/49454
New package: wluma-4.3.0
Automatic brightness adjustment based on screen contents and ALS.
https://github.com/maximbaz/wluma
#### 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**
#### Local build testing
- I built this PR locally for my native architecture, (x86_64-glibc)
#32485, #31431
A patch file from https://github.com/void-linux/void-packages/pull/49454.patch is attached
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-wluma-49454.patch --]
[-- Type: text/x-diff, Size: 1102 bytes --]
From 9506c4393950fbf07462172c90e1ab2b8a1481ba Mon Sep 17 00:00:00 2001
From: Emil Miler <em@0x45.cz>
Date: Fri, 22 Mar 2024 14:53:05 +0100
Subject: [PATCH] New package: wluma-4.3.0
---
srcpkgs/wluma/template | 15 +++++++++++++++
1 file changed, 15 insertions(+)
create mode 100644 srcpkgs/wluma/template
diff --git a/srcpkgs/wluma/template b/srcpkgs/wluma/template
new file mode 100644
index 00000000000000..ede2dfd8d937de
--- /dev/null
+++ b/srcpkgs/wluma/template
@@ -0,0 +1,15 @@
+# Template file for 'wluma'
+pkgname=wluma
+version=4.3.0
+revision=1
+build_style=cargo
+hostmakedepends="pkg-config clang"
+makedepends="eudev-libudev-devel v4l-utils-devel wayland-devel Vulkan-Tools
+ Vulkan-Headers"
+short_desc="Automatic brightness adjustment based on screen contents and ALS "
+maintainer="Emil Miler <em@0x45.cz>"
+license="ISC"
+homepage="https://github.com/maximbaz/wluma"
+changelog="https://github.com/maximbaz/wluma/releases"
+distfiles="https://github.com/maximbaz/wluma/archive/refs/tags/${version}.tar.gz"
+checksum=c2ec8d7a22282513e0e8f46a8c2e27019cf660f0f7efe45b872ad1437641d6c2
^ permalink raw reply [flat|nested] 16+ messages in thread
* Re: [PR PATCH] [Updated] New package: wluma-4.3.0
2024-03-22 13:55 [PR PATCH] New package: wluma-4.3.0 realcharmer
@ 2024-03-22 13:58 ` realcharmer
2024-03-22 14:01 ` realcharmer
` (13 subsequent siblings)
14 siblings, 0 replies; 16+ messages in thread
From: realcharmer @ 2024-03-22 13:58 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 796 bytes --]
There is an updated pull request by realcharmer against master on the void-packages repository
https://github.com/realcharmer/void-packages wluma
https://github.com/void-linux/void-packages/pull/49454
New package: wluma-4.3.0
Automatic brightness adjustment based on screen contents and ALS.
https://github.com/maximbaz/wluma
#32485, #31431
#### 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**
#### Local build testing
- I built this PR locally for my native architecture, (x86_64-glibc)
A patch file from https://github.com/void-linux/void-packages/pull/49454.patch is attached
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-wluma-49454.patch --]
[-- Type: text/x-diff, Size: 1148 bytes --]
From d7cf6e1a015b66edbdbf116cdc62159ee1603a80 Mon Sep 17 00:00:00 2001
From: Emil Miler <em@0x45.cz>
Date: Fri, 22 Mar 2024 14:53:05 +0100
Subject: [PATCH] New package: wluma-4.3.0
---
srcpkgs/wluma/template | 19 +++++++++++++++++++
1 file changed, 19 insertions(+)
create mode 100644 srcpkgs/wluma/template
diff --git a/srcpkgs/wluma/template b/srcpkgs/wluma/template
new file mode 100644
index 00000000000000..7f21611f8fc370
--- /dev/null
+++ b/srcpkgs/wluma/template
@@ -0,0 +1,19 @@
+# Template file for 'wluma'
+pkgname=wluma
+version=4.3.0
+revision=1
+build_style=cargo
+hostmakedepends="pkg-config clang"
+makedepends="eudev-libudev-devel v4l-utils-devel wayland-devel Vulkan-Tools
+ Vulkan-Headers"
+short_desc="Automatic brightness adjustment based on screen contents and ALS "
+maintainer="Emil Miler <em@0x45.cz>"
+license="ISC"
+homepage="https://github.com/maximbaz/wluma"
+changelog="https://github.com/maximbaz/wluma/releases"
+distfiles="https://github.com/maximbaz/wluma/archive/refs/tags/${version}.tar.gz"
+checksum=c2ec8d7a22282513e0e8f46a8c2e27019cf660f0f7efe45b872ad1437641d6c2
+
+post_install() {
+ vlicense LICENSE
+}
^ permalink raw reply [flat|nested] 16+ messages in thread
* Re: [PR PATCH] [Updated] New package: wluma-4.3.0
2024-03-22 13:55 [PR PATCH] New package: wluma-4.3.0 realcharmer
2024-03-22 13:58 ` [PR PATCH] [Updated] " realcharmer
@ 2024-03-22 14:01 ` realcharmer
2024-04-04 14:52 ` realcharmer
` (12 subsequent siblings)
14 siblings, 0 replies; 16+ messages in thread
From: realcharmer @ 2024-03-22 14:01 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 796 bytes --]
There is an updated pull request by realcharmer against master on the void-packages repository
https://github.com/realcharmer/void-packages wluma
https://github.com/void-linux/void-packages/pull/49454
New package: wluma-4.3.0
Automatic brightness adjustment based on screen contents and ALS.
https://github.com/maximbaz/wluma
#32485, #31431
#### 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**
#### Local build testing
- I built this PR locally for my native architecture, (x86_64-glibc)
A patch file from https://github.com/void-linux/void-packages/pull/49454.patch is attached
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-wluma-49454.patch --]
[-- Type: text/x-diff, Size: 1147 bytes --]
From a8e6e67d7322f7db20caef6a60ef9ec821011039 Mon Sep 17 00:00:00 2001
From: Emil Miler <em@0x45.cz>
Date: Fri, 22 Mar 2024 14:53:05 +0100
Subject: [PATCH] New package: wluma-4.3.0
---
srcpkgs/wluma/template | 19 +++++++++++++++++++
1 file changed, 19 insertions(+)
create mode 100644 srcpkgs/wluma/template
diff --git a/srcpkgs/wluma/template b/srcpkgs/wluma/template
new file mode 100644
index 00000000000000..64f604c55c214c
--- /dev/null
+++ b/srcpkgs/wluma/template
@@ -0,0 +1,19 @@
+# Template file for 'wluma'
+pkgname=wluma
+version=4.3.0
+revision=1
+build_style=cargo
+hostmakedepends="pkg-config clang"
+makedepends="eudev-libudev-devel v4l-utils-devel wayland-devel Vulkan-Tools
+ Vulkan-Headers"
+short_desc="Automatic brightness adjustment based on screen contents and ALS"
+maintainer="Emil Miler <em@0x45.cz>"
+license="ISC"
+homepage="https://github.com/maximbaz/wluma"
+changelog="https://github.com/maximbaz/wluma/releases"
+distfiles="https://github.com/maximbaz/wluma/archive/refs/tags/${version}.tar.gz"
+checksum=c2ec8d7a22282513e0e8f46a8c2e27019cf660f0f7efe45b872ad1437641d6c2
+
+post_install() {
+ vlicense LICENSE
+}
^ permalink raw reply [flat|nested] 16+ messages in thread
* Re: [PR PATCH] [Updated] New package: wluma-4.3.0
2024-03-22 13:55 [PR PATCH] New package: wluma-4.3.0 realcharmer
2024-03-22 13:58 ` [PR PATCH] [Updated] " realcharmer
2024-03-22 14:01 ` realcharmer
@ 2024-04-04 14:52 ` realcharmer
2024-04-04 14:52 ` New package: wluma-4.4.0 realcharmer
` (11 subsequent siblings)
14 siblings, 0 replies; 16+ messages in thread
From: realcharmer @ 2024-04-04 14:52 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 796 bytes --]
There is an updated pull request by realcharmer against master on the void-packages repository
https://github.com/realcharmer/void-packages wluma
https://github.com/void-linux/void-packages/pull/49454
New package: wluma-4.3.0
Automatic brightness adjustment based on screen contents and ALS.
https://github.com/maximbaz/wluma
#32485, #31431
#### 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**
#### Local build testing
- I built this PR locally for my native architecture, (x86_64-glibc)
A patch file from https://github.com/void-linux/void-packages/pull/49454.patch is attached
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-wluma-49454.patch --]
[-- Type: text/x-diff, Size: 1147 bytes --]
From 71e9b3669b0dc857e6c1f63fcd5335b245c5b97c Mon Sep 17 00:00:00 2001
From: Emil Miler <em@0x45.cz>
Date: Fri, 22 Mar 2024 14:53:05 +0100
Subject: [PATCH] New package: wluma-4.4.0
---
srcpkgs/wluma/template | 19 +++++++++++++++++++
1 file changed, 19 insertions(+)
create mode 100644 srcpkgs/wluma/template
diff --git a/srcpkgs/wluma/template b/srcpkgs/wluma/template
new file mode 100644
index 00000000000000..051457abdc45cd
--- /dev/null
+++ b/srcpkgs/wluma/template
@@ -0,0 +1,19 @@
+# Template file for 'wluma'
+pkgname=wluma
+version=4.4.0
+revision=1
+build_style=cargo
+hostmakedepends="pkg-config clang"
+makedepends="eudev-libudev-devel v4l-utils-devel wayland-devel Vulkan-Tools
+ Vulkan-Headers"
+short_desc="Automatic brightness adjustment based on screen contents and ALS"
+maintainer="Emil Miler <em@0x45.cz>"
+license="ISC"
+homepage="https://github.com/maximbaz/wluma"
+changelog="https://github.com/maximbaz/wluma/releases"
+distfiles="https://github.com/maximbaz/wluma/archive/refs/tags/${version}.tar.gz"
+checksum=d2881a0ebeffd2ecdc3040b2253fd5de4f4a6e5b1efb9a97d4725fba51174847
+
+post_install() {
+ vlicense LICENSE
+}
^ permalink raw reply [flat|nested] 16+ messages in thread
* Re: New package: wluma-4.4.0
2024-03-22 13:55 [PR PATCH] New package: wluma-4.3.0 realcharmer
` (2 preceding siblings ...)
2024-04-04 14:52 ` realcharmer
@ 2024-04-04 14:52 ` realcharmer
2024-04-04 15:03 ` [PR PATCH] [Updated] " realcharmer
` (10 subsequent siblings)
14 siblings, 0 replies; 16+ messages in thread
From: realcharmer @ 2024-04-04 14:52 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 165 bytes --]
New comment by realcharmer on void-packages repository
https://github.com/void-linux/void-packages/pull/49454#issuecomment-2037430413
Comment:
Updated to `4.4.0`.
^ permalink raw reply [flat|nested] 16+ messages in thread
* Re: [PR PATCH] [Updated] New package: wluma-4.4.0
2024-03-22 13:55 [PR PATCH] New package: wluma-4.3.0 realcharmer
` (3 preceding siblings ...)
2024-04-04 14:52 ` New package: wluma-4.4.0 realcharmer
@ 2024-04-04 15:03 ` realcharmer
2024-07-04 1:49 ` github-actions
` (9 subsequent siblings)
14 siblings, 0 replies; 16+ messages in thread
From: realcharmer @ 2024-04-04 15:03 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 796 bytes --]
There is an updated pull request by realcharmer against master on the void-packages repository
https://github.com/realcharmer/void-packages wluma
https://github.com/void-linux/void-packages/pull/49454
New package: wluma-4.4.0
Automatic brightness adjustment based on screen contents and ALS.
https://github.com/maximbaz/wluma
#32485, #31431
#### 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**
#### Local build testing
- I built this PR locally for my native architecture, (x86_64-glibc)
A patch file from https://github.com/void-linux/void-packages/pull/49454.patch is attached
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-wluma-49454.patch --]
[-- Type: text/x-diff, Size: 1158 bytes --]
From ab6b53011837ac3c14b60da39b05cdd9a0b24764 Mon Sep 17 00:00:00 2001
From: Emil Miler <em@0x45.cz>
Date: Fri, 22 Mar 2024 14:53:05 +0100
Subject: [PATCH] New package: wluma-4.4.0
---
srcpkgs/wluma/template | 19 +++++++++++++++++++
1 file changed, 19 insertions(+)
create mode 100644 srcpkgs/wluma/template
diff --git a/srcpkgs/wluma/template b/srcpkgs/wluma/template
new file mode 100644
index 00000000000000..3473502d4a9e57
--- /dev/null
+++ b/srcpkgs/wluma/template
@@ -0,0 +1,19 @@
+# Template file for 'wluma'
+pkgname=wluma
+version=4.4.0
+revision=1
+build_style=cargo
+hostmakedepends="pkg-config clang"
+makedepends="eudev-libudev-devel v4l-utils-devel wayland-devel Vulkan-Tools
+ Vulkan-Headers dbus-devel"
+short_desc="Automatic brightness adjustment based on screen contents and ALS"
+maintainer="Emil Miler <em@0x45.cz>"
+license="ISC"
+homepage="https://github.com/maximbaz/wluma"
+changelog="https://github.com/maximbaz/wluma/releases"
+distfiles="https://github.com/maximbaz/wluma/archive/refs/tags/${version}.tar.gz"
+checksum=d2881a0ebeffd2ecdc3040b2253fd5de4f4a6e5b1efb9a97d4725fba51174847
+
+post_install() {
+ vlicense LICENSE
+}
^ permalink raw reply [flat|nested] 16+ messages in thread
* Re: New package: wluma-4.4.0
2024-03-22 13:55 [PR PATCH] New package: wluma-4.3.0 realcharmer
` (4 preceding siblings ...)
2024-04-04 15:03 ` [PR PATCH] [Updated] " realcharmer
@ 2024-07-04 1:49 ` github-actions
2024-07-16 8:17 ` [PR PATCH] [Updated] " realcharmer
` (8 subsequent siblings)
14 siblings, 0 replies; 16+ messages in thread
From: github-actions @ 2024-07-04 1:49 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/49454#issuecomment-2207855495
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] 16+ messages in thread
* Re: [PR PATCH] [Updated] New package: wluma-4.4.0
2024-03-22 13:55 [PR PATCH] New package: wluma-4.3.0 realcharmer
` (5 preceding siblings ...)
2024-07-04 1:49 ` github-actions
@ 2024-07-16 8:17 ` realcharmer
2024-07-26 5:57 ` realcharmer
` (7 subsequent siblings)
14 siblings, 0 replies; 16+ messages in thread
From: realcharmer @ 2024-07-16 8:17 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 796 bytes --]
There is an updated pull request by realcharmer against master on the void-packages repository
https://github.com/realcharmer/void-packages wluma
https://github.com/void-linux/void-packages/pull/49454
New package: wluma-4.4.0
Automatic brightness adjustment based on screen contents and ALS.
https://github.com/maximbaz/wluma
#32485, #31431
#### 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**
#### Local build testing
- I built this PR locally for my native architecture, (x86_64-glibc)
A patch file from https://github.com/void-linux/void-packages/pull/49454.patch is attached
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-wluma-49454.patch --]
[-- Type: text/x-diff, Size: 1158 bytes --]
From b036731903712b273347e53d6e3d1116dd1a5c28 Mon Sep 17 00:00:00 2001
From: Emil Miler <em@0x45.cz>
Date: Fri, 22 Mar 2024 14:53:05 +0100
Subject: [PATCH] New package: wluma-4.4.0
---
srcpkgs/wluma/template | 19 +++++++++++++++++++
1 file changed, 19 insertions(+)
create mode 100644 srcpkgs/wluma/template
diff --git a/srcpkgs/wluma/template b/srcpkgs/wluma/template
new file mode 100644
index 00000000000000..3473502d4a9e57
--- /dev/null
+++ b/srcpkgs/wluma/template
@@ -0,0 +1,19 @@
+# Template file for 'wluma'
+pkgname=wluma
+version=4.4.0
+revision=1
+build_style=cargo
+hostmakedepends="pkg-config clang"
+makedepends="eudev-libudev-devel v4l-utils-devel wayland-devel Vulkan-Tools
+ Vulkan-Headers dbus-devel"
+short_desc="Automatic brightness adjustment based on screen contents and ALS"
+maintainer="Emil Miler <em@0x45.cz>"
+license="ISC"
+homepage="https://github.com/maximbaz/wluma"
+changelog="https://github.com/maximbaz/wluma/releases"
+distfiles="https://github.com/maximbaz/wluma/archive/refs/tags/${version}.tar.gz"
+checksum=d2881a0ebeffd2ecdc3040b2253fd5de4f4a6e5b1efb9a97d4725fba51174847
+
+post_install() {
+ vlicense LICENSE
+}
^ permalink raw reply [flat|nested] 16+ messages in thread
* Re: [PR PATCH] [Updated] New package: wluma-4.4.0
2024-03-22 13:55 [PR PATCH] New package: wluma-4.3.0 realcharmer
` (6 preceding siblings ...)
2024-07-16 8:17 ` [PR PATCH] [Updated] " realcharmer
@ 2024-07-26 5:57 ` realcharmer
2024-10-14 3:23 ` [PR REVIEW] " Calandracas606
` (6 subsequent siblings)
14 siblings, 0 replies; 16+ messages in thread
From: realcharmer @ 2024-07-26 5:57 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 796 bytes --]
There is an updated pull request by realcharmer against master on the void-packages repository
https://github.com/realcharmer/void-packages wluma
https://github.com/void-linux/void-packages/pull/49454
New package: wluma-4.4.0
Automatic brightness adjustment based on screen contents and ALS.
https://github.com/maximbaz/wluma
#32485, #31431
#### 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**
#### Local build testing
- I built this PR locally for my native architecture, (x86_64-glibc)
A patch file from https://github.com/void-linux/void-packages/pull/49454.patch is attached
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-wluma-49454.patch --]
[-- Type: text/x-diff, Size: 1158 bytes --]
From 8b316b50ef4e9aedf08e336db440a8fb7148a18c Mon Sep 17 00:00:00 2001
From: Emil Miler <em@0x45.cz>
Date: Fri, 22 Mar 2024 14:53:05 +0100
Subject: [PATCH] New package: wluma-4.4.0
---
srcpkgs/wluma/template | 19 +++++++++++++++++++
1 file changed, 19 insertions(+)
create mode 100644 srcpkgs/wluma/template
diff --git a/srcpkgs/wluma/template b/srcpkgs/wluma/template
new file mode 100644
index 00000000000000..3473502d4a9e57
--- /dev/null
+++ b/srcpkgs/wluma/template
@@ -0,0 +1,19 @@
+# Template file for 'wluma'
+pkgname=wluma
+version=4.4.0
+revision=1
+build_style=cargo
+hostmakedepends="pkg-config clang"
+makedepends="eudev-libudev-devel v4l-utils-devel wayland-devel Vulkan-Tools
+ Vulkan-Headers dbus-devel"
+short_desc="Automatic brightness adjustment based on screen contents and ALS"
+maintainer="Emil Miler <em@0x45.cz>"
+license="ISC"
+homepage="https://github.com/maximbaz/wluma"
+changelog="https://github.com/maximbaz/wluma/releases"
+distfiles="https://github.com/maximbaz/wluma/archive/refs/tags/${version}.tar.gz"
+checksum=d2881a0ebeffd2ecdc3040b2253fd5de4f4a6e5b1efb9a97d4725fba51174847
+
+post_install() {
+ vlicense LICENSE
+}
^ permalink raw reply [flat|nested] 16+ messages in thread
* Re: [PR REVIEW] New package: wluma-4.4.0
2024-03-22 13:55 [PR PATCH] New package: wluma-4.3.0 realcharmer
` (7 preceding siblings ...)
2024-07-26 5:57 ` realcharmer
@ 2024-10-14 3:23 ` Calandracas606
2024-10-14 3:27 ` Calandracas606
` (5 subsequent siblings)
14 siblings, 0 replies; 16+ messages in thread
From: Calandracas606 @ 2024-10-14 3:23 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 222 bytes --]
New review comment by Calandracas606 on void-packages repository
https://github.com/void-linux/void-packages/pull/49454#discussion_r1798710819
Comment:
```suggestion
Vulkan-Headers dbus-devel vulkan-loader-devel"
```
^ permalink raw reply [flat|nested] 16+ messages in thread
* Re: New package: wluma-4.4.0
2024-03-22 13:55 [PR PATCH] New package: wluma-4.3.0 realcharmer
` (8 preceding siblings ...)
2024-10-14 3:23 ` [PR REVIEW] " Calandracas606
@ 2024-10-14 3:27 ` Calandracas606
2025-01-13 2:02 ` github-actions
` (4 subsequent siblings)
14 siblings, 0 replies; 16+ messages in thread
From: Calandracas606 @ 2024-10-14 3:27 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 202 bytes --]
New comment by Calandracas606 on void-packages repository
https://github.com/void-linux/void-packages/pull/49454#issuecomment-2409873556
Comment:
package should install the udev rules, manpages, etc.
^ permalink raw reply [flat|nested] 16+ messages in thread
* Re: New package: wluma-4.4.0
2024-03-22 13:55 [PR PATCH] New package: wluma-4.3.0 realcharmer
` (9 preceding siblings ...)
2024-10-14 3:27 ` Calandracas606
@ 2025-01-13 2:02 ` github-actions
2025-01-22 14:47 ` [PR PATCH] [Updated] " realcharmer
` (3 subsequent siblings)
14 siblings, 0 replies; 16+ messages in thread
From: github-actions @ 2025-01-13 2:02 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/49454#issuecomment-2586047374
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] 16+ messages in thread
* Re: [PR PATCH] [Updated] New package: wluma-4.4.0
2024-03-22 13:55 [PR PATCH] New package: wluma-4.3.0 realcharmer
` (10 preceding siblings ...)
2025-01-13 2:02 ` github-actions
@ 2025-01-22 14:47 ` realcharmer
2025-01-22 14:49 ` realcharmer
` (2 subsequent siblings)
14 siblings, 0 replies; 16+ messages in thread
From: realcharmer @ 2025-01-22 14:47 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 796 bytes --]
There is an updated pull request by realcharmer against master on the void-packages repository
https://github.com/realcharmer/void-packages wluma
https://github.com/void-linux/void-packages/pull/49454
New package: wluma-4.4.0
Automatic brightness adjustment based on screen contents and ALS.
https://github.com/maximbaz/wluma
#32485, #31431
#### 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**
#### Local build testing
- I built this PR locally for my native architecture, (x86_64-glibc)
A patch file from https://github.com/void-linux/void-packages/pull/49454.patch is attached
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-wluma-49454.patch --]
[-- Type: text/x-diff, Size: 1247 bytes --]
From e4226048397eb098a31b3df41dd8c1e1e8120b8e Mon Sep 17 00:00:00 2001
From: Emil Miler <em@0x45.cz>
Date: Fri, 22 Mar 2024 14:53:05 +0100
Subject: [PATCH] New package: wluma-4.6.1
---
srcpkgs/wluma/template | 23 +++++++++++++++++++++++
1 file changed, 23 insertions(+)
create mode 100644 srcpkgs/wluma/template
diff --git a/srcpkgs/wluma/template b/srcpkgs/wluma/template
new file mode 100644
index 00000000000000..5238b4013ab97f
--- /dev/null
+++ b/srcpkgs/wluma/template
@@ -0,0 +1,23 @@
+# Template file for 'wluma'
+pkgname=wluma
+version=4.6.1
+revision=1
+build_style=cargo
+hostmakedepends="pkg-config clang cargo"
+makedepends="eudev-libudev-devel v4l-utils-devel wayland-devel vulkan-loader-devel
+ dbus-devel"
+short_desc="Automatic brightness adjustment based on screen contents and ALS"
+maintainer="Emil Miler <em@0x45.cz>"
+license="ISC"
+homepage="https://github.com/maximbaz/wluma"
+changelog="https://github.com/maximbaz/wluma/releases"
+distfiles="https://github.com/maximbaz/wluma/archive/refs/tags/${version}.tar.gz"
+checksum=453c45bcf657cfa2ef04c44583a4da6e617fdf61207c8fea57be8c7d193afc5b
+
+post_install() {
+ vinstall 90-wluma-backlight.rules 0644 /usr/lib/udev/rules.d/
+}
+
+post_install() {
+ vlicense LICENSE
+}
^ permalink raw reply [flat|nested] 16+ messages in thread
* Re: New package: wluma-4.4.0
2024-03-22 13:55 [PR PATCH] New package: wluma-4.3.0 realcharmer
` (11 preceding siblings ...)
2025-01-22 14:47 ` [PR PATCH] [Updated] " realcharmer
@ 2025-01-22 14:49 ` realcharmer
2025-01-22 14:50 ` realcharmer
2025-04-23 2:08 ` New package: wluma-4.6.1 github-actions
14 siblings, 0 replies; 16+ messages in thread
From: realcharmer @ 2025-01-22 14:49 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 396 bytes --]
New comment by realcharmer on void-packages repository
https://github.com/void-linux/void-packages/pull/49454#issuecomment-2607450499
Comment:
Sorry for having leaving this unattended for a while. I have:
- Fixed the build issue with missing dependency
- Updated to v4.6.1
- Added UDEV rules
Regarding manapages, they are built using `marked-man`, which is not available at the moment.
^ permalink raw reply [flat|nested] 16+ messages in thread
* Re: New package: wluma-4.4.0
2024-03-22 13:55 [PR PATCH] New package: wluma-4.3.0 realcharmer
` (12 preceding siblings ...)
2025-01-22 14:49 ` realcharmer
@ 2025-01-22 14:50 ` realcharmer
2025-04-23 2:08 ` New package: wluma-4.6.1 github-actions
14 siblings, 0 replies; 16+ messages in thread
From: realcharmer @ 2025-01-22 14:50 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 389 bytes --]
New comment by realcharmer on void-packages repository
https://github.com/void-linux/void-packages/pull/49454#issuecomment-2607450499
Comment:
Sorry for leaving this unattended for a while. I have:
- Fixed the build issue with missing dependency
- Updated to v4.6.1
- Added UDEV rules
Regarding manapages, they are built using `marked-man`, which is not available at the moment.
^ permalink raw reply [flat|nested] 16+ messages in thread
* Re: New package: wluma-4.6.1
2024-03-22 13:55 [PR PATCH] New package: wluma-4.3.0 realcharmer
` (13 preceding siblings ...)
2025-01-22 14:50 ` realcharmer
@ 2025-04-23 2:08 ` github-actions
14 siblings, 0 replies; 16+ messages in thread
From: github-actions @ 2025-04-23 2:08 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/49454#issuecomment-2822880920
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] 16+ messages in thread
end of thread, other threads:[~2025-04-23 2:08 UTC | newest]
Thread overview: 16+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-03-22 13:55 [PR PATCH] New package: wluma-4.3.0 realcharmer
2024-03-22 13:58 ` [PR PATCH] [Updated] " realcharmer
2024-03-22 14:01 ` realcharmer
2024-04-04 14:52 ` realcharmer
2024-04-04 14:52 ` New package: wluma-4.4.0 realcharmer
2024-04-04 15:03 ` [PR PATCH] [Updated] " realcharmer
2024-07-04 1:49 ` github-actions
2024-07-16 8:17 ` [PR PATCH] [Updated] " realcharmer
2024-07-26 5:57 ` realcharmer
2024-10-14 3:23 ` [PR REVIEW] " Calandracas606
2024-10-14 3:27 ` Calandracas606
2025-01-13 2:02 ` github-actions
2025-01-22 14:47 ` [PR PATCH] [Updated] " realcharmer
2025-01-22 14:49 ` realcharmer
2025-01-22 14:50 ` realcharmer
2025-04-23 2:08 ` New package: wluma-4.6.1 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).