Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] New package: xpadneo-0.9.1
@ 2021-04-26 16:26 joshuakraemer
  2021-06-04 19:29 ` [PR REVIEW] " ericonr
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: joshuakraemer @ 2021-04-26 16:26 UTC (permalink / raw)
  To: ml

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

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

https://github.com/joshuakraemer/void-packages new-package-xpadneo
https://github.com/void-linux/void-packages/pull/30517

New package: xpadneo-0.9.1
#### General
- [x] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements)

#### Have the results of the proposed changes been tested?
- [x] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me

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

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

From 8e2a0e5d0ed005bac6d55ce358ebe2447b3462de Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Joshua=20Kr=C3=A4mer?= <joshua@kraemer.link>
Date: Mon, 26 Apr 2021 18:42:51 +0200
Subject: [PATCH] New package: xpadneo-0.9.1

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

diff --git a/srcpkgs/xpadneo/template b/srcpkgs/xpadneo/template
new file mode 100644
index 000000000000..dbba3bd4404c
--- /dev/null
+++ b/srcpkgs/xpadneo/template
@@ -0,0 +1,20 @@
+# Template file for 'xpadneo'
+pkgname=xpadneo
+version=0.9.1
+revision=1
+depends="dkms bluez"
+short_desc="Bluetooth driver for Xbox One Wireless Controller"
+maintainer="Joshua Krämer <joshua@kraemer.link>"
+license="GPL-3.0-or-later"
+homepage="https://github.com/atar-axis/xpadneo"
+distfiles="https://github.com/atar-axis/xpadneo/archive/v${version}.tar.gz"
+checksum=1f3617b0689d93877a706a52037649d6cad011cf70491b5b43da015a02312058
+dkms_modules="hid-xpadneo ${version}"
+
+do_install() {
+	vmkdir usr/src/hid-xpadneo-${version}
+	vcopy "hid-xpadneo/*" usr/src/hid-xpadneo-${version}
+	mv ${DESTDIR}/usr/src/hid-xpadneo-${version}/dkms.conf.in ${DESTDIR}/usr/src/hid-xpadneo-${version}/dkms.conf
+	sed -i -e "s/@DO_NOT_CHANGE@/${version}/" ${DESTDIR}/usr/src/hid-xpadneo-${version}/dkms.conf
+	rm ${DESTDIR}/usr/src/hid-xpadneo-${version}/Makefile
+}

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

* Re: [PR REVIEW] New package: xpadneo-0.9.1
  2021-04-26 16:26 [PR PATCH] New package: xpadneo-0.9.1 joshuakraemer
@ 2021-06-04 19:29 ` ericonr
  2021-06-05 17:48 ` [PR PATCH] [Updated] " joshuakraemer
                   ` (4 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: ericonr @ 2021-06-04 19:29 UTC (permalink / raw)
  To: ml

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

New review comment by ericonr on void-packages repository

https://github.com/void-linux/void-packages/pull/30517#discussion_r645804485

Comment:
Please use `vsed` and install the file with `vinstall`.

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

* Re: [PR PATCH] [Updated] New package: xpadneo-0.9.1
  2021-04-26 16:26 [PR PATCH] New package: xpadneo-0.9.1 joshuakraemer
  2021-06-04 19:29 ` [PR REVIEW] " ericonr
@ 2021-06-05 17:48 ` joshuakraemer
  2021-06-05 17:50 ` joshuakraemer
                   ` (3 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: joshuakraemer @ 2021-06-05 17:48 UTC (permalink / raw)
  To: ml

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

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

https://github.com/joshuakraemer/void-packages new-package-xpadneo
https://github.com/void-linux/void-packages/pull/30517

New package: xpadneo-0.9.1
#### General
- [x] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements)

#### Have the results of the proposed changes been tested?
- [x] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me

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

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

From dd5ae2196ca784c256de93cc9d01b23175f742ed Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Joshua=20Kr=C3=A4mer?= <joshua@kraemer.link>
Date: Mon, 26 Apr 2021 18:42:51 +0200
Subject: [PATCH] New package: xpadneo-0.9.1

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

diff --git a/srcpkgs/xpadneo/template b/srcpkgs/xpadneo/template
new file mode 100644
index 000000000000..bcb1033c4954
--- /dev/null
+++ b/srcpkgs/xpadneo/template
@@ -0,0 +1,20 @@
+# Template file for 'xpadneo'
+pkgname=xpadneo
+version=0.9.1
+revision=1
+depends="dkms bluez"
+short_desc="Bluetooth driver for Xbox One Wireless Controller"
+maintainer="Joshua Krämer <joshua@kraemer.link>"
+license="GPL-3.0-or-later"
+homepage="https://github.com/atar-axis/xpadneo"
+distfiles="https://github.com/atar-axis/xpadneo/archive/v${version}.tar.gz"
+checksum=1f3617b0689d93877a706a52037649d6cad011cf70491b5b43da015a02312058
+dkms_modules="hid-xpadneo ${version}"
+
+do_install() {
+	vsed -i hid-xpadneo/dkms.conf.in -e "s/@DO_NOT_CHANGE@/${version}/"
+	mv hid-xpadneo/dkms.conf{.in,}
+	rm hid-xpadneo/Makefile
+	vmkdir usr/src/hid-xpadneo-${version}
+	vcopy "hid-xpadneo/*" usr/src/hid-xpadneo-${version}
+}

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

* Re: [PR PATCH] [Updated] New package: xpadneo-0.9.1
  2021-04-26 16:26 [PR PATCH] New package: xpadneo-0.9.1 joshuakraemer
  2021-06-04 19:29 ` [PR REVIEW] " ericonr
  2021-06-05 17:48 ` [PR PATCH] [Updated] " joshuakraemer
@ 2021-06-05 17:50 ` joshuakraemer
  2021-06-10  9:15 ` [PR REVIEW] " joshuakraemer
                   ` (2 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: joshuakraemer @ 2021-06-05 17:50 UTC (permalink / raw)
  To: ml

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

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

https://github.com/joshuakraemer/void-packages new-package-xpadneo
https://github.com/void-linux/void-packages/pull/30517

New package: xpadneo-0.9.1
#### General
- [x] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements)

#### Have the results of the proposed changes been tested?
- [x] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me

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

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

From 1b986c26cad27bb02465e5077fa8761aae9135d1 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Joshua=20Kr=C3=A4mer?= <joshua@kraemer.link>
Date: Mon, 26 Apr 2021 18:42:51 +0200
Subject: [PATCH] New package: xpadneo-0.9.1

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

diff --git a/srcpkgs/xpadneo/template b/srcpkgs/xpadneo/template
new file mode 100644
index 000000000000..bcb1033c4954
--- /dev/null
+++ b/srcpkgs/xpadneo/template
@@ -0,0 +1,20 @@
+# Template file for 'xpadneo'
+pkgname=xpadneo
+version=0.9.1
+revision=1
+depends="dkms bluez"
+short_desc="Bluetooth driver for Xbox One Wireless Controller"
+maintainer="Joshua Krämer <joshua@kraemer.link>"
+license="GPL-3.0-or-later"
+homepage="https://github.com/atar-axis/xpadneo"
+distfiles="https://github.com/atar-axis/xpadneo/archive/v${version}.tar.gz"
+checksum=1f3617b0689d93877a706a52037649d6cad011cf70491b5b43da015a02312058
+dkms_modules="hid-xpadneo ${version}"
+
+do_install() {
+	vsed -i hid-xpadneo/dkms.conf.in -e "s/@DO_NOT_CHANGE@/${version}/"
+	mv hid-xpadneo/dkms.conf{.in,}
+	rm hid-xpadneo/Makefile
+	vmkdir usr/src/hid-xpadneo-${version}
+	vcopy "hid-xpadneo/*" usr/src/hid-xpadneo-${version}
+}

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

* Re: [PR REVIEW] New package: xpadneo-0.9.1
  2021-04-26 16:26 [PR PATCH] New package: xpadneo-0.9.1 joshuakraemer
                   ` (2 preceding siblings ...)
  2021-06-05 17:50 ` joshuakraemer
@ 2021-06-10  9:15 ` joshuakraemer
  2021-06-12  3:19 ` ericonr
  2021-06-12  4:01 ` [PR PATCH] [Merged]: " ericonr
  5 siblings, 0 replies; 7+ messages in thread
From: joshuakraemer @ 2021-06-10  9:15 UTC (permalink / raw)
  To: ml

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

New review comment by joshuakraemer on void-packages repository

https://github.com/void-linux/void-packages/pull/30517#discussion_r649005046

Comment:
I have updated the template as discussed on IRC.

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

* Re: New package: xpadneo-0.9.1
  2021-04-26 16:26 [PR PATCH] New package: xpadneo-0.9.1 joshuakraemer
                   ` (3 preceding siblings ...)
  2021-06-10  9:15 ` [PR REVIEW] " joshuakraemer
@ 2021-06-12  3:19 ` ericonr
  2021-06-12  4:01 ` [PR PATCH] [Merged]: " ericonr
  5 siblings, 0 replies; 7+ messages in thread
From: ericonr @ 2021-06-12  3:19 UTC (permalink / raw)
  To: ml

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

New comment by ericonr on void-packages repository

https://github.com/void-linux/void-packages/pull/30517#issuecomment-859989752

Comment:
Aw, it doesn't support my controller :/

Guess I will have to look into https://github.com/medusalix/xow at some point.

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

* Re: [PR PATCH] [Merged]: New package: xpadneo-0.9.1
  2021-04-26 16:26 [PR PATCH] New package: xpadneo-0.9.1 joshuakraemer
                   ` (4 preceding siblings ...)
  2021-06-12  3:19 ` ericonr
@ 2021-06-12  4:01 ` ericonr
  5 siblings, 0 replies; 7+ messages in thread
From: ericonr @ 2021-06-12  4:01 UTC (permalink / raw)
  To: ml

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

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

New package: xpadneo-0.9.1
https://github.com/void-linux/void-packages/pull/30517

Description:
#### General
- [x] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements)

#### Have the results of the proposed changes been tested?
- [x] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me

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

end of thread, other threads:[~2021-06-12  4:01 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-04-26 16:26 [PR PATCH] New package: xpadneo-0.9.1 joshuakraemer
2021-06-04 19:29 ` [PR REVIEW] " ericonr
2021-06-05 17:48 ` [PR PATCH] [Updated] " joshuakraemer
2021-06-05 17:50 ` joshuakraemer
2021-06-10  9:15 ` [PR REVIEW] " joshuakraemer
2021-06-12  3:19 ` ericonr
2021-06-12  4:01 ` [PR PATCH] [Merged]: " ericonr

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