Github messages for voidlinux
 help / color / mirror / Atom feed
From: cpixl <cpixl@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: [PR PATCH] New package: openrgb-0.3
Date: Sun, 09 Aug 2020 07:42:16 +0200	[thread overview]
Message-ID: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-24150@inbox.vuxu.org> (raw)

[-- 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
+}

             reply	other threads:[~2020-08-09  5:42 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-08-09  5:42 cpixl [this message]
2020-08-09  6:09 ` [PR PATCH] [Updated] " cpixl
2020-08-09  6:22 ` cpixl
2020-08-09  6:48 ` cpixl
2020-08-17 10:30 ` Chocimier
2020-10-06 12:39 ` Piraty
2020-10-06 12:39 ` [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=gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-24150@inbox.vuxu.org \
    --to=cpixl@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).