Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] New package: openrgb-0.3
@ 2020-08-09  5:42 cpixl
  2020-08-17 10:30 ` Chocimier
  2020-10-06 12:39 ` Piraty
  0 siblings, 2 replies; 21+ messages in thread
From: cpixl @ 2020-08-09  5:42 UTC (permalink / raw)
  To: ml

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

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

https://github.com/cpixl/void-packages openrgb
https://github.com/void-linux/void-packages/pull/24150

New package: openrgb-0.3


A patch file from https://github.com/void-linux/void-packages/pull/24150.patch is attached

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

From 41bf2de3d378b15ae865b09aef587786515b3ef7 Mon Sep 17 00:00:00 2001
From: Daniel Santana <daniel@santana.tech>
Date: Sun, 9 Aug 2020 02:40:28 -0300
Subject: [PATCH] New package: openrgb-0.3

---
 srcpkgs/openrgb/files/openrgb.conf    |  1 +
 srcpkgs/openrgb/files/openrgb/log/run |  2 ++
 srcpkgs/openrgb/files/openrgb/run     |  2 ++
 srcpkgs/openrgb/template              | 21 +++++++++++++++++++++
 4 files changed, 26 insertions(+)
 create mode 100644 srcpkgs/openrgb/files/openrgb.conf
 create mode 100755 srcpkgs/openrgb/files/openrgb/log/run
 create mode 100755 srcpkgs/openrgb/files/openrgb/run
 create mode 100644 srcpkgs/openrgb/template

diff --git a/srcpkgs/openrgb/files/openrgb.conf b/srcpkgs/openrgb/files/openrgb.conf
new file mode 100644
index 00000000000..0cdf71fd3e4
--- /dev/null
+++ b/srcpkgs/openrgb/files/openrgb.conf
@@ -0,0 +1 @@
+i2c-dev
diff --git a/srcpkgs/openrgb/files/openrgb/log/run b/srcpkgs/openrgb/files/openrgb/log/run
new file mode 100755
index 00000000000..12023ee0eca
--- /dev/null
+++ b/srcpkgs/openrgb/files/openrgb/log/run
@@ -0,0 +1,2 @@
+#!/bin/sh
+exec logger -t openrgb -p daemon.info
diff --git a/srcpkgs/openrgb/files/openrgb/run b/srcpkgs/openrgb/files/openrgb/run
new file mode 100755
index 00000000000..51d84dab606
--- /dev/null
+++ b/srcpkgs/openrgb/files/openrgb/run
@@ -0,0 +1,2 @@
+#!/bin/sh
+exec OpenRGB --server 2>&1
diff --git a/srcpkgs/openrgb/template b/srcpkgs/openrgb/template
new file mode 100644
index 00000000000..248a06b7aee
--- /dev/null
+++ b/srcpkgs/openrgb/template
@@ -0,0 +1,21 @@
+# Template file for 'openrgb'
+pkgname=openrgb
+version=0.3
+revision=1
+wrksrc="OpenRGB-release_${version}"
+build_style=qmake
+hostmakedepends="pkg-config qt5-devel"
+makedepends="hidapi-devel libusb-devel"
+short_desc="Configuration utility for RGB lights in motherboards, RAM & peripherals"
+maintainer="Daniel Santana <daniel@santana.tech>"
+license="GPL-2.0-only"
+homepage="https://gitlab.com/CalcProgrammer1/OpenRGB"
+changelog="https://gitlab.com/CalcProgrammer1/OpenRGB/-/releases"
+distfiles="https://gitlab.com/CalcProgrammer1/OpenRGB/-/archive/release_${version}/OpenRGB-release_${version}.tar.gz"
+checksum=905bb7b824344162207a831ecd6c89c8c6d46ea2747e20ce50c59d8a0aa74602
+
+post_install() {
+	vinstall 60-openrgb.rules 644 usr/lib/udev/rules.d/
+	vinstall ${FILESDIR}/openrgb.conf 644 usr/lib/modules-load.d/
+	vsv openrgb
+}

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

end of thread, other threads:[~2020-12-17 22:53 UTC | newest]

Thread overview: 21+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-22588@inbox.vuxu.org>
2020-07-09 20:53 ` New package: OpenRGB-0.2 NeelChotai
2020-07-09 23:39 ` [PR PATCH] [Updated] " NeelChotai
2020-07-10  0:29 ` NeelChotai
2020-07-23 20:08 ` [PR PATCH] [Updated] " NeelChotai
2020-07-23 20:42 ` NeelChotai
2020-07-23 21:46 ` NeelChotai
2020-07-24  0:12 ` [PR PATCH] [Updated] " NeelChotai
2020-07-24  0:16 ` NeelChotai
2020-10-06 18:03 ` [PR PATCH] [Updated] New package: OpenRGB-0.3 NeelChotai
2020-10-06 18:03 ` NeelChotai
2020-10-06 18:05 ` [PR PATCH] [Updated] " NeelChotai
2020-10-15 10:28 ` New package: OpenRGB-0.4 Piraty
2020-10-15 10:29 ` Piraty
2020-12-14 17:03 ` [PR PATCH] [Updated] " NeelChotai
2020-12-14 18:11 ` [PR PATCH] [Updated] New package: OpenRGB-0.5 NeelChotai
2020-12-14 18:12 ` NeelChotai
2020-12-14 18:19 ` NeelChotai
2020-12-17 22:52 ` [PR REVIEW] New package: openrgb-0.5 Piraty
2020-12-17 22:53 ` [PR PATCH] [Closed]: " Piraty
2020-08-09  5:42 [PR PATCH] New package: openrgb-0.3 cpixl
2020-08-17 10:30 ` Chocimier
2020-10-06 12:39 ` Piraty

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