Github messages for voidlinux
 help / color / mirror / Atom feed
From: mrnoname1000 <mrnoname1000@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: Re: [PR PATCH] [Updated] New package: gcn64tools-2.1.19
Date: Mon, 22 Mar 2021 18:54:31 +0100	[thread overview]
Message-ID: <20210322175431.4frmtSqfOU6Tlb4V44E0xzKasWDr-5s2HJDNeORwO1Y@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: 2682 bytes --]

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

---
 srcpkgs/gcn64tools/template | 31 +++++++++++++++++++++++++++++++
 srcpkgs/gcn64tools/update   |  1 +
 2 files changed, 32 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 000000000000..d7d894dfd762
--- /dev/null
+++ b/srcpkgs/gcn64tools/template
@@ -0,0 +1,31 @@
+# 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"|' "${wrksrc}/scripts/10-atmel-dfu.rules" "${wrksrc}/scripts/10-raphnet.rules"
+	vsed -i 's|^\(.\+\)\s*\(#.*\)$|\2\n\1|' "${wrksrc}/scripts/10-atmel-dfu.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 000000000000..97bbc57b2d00
--- /dev/null
+++ b/srcpkgs/gcn64tools/update
@@ -0,0 +1 @@
+pattern="${_longname}-\K[\d.]+(?=.tar.gz)"

From 7d21f681cc6e8da26136949fca6086a27158e1db Mon Sep 17 00:00:00 2001
From: Stefano Ragni <st3r4g@protonmail.com>
Date: Tue, 10 Dec 2019 16:02:30 +0100
Subject: [PATCH 2/2] common/shlibs: add libigdgmm.so.12

---
 common/shlibs | 1 +
 1 file changed, 1 insertion(+)

diff --git a/common/shlibs b/common/shlibs
index 8d32c3af15c2..60ff255f0668 100644
--- a/common/shlibs
+++ b/common/shlibs
@@ -3916,3 +3916,4 @@ libwinbind-client-samba4.so samba-libs-4.13.2_1
 libsixel.so.1 libsixel-1.8.6_1
 libpamtest.so.0 pam_wrapper-1.1.3_1
 libopenaptx.so.0 libopenaptx-0.2.0_1
+libigdgmm.so.12 intel-gmmlib-19.3.4_1

  parent reply	other threads:[~2021-03-22 17:54 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
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 ` mrnoname1000 [this message]
2021-03-26 16:04 ` [PR PATCH] [Updated] " 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=20210322175431.4frmtSqfOU6Tlb4V44E0xzKasWDr-5s2HJDNeORwO1Y@z \
    --to=mrnoname1000@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).