Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] razergenie: update to 1.1.0
@ 2024-01-25  3:36 dmarto
  2024-03-17  1:54 ` Jjp137
                   ` (7 more replies)
  0 siblings, 8 replies; 9+ messages in thread
From: dmarto @ 2024-01-25  3:36 UTC (permalink / raw)
  To: ml

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

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

https://github.com/dmarto/void-packages razergenie
https://github.com/void-linux/void-packages/pull/48361

razergenie: update to 1.1.0
I received a report that the current `razergenie` is showing errors or not working. Here's an update. Since I don't use it, I'm keeping the packages labeled as "Orphaned".

---

#### New package
- libopenrazer got split into a standalone project 
- This (libopenrazer) new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**

#### Testing the changes
- I tested the changes in this PR: **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/48361.patch is attached

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

From 2c1479ca709e4912c4c2cf20c178945f500efe53 Mon Sep 17 00:00:00 2001
From: Martin Dimov <martin@dmarto.com>
Date: Thu, 25 Jan 2024 04:53:04 +0200
Subject: [PATCH 1/2] New package: libopenrazer-0.2.0

---
 common/shlibs                 |  1 +
 srcpkgs/libopenrazer/template | 13 +++++++++++++
 2 files changed, 14 insertions(+)
 create mode 100644 srcpkgs/libopenrazer/template

diff --git a/common/shlibs b/common/shlibs
index c75bfe2670907..631191c4576c5 100644
--- a/common/shlibs
+++ b/common/shlibs
@@ -4272,3 +4272,4 @@ libsqsh.so.1 libsqsh-1.3.0_1
 libunicode.so.0.4 libunicode-0.4.0_1
 libunicode_ucd.so.0.4 libunicode-0.4.0_1
 libunicode_loader.so.0.4 libunicode-0.4.0_1
+libopenrazer.so.0 libopenrazer-0.2.0_1
diff --git a/srcpkgs/libopenrazer/template b/srcpkgs/libopenrazer/template
new file mode 100644
index 0000000000000..eeede520eaf86
--- /dev/null
+++ b/srcpkgs/libopenrazer/template
@@ -0,0 +1,13 @@
+# Template file for 'libopenrazer'
+pkgname=libopenrazer
+version=0.2.0
+revision=1
+build_style=meson
+hostmakedepends="pkg-config qt5-host-tools"
+makedepends="qt5-devel"
+short_desc="Qt wrapper around the D-Bus API from OpenRazer"
+maintainer="Orphaned <orphan@voidlinux.org>"
+license="GPL-3.0-or-later"
+homepage="https://github.com/z3ntu/libopenrazer"
+distfiles="https://github.com/z3ntu/libopenrazer/releases/download/v${version}/libopenrazer-${version}.tar.xz"
+checksum=86c28a1203e03f6c8f93490414a3a9ddcdb0459ce04bf08b6e3b6181478935f9

From 1891f35c6dee8595ef07d03442b2e352ee6c8567 Mon Sep 17 00:00:00 2001
From: Martin Dimov <martin@dmarto.com>
Date: Thu, 25 Jan 2024 04:55:41 +0200
Subject: [PATCH 2/2] razergenie: update to 1.1.0.

---
 srcpkgs/razergenie/template | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/razergenie/template b/srcpkgs/razergenie/template
index e0ce8b25ae1f8..d13e4eb41de68 100644
--- a/srcpkgs/razergenie/template
+++ b/srcpkgs/razergenie/template
@@ -1,14 +1,14 @@
 # Template file for 'razergenie'
 pkgname=razergenie
-version=0.9.0
+version=1.1.0
 revision=1
 build_style=meson
 hostmakedepends="pkg-config qt5-host-tools"
-makedepends="qt5-devel"
+makedepends="qt5-devel libopenrazer"
 depends="openrazer-meta"
 short_desc="Qt application for configuring your Razer devices under GNU/Linux"
 maintainer="Orphaned <orphan@voidlinux.org>"
 license="GPL-3.0-or-later"
 homepage="https://github.com/z3ntu/RazerGenie"
 distfiles="https://github.com/z3ntu/RazerGenie/releases/download/v${version}/RazerGenie-${version}.tar.xz"
-checksum=e4a35ce56f7a8bc102afaca121668831dab876a6f487849bce46b0c6613aa85e
+checksum=4210b030e6f13421299f45d3c6da83ec5705f754177f1ac09be2a412eda59b5c

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

* Re: razergenie: update to 1.1.0
  2024-01-25  3:36 [PR PATCH] razergenie: update to 1.1.0 dmarto
@ 2024-03-17  1:54 ` Jjp137
  2024-03-17 10:48 ` [PR PATCH] [Updated] " dmarto
                   ` (6 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: Jjp137 @ 2024-03-17  1:54 UTC (permalink / raw)
  To: ml

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

New comment by Jjp137 on void-packages repository

https://github.com/void-linux/void-packages/pull/48361#issuecomment-2002274419

Comment:
I'm using a Razer Cynosa Chroma, and this PR works properly for me after rebasing it on top of the master branch.

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

* Re: [PR PATCH] [Updated] razergenie: update to 1.1.0
  2024-01-25  3:36 [PR PATCH] razergenie: update to 1.1.0 dmarto
  2024-03-17  1:54 ` Jjp137
@ 2024-03-17 10:48 ` dmarto
  2024-03-17 10:49 ` dmarto
                   ` (5 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: dmarto @ 2024-03-17 10:48 UTC (permalink / raw)
  To: ml

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

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

https://github.com/dmarto/void-packages razergenie
https://github.com/void-linux/void-packages/pull/48361

razergenie: update to 1.1.0
I received a report that the current `razergenie` is showing errors or not working. Here's an update. Since I don't use it, I'm keeping the packages labeled as "Orphaned".

---

#### New package
- libopenrazer got split into a standalone project 
- This (libopenrazer) new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**

#### Testing the changes
- I tested the changes in this PR: **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/48361.patch is attached

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

From adf2daa5c51f729075ac4352e1462dbbbbf28fc2 Mon Sep 17 00:00:00 2001
From: Martin Dimov <martin@dmarto.com>
Date: Thu, 25 Jan 2024 04:53:04 +0200
Subject: [PATCH 1/2] New package: libopenrazer-0.2.0

---
 common/shlibs                 |  1 +
 srcpkgs/libopenrazer/template | 13 +++++++++++++
 2 files changed, 14 insertions(+)
 create mode 100644 srcpkgs/libopenrazer/template

diff --git a/common/shlibs b/common/shlibs
index d3298e21003df2..dac09a95d04f09 100644
--- a/common/shlibs
+++ b/common/shlibs
@@ -4296,3 +4296,4 @@ libunicode_loader.so.0.4 libunicode-0.4.0_1
 force-stage.so.0.1 void-force-stage-0.1_1
 libliftoff.so.0 libliftoff-0.4.1_1
 libscfg.so libscfg-0.1.1_1
+libopenrazer.so.0 libopenrazer-0.2.0_1
diff --git a/srcpkgs/libopenrazer/template b/srcpkgs/libopenrazer/template
new file mode 100644
index 00000000000000..eeede520eaf867
--- /dev/null
+++ b/srcpkgs/libopenrazer/template
@@ -0,0 +1,13 @@
+# Template file for 'libopenrazer'
+pkgname=libopenrazer
+version=0.2.0
+revision=1
+build_style=meson
+hostmakedepends="pkg-config qt5-host-tools"
+makedepends="qt5-devel"
+short_desc="Qt wrapper around the D-Bus API from OpenRazer"
+maintainer="Orphaned <orphan@voidlinux.org>"
+license="GPL-3.0-or-later"
+homepage="https://github.com/z3ntu/libopenrazer"
+distfiles="https://github.com/z3ntu/libopenrazer/releases/download/v${version}/libopenrazer-${version}.tar.xz"
+checksum=86c28a1203e03f6c8f93490414a3a9ddcdb0459ce04bf08b6e3b6181478935f9

From 6d40fa87d763bf08644d1f7903618b2816c5e8b8 Mon Sep 17 00:00:00 2001
From: Martin Dimov <martin@dmarto.com>
Date: Thu, 25 Jan 2024 04:55:41 +0200
Subject: [PATCH 2/2] razergenie: update to 1.1.0.

---
 srcpkgs/razergenie/template | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/razergenie/template b/srcpkgs/razergenie/template
index e0ce8b25ae1f84..d13e4eb41de686 100644
--- a/srcpkgs/razergenie/template
+++ b/srcpkgs/razergenie/template
@@ -1,14 +1,14 @@
 # Template file for 'razergenie'
 pkgname=razergenie
-version=0.9.0
+version=1.1.0
 revision=1
 build_style=meson
 hostmakedepends="pkg-config qt5-host-tools"
-makedepends="qt5-devel"
+makedepends="qt5-devel libopenrazer"
 depends="openrazer-meta"
 short_desc="Qt application for configuring your Razer devices under GNU/Linux"
 maintainer="Orphaned <orphan@voidlinux.org>"
 license="GPL-3.0-or-later"
 homepage="https://github.com/z3ntu/RazerGenie"
 distfiles="https://github.com/z3ntu/RazerGenie/releases/download/v${version}/RazerGenie-${version}.tar.xz"
-checksum=e4a35ce56f7a8bc102afaca121668831dab876a6f487849bce46b0c6613aa85e
+checksum=4210b030e6f13421299f45d3c6da83ec5705f754177f1ac09be2a412eda59b5c

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

* Re: razergenie: update to 1.1.0
  2024-01-25  3:36 [PR PATCH] razergenie: update to 1.1.0 dmarto
  2024-03-17  1:54 ` Jjp137
  2024-03-17 10:48 ` [PR PATCH] [Updated] " dmarto
@ 2024-03-17 10:49 ` dmarto
  2024-06-16  1:52 ` github-actions
                   ` (4 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: dmarto @ 2024-03-17 10:49 UTC (permalink / raw)
  To: ml

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

New comment by dmarto on void-packages repository

https://github.com/void-linux/void-packages/pull/48361#issuecomment-2002404762

Comment:
Thanks for the test; I pushed a rebased branch. 

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

* Re: razergenie: update to 1.1.0
  2024-01-25  3:36 [PR PATCH] razergenie: update to 1.1.0 dmarto
                   ` (2 preceding siblings ...)
  2024-03-17 10:49 ` dmarto
@ 2024-06-16  1:52 ` github-actions
  2024-06-16 16:34 ` Zeitsperre
                   ` (3 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: github-actions @ 2024-06-16  1:52 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/48361#issuecomment-2171008105

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] 9+ messages in thread

* Re: razergenie: update to 1.1.0
  2024-01-25  3:36 [PR PATCH] razergenie: update to 1.1.0 dmarto
                   ` (3 preceding siblings ...)
  2024-06-16  1:52 ` github-actions
@ 2024-06-16 16:34 ` Zeitsperre
  2024-06-18 16:59 ` [PR PATCH] [Updated] " classabbyamp
                   ` (2 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: Zeitsperre @ 2024-06-16 16:34 UTC (permalink / raw)
  To: ml

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

New comment by Zeitsperre on void-packages repository

https://github.com/void-linux/void-packages/pull/48361#issuecomment-2171764791

Comment:
Hey I've tried using the flatpak without success, so I'm looking forward to trying this package on my Void installation. Any word on when this might be merged?

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

* Re: [PR PATCH] [Updated] razergenie: update to 1.1.0
  2024-01-25  3:36 [PR PATCH] razergenie: update to 1.1.0 dmarto
                   ` (4 preceding siblings ...)
  2024-06-16 16:34 ` Zeitsperre
@ 2024-06-18 16:59 ` classabbyamp
  2024-06-18 17:04 ` classabbyamp
  2024-06-18 17:25 ` [PR PATCH] [Merged]: " classabbyamp
  7 siblings, 0 replies; 9+ messages in thread
From: classabbyamp @ 2024-06-18 16:59 UTC (permalink / raw)
  To: ml

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

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

https://github.com/dmarto/void-packages razergenie
https://github.com/void-linux/void-packages/pull/48361

razergenie: update to 1.1.0
I received a report that the current `razergenie` is showing errors or not working. Here's an update. Since I don't use it, I'm keeping the packages labeled as "Orphaned".

---

#### New package
- libopenrazer got split into a standalone project 
- This (libopenrazer) new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**

#### Testing the changes
- I tested the changes in this PR: **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/48361.patch is attached

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

From 64a30bdec3084ca39d95b3881352d646b7f9aca2 Mon Sep 17 00:00:00 2001
From: Martin Dimov <martin@dmarto.com>
Date: Thu, 25 Jan 2024 04:53:04 +0200
Subject: [PATCH 1/2] New package: libopenrazer-0.2.0

---
 common/shlibs                 |  1 +
 srcpkgs/libopenrazer/template | 13 +++++++++++++
 2 files changed, 14 insertions(+)
 create mode 100644 srcpkgs/libopenrazer/template

diff --git a/common/shlibs b/common/shlibs
index be121eb7d296ff..4ebfd6bb20f6ad 100644
--- a/common/shlibs
+++ b/common/shlibs
@@ -4503,3 +4503,4 @@ libcamera-base.so.0.2 libcamera-0.2.0_1
 libKPim6MimeTreeParserCore.so.6 mimetreeparser-24.02.0_1
 libKPim6MimeTreeParserWidgets.so.6 mimetreeparser-24.02.0_1
 /usr/lib/lua/5.1/lpeg.so lua51-lpeg-1.1.0_2
+libopenrazer.so.0 libopenrazer-0.2.0_1
diff --git a/srcpkgs/libopenrazer/template b/srcpkgs/libopenrazer/template
new file mode 100644
index 00000000000000..eeede520eaf867
--- /dev/null
+++ b/srcpkgs/libopenrazer/template
@@ -0,0 +1,13 @@
+# Template file for 'libopenrazer'
+pkgname=libopenrazer
+version=0.2.0
+revision=1
+build_style=meson
+hostmakedepends="pkg-config qt5-host-tools"
+makedepends="qt5-devel"
+short_desc="Qt wrapper around the D-Bus API from OpenRazer"
+maintainer="Orphaned <orphan@voidlinux.org>"
+license="GPL-3.0-or-later"
+homepage="https://github.com/z3ntu/libopenrazer"
+distfiles="https://github.com/z3ntu/libopenrazer/releases/download/v${version}/libopenrazer-${version}.tar.xz"
+checksum=86c28a1203e03f6c8f93490414a3a9ddcdb0459ce04bf08b6e3b6181478935f9

From c5b58af6d4888f2fdb0c897771f377c9c98dec6e Mon Sep 17 00:00:00 2001
From: Martin Dimov <martin@dmarto.com>
Date: Thu, 25 Jan 2024 04:55:41 +0200
Subject: [PATCH 2/2] razergenie: update to 1.1.0.

---
 srcpkgs/razergenie/template | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/razergenie/template b/srcpkgs/razergenie/template
index e0ce8b25ae1f84..d13e4eb41de686 100644
--- a/srcpkgs/razergenie/template
+++ b/srcpkgs/razergenie/template
@@ -1,14 +1,14 @@
 # Template file for 'razergenie'
 pkgname=razergenie
-version=0.9.0
+version=1.1.0
 revision=1
 build_style=meson
 hostmakedepends="pkg-config qt5-host-tools"
-makedepends="qt5-devel"
+makedepends="qt5-devel libopenrazer"
 depends="openrazer-meta"
 short_desc="Qt application for configuring your Razer devices under GNU/Linux"
 maintainer="Orphaned <orphan@voidlinux.org>"
 license="GPL-3.0-or-later"
 homepage="https://github.com/z3ntu/RazerGenie"
 distfiles="https://github.com/z3ntu/RazerGenie/releases/download/v${version}/RazerGenie-${version}.tar.xz"
-checksum=e4a35ce56f7a8bc102afaca121668831dab876a6f487849bce46b0c6613aa85e
+checksum=4210b030e6f13421299f45d3c6da83ec5705f754177f1ac09be2a412eda59b5c

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

* Re: [PR PATCH] [Updated] razergenie: update to 1.1.0
  2024-01-25  3:36 [PR PATCH] razergenie: update to 1.1.0 dmarto
                   ` (5 preceding siblings ...)
  2024-06-18 16:59 ` [PR PATCH] [Updated] " classabbyamp
@ 2024-06-18 17:04 ` classabbyamp
  2024-06-18 17:25 ` [PR PATCH] [Merged]: " classabbyamp
  7 siblings, 0 replies; 9+ messages in thread
From: classabbyamp @ 2024-06-18 17:04 UTC (permalink / raw)
  To: ml

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

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

https://github.com/dmarto/void-packages razergenie
https://github.com/void-linux/void-packages/pull/48361

razergenie: update to 1.1.0
I received a report that the current `razergenie` is showing errors or not working. Here's an update. Since I don't use it, I'm keeping the packages labeled as "Orphaned".

---

#### New package
- libopenrazer got split into a standalone project 
- This (libopenrazer) new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**

#### Testing the changes
- I tested the changes in this PR: **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/48361.patch is attached

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

From d6348180377e025bc12a54a5a6044087fe66b9f1 Mon Sep 17 00:00:00 2001
From: Martin Dimov <martin@dmarto.com>
Date: Thu, 25 Jan 2024 04:53:04 +0200
Subject: [PATCH 1/2] New package: libopenrazer-0.2.0

---
 common/shlibs                 |  1 +
 srcpkgs/libopenrazer-devel    |  1 +
 srcpkgs/libopenrazer/template | 23 +++++++++++++++++++++++
 3 files changed, 25 insertions(+)
 create mode 120000 srcpkgs/libopenrazer-devel
 create mode 100644 srcpkgs/libopenrazer/template

diff --git a/common/shlibs b/common/shlibs
index be121eb7d296ff..4ebfd6bb20f6ad 100644
--- a/common/shlibs
+++ b/common/shlibs
@@ -4503,3 +4503,4 @@ libcamera-base.so.0.2 libcamera-0.2.0_1
 libKPim6MimeTreeParserCore.so.6 mimetreeparser-24.02.0_1
 libKPim6MimeTreeParserWidgets.so.6 mimetreeparser-24.02.0_1
 /usr/lib/lua/5.1/lpeg.so lua51-lpeg-1.1.0_2
+libopenrazer.so.0 libopenrazer-0.2.0_1
diff --git a/srcpkgs/libopenrazer-devel b/srcpkgs/libopenrazer-devel
new file mode 120000
index 00000000000000..d53fb0b98e03bd
--- /dev/null
+++ b/srcpkgs/libopenrazer-devel
@@ -0,0 +1 @@
+libopenrazer
\ No newline at end of file
diff --git a/srcpkgs/libopenrazer/template b/srcpkgs/libopenrazer/template
new file mode 100644
index 00000000000000..da606a8f95f371
--- /dev/null
+++ b/srcpkgs/libopenrazer/template
@@ -0,0 +1,23 @@
+# Template file for 'libopenrazer'
+pkgname=libopenrazer
+version=0.2.0
+revision=1
+build_style=meson
+hostmakedepends="pkg-config qt5-host-tools"
+makedepends="qt5-devel"
+short_desc="Qt wrapper around the D-Bus API from OpenRazer"
+maintainer="Orphaned <orphan@voidlinux.org>"
+license="GPL-3.0-or-later"
+homepage="https://github.com/z3ntu/libopenrazer"
+distfiles="https://github.com/z3ntu/libopenrazer/releases/download/v${version}/libopenrazer-${version}.tar.xz"
+checksum=86c28a1203e03f6c8f93490414a3a9ddcdb0459ce04bf08b6e3b6181478935f9
+
+libopenrazer-devel_package() {
+	depends="${sourcepkg}>=${version}_${revision}"
+	short_desc+=" - development files"
+	pkg_install() {
+		vmove usr/include
+		vmove usr/lib/pkgconfig
+		vmove "usr/lib/*.so"
+	}
+}

From c713e3bb2a0631eddeecfc0970f84570d2201aa7 Mon Sep 17 00:00:00 2001
From: Martin Dimov <martin@dmarto.com>
Date: Thu, 25 Jan 2024 04:55:41 +0200
Subject: [PATCH 2/2] razergenie: update to 1.1.0.

---
 srcpkgs/razergenie/template | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/razergenie/template b/srcpkgs/razergenie/template
index e0ce8b25ae1f84..e2d0e697635ccb 100644
--- a/srcpkgs/razergenie/template
+++ b/srcpkgs/razergenie/template
@@ -1,14 +1,14 @@
 # Template file for 'razergenie'
 pkgname=razergenie
-version=0.9.0
+version=1.1.0
 revision=1
 build_style=meson
 hostmakedepends="pkg-config qt5-host-tools"
-makedepends="qt5-devel"
+makedepends="qt5-devel libopenrazer-devel"
 depends="openrazer-meta"
 short_desc="Qt application for configuring your Razer devices under GNU/Linux"
 maintainer="Orphaned <orphan@voidlinux.org>"
 license="GPL-3.0-or-later"
 homepage="https://github.com/z3ntu/RazerGenie"
 distfiles="https://github.com/z3ntu/RazerGenie/releases/download/v${version}/RazerGenie-${version}.tar.xz"
-checksum=e4a35ce56f7a8bc102afaca121668831dab876a6f487849bce46b0c6613aa85e
+checksum=4210b030e6f13421299f45d3c6da83ec5705f754177f1ac09be2a412eda59b5c

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

* Re: [PR PATCH] [Merged]: razergenie: update to 1.1.0
  2024-01-25  3:36 [PR PATCH] razergenie: update to 1.1.0 dmarto
                   ` (6 preceding siblings ...)
  2024-06-18 17:04 ` classabbyamp
@ 2024-06-18 17:25 ` classabbyamp
  7 siblings, 0 replies; 9+ messages in thread
From: classabbyamp @ 2024-06-18 17:25 UTC (permalink / raw)
  To: ml

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

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

razergenie: update to 1.1.0
https://github.com/void-linux/void-packages/pull/48361

Description:
I received a report that the current `razergenie` is showing errors or not working. Here's an update. Since I don't use it, I'm keeping the packages labeled as "Orphaned".

---

#### New package
- libopenrazer got split into a standalone project 
- This (libopenrazer) new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**

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

#### Local build testing
- I built this PR locally for my native architecture, x86_64-glibc

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

end of thread, other threads:[~2024-06-18 17:25 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-01-25  3:36 [PR PATCH] razergenie: update to 1.1.0 dmarto
2024-03-17  1:54 ` Jjp137
2024-03-17 10:48 ` [PR PATCH] [Updated] " dmarto
2024-03-17 10:49 ` dmarto
2024-06-16  1:52 ` github-actions
2024-06-16 16:34 ` Zeitsperre
2024-06-18 16:59 ` [PR PATCH] [Updated] " classabbyamp
2024-06-18 17:04 ` classabbyamp
2024-06-18 17:25 ` [PR PATCH] [Merged]: " classabbyamp

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