Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] New package: gcn64tools-2.1.19
@ 2019-09-10  0:19 voidlinux-github
  2019-09-13  1:15 ` [PR PATCH] [Updated] " voidlinux-github
                   ` (20 more replies)
  0 siblings, 21 replies; 22+ messages in thread
From: voidlinux-github @ 2019-09-10  0:19 UTC (permalink / raw)
  To: ml

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

There is a new 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: 1881 bytes --]

From 5ee453343c71b5900d2083236a58863f1462dcbe 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 | 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 00000000000..de727b15ff5
--- /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
+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
+
+do_build() {
+	make -C src
+	vsed -i 's|TAG+="uaccess"|MODE="0660", GROUP="users"|' scripts/10-*.rules
+}
+
+do_install() {
+	vmkdir usr/bin
+	make PREFIX="${DESTDIR}/usr" -C src install
+
+	vinstall scripts/10-atmel-dfu.rules 644 usr/lib/udev/rules.d
+	vinstall scripts/10-raphnet.rules 644 usr/lib/udev/rules.d
+
+	vlicense LICENSE
+}
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)"

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

* Re: [PR PATCH] [Updated] New package: gcn64tools-2.1.19
  2019-09-10  0:19 [PR PATCH] New package: gcn64tools-2.1.19 voidlinux-github
@ 2019-09-13  1:15 ` voidlinux-github
  2019-09-13  1:15 ` voidlinux-github
                   ` (19 subsequent siblings)
  20 siblings, 0 replies; 22+ messages in thread
From: voidlinux-github @ 2019-09-13  1:15 UTC (permalink / raw)
  To: ml

[-- 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)"

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

* Re: [PR PATCH] [Updated] New package: gcn64tools-2.1.19
  2019-09-10  0:19 [PR PATCH] New package: gcn64tools-2.1.19 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
                   ` (18 subsequent siblings)
  20 siblings, 0 replies; 22+ messages in thread
From: voidlinux-github @ 2019-09-13  1:15 UTC (permalink / raw)
  To: ml

[-- 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)"

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

* Re: [PR PATCH] [Updated] New package: gcn64tools-2.1.19
  2019-09-10  0:19 [PR PATCH] New package: gcn64tools-2.1.19 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
                   ` (17 subsequent siblings)
  20 siblings, 0 replies; 22+ messages in thread
From: voidlinux-github @ 2019-09-15 17:55 UTC (permalink / raw)
  To: ml

[-- 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: 2066 bytes --]

From b309d13f56838a6f6b7624c688501ed442173e89 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 | 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 00000000000..d7d894dfd76
--- /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 00000000000..97bbc57b2d0
--- /dev/null
+++ b/srcpkgs/gcn64tools/update
@@ -0,0 +1 @@
+pattern="${_longname}-\K[\d.]+(?=.tar.gz)"

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

* Re: [PR PATCH] [Updated] New package: gcn64tools-2.1.19
  2019-09-10  0:19 [PR PATCH] New package: gcn64tools-2.1.19 voidlinux-github
                   ` (2 preceding siblings ...)
  2019-09-15 17:55 ` voidlinux-github
@ 2019-09-15 17:55 ` voidlinux-github
  2021-02-16  5:40 ` [PR REVIEW] " ericonr
                   ` (16 subsequent siblings)
  20 siblings, 0 replies; 22+ messages in thread
From: voidlinux-github @ 2019-09-15 17:55 UTC (permalink / raw)
  To: ml

[-- 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: 2066 bytes --]

From b309d13f56838a6f6b7624c688501ed442173e89 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 | 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 00000000000..d7d894dfd76
--- /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 00000000000..97bbc57b2d0
--- /dev/null
+++ b/srcpkgs/gcn64tools/update
@@ -0,0 +1 @@
+pattern="${_longname}-\K[\d.]+(?=.tar.gz)"

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

* Re: [PR REVIEW] New package: gcn64tools-2.1.19
  2019-09-10  0:19 [PR PATCH] New package: gcn64tools-2.1.19 voidlinux-github
                   ` (3 preceding siblings ...)
  2019-09-15 17:55 ` voidlinux-github
@ 2021-02-16  5:40 ` ericonr
  2021-02-16 16:45 ` Vaelatern
                   ` (15 subsequent siblings)
  20 siblings, 0 replies; 22+ messages in thread
From: ericonr @ 2021-02-16  5:40 UTC (permalink / raw)
  To: ml

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

New review comment by ericonr on void-packages repository

https://github.com/void-linux/void-packages/pull/14372#discussion_r576560894

Comment:
2.1.22 is out, if you're still interested in this.

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

* Re: [PR REVIEW] New package: gcn64tools-2.1.19
  2019-09-10  0:19 [PR PATCH] New package: gcn64tools-2.1.19 voidlinux-github
                   ` (4 preceding siblings ...)
  2021-02-16  5:40 ` [PR REVIEW] " ericonr
@ 2021-02-16 16:45 ` Vaelatern
  2021-02-16 16:46 ` Vaelatern
                   ` (14 subsequent siblings)
  20 siblings, 0 replies; 22+ messages in thread
From: Vaelatern @ 2021-02-16 16:45 UTC (permalink / raw)
  To: ml

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

New review comment by Vaelatern on void-packages repository

https://github.com/void-linux/void-packages/pull/14372#discussion_r576972708

Comment:
Should be wrksrc and build_wrksrc

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

* Re: [PR REVIEW] New package: gcn64tools-2.1.19
  2019-09-10  0:19 [PR PATCH] New package: gcn64tools-2.1.19 voidlinux-github
                   ` (5 preceding siblings ...)
  2021-02-16 16:45 ` Vaelatern
@ 2021-02-16 16:46 ` Vaelatern
  2021-02-16 16:46 ` Vaelatern
                   ` (13 subsequent siblings)
  20 siblings, 0 replies; 22+ messages in thread
From: Vaelatern @ 2021-02-16 16:46 UTC (permalink / raw)
  To: ml

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

New review comment by Vaelatern on void-packages repository

https://github.com/void-linux/void-packages/pull/14372#discussion_r576973395

Comment:
Sounds more like `make_use_env=false` so just remove that, and `make_install_args`.

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

* Re: New package: gcn64tools-2.1.19
  2019-09-10  0:19 [PR PATCH] New package: gcn64tools-2.1.19 voidlinux-github
                   ` (6 preceding siblings ...)
  2021-02-16 16:46 ` Vaelatern
@ 2021-02-16 16:46 ` Vaelatern
  2021-03-22 17:54 ` [PR PATCH] [Updated] " mrnoname1000
                   ` (12 subsequent siblings)
  20 siblings, 0 replies; 22+ messages in thread
From: Vaelatern @ 2021-02-16 16:46 UTC (permalink / raw)
  To: ml

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

New comment by Vaelatern on void-packages repository

https://github.com/void-linux/void-packages/pull/14372#issuecomment-779964531

Comment:
So sorry for this falling off my list. If you still want this, we'd love to be able to merge it.

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

* Re: [PR PATCH] [Updated] New package: gcn64tools-2.1.19
  2019-09-10  0:19 [PR PATCH] New package: gcn64tools-2.1.19 voidlinux-github
                   ` (7 preceding siblings ...)
  2021-02-16 16:46 ` Vaelatern
@ 2021-03-22 17:54 ` mrnoname1000
  2021-03-26 16:04 ` mrnoname1000
                   ` (11 subsequent siblings)
  20 siblings, 0 replies; 22+ messages in thread
From: mrnoname1000 @ 2021-03-22 17:54 UTC (permalink / raw)
  To: ml

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

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

* Re: [PR PATCH] [Updated] New package: gcn64tools-2.1.19
  2019-09-10  0:19 [PR PATCH] New package: gcn64tools-2.1.19 voidlinux-github
                   ` (8 preceding siblings ...)
  2021-03-22 17:54 ` [PR PATCH] [Updated] " mrnoname1000
@ 2021-03-26 16:04 ` mrnoname1000
  2021-03-26 16:47 ` mrnoname1000
                   ` (10 subsequent siblings)
  20 siblings, 0 replies; 22+ messages in thread
From: mrnoname1000 @ 2021-03-26 16:04 UTC (permalink / raw)
  To: ml

[-- 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: 2046 bytes --]

From b9705f926c5d1c5c228327e3195d686dc214c0ee Mon Sep 17 00:00:00 2001
From: Oliver Nutter <mrnoname1000@riseup.net>
Date: Fri, 26 Mar 2021 10:50:00 -0500
Subject: [PATCH] New package: gcntools-2.1.23

---
 srcpkgs/gcn64tools/template | 29 +++++++++++++++++++++++++++++
 srcpkgs/gcn64tools/update   |  1 +
 2 files changed, 30 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..c33c164b8018
--- /dev/null
+++ b/srcpkgs/gcn64tools/template
@@ -0,0 +1,29 @@
+# Template file for 'gcn64tools'
+pkgname=gcn64tools
+_longname=raphnet-tech_adapter_manager
+version=2.1.23
+revision=1
+wrksrc=${_longname}-${version}
+build_style=gnu-makefile
+make_use_env=false
+make_build_args=-Csrc
+make_install_args=${make_build_args}
+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=066408ea8083140ed9f15758d4dd0c3d5b41afa3be26f7a9d47e608911cec8d8
+
+post_build() {
+	vsed -i 's|TAG+="uaccess"|MODE="0660", GROUP="users"|' "${wrksrc}/scripts/10-atmel-dfu.rules" "${wrksrc}/scripts/10-raphnet.rules"
+	# move comments to their own line
+	vsed -i 's|^\(.\+\)[[:space:]]*\(#.*\)$|\2\n\1|' "${wrksrc}/scripts/10-atmel-dfu.rules"
+}
+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)"

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

* Re: [PR PATCH] [Updated] New package: gcn64tools-2.1.19
  2019-09-10  0:19 [PR PATCH] New package: gcn64tools-2.1.19 voidlinux-github
                   ` (9 preceding siblings ...)
  2021-03-26 16:04 ` mrnoname1000
@ 2021-03-26 16:47 ` mrnoname1000
  2021-03-26 18:03 ` mrnoname1000
                   ` (9 subsequent siblings)
  20 siblings, 0 replies; 22+ messages in thread
From: mrnoname1000 @ 2021-03-26 16:47 UTC (permalink / raw)
  To: ml

[-- 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: 2029 bytes --]

From d14a5337b3d14053d479c10b5f401ad80961304c Mon Sep 17 00:00:00 2001
From: Oliver Nutter <mrnoname1000@riseup.net>
Date: Fri, 26 Mar 2021 10:50:00 -0500
Subject: [PATCH] New package: gcntools-2.1.23

---
 srcpkgs/gcn64tools/template | 29 +++++++++++++++++++++++++++++
 srcpkgs/gcn64tools/update   |  1 +
 2 files changed, 30 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..5ca44bf44d8a
--- /dev/null
+++ b/srcpkgs/gcn64tools/template
@@ -0,0 +1,29 @@
+# Template file for 'gcn64tools'
+pkgname=gcn64tools
+_longname=raphnet-tech_adapter_manager
+version=2.1.23
+revision=1
+wrksrc=${_longname}-${version}
+build_wrksrc=src
+build_style=gnu-makefile
+make_use_env=false
+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=066408ea8083140ed9f15758d4dd0c3d5b41afa3be26f7a9d47e608911cec8d8
+
+post_build() {
+	vsed -i 's|TAG+="uaccess"|MODE="0660", GROUP="users"|' "${wrksrc}/scripts/10-atmel-dfu.rules" "${wrksrc}/scripts/10-raphnet.rules"
+	# move comments to their own line
+	vsed -i 's|^\(.\+\)[[:space:]]*\(#.*\)$|\2\n\1|' "${wrksrc}/scripts/10-atmel-dfu.rules"
+}
+
+post_install() {
+	vinstall "${wrksrc}"/scripts/10-atmel-dfu.rules 644 usr/lib/udev/rules.d
+	vinstall "${wrksrc}"/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)"

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

* Re: New package: gcn64tools-2.1.19
  2019-09-10  0:19 [PR PATCH] New package: gcn64tools-2.1.19 voidlinux-github
                   ` (10 preceding siblings ...)
  2021-03-26 16:47 ` mrnoname1000
@ 2021-03-26 18:03 ` mrnoname1000
  2021-03-26 18:06 ` ericonr
                   ` (8 subsequent siblings)
  20 siblings, 0 replies; 22+ messages in thread
From: mrnoname1000 @ 2021-03-26 18:03 UTC (permalink / raw)
  To: ml

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

New comment by mrnoname1000 on void-packages repository

https://github.com/void-linux/void-packages/pull/14372#issuecomment-808416404

Comment:
Finally got around to updating this. Digging a little bit into the ARM build failures, it looks like GCC can't find zlib because `pkg-config zlib --cflags` isn't outputting anything.

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

* Re: New package: gcn64tools-2.1.19
  2019-09-10  0:19 [PR PATCH] New package: gcn64tools-2.1.19 voidlinux-github
                   ` (11 preceding siblings ...)
  2021-03-26 18:03 ` mrnoname1000
@ 2021-03-26 18:06 ` ericonr
  2021-03-26 18:45 ` [PR PATCH] [Updated] " mrnoname1000
                   ` (7 subsequent siblings)
  20 siblings, 0 replies; 22+ messages in thread
From: ericonr @ 2021-03-26 18:06 UTC (permalink / raw)
  To: ml

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

New comment by ericonr on void-packages repository

https://github.com/void-linux/void-packages/pull/14372#issuecomment-808418650

Comment:
> gcc -Wall --std=gnu99 -DVERSION_STR=\"2.1.23\" -I. -Irntlib `pkg-config hidapi-hidraw --cflags` `pkg-config zlib --cflags`  -O3 -c ./rntlib/xferpak.c

It's using the wrong compiler, they probably hardcode gcc in their makefiles instead of using `$(CC)`.

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

* Re: [PR PATCH] [Updated] New package: gcn64tools-2.1.19
  2019-09-10  0:19 [PR PATCH] New package: gcn64tools-2.1.19 voidlinux-github
                   ` (12 preceding siblings ...)
  2021-03-26 18:06 ` ericonr
@ 2021-03-26 18:45 ` mrnoname1000
  2021-03-26 18:49 ` mrnoname1000
                   ` (6 subsequent siblings)
  20 siblings, 0 replies; 22+ messages in thread
From: mrnoname1000 @ 2021-03-26 18:45 UTC (permalink / raw)
  To: ml

[-- 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: 2145 bytes --]

From 7e3dd378412bdde738af3092877f5f05654f03ea Mon Sep 17 00:00:00 2001
From: Oliver Nutter <mrnoname1000@riseup.net>
Date: Fri, 26 Mar 2021 10:50:00 -0500
Subject: [PATCH] New package: gcntools-2.1.23

---
 srcpkgs/gcn64tools/template | 33 +++++++++++++++++++++++++++++++++
 srcpkgs/gcn64tools/update   |  1 +
 2 files changed, 34 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..d31114f8da27
--- /dev/null
+++ b/srcpkgs/gcn64tools/template
@@ -0,0 +1,33 @@
+# Template file for 'gcn64tools'
+pkgname=gcn64tools
+_longname=raphnet-tech_adapter_manager
+version=2.1.23
+revision=1
+wrksrc=${_longname}-${version}
+build_wrksrc=src
+build_style=gnu-makefile
+make_use_env=false
+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=066408ea8083140ed9f15758d4dd0c3d5b41afa3be26f7a9d47e608911cec8d8
+
+post_configure() {
+	vsed -i 's/^[[:space:]]*\(CC\)[[:space:]]*=\(.*\)$/\1?=\2/' "${wrksrc}/src/Makefile"
+}
+
+post_build() {
+	vsed -i 's|TAG+="uaccess"|MODE="0660", GROUP="users"|' "${wrksrc}/scripts/10-atmel-dfu.rules" "${wrksrc}/scripts/10-raphnet.rules"
+	# move comments to their own line
+	vsed -i 's|^\(.\+\)[[:space:]]*\(#.*\)$|\2\n\1|' "${wrksrc}/scripts/10-atmel-dfu.rules"
+}
+
+post_install() {
+	vinstall "${wrksrc}"/scripts/10-atmel-dfu.rules 644 usr/lib/udev/rules.d
+	vinstall "${wrksrc}"/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)"

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

* Re: New package: gcn64tools-2.1.19
  2019-09-10  0:19 [PR PATCH] New package: gcn64tools-2.1.19 voidlinux-github
                   ` (13 preceding siblings ...)
  2021-03-26 18:45 ` [PR PATCH] [Updated] " mrnoname1000
@ 2021-03-26 18:49 ` mrnoname1000
  2021-03-26 19:18 ` ericonr
                   ` (5 subsequent siblings)
  20 siblings, 0 replies; 22+ messages in thread
From: mrnoname1000 @ 2021-03-26 18:49 UTC (permalink / raw)
  To: ml

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

New comment by mrnoname1000 on void-packages repository

https://github.com/void-linux/void-packages/pull/14372#issuecomment-808442474

Comment:
I added a vsed to fix the assignment of CC, but now it fails because /usr/bin/glib-compile-resources doesn't exist.

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

* Re: New package: gcn64tools-2.1.19
  2019-09-10  0:19 [PR PATCH] New package: gcn64tools-2.1.19 voidlinux-github
                   ` (14 preceding siblings ...)
  2021-03-26 18:49 ` mrnoname1000
@ 2021-03-26 19:18 ` ericonr
  2021-03-26 19:19 ` ericonr
                   ` (4 subsequent siblings)
  20 siblings, 0 replies; 22+ messages in thread
From: ericonr @ 2021-03-26 19:18 UTC (permalink / raw)
  To: ml

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

New comment by ericonr on void-packages repository

https://github.com/void-linux/void-packages/pull/14372#issuecomment-808457394

Comment:
It's in `glib-devel`, which probably needs to go in `hostmakedepends`. You can probably make do with `libglib-devel` only in `makedepends`.

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

* Re: New package: gcn64tools-2.1.19
  2019-09-10  0:19 [PR PATCH] New package: gcn64tools-2.1.19 voidlinux-github
                   ` (15 preceding siblings ...)
  2021-03-26 19:18 ` ericonr
@ 2021-03-26 19:19 ` ericonr
  2021-03-26 22:41 ` [PR PATCH] [Updated] " mrnoname1000
                   ` (3 subsequent siblings)
  20 siblings, 0 replies; 22+ messages in thread
From: ericonr @ 2021-03-26 19:19 UTC (permalink / raw)
  To: ml

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

New comment by ericonr on void-packages repository

https://github.com/void-linux/void-packages/pull/14372#issuecomment-808457642

Comment:
Please upstream the gcc -> CC fix as well, please. This is an error in their makefile and I'd rather not carry it forever.

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

* Re: [PR PATCH] [Updated] New package: gcn64tools-2.1.19
  2019-09-10  0:19 [PR PATCH] New package: gcn64tools-2.1.19 voidlinux-github
                   ` (16 preceding siblings ...)
  2021-03-26 19:19 ` ericonr
@ 2021-03-26 22:41 ` mrnoname1000
  2021-03-26 22:44 ` mrnoname1000
                   ` (2 subsequent siblings)
  20 siblings, 0 replies; 22+ messages in thread
From: mrnoname1000 @ 2021-03-26 22:41 UTC (permalink / raw)
  To: ml

[-- 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: 2249 bytes --]

From ae15dc450b4e4914e7eedb8f91e3ea6119073460 Mon Sep 17 00:00:00 2001
From: Oliver Nutter <mrnoname1000@riseup.net>
Date: Fri, 26 Mar 2021 10:50:00 -0500
Subject: [PATCH] New package: gcntools-2.1.23

---
 srcpkgs/gcn64tools/template | 38 +++++++++++++++++++++++++++++++++++++
 srcpkgs/gcn64tools/update   |  1 +
 2 files changed, 39 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..1c46a1f18ee5
--- /dev/null
+++ b/srcpkgs/gcn64tools/template
@@ -0,0 +1,38 @@
+# Template file for 'gcn64tools'
+pkgname=gcn64tools
+_longname=raphnet-tech_adapter_manager
+version=2.1.23
+revision=1
+wrksrc=${_longname}-${version}
+build_wrksrc=src
+build_style=gnu-makefile
+make_use_env=false
+make_install_args="PREFIX=\${DESTDIR}/usr"
+hostmakedepends="pkg-config make glib-devel"
+makedepends="hidapi-devel gtk+3-devel libxml2 zlib-devel libglib-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=066408ea8083140ed9f15758d4dd0c3d5b41afa3be26f7a9d47e608911cec8d8
+
+post_configure() {
+	vsed -i 's/^[[:space:]]*\(CC\)[[:space:]]*=\(.*\)$/\1?=\2/' "${wrksrc}/src/Makefile"
+}
+
+post_build() {
+	vsed -i 's|TAG+="uaccess"|MODE="0660", GROUP="users"|' "${wrksrc}/scripts/10-atmel-dfu.rules" "${wrksrc}/scripts/10-raphnet.rules"
+	# move comments to their own line
+	vsed -i 's|^\([^#]\+\)[[:space:]]*\(#.*\)$|\2\n\1|' "${wrksrc}/scripts/10-atmel-dfu.rules"
+}
+
+pre_install() {
+	vmkdir usr/bin
+}
+
+post_install() {
+	vinstall "${wrksrc}"/scripts/10-atmel-dfu.rules 644 usr/lib/udev/rules.d
+	vinstall "${wrksrc}"/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)"

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

* Re: New package: gcn64tools-2.1.19
  2019-09-10  0:19 [PR PATCH] New package: gcn64tools-2.1.19 voidlinux-github
                   ` (17 preceding siblings ...)
  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
  20 siblings, 0 replies; 22+ messages in thread
From: mrnoname1000 @ 2021-03-26 22:44 UTC (permalink / raw)
  To: ml

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

New comment by mrnoname1000 on void-packages repository

https://github.com/void-linux/void-packages/pull/14372#issuecomment-808567070

Comment:
Just realized the makefile wasn't actually installing anything to the right place, so I revised make_install_args to install to the right place.
> Please upstream the gcc -> CC fix as well, please. This is an error in their makefile and I'd rather not carry it forever.

Can do. Shall I leave the patch as is in the template until it makes it into the next release?

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

* Re: New package: gcn64tools-2.1.19
  2019-09-10  0:19 [PR PATCH] New package: gcn64tools-2.1.19 voidlinux-github
                   ` (18 preceding siblings ...)
  2021-03-26 22:44 ` mrnoname1000
@ 2022-04-15  2:12 ` github-actions
  2022-04-30  2:13 ` [PR PATCH] [Closed]: " github-actions
  20 siblings, 0 replies; 22+ messages in thread
From: github-actions @ 2022-04-15  2:12 UTC (permalink / raw)
  To: ml

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

New comment by github-actions[bot] on void-packages repository

https://github.com/void-linux/void-packages/pull/14372#issuecomment-1099786771

Comment:
Pull Requests become stale 90 days after last activity and are closed 14 days after that.  If this pull request is still relevant bump it or assign it.

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

* Re: [PR PATCH] [Closed]: New package: gcn64tools-2.1.19
  2019-09-10  0:19 [PR PATCH] New package: gcn64tools-2.1.19 voidlinux-github
                   ` (19 preceding siblings ...)
  2022-04-15  2:12 ` github-actions
@ 2022-04-30  2:13 ` github-actions
  20 siblings, 0 replies; 22+ messages in thread
From: github-actions @ 2022-04-30  2:13 UTC (permalink / raw)
  To: ml

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

There's a closed pull request on the void-packages repository

New package: gcn64tools-2.1.19
https://github.com/void-linux/void-packages/pull/14372

Description:
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.

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

end of thread, other threads:[~2022-04-30  2:13 UTC | newest]

Thread overview: 22+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-09-10  0:19 [PR PATCH] New package: gcn64tools-2.1.19 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 ` [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

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