Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] New package: headphones-0.5.20
@ 2022-02-23 20:38 jason1987d
  2022-02-23 20:39 ` [PR PATCH] [Updated] " jason1987d
  2022-02-23 20:43 ` [PR PATCH] [Closed]: " jason1987d
  0 siblings, 2 replies; 3+ messages in thread
From: jason1987d @ 2022-02-23 20:38 UTC (permalink / raw)
  To: ml

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

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

https://github.com/jason1987d/void-packages headphones
https://github.com/void-linux/void-packages/pull/35811

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

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

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

<!-- Note: If the build is likely to take more than 2 hours, please [skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration)
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!-- 
#### Local build testing
- I built this PR locally for my native architecture, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->


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

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

From d70407afc2d2924212baaef78ccdfe1a7d06b67a Mon Sep 17 00:00:00 2001
From: Jason Manley <jason@jasondavid.tv>
Date: Wed, 19 Jan 2022 15:55:19 -0600
Subject: [PATCH] New package: headphones-0.5.20

---
 srcpkgs/headphones/files/headphones/run |  3 +++
 srcpkgs/headphones/template             | 34 +++++++++++++++++++++++++
 2 files changed, 37 insertions(+)
 create mode 100755 srcpkgs/headphones/files/headphones/run
 create mode 100644 srcpkgs/headphones/template

diff --git a/srcpkgs/headphones/files/headphones/run b/srcpkgs/headphones/files/headphones/run
new file mode 100755
index 000000000000..d0dadd2afba3
--- /dev/null
+++ b/srcpkgs/headphones/files/headphones/run
@@ -0,0 +1,3 @@
+#!/bin/sh
+
+exec chpst -u headphones:headphones python2 /opt/headphones/Headphones.py 
diff --git a/srcpkgs/headphones/template b/srcpkgs/headphones/template
new file mode 100644
index 000000000000..41fb09bbb334
--- /dev/null
+++ b/srcpkgs/headphones/template
@@ -0,0 +1,34 @@
+# Template file for 'headphones'
+pkgname=headphones
+version=0.5.20
+revision=1
+#archs="i686 x86_64"
+#wrksrc=
+#create_wrksrc=yes
+#build_style=fetch
+#configure_args=""
+#make_build_args=""
+#make_install_args=""
+#conf_files=""
+make_dirs="/opt/headphones 0755 headphones headphones"
+depends="python"
+short_desc="Music downloading and organizing tool"
+maintainer="Jason Manley <jason@jasondavid.tv>"
+license="GPL-3.0-or-later"
+homepage="https://github.com/rembo10/headphones"
+distfiles="https://github.com/rembo10/${pkgname}/archive/refs/tags/v${version}.tar.gz"
+checksum=4c83debece1a8386f57ccf73f1c35f04c391846f1528e477cec6382767244e54
+python_version=2
+
+system_accounts="headphones"
+headphones_homedir="/opt/headphones"
+headphones_shell="/sbin/nologin"
+
+do_install() {
+vmkdir opt/
+vcopy ${wrksrc} opt/headphones/
+}
+
+post_install() {
+vsv headphones
+}

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

* Re: [PR PATCH] [Updated] New package: headphones-0.5.20
  2022-02-23 20:38 [PR PATCH] New package: headphones-0.5.20 jason1987d
@ 2022-02-23 20:39 ` jason1987d
  2022-02-23 20:43 ` [PR PATCH] [Closed]: " jason1987d
  1 sibling, 0 replies; 3+ messages in thread
From: jason1987d @ 2022-02-23 20:39 UTC (permalink / raw)
  To: ml

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

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

https://github.com/jason1987d/void-packages headphones
https://github.com/void-linux/void-packages/pull/35811

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

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

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

<!-- Note: If the build is likely to take more than 2 hours, please [skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration)
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!-- 
#### Local build testing
- I built this PR locally for my native architecture, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->


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

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

From d70407afc2d2924212baaef78ccdfe1a7d06b67a Mon Sep 17 00:00:00 2001
From: Jason Manley <jason@jasondavid.tv>
Date: Wed, 19 Jan 2022 15:55:19 -0600
Subject: [PATCH] New package: headphones-0.5.20

---
 srcpkgs/headphones/files/headphones/run |  3 +++
 srcpkgs/headphones/template             | 34 +++++++++++++++++++++++++
 2 files changed, 37 insertions(+)
 create mode 100755 srcpkgs/headphones/files/headphones/run
 create mode 100644 srcpkgs/headphones/template

diff --git a/srcpkgs/headphones/files/headphones/run b/srcpkgs/headphones/files/headphones/run
new file mode 100755
index 000000000000..d0dadd2afba3
--- /dev/null
+++ b/srcpkgs/headphones/files/headphones/run
@@ -0,0 +1,3 @@
+#!/bin/sh
+
+exec chpst -u headphones:headphones python2 /opt/headphones/Headphones.py 
diff --git a/srcpkgs/headphones/template b/srcpkgs/headphones/template
new file mode 100644
index 000000000000..41fb09bbb334
--- /dev/null
+++ b/srcpkgs/headphones/template
@@ -0,0 +1,34 @@
+# Template file for 'headphones'
+pkgname=headphones
+version=0.5.20
+revision=1
+#archs="i686 x86_64"
+#wrksrc=
+#create_wrksrc=yes
+#build_style=fetch
+#configure_args=""
+#make_build_args=""
+#make_install_args=""
+#conf_files=""
+make_dirs="/opt/headphones 0755 headphones headphones"
+depends="python"
+short_desc="Music downloading and organizing tool"
+maintainer="Jason Manley <jason@jasondavid.tv>"
+license="GPL-3.0-or-later"
+homepage="https://github.com/rembo10/headphones"
+distfiles="https://github.com/rembo10/${pkgname}/archive/refs/tags/v${version}.tar.gz"
+checksum=4c83debece1a8386f57ccf73f1c35f04c391846f1528e477cec6382767244e54
+python_version=2
+
+system_accounts="headphones"
+headphones_homedir="/opt/headphones"
+headphones_shell="/sbin/nologin"
+
+do_install() {
+vmkdir opt/
+vcopy ${wrksrc} opt/headphones/
+}
+
+post_install() {
+vsv headphones
+}

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

* Re: [PR PATCH] [Closed]: New package: headphones-0.5.20
  2022-02-23 20:38 [PR PATCH] New package: headphones-0.5.20 jason1987d
  2022-02-23 20:39 ` [PR PATCH] [Updated] " jason1987d
@ 2022-02-23 20:43 ` jason1987d
  1 sibling, 0 replies; 3+ messages in thread
From: jason1987d @ 2022-02-23 20:43 UTC (permalink / raw)
  To: ml

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

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

New package: headphones-0.5.20
https://github.com/void-linux/void-packages/pull/35811

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

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

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

<!-- Note: If the build is likely to take more than 2 hours, please [skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration)
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!-- 
#### Local build testing
- I built this PR locally for my native architecture, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->


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

end of thread, other threads:[~2022-02-23 20:43 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-02-23 20:38 [PR PATCH] New package: headphones-0.5.20 jason1987d
2022-02-23 20:39 ` [PR PATCH] [Updated] " jason1987d
2022-02-23 20:43 ` [PR PATCH] [Closed]: " jason1987d

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