Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] New package: fenrir-1.9.8
@ 2023-06-13 18:30 lilmike
  2023-06-13 18:31 ` [PR PATCH] [Updated] " lilmike
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: lilmike @ 2023-06-13 18:30 UTC (permalink / raw)
  To: ml

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

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

https://github.com/lilmike/void-packages fenrir
https://github.com/void-linux/void-packages/pull/44417

New package: fenrir-1.9.8
<!-- 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 [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
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/44417.patch is attached

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

From ac8d531597ade5d3937f1f6e60ffeccb64d3f7cb Mon Sep 17 00:00:00 2001
From: Michael Taboada <michael@michaels.world>
Date: Sat, 6 Feb 2021 20:22:15 -0800
Subject: [PATCH] New package: fenrir-1.9.8

---
 srcpkgs/fenrir/files/fenrir/run |  3 +++
 srcpkgs/fenrir/template         | 23 +++++++++++++++++++++++
 2 files changed, 26 insertions(+)
 create mode 100644 srcpkgs/fenrir/files/fenrir/run
 create mode 100644 srcpkgs/fenrir/template

diff --git a/srcpkgs/fenrir/files/fenrir/run b/srcpkgs/fenrir/files/fenrir/run
new file mode 100644
index 000000000000..18bc46ccc688
--- /dev/null
+++ b/srcpkgs/fenrir/files/fenrir/run
@@ -0,0 +1,3 @@
+#! /bin/sh
+[ -r conf ] && . ./conf
+/usr/bin/fenrir$opts
diff --git a/srcpkgs/fenrir/template b/srcpkgs/fenrir/template
new file mode 100644
index 000000000000..e34baa718975
--- /dev/null
+++ b/srcpkgs/fenrir/template
@@ -0,0 +1,23 @@
+# Template file for 'fenrir'
+pkgname=fenrir
+version=1.9.8
+revision=1
+build_style=python3-module
+hostmakedepends="python3 python3-setuptools"
+depends="python3-evdev python3-daemonize python3-dbus python3-pyudev python3-pexpect python3-pyte"
+checkdepends="python3-pip python3-evdev python3-daemonize python3-dbus python3-pyudev python3-pexpect python3-pyte python3-xdg"
+short_desc="User space console screen reader written in python3"
+maintainer="Michael Taboada <voidpkgs@forwardme.email>"
+license="LGPL-3.0-only"
+homepage="https://github.com/chrys87/fenrir"
+distfiles="https://github.com/chrys87/$pkgname/archive/$version.tar.gz"
+checksum=08732583eb15eb2b6003f259dfb62e75959106271e28f9d24144830e743527b1
+
+#do_check() {
+#: # Checking will try to build modules that we don't want.
+#}
+
+post_install() {
+vsv fenrir
+rm -rf "$DESTDIR/usr/lib/systemd"
+}

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

* Re: [PR PATCH] [Updated] New package: fenrir-1.9.8
  2023-06-13 18:30 [PR PATCH] New package: fenrir-1.9.8 lilmike
@ 2023-06-13 18:31 ` lilmike
  2023-06-13 18:33 ` lilmike
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: lilmike @ 2023-06-13 18:31 UTC (permalink / raw)
  To: ml

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

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

https://github.com/lilmike/void-packages fenrir
https://github.com/void-linux/void-packages/pull/44417

New package: fenrir-1.9.8
<!-- 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 [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
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/44417.patch is attached

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

From 00629c4d8f8dacc11277baa1141d5d99499a2c90 Mon Sep 17 00:00:00 2001
From: Michael Taboada <michael@michaels.world>
Date: Sat, 6 Feb 2021 20:22:15 -0800
Subject: [PATCH] New package: fenrir-1.9.8

---
 srcpkgs/fenrir/files/fenrir/run |  3 +++
 srcpkgs/fenrir/template         | 23 +++++++++++++++++++++++
 2 files changed, 26 insertions(+)
 create mode 100644 srcpkgs/fenrir/files/fenrir/run
 create mode 100644 srcpkgs/fenrir/template

diff --git a/srcpkgs/fenrir/files/fenrir/run b/srcpkgs/fenrir/files/fenrir/run
new file mode 100644
index 000000000000..18bc46ccc688
--- /dev/null
+++ b/srcpkgs/fenrir/files/fenrir/run
@@ -0,0 +1,3 @@
+#! /bin/sh
+[ -r conf ] && . ./conf
+/usr/bin/fenrir$opts
diff --git a/srcpkgs/fenrir/template b/srcpkgs/fenrir/template
new file mode 100644
index 000000000000..e34baa718975
--- /dev/null
+++ b/srcpkgs/fenrir/template
@@ -0,0 +1,23 @@
+# Template file for 'fenrir'
+pkgname=fenrir
+version=1.9.8
+revision=1
+build_style=python3-module
+hostmakedepends="python3 python3-setuptools"
+depends="python3-evdev python3-daemonize python3-dbus python3-pyudev python3-pexpect python3-pyte"
+checkdepends="python3-pip python3-evdev python3-daemonize python3-dbus python3-pyudev python3-pexpect python3-pyte python3-xdg"
+short_desc="User space console screen reader written in python3"
+maintainer="Michael Taboada <voidpkgs@forwardme.email>"
+license="LGPL-3.0-only"
+homepage="https://github.com/chrys87/fenrir"
+distfiles="https://github.com/chrys87/$pkgname/archive/$version.tar.gz"
+checksum=08732583eb15eb2b6003f259dfb62e75959106271e28f9d24144830e743527b1
+
+#do_check() {
+#: # Checking will try to build modules that we don't want.
+#}
+
+post_install() {
+vsv fenrir
+rm -rf "$DESTDIR/usr/lib/systemd"
+}

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

* Re: [PR PATCH] [Updated] New package: fenrir-1.9.8
  2023-06-13 18:30 [PR PATCH] New package: fenrir-1.9.8 lilmike
  2023-06-13 18:31 ` [PR PATCH] [Updated] " lilmike
@ 2023-06-13 18:33 ` lilmike
  2023-06-13 18:36 ` lilmike
  2023-06-25 22:11 ` [PR PATCH] [Closed]: " Duncaen
  3 siblings, 0 replies; 5+ messages in thread
From: lilmike @ 2023-06-13 18:33 UTC (permalink / raw)
  To: ml

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

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

https://github.com/lilmike/void-packages fenrir
https://github.com/void-linux/void-packages/pull/44417

New package: fenrir-1.9.8
<!-- 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 [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
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/44417.patch is attached

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

From d8a3d03bcd39b372578c19b788cbe88b28cbd919 Mon Sep 17 00:00:00 2001
From: Michael Taboada <michael@michaels.world>
Date: Sat, 6 Feb 2021 20:22:15 -0800
Subject: [PATCH] New package: fenrir-1.9.8

---
 srcpkgs/fenrir/files/fenrir/run |  3 +++
 srcpkgs/fenrir/template         | 19 +++++++++++++++++++
 2 files changed, 22 insertions(+)
 create mode 100644 srcpkgs/fenrir/files/fenrir/run
 create mode 100644 srcpkgs/fenrir/template

diff --git a/srcpkgs/fenrir/files/fenrir/run b/srcpkgs/fenrir/files/fenrir/run
new file mode 100644
index 000000000000..18bc46ccc688
--- /dev/null
+++ b/srcpkgs/fenrir/files/fenrir/run
@@ -0,0 +1,3 @@
+#! /bin/sh
+[ -r conf ] && . ./conf
+/usr/bin/fenrir$opts
diff --git a/srcpkgs/fenrir/template b/srcpkgs/fenrir/template
new file mode 100644
index 000000000000..2efc38789609
--- /dev/null
+++ b/srcpkgs/fenrir/template
@@ -0,0 +1,19 @@
+# Template file for 'fenrir'
+pkgname=fenrir
+version=1.9.8
+revision=1
+build_style=python3-module
+hostmakedepends="python3 python3-setuptools"
+depends="python3-evdev python3-daemonize python3-dbus python3-pyudev python3-pexpect python3-pyte"
+checkdepends="python3-pip python3-evdev python3-daemonize python3-dbus python3-pyudev python3-pexpect python3-pyte python3-xdg"
+short_desc="User space console screen reader written in python3"
+maintainer="Michael Taboada <voidpkgs@forwardme.email>"
+license="LGPL-3.0-only"
+homepage="https://github.com/chrys87/fenrir"
+distfiles="https://github.com/chrys87/$pkgname/archive/$version.tar.gz"
+checksum=08732583eb15eb2b6003f259dfb62e75959106271e28f9d24144830e743527b1
+
+post_install() {
+vsv fenrir
+rm -rf "$DESTDIR/usr/lib/systemd"
+}

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

* Re: [PR PATCH] [Updated] New package: fenrir-1.9.8
  2023-06-13 18:30 [PR PATCH] New package: fenrir-1.9.8 lilmike
  2023-06-13 18:31 ` [PR PATCH] [Updated] " lilmike
  2023-06-13 18:33 ` lilmike
@ 2023-06-13 18:36 ` lilmike
  2023-06-25 22:11 ` [PR PATCH] [Closed]: " Duncaen
  3 siblings, 0 replies; 5+ messages in thread
From: lilmike @ 2023-06-13 18:36 UTC (permalink / raw)
  To: ml

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

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

https://github.com/lilmike/void-packages fenrir
https://github.com/void-linux/void-packages/pull/44417

New package: fenrir-1.9.8
<!-- 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 [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
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/44417.patch is attached

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

From 599caa6c61320d09183e9d9893a72a1ad18f830d Mon Sep 17 00:00:00 2001
From: Michael Taboada <michael@michaels.world>
Date: Sat, 6 Feb 2021 20:22:15 -0800
Subject: [PATCH] New package: fenrir-1.9.8

---
 srcpkgs/fenrir/files/fenrir/run |  3 +++
 srcpkgs/fenrir/template         | 19 +++++++++++++++++++
 2 files changed, 22 insertions(+)
 create mode 100644 srcpkgs/fenrir/files/fenrir/run
 create mode 100644 srcpkgs/fenrir/template

diff --git a/srcpkgs/fenrir/files/fenrir/run b/srcpkgs/fenrir/files/fenrir/run
new file mode 100644
index 000000000000..18bc46ccc688
--- /dev/null
+++ b/srcpkgs/fenrir/files/fenrir/run
@@ -0,0 +1,3 @@
+#! /bin/sh
+[ -r conf ] && . ./conf
+/usr/bin/fenrir$opts
diff --git a/srcpkgs/fenrir/template b/srcpkgs/fenrir/template
new file mode 100644
index 000000000000..274e407ef3a3
--- /dev/null
+++ b/srcpkgs/fenrir/template
@@ -0,0 +1,19 @@
+# Template file for 'fenrir'
+pkgname=fenrir
+version=1.9.8
+revision=1
+build_style=python3-module
+hostmakedepends="python3 python3-setuptools"
+depends="python3-evdev python3-daemonize python3-dbus python3-pyudev python3-pexpect python3-pyte python3-xdg"
+checkdepends="python3-pip python3-evdev python3-daemonize python3-dbus python3-pyudev python3-pexpect python3-pyte python3-xdg"
+short_desc="User space console screen reader written in python3"
+maintainer="Michael Taboada <voidpkgs@forwardme.email>"
+license="LGPL-3.0-only"
+homepage="https://github.com/chrys87/fenrir"
+distfiles="https://github.com/chrys87/$pkgname/archive/$version.tar.gz"
+checksum=08732583eb15eb2b6003f259dfb62e75959106271e28f9d24144830e743527b1
+
+post_install() {
+vsv fenrir
+rm -rf "$DESTDIR/usr/lib/systemd"
+}

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

* Re: [PR PATCH] [Closed]: New package: fenrir-1.9.8
  2023-06-13 18:30 [PR PATCH] New package: fenrir-1.9.8 lilmike
                   ` (2 preceding siblings ...)
  2023-06-13 18:36 ` lilmike
@ 2023-06-25 22:11 ` Duncaen
  3 siblings, 0 replies; 5+ messages in thread
From: Duncaen @ 2023-06-25 22:11 UTC (permalink / raw)
  To: ml

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

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

New package: fenrir-1.9.8
https://github.com/void-linux/void-packages/pull/44417

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 [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
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] 5+ messages in thread

end of thread, other threads:[~2023-06-25 22:11 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-06-13 18:30 [PR PATCH] New package: fenrir-1.9.8 lilmike
2023-06-13 18:31 ` [PR PATCH] [Updated] " lilmike
2023-06-13 18:33 ` lilmike
2023-06-13 18:36 ` lilmike
2023-06-25 22:11 ` [PR PATCH] [Closed]: " Duncaen

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