Github messages for voidlinux
 help / color / mirror / Atom feed
From: voidlinux-github@inbox.vuxu.org
To: ml@inbox.vuxu.org
Subject: Re: [PR PATCH] [Updated] New package: gcn64tools-2.1.19
Date: Fri, 13 Sep 2019 03:15:19 +0200	[thread overview]
Message-ID: <20190913011519._hVIP6HZ1otlt0wxObV_BkmhhyxZeimMLcMfovHiWmk@z> (raw)
In-Reply-To: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-14372@inbox.vuxu.org>

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

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

https://github.com/Mrnoname1000/void-packages gcn64tools
https://github.com/void-linux/void-packages/pull/14372

New package: gcn64tools-2.1.19
The program by default uses TAG+="uaccess" to get access to hidraw devices via udev, so I figured granting access to the users group would suffice.

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

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

From d976058f74966a981ba2d7e2e9f801cf88ae460b Mon Sep 17 00:00:00 2001
From: Oliver Nutter <mrnoname1000@riseup.net>
Date: Sat, 7 Sep 2019 01:20:14 -0500
Subject: [PATCH] New package: gcn64tools-2.1.19

---
 srcpkgs/gcn64tools/template | 30 ++++++++++++++++++++++++++++++
 srcpkgs/gcn64tools/update   |  1 +
 2 files changed, 31 insertions(+)
 create mode 100644 srcpkgs/gcn64tools/template
 create mode 100644 srcpkgs/gcn64tools/update

diff --git a/srcpkgs/gcn64tools/template b/srcpkgs/gcn64tools/template
new file mode 100644
index 00000000000..ba44da74473
--- /dev/null
+++ b/srcpkgs/gcn64tools/template
@@ -0,0 +1,30 @@
+# Template file for 'gcn64tools'
+pkgname=gcn64tools
+_longname=raphnet-tech_adapter_manager
+version=2.1.19
+revision=1
+wrksrc="${_longname}-${version}"
+build_style=gnu-makefile
+make_use_env=true
+make_build_args="-C src"
+make_install_args="${make_build_args} PREFIX=\${DESTDIR}/usr"
+hostmakedepends="pkg-config make"
+makedepends="hidapi-devel gtk+3-devel libxml2 zlib-devel glib-devel"
+depends="dfu-programmer"
+short_desc="Tools to manage Raphnet USB controller adapters"
+maintainer="Oliver Nutter <mrnoname1000@riseup.net>"
+license="GPL-3.0-or-later"
+homepage="https://www.raphnet-tech.com/products/adapter_manager/index.php"
+distfiles="https://www.raphnet-tech.com/downloads/${_longname}-${version}.tar.gz"
+checksum=ba349102968fe1e13d210bfa32971d760f431796678812f5b22884b9880be2df
+
+post_build() {
+	vsed -i 's|TAG+="uaccess"|MODE="0660", GROUP="users"|' scripts/10-*.rules
+}
+pre_install() {
+	vmkdir usr/bin
+}
+post_install() {
+	vinstall scripts/10-atmel-dfu.rules 644 usr/lib/udev/rules.d
+	vinstall scripts/10-raphnet.rules 644 usr/lib/udev/rules.d
+}
diff --git a/srcpkgs/gcn64tools/update b/srcpkgs/gcn64tools/update
new file mode 100644
index 00000000000..97bbc57b2d0
--- /dev/null
+++ b/srcpkgs/gcn64tools/update
@@ -0,0 +1 @@
+pattern="${_longname}-\K[\d.]+(?=.tar.gz)"

  parent reply	other threads:[~2019-09-13  1:15 UTC|newest]

Thread overview: 22+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-09-10  0:19 [PR PATCH] " voidlinux-github
2019-09-13  1:15 ` [PR PATCH] [Updated] " voidlinux-github
2019-09-13  1:15 ` voidlinux-github [this message]
2019-09-15 17:55 ` voidlinux-github
2019-09-15 17:55 ` voidlinux-github
2021-02-16  5:40 ` [PR REVIEW] " ericonr
2021-02-16 16:45 ` Vaelatern
2021-02-16 16:46 ` Vaelatern
2021-02-16 16:46 ` Vaelatern
2021-03-22 17:54 ` [PR PATCH] [Updated] " mrnoname1000
2021-03-26 16:04 ` mrnoname1000
2021-03-26 16:47 ` mrnoname1000
2021-03-26 18:03 ` mrnoname1000
2021-03-26 18:06 ` ericonr
2021-03-26 18:45 ` [PR PATCH] [Updated] " mrnoname1000
2021-03-26 18:49 ` mrnoname1000
2021-03-26 19:18 ` ericonr
2021-03-26 19:19 ` ericonr
2021-03-26 22:41 ` [PR PATCH] [Updated] " mrnoname1000
2021-03-26 22:44 ` mrnoname1000
2022-04-15  2:12 ` github-actions
2022-04-30  2:13 ` [PR PATCH] [Closed]: " github-actions

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=20190913011519._hVIP6HZ1otlt0wxObV_BkmhhyxZeimMLcMfovHiWmk@z \
    --to=voidlinux-github@inbox.vuxu.org \
    --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).