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
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ 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] 4+ 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
  2 siblings, 0 replies; 4+ 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] 4+ 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
  2 siblings, 0 replies; 4+ 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] 4+ 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
  2 siblings, 0 replies; 4+ 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] 4+ messages in thread

end of thread, other threads:[~2024-03-17 10:49 UTC | newest]

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

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