Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] New package: xpadneo-dkms-0.8.3
@ 2020-10-23 20:28 CRKatri
  2020-10-23 21:59 ` [PR PATCH] [Updated] " CRKatri
                   ` (9 more replies)
  0 siblings, 10 replies; 11+ messages in thread
From: CRKatri @ 2020-10-23 20:28 UTC (permalink / raw)
  To: ml

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

There is a new pull request by CRKatri against master on the void-packages repository

https://github.com/CRKatri/void-packages xpadneo
https://github.com/void-linux/void-packages/pull/25830

New package: xpadneo-dkms-0.8.3


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

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

From 19ba1d83fec3943756c72442f8f4ca8249140a42 Mon Sep 17 00:00:00 2001
From: Cameron Katri <katri.cameron@gmail.com>
Date: Fri, 23 Oct 2020 16:23:19 -0400
Subject: [PATCH] New package: xpadneo-dkms-0.8.3

---
 srcpkgs/xpadneo-dkms/template | 30 ++++++++++++++++++++++++++++++
 1 file changed, 30 insertions(+)
 create mode 100644 srcpkgs/xpadneo-dkms/template

diff --git a/srcpkgs/xpadneo-dkms/template b/srcpkgs/xpadneo-dkms/template
new file mode 100644
index 00000000000..980d3ec07a2
--- /dev/null
+++ b/srcpkgs/xpadneo-dkms/template
@@ -0,0 +1,30 @@
+# Template file for 'xpadneo-dkms'
+pkgname=xpadneo-dkms
+version=0.8.3
+revision=1
+_commit=8d0de8129654e3110aff139f342e15d70ffdad2f
+wrksrc=xpadneo-dkms-${version}
+makedepends="git"
+depends="dkms bluez"
+short_desc="Advanced Linux Driver for Xbox One Wireless Gamepad"
+maintainer="Cameron Katri <katri.cameron@gmail.com>"
+license="GPL-2.0-or-later"
+homepage="https://github.com/atar-axis/xpadneo"
+dkms_modules="hid-xpadneo ${version}"
+
+do_fetch() {
+	git clone https://github.com/atar-axis/xpadneo.git ${wrksrc}
+	cd ${wrksrc}
+	git reset --hard ${_commit}
+}
+
+pre_configure() {
+	sed -i 's/PACKAGE_VERSION="@DO_NOT_CHANGE@"/PACKAGE_VERSION="'"${version}"'"/g' hid-xpadneo/dkms.conf
+	sed -i 's/#define DRV_VER "@DO_NOT_CHANGE@"/#define DRV_VER "'"${version}"'"/g' hid-xpadneo/src/hid-xpadneo.c
+	sed -i 's@/etc/udev/rules.d@/usr/lib/udev/rules.d@g' hid-xpadneo/dkms.post_install hid-xpadneo/dkms.post_remove
+}
+
+do_install() {
+	vmkdir usr/src/hid-xpadneo-${version}
+	vcopy "hid-xpadneo/*" usr/src/hid-xpadneo-${version}
+}

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

* Re: [PR PATCH] [Updated] New package: xpadneo-dkms-0.8.3
  2020-10-23 20:28 [PR PATCH] New package: xpadneo-dkms-0.8.3 CRKatri
@ 2020-10-23 21:59 ` CRKatri
  2020-10-23 22:00 ` CRKatri
                   ` (8 subsequent siblings)
  9 siblings, 0 replies; 11+ messages in thread
From: CRKatri @ 2020-10-23 21:59 UTC (permalink / raw)
  To: ml

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

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

https://github.com/CRKatri/void-packages xpadneo
https://github.com/void-linux/void-packages/pull/25830

New package: xpadneo-dkms-0.8.3


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

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

From 93aafcb86738df1f4fc1a6223150cea0a9934f5b Mon Sep 17 00:00:00 2001
From: Cameron Katri <katri.cameron@gmail.com>
Date: Fri, 23 Oct 2020 16:23:19 -0400
Subject: [PATCH] New package: xpadneo-dkms-0.8.3

---
 srcpkgs/xpadneo-dkms/template | 26 ++++++++++++++++++++++++++
 1 file changed, 26 insertions(+)
 create mode 100644 srcpkgs/xpadneo-dkms/template

diff --git a/srcpkgs/xpadneo-dkms/template b/srcpkgs/xpadneo-dkms/template
new file mode 100644
index 00000000000..8732bae68e7
--- /dev/null
+++ b/srcpkgs/xpadneo-dkms/template
@@ -0,0 +1,26 @@
+# Template file for 'xpadneo-dkms'
+pkgname=xpadneo-dkms
+version=0.8.3
+revision=1
+_commit=8d0de8129654e3110aff139f342e15d70ffdad2f
+makedepends="git"
+depends="dkms bluez"
+short_desc="Advanced Linux Driver for Xbox One Wireless Gamepad"
+maintainer="Cameron Katri <katri.cameron@gmail.com>"
+license="GPL-2.0-or-later"
+homepage="https://github.com/atar-axis/xpadneo"
+distfiles="https://github.com/atar-axis/xpadneo/archive/v${version}.tar.gz"
+checksum=88ffd67b42038d144106e673e29cb1ce18df2aad4d1dad471865ebac860230e9
+wrksrc=xpadneo-${version}
+dkms_modules="hid-xpadneo ${version}"
+
+pre_configure() {
+	sed -i 's/PACKAGE_VERSION="@DO_NOT_CHANGE@"/PACKAGE_VERSION="'"${version}"'"/g' hid-xpadneo/dkms.conf
+	sed -i 's/#define DRV_VER "@DO_NOT_CHANGE@"/#define DRV_VER "'"${version}"'"/g' hid-xpadneo/src/hid-xpadneo.c
+	sed -i 's@/etc/udev/rules.d@/usr/lib/udev/rules.d@g' hid-xpadneo/dkms.post_install hid-xpadneo/dkms.post_remove
+}
+
+do_install() {
+	vmkdir usr/src/hid-xpadneo-${version}
+	vcopy "hid-xpadneo/*" usr/src/hid-xpadneo-${version}
+}

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

* Re: [PR PATCH] [Updated] New package: xpadneo-dkms-0.8.3
  2020-10-23 20:28 [PR PATCH] New package: xpadneo-dkms-0.8.3 CRKatri
  2020-10-23 21:59 ` [PR PATCH] [Updated] " CRKatri
@ 2020-10-23 22:00 ` CRKatri
  2020-10-23 22:09 ` CRKatri
                   ` (7 subsequent siblings)
  9 siblings, 0 replies; 11+ messages in thread
From: CRKatri @ 2020-10-23 22:00 UTC (permalink / raw)
  To: ml

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

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

https://github.com/CRKatri/void-packages xpadneo
https://github.com/void-linux/void-packages/pull/25830

New package: xpadneo-dkms-0.8.3


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

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

From 5583fed15f88d123eaf64afecc0f18867217b46b Mon Sep 17 00:00:00 2001
From: Cameron Katri <katri.cameron@gmail.com>
Date: Fri, 23 Oct 2020 16:23:19 -0400
Subject: [PATCH] New package: xpadneo-dkms-0.8.3

---
 srcpkgs/xpadneo-dkms/template | 25 +++++++++++++++++++++++++
 1 file changed, 25 insertions(+)
 create mode 100644 srcpkgs/xpadneo-dkms/template

diff --git a/srcpkgs/xpadneo-dkms/template b/srcpkgs/xpadneo-dkms/template
new file mode 100644
index 00000000000..2500ae451c1
--- /dev/null
+++ b/srcpkgs/xpadneo-dkms/template
@@ -0,0 +1,25 @@
+# Template file for 'xpadneo-dkms'
+pkgname=xpadneo-dkms
+version=0.8.3
+revision=1
+_commit=8d0de8129654e3110aff139f342e15d70ffdad2f
+depends="dkms bluez"
+short_desc="Advanced Linux Driver for Xbox One Wireless Gamepad"
+maintainer="Cameron Katri <katri.cameron@gmail.com>"
+license="GPL-2.0-or-later"
+homepage="https://github.com/atar-axis/xpadneo"
+distfiles="https://github.com/atar-axis/xpadneo/archive/v${version}.tar.gz"
+checksum=88ffd67b42038d144106e673e29cb1ce18df2aad4d1dad471865ebac860230e9
+wrksrc=xpadneo-${version}
+dkms_modules="hid-xpadneo ${version}"
+
+pre_configure() {
+	sed -i 's/PACKAGE_VERSION="@DO_NOT_CHANGE@"/PACKAGE_VERSION="'"${version}"'"/g' hid-xpadneo/dkms.conf
+	sed -i 's/#define DRV_VER "@DO_NOT_CHANGE@"/#define DRV_VER "'"${version}"'"/g' hid-xpadneo/src/hid-xpadneo.c
+	sed -i 's@/etc/udev/rules.d@/usr/lib/udev/rules.d@g' hid-xpadneo/dkms.post_install hid-xpadneo/dkms.post_remove
+}
+
+do_install() {
+	vmkdir usr/src/hid-xpadneo-${version}
+	vcopy "hid-xpadneo/*" usr/src/hid-xpadneo-${version}
+}

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

* Re: [PR PATCH] [Updated] New package: xpadneo-dkms-0.8.3
  2020-10-23 20:28 [PR PATCH] New package: xpadneo-dkms-0.8.3 CRKatri
  2020-10-23 21:59 ` [PR PATCH] [Updated] " CRKatri
  2020-10-23 22:00 ` CRKatri
@ 2020-10-23 22:09 ` CRKatri
  2020-10-24  0:13 ` CRKatri
                   ` (6 subsequent siblings)
  9 siblings, 0 replies; 11+ messages in thread
From: CRKatri @ 2020-10-23 22:09 UTC (permalink / raw)
  To: ml

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

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

https://github.com/CRKatri/void-packages xpadneo
https://github.com/void-linux/void-packages/pull/25830

New package: xpadneo-dkms-0.8.3


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

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

From 347b7c4159b106ec5c5372b1613ab1da38b4f559 Mon Sep 17 00:00:00 2001
From: Cameron Katri <katri.cameron@gmail.com>
Date: Fri, 23 Oct 2020 16:23:19 -0400
Subject: [PATCH] New package: xpadneo-dkms-0.8.3

---
 srcpkgs/xpadneo-dkms/template | 24 ++++++++++++++++++++++++
 1 file changed, 24 insertions(+)
 create mode 100644 srcpkgs/xpadneo-dkms/template

diff --git a/srcpkgs/xpadneo-dkms/template b/srcpkgs/xpadneo-dkms/template
new file mode 100644
index 00000000000..6307007c675
--- /dev/null
+++ b/srcpkgs/xpadneo-dkms/template
@@ -0,0 +1,24 @@
+# Template file for 'xpadneo-dkms'
+pkgname=xpadneo-dkms
+version=0.8.3
+revision=1
+wrksrc=xpadneo-${version}
+depends="dkms bluez"
+short_desc="Advanced Linux Driver for Xbox One Wireless Gamepad"
+maintainer="Cameron Katri <katri.cameron@gmail.com>"
+license="GPL-2.0-or-later"
+homepage="https://github.com/atar-axis/xpadneo"
+distfiles="https://github.com/atar-axis/xpadneo/archive/v${version}.tar.gz"
+checksum=88ffd67b42038d144106e673e29cb1ce18df2aad4d1dad471865ebac860230e9
+dkms_modules="hid-xpadneo ${version}"
+
+pre_configure() {
+	sed -i 's/PACKAGE_VERSION="@DO_NOT_CHANGE@"/PACKAGE_VERSION="'"${version}"'"/g' hid-xpadneo/dkms.conf
+	sed -i 's/#define DRV_VER "@DO_NOT_CHANGE@"/#define DRV_VER "'"${version}"'"/g' hid-xpadneo/src/hid-xpadneo.c
+	sed -i 's@/etc/udev/rules.d@/usr/lib/udev/rules.d@g' hid-xpadneo/dkms.post_install hid-xpadneo/dkms.post_remove
+}
+
+do_install() {
+	vmkdir usr/src/hid-xpadneo-${version}
+	vcopy "hid-xpadneo/*" usr/src/hid-xpadneo-${version}
+}

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

* Re: [PR PATCH] [Updated] New package: xpadneo-dkms-0.8.3
  2020-10-23 20:28 [PR PATCH] New package: xpadneo-dkms-0.8.3 CRKatri
                   ` (2 preceding siblings ...)
  2020-10-23 22:09 ` CRKatri
@ 2020-10-24  0:13 ` CRKatri
  2021-02-10  1:35 ` karl-nilsson
                   ` (5 subsequent siblings)
  9 siblings, 0 replies; 11+ messages in thread
From: CRKatri @ 2020-10-24  0:13 UTC (permalink / raw)
  To: ml

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

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

https://github.com/CRKatri/void-packages xpadneo
https://github.com/void-linux/void-packages/pull/25830

New package: xpadneo-dkms-0.8.3


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

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

From 2fefc3db8d6fe8d7076613acbf66a48207042cc0 Mon Sep 17 00:00:00 2001
From: Cameron Katri <katri.cameron@gmail.com>
Date: Fri, 23 Oct 2020 16:23:19 -0400
Subject: [PATCH] New package: xpadneo-dkms-0.8.3

---
 srcpkgs/xpadneo-dkms/template | 24 ++++++++++++++++++++++++
 1 file changed, 24 insertions(+)
 create mode 100644 srcpkgs/xpadneo-dkms/template

diff --git a/srcpkgs/xpadneo-dkms/template b/srcpkgs/xpadneo-dkms/template
new file mode 100644
index 00000000000..37aacd0600f
--- /dev/null
+++ b/srcpkgs/xpadneo-dkms/template
@@ -0,0 +1,24 @@
+# Template file for 'xpadneo-dkms'
+pkgname=xpadneo-dkms
+version=0.8.3
+revision=1
+wrksrc=xpadneo-${version}
+depends="dkms bluez"
+short_desc="Advanced Linux Driver for Xbox One Wireless Gamepad"
+maintainer="Cameron Katri <katri.cameron@gmail.com>"
+license="GPL-2.0-or-later"
+homepage="https://github.com/atar-axis/xpadneo"
+distfiles="https://github.com/atar-axis/xpadneo/archive/v${version}.tar.gz"
+checksum=88ffd67b42038d144106e673e29cb1ce18df2aad4d1dad471865ebac860230e9
+dkms_modules="hid-xpadneo ${version}"
+
+pre_configure() {
+	vsed -i 's/PACKAGE_VERSION="@DO_NOT_CHANGE@"/PACKAGE_VERSION="'"${version}"'"/g' hid-xpadneo/dkms.conf
+	vsed -i 's/#define DRV_VER "@DO_NOT_CHANGE@"/#define DRV_VER "'"${version}"'"/g' hid-xpadneo/src/hid-xpadneo.c
+	vsed -i 's@/etc/udev/rules.d@/usr/lib/udev/rules.d@g' hid-xpadneo/dkms.post_install hid-xpadneo/dkms.post_remove
+}
+
+do_install() {
+	vmkdir usr/src/hid-xpadneo-${version}
+	vcopy "hid-xpadneo/*" usr/src/hid-xpadneo-${version}
+}

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

* Re: New package: xpadneo-dkms-0.8.3
  2020-10-23 20:28 [PR PATCH] New package: xpadneo-dkms-0.8.3 CRKatri
                   ` (3 preceding siblings ...)
  2020-10-24  0:13 ` CRKatri
@ 2021-02-10  1:35 ` karl-nilsson
  2022-04-21  2:12 ` github-actions
                   ` (4 subsequent siblings)
  9 siblings, 0 replies; 11+ messages in thread
From: karl-nilsson @ 2021-02-10  1:35 UTC (permalink / raw)
  To: ml

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

New comment by karl-nilsson on void-packages repository

https://github.com/void-linux/void-packages/pull/25830#issuecomment-776367043

Comment:
I used this template to build/install the new version 0.9, everything seems to work.

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

* Re: New package: xpadneo-dkms-0.8.3
  2020-10-23 20:28 [PR PATCH] New package: xpadneo-dkms-0.8.3 CRKatri
                   ` (4 preceding siblings ...)
  2021-02-10  1:35 ` karl-nilsson
@ 2022-04-21  2:12 ` github-actions
  2022-05-03 14:00 ` karl-nilsson
                   ` (3 subsequent siblings)
  9 siblings, 0 replies; 11+ messages in thread
From: github-actions @ 2022-04-21  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/25830#issuecomment-1104635117

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] 11+ messages in thread

* Re: New package: xpadneo-dkms-0.8.3
  2020-10-23 20:28 [PR PATCH] New package: xpadneo-dkms-0.8.3 CRKatri
                   ` (5 preceding siblings ...)
  2022-04-21  2:12 ` github-actions
@ 2022-05-03 14:00 ` karl-nilsson
  2022-05-03 14:01 ` CRKatri
                   ` (2 subsequent siblings)
  9 siblings, 0 replies; 11+ messages in thread
From: karl-nilsson @ 2022-05-03 14:00 UTC (permalink / raw)
  To: ml

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

New comment by karl-nilsson on void-packages repository

https://github.com/void-linux/void-packages/pull/25830#issuecomment-1116135155

Comment:
@CRKatri the stale bot is about to close this issue. Are you still interested in maintaining this package?

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

* Re: New package: xpadneo-dkms-0.8.3
  2020-10-23 20:28 [PR PATCH] New package: xpadneo-dkms-0.8.3 CRKatri
                   ` (6 preceding siblings ...)
  2022-05-03 14:00 ` karl-nilsson
@ 2022-05-03 14:01 ` CRKatri
  2022-08-07  2:13 ` github-actions
  2022-08-21  2:16 ` [PR PATCH] [Closed]: " github-actions
  9 siblings, 0 replies; 11+ messages in thread
From: CRKatri @ 2022-05-03 14:01 UTC (permalink / raw)
  To: ml

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

New comment by CRKatri on void-packages repository

https://github.com/void-linux/void-packages/pull/25830#issuecomment-1116136386

Comment:
I stopped using void and switched to FreeBSD, so I can't really maintain it. 🙂 same goes for all my other PRs that the stale bot is closing

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

* Re: New package: xpadneo-dkms-0.8.3
  2020-10-23 20:28 [PR PATCH] New package: xpadneo-dkms-0.8.3 CRKatri
                   ` (7 preceding siblings ...)
  2022-05-03 14:01 ` CRKatri
@ 2022-08-07  2:13 ` github-actions
  2022-08-21  2:16 ` [PR PATCH] [Closed]: " github-actions
  9 siblings, 0 replies; 11+ messages in thread
From: github-actions @ 2022-08-07  2:13 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/25830#issuecomment-1207315846

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] 11+ messages in thread

* Re: [PR PATCH] [Closed]: New package: xpadneo-dkms-0.8.3
  2020-10-23 20:28 [PR PATCH] New package: xpadneo-dkms-0.8.3 CRKatri
                   ` (8 preceding siblings ...)
  2022-08-07  2:13 ` github-actions
@ 2022-08-21  2:16 ` github-actions
  9 siblings, 0 replies; 11+ messages in thread
From: github-actions @ 2022-08-21  2:16 UTC (permalink / raw)
  To: ml

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

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

New package: xpadneo-dkms-0.8.3
https://github.com/void-linux/void-packages/pull/25830

Description:
None

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

end of thread, other threads:[~2022-08-21  2:16 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-10-23 20:28 [PR PATCH] New package: xpadneo-dkms-0.8.3 CRKatri
2020-10-23 21:59 ` [PR PATCH] [Updated] " CRKatri
2020-10-23 22:00 ` CRKatri
2020-10-23 22:09 ` CRKatri
2020-10-24  0:13 ` CRKatri
2021-02-10  1:35 ` karl-nilsson
2022-04-21  2:12 ` github-actions
2022-05-03 14:00 ` karl-nilsson
2022-05-03 14:01 ` CRKatri
2022-08-07  2:13 ` github-actions
2022-08-21  2:16 ` [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).