Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] New package: xow-0.5
@ 2022-03-19  5:57 knusbaum
  2022-03-22 21:22 ` tibequadorian
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: knusbaum @ 2022-03-19  5:57 UTC (permalink / raw)
  To: ml

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

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

https://github.com/knusbaum/void-packages add-xow
https://github.com/void-linux/void-packages/pull/36219

New package: xow-0.5
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **YES**

#### New package
- This new package conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements): **YES**


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

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

From 32bc4df5125bb83cfd5bc3cc91ca11f63986a7d1 Mon Sep 17 00:00:00 2001
From: Kyle Nusbaum <KyleJNusbaum@gmail.com>
Date: Sat, 19 Mar 2022 00:51:15 -0500
Subject: [PATCH] New package: xow-0.5

---
 srcpkgs/xow/files/xow/log/run |  3 +++
 srcpkgs/xow/files/xow/run     |  3 +++
 srcpkgs/xow/template          | 24 ++++++++++++++++++++++++
 3 files changed, 30 insertions(+)
 create mode 100644 srcpkgs/xow/files/xow/log/run
 create mode 100644 srcpkgs/xow/files/xow/run
 create mode 100644 srcpkgs/xow/template

diff --git a/srcpkgs/xow/files/xow/log/run b/srcpkgs/xow/files/xow/log/run
new file mode 100644
index 000000000000..e0b9ece1b0ee
--- /dev/null
+++ b/srcpkgs/xow/files/xow/log/run
@@ -0,0 +1,3 @@
+#!/bin/sh
+
+exec logger -t xow -p daemon.info
diff --git a/srcpkgs/xow/files/xow/run b/srcpkgs/xow/files/xow/run
new file mode 100644
index 000000000000..14003cb11020
--- /dev/null
+++ b/srcpkgs/xow/files/xow/run
@@ -0,0 +1,3 @@
+#!/bin/sh
+
+exec xow 2>&1
diff --git a/srcpkgs/xow/template b/srcpkgs/xow/template
new file mode 100644
index 000000000000..a8ce6d860f3b
--- /dev/null
+++ b/srcpkgs/xow/template
@@ -0,0 +1,24 @@
+# Template file for 'xow'
+pkgname=xow
+version=0.5
+revision=1
+build_style=gnu-makefile
+make_build_args="BUILD=RELEASE"
+hostmakedepends="git curl cabextract"
+makedepends="libusb-devel"
+short_desc="Linux driver for the Xbox One wireless dongle"
+maintainer="Kyle Nusbaum <knusbaum+void@sdf.org>"
+license="GPL-2.0-only"
+homepage="https://medusalix.github.io/xow"
+distfiles="https://github.com/medusalix/xow/archive/refs/tags/v${version}.tar.gz"
+checksum=57b142e6794961bc25adf389004fc5bd903d7de4700ddd50ef97c6cb41af586d
+
+do_build() {
+	make BUILD=RELEASE
+}
+
+do_install() {
+	make install DESTDIR=${DESTDIR} BINDIR=/usr/bin/ UDEVDIR="/usr/lib/udev/rules.d" MODLDIR="/usr/lib/modules-load.d" MODPDIR="/usr/lib/modprobe.d"
+	vsv xow
+	rm ${DESTDIR}/etc/systemd/system/xow.service
+}

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

* Re: New package: xow-0.5
  2022-03-19  5:57 [PR PATCH] New package: xow-0.5 knusbaum
@ 2022-03-22 21:22 ` tibequadorian
  2022-03-22 21:24 ` knusbaum
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: tibequadorian @ 2022-03-22 21:22 UTC (permalink / raw)
  To: ml

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

New comment by tibequadorian on void-packages repository

https://github.com/void-linux/void-packages/pull/36219#issuecomment-1075657886

Comment:
https://github.com/medusalix/xow#important-notes
This must be a restricted package.

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

* Re: New package: xow-0.5
  2022-03-19  5:57 [PR PATCH] New package: xow-0.5 knusbaum
  2022-03-22 21:22 ` tibequadorian
@ 2022-03-22 21:24 ` knusbaum
  2022-03-22 21:25 ` knusbaum
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: knusbaum @ 2022-03-22 21:24 UTC (permalink / raw)
  To: ml

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

New comment by knusbaum on void-packages repository

https://github.com/void-linux/void-packages/pull/36219#issuecomment-1075659165

Comment:
@tibequadorian Ooh, thanks for pointing that out. I missed it during packaging.

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

* Re: New package: xow-0.5
  2022-03-19  5:57 [PR PATCH] New package: xow-0.5 knusbaum
  2022-03-22 21:22 ` tibequadorian
  2022-03-22 21:24 ` knusbaum
@ 2022-03-22 21:25 ` knusbaum
  2022-06-29  2:15 ` github-actions
  2022-07-13  2:15 ` [PR PATCH] [Closed]: " github-actions
  4 siblings, 0 replies; 6+ messages in thread
From: knusbaum @ 2022-03-22 21:25 UTC (permalink / raw)
  To: ml

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

New comment by knusbaum on void-packages repository

https://github.com/void-linux/void-packages/pull/36219#issuecomment-1075659676

Comment:
Hmm, it's deprecated anyway. Maybe I should try `xone` instead.

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

* Re: New package: xow-0.5
  2022-03-19  5:57 [PR PATCH] New package: xow-0.5 knusbaum
                   ` (2 preceding siblings ...)
  2022-03-22 21:25 ` knusbaum
@ 2022-06-29  2:15 ` github-actions
  2022-07-13  2:15 ` [PR PATCH] [Closed]: " github-actions
  4 siblings, 0 replies; 6+ messages in thread
From: github-actions @ 2022-06-29  2:15 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/36219#issuecomment-1169458545

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

* Re: [PR PATCH] [Closed]: New package: xow-0.5
  2022-03-19  5:57 [PR PATCH] New package: xow-0.5 knusbaum
                   ` (3 preceding siblings ...)
  2022-06-29  2:15 ` github-actions
@ 2022-07-13  2:15 ` github-actions
  4 siblings, 0 replies; 6+ messages in thread
From: github-actions @ 2022-07-13  2:15 UTC (permalink / raw)
  To: ml

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

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

New package: xow-0.5
https://github.com/void-linux/void-packages/pull/36219

Description:
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **YES**

#### New package
- This new package conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements): **YES**


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

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

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-03-19  5:57 [PR PATCH] New package: xow-0.5 knusbaum
2022-03-22 21:22 ` tibequadorian
2022-03-22 21:24 ` knusbaum
2022-03-22 21:25 ` knusbaum
2022-06-29  2:15 ` github-actions
2022-07-13  2:15 ` [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).