Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] New package: wluma-4.3.0
@ 2024-03-22 13:55 realcharmer
  2024-03-22 13:58 ` [PR PATCH] [Updated] " realcharmer
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ 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] 6+ 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
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 6+ 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] 6+ 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
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 6+ 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] 6+ 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
  2024-04-04 15:03 ` [PR PATCH] [Updated] " realcharmer
  4 siblings, 0 replies; 6+ 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] 6+ 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
  4 siblings, 0 replies; 6+ 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] 6+ 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
  4 siblings, 0 replies; 6+ 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] 6+ messages in thread

end of thread, other threads:[~2024-04-04 15:03 UTC | newest]

Thread overview: 6+ 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

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