Github messages for voidlinux
 help / color / mirror / Atom feed
From: NeelChotai <NeelChotai@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: Re: [PR PATCH] [Updated] New package: OpenRGB-0.4
Date: Mon, 14 Dec 2020 18:03:58 +0100	[thread overview]
Message-ID: <20201214170358.AVFkqCzCn-430GNTEOpdLMwtvrw7PTXNDUesYlREpwY@z> (raw)
In-Reply-To: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-22588@inbox.vuxu.org>

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

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

https://github.com/NeelChotai/void-packages OpenRGB
https://github.com/void-linux/void-packages/pull/22588

New package: OpenRGB-0.4


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

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

From 9c6617a275b050b800c59bc13df8abde7364775d Mon Sep 17 00:00:00 2001
From: Neel Chotai <neel@chot.ai>
Date: Thu, 4 Jun 2020 17:59:15 +0100
Subject: [PATCH] New package: OpenRGB-0.5

---
 srcpkgs/OpenRGB/INSTALL.msg           |  6 ++++++
 srcpkgs/OpenRGB/files/OpenRGB.conf    |  1 +
 srcpkgs/OpenRGB/files/OpenRGB/log/run |  2 ++
 srcpkgs/OpenRGB/files/OpenRGB/run     |  2 ++
 srcpkgs/OpenRGB/template              | 21 +++++++++++++++++++++
 5 files changed, 32 insertions(+)
 create mode 100644 srcpkgs/OpenRGB/INSTALL.msg
 create mode 100644 srcpkgs/OpenRGB/files/OpenRGB.conf
 create mode 100644 srcpkgs/OpenRGB/files/OpenRGB/log/run
 create mode 100644 srcpkgs/OpenRGB/files/OpenRGB/run
 create mode 100644 srcpkgs/OpenRGB/template

diff --git a/srcpkgs/OpenRGB/INSTALL.msg b/srcpkgs/OpenRGB/INSTALL.msg
new file mode 100644
index 00000000000..07892a7e9be
--- /dev/null
+++ b/srcpkgs/OpenRGB/INSTALL.msg
@@ -0,0 +1,6 @@
+Further configuration is required to control RGB RAM and certain
+motherboard LEDs. 
+
+Refer to the README for more information.
+
+https://gitlab.com/CalcProgrammer1/OpenRGB/-/blob/master/README.md
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 100644
index 00000000000..75264440d1a
--- /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 100644
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..4df596d4f19
--- /dev/null
+++ b/srcpkgs/OpenRGB/template
@@ -0,0 +1,21 @@
+# Template file for 'OpenRGB'
+pkgname=OpenRGB
+version=0.5
+revision=1
+wrksrc=OpenRGB-release_${version}
+build_style=qmake
+hostmakedepends="qt5-qmake qt5-host-tools git pkg-config"
+makedepends="qt5-devel libusb-devel hidapi-devel"
+short_desc="Open source RGB lighting control"
+maintainer="Neel Chotai <neel@chot.ai>"
+license="GPL-2.0-only"
+homepage="https://gitlab.com/CalcProgrammer1/OpenRGB"
+distfiles="https://gitlab.com/CalcProgrammer1/OpenRGB/-/archive/release_${version}/OpenRGB-release_${version}.tar.gz"
+checksum=e227dedfe0c3aa8f3bcb0c4149aa5feb1db4b0429a151423d74c0103c55d7d26
+
+post_install() {
+	vdoc README.md
+	vinstall 60-openrgb.rules 644 usr/lib/udev/rules.d
+	vinstall ${FILESDIR}/OpenRGB.conf 644 usr/lib/modules-load.d
+	vsv OpenRGB
+}

  parent reply	other threads:[~2020-12-14 17:03 UTC|newest]

Thread overview: 19+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [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 ` NeelChotai [this message]
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

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20201214170358.AVFkqCzCn-430GNTEOpdLMwtvrw7PTXNDUesYlREpwY@z \
    --to=neelchotai@users.noreply.github.com \
    --cc=ml@inbox.vuxu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).