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

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