Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] fenrir: update to 1.9.9.
@ 2024-11-20 22:34 lilmike
  2024-12-12 15:40 ` [PR PATCH] [Updated] " lilmike
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: lilmike @ 2024-11-20 22:34 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 1235 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/53162

fenrir: update to 1.9.9.
<!-- 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**|**NO**
-->

<!-- 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/53162.patch is attached

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

From bc1c8ff1b95a44d21bf81f7d436cc41d95d7e780 Mon Sep 17 00:00:00 2001
From: Michael Taboada <michael@michaels.world>
Date: Wed, 20 Nov 2024 14:30:51 -0800
Subject: [PATCH] fenrir: update to 1.9.9.

---
 srcpkgs/fenrir/template | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/fenrir/template b/srcpkgs/fenrir/template
index b99bbbb973aeca..fabe2f45e39b1a 100644
--- a/srcpkgs/fenrir/template
+++ b/srcpkgs/fenrir/template
@@ -1,7 +1,7 @@
 # Template file for 'fenrir'
 pkgname=fenrir
-version=1.9.8
-revision=2
+version=1.9.9
+revision=1
 build_style=python3-module
 hostmakedepends="python3 python3-setuptools"
 depends="python3-evdev python3-daemonize python3-dbus python3-pyudev
@@ -12,7 +12,7 @@ maintainer="Michael Taboada <voidpkgs@forwardme.email>"
 license="LGPL-3.0-only"
 homepage="https://github.com/chrys87/fenrir"
 distfiles="https://github.com/chrys87/fenrir/archive/refs/tags/${version}.tar.gz"
-checksum=08732583eb15eb2b6003f259dfb62e75959106271e28f9d24144830e743527b1
+checksum=246528fceb56fb68eceeac03290414001a682105e1cc55d52a56b9be386996e6
 
 post_install() {
 	vsv fenrir

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

* Re: [PR PATCH] [Updated] fenrir: update to 1.9.9.
  2024-11-20 22:34 [PR PATCH] fenrir: update to 1.9.9 lilmike
@ 2024-12-12 15:40 ` lilmike
  2024-12-23  8:13 ` [PR PATCH] [Updated] fenrir: update to 2024.12.10 lilmike
                   ` (4 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: lilmike @ 2024-12-12 15:40 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 1240 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/53162

fenrir: update to 1.9.9.
<!-- 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**|**NO**
-->

<!-- 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/53162.patch is attached

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

From e9ab3ae3e273245134642d2815299eee7ba2c709 Mon Sep 17 00:00:00 2001
From: Michael Taboada <michael@michaels.world>
Date: Wed, 20 Nov 2024 14:30:51 -0800
Subject: [PATCH] fenrir: update to 2024.12.10.

---
 srcpkgs/fenrir/files/fenrir/run |  2 +-
 srcpkgs/fenrir/template         | 10 +++++-----
 2 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/srcpkgs/fenrir/files/fenrir/run b/srcpkgs/fenrir/files/fenrir/run
index 5b15483104779b..a788b6a3b1fd5e 100644
--- a/srcpkgs/fenrir/files/fenrir/run
+++ b/srcpkgs/fenrir/files/fenrir/run
@@ -1,4 +1,4 @@
 #!/bin/sh
 
 [ -r conf ] && . ./conf
-exec fenrir ${OPTS}
+exec fenrir -f ${OPTS}
diff --git a/srcpkgs/fenrir/template b/srcpkgs/fenrir/template
index b99bbbb973aeca..4633c8569cd1b7 100644
--- a/srcpkgs/fenrir/template
+++ b/srcpkgs/fenrir/template
@@ -1,7 +1,7 @@
 # Template file for 'fenrir'
 pkgname=fenrir
-version=1.9.8
-revision=2
+version=2024.12.10
+revision=1
 build_style=python3-module
 hostmakedepends="python3 python3-setuptools"
 depends="python3-evdev python3-daemonize python3-dbus python3-pyudev
@@ -10,9 +10,9 @@ checkdepends="python3-pip ${depends}"
 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/fenrir/archive/refs/tags/${version}.tar.gz"
-checksum=08732583eb15eb2b6003f259dfb62e75959106271e28f9d24144830e743527b1
+homepage="https://git.stormux.org/storm/fenrir"
+distfiles="https://git.stormux.org/storm/fenrir/archive/${version}.tar.gz"
+checksum=961be7d3be34402a0f1bacfab4e7cfaaefddf44b54bb24184419966a751dbae4
 
 post_install() {
 	vsv fenrir

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

* Re: [PR PATCH] [Updated] fenrir: update to 2024.12.10.
  2024-11-20 22:34 [PR PATCH] fenrir: update to 1.9.9 lilmike
  2024-12-12 15:40 ` [PR PATCH] [Updated] " lilmike
@ 2024-12-23  8:13 ` lilmike
  2024-12-23  8:15 ` lilmike
                   ` (3 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: lilmike @ 2024-12-23  8:13 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 1245 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/53162

fenrir: update to 2024.12.10.
<!-- 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**|**NO**
-->

<!-- 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/53162.patch is attached

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

From fd787ba2378934ce05922684a0ff7077b4b4d760 Mon Sep 17 00:00:00 2001
From: Michael Taboada <michael@michaels.world>
Date: Wed, 20 Nov 2024 14:30:51 -0800
Subject: [PATCH] fenrir: update to 2024.12.20.

---
 srcpkgs/fenrir/files/fenrir/run |  2 +-
 srcpkgs/fenrir/template         | 10 +++++-----
 2 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/srcpkgs/fenrir/files/fenrir/run b/srcpkgs/fenrir/files/fenrir/run
index 5b15483104779b..a788b6a3b1fd5e 100644
--- a/srcpkgs/fenrir/files/fenrir/run
+++ b/srcpkgs/fenrir/files/fenrir/run
@@ -1,4 +1,4 @@
 #!/bin/sh
 
 [ -r conf ] && . ./conf
-exec fenrir ${OPTS}
+exec fenrir -f ${OPTS}
diff --git a/srcpkgs/fenrir/template b/srcpkgs/fenrir/template
index 78cf7be05e3853..c9c3dc4b0e51b8 100644
--- a/srcpkgs/fenrir/template
+++ b/srcpkgs/fenrir/template
@@ -1,7 +1,7 @@
 # Template file for 'fenrir'
 pkgname=fenrir
-version=1.9.8
-revision=3
+version=2024.12.20
+revision=1
 build_style=python3-module
 hostmakedepends="python3 python3-setuptools"
 depends="python3-evdev python3-daemonize python3-dbus python3-pyudev
@@ -10,9 +10,9 @@ checkdepends="python3-pip ${depends}"
 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/fenrir/archive/refs/tags/${version}.tar.gz"
-checksum=08732583eb15eb2b6003f259dfb62e75959106271e28f9d24144830e743527b1
+homepage="https://git.stormux.org/storm/fenrir"
+distfiles="https://git.stormux.org/storm/fenrir/archive/${version}.tar.gz"
+checksum=961be7d3be34402a0f1bacfab4e7cfaaefddf44b54bb24184419966a751dbae4
 
 post_install() {
 	vsv fenrir

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

* Re: [PR PATCH] [Updated] fenrir: update to 2024.12.10.
  2024-11-20 22:34 [PR PATCH] fenrir: update to 1.9.9 lilmike
  2024-12-12 15:40 ` [PR PATCH] [Updated] " lilmike
  2024-12-23  8:13 ` [PR PATCH] [Updated] fenrir: update to 2024.12.10 lilmike
@ 2024-12-23  8:15 ` lilmike
  2024-12-23  8:21 ` [PR PATCH] [Updated] fenrir: update to 2024.12.20 lilmike
                   ` (2 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: lilmike @ 2024-12-23  8:15 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 1245 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/53162

fenrir: update to 2024.12.10.
<!-- 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**|**NO**
-->

<!-- 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/53162.patch is attached

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

From 84eebcea66c35bc1072139afbe484fcbf7d1dd98 Mon Sep 17 00:00:00 2001
From: Michael Taboada <michael@michaels.world>
Date: Wed, 20 Nov 2024 14:30:51 -0800
Subject: [PATCH] fenrir: update to 2024.12.20.

---
 srcpkgs/fenrir/files/fenrir/run |  2 +-
 srcpkgs/fenrir/template         | 10 +++++-----
 2 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/srcpkgs/fenrir/files/fenrir/run b/srcpkgs/fenrir/files/fenrir/run
index 5b15483104779b..a788b6a3b1fd5e 100644
--- a/srcpkgs/fenrir/files/fenrir/run
+++ b/srcpkgs/fenrir/files/fenrir/run
@@ -1,4 +1,4 @@
 #!/bin/sh
 
 [ -r conf ] && . ./conf
-exec fenrir ${OPTS}
+exec fenrir -f ${OPTS}
diff --git a/srcpkgs/fenrir/template b/srcpkgs/fenrir/template
index 78cf7be05e3853..cf56ff756446d8 100644
--- a/srcpkgs/fenrir/template
+++ b/srcpkgs/fenrir/template
@@ -1,7 +1,7 @@
 # Template file for 'fenrir'
 pkgname=fenrir
-version=1.9.8
-revision=3
+version=2024.12.20
+revision=1
 build_style=python3-module
 hostmakedepends="python3 python3-setuptools"
 depends="python3-evdev python3-daemonize python3-dbus python3-pyudev
@@ -10,9 +10,9 @@ checkdepends="python3-pip ${depends}"
 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/fenrir/archive/refs/tags/${version}.tar.gz"
-checksum=08732583eb15eb2b6003f259dfb62e75959106271e28f9d24144830e743527b1
+homepage="https://git.stormux.org/storm/fenrir"
+distfiles="https://git.stormux.org/storm/fenrir/archive/${version}.tar.gz"
+checksum=35c6b2511ef79789c5bec842f8115169f301333d7679d5de839f9f5b7a3b7fd9
 
 post_install() {
 	vsv fenrir

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

* Re: [PR PATCH] [Updated] fenrir: update to 2024.12.20.
  2024-11-20 22:34 [PR PATCH] fenrir: update to 1.9.9 lilmike
                   ` (2 preceding siblings ...)
  2024-12-23  8:15 ` lilmike
@ 2024-12-23  8:21 ` lilmike
  2025-03-26  2:05 ` wip: " github-actions
  2025-04-09  2:06 ` [PR PATCH] [Closed]: " github-actions
  5 siblings, 0 replies; 7+ messages in thread
From: lilmike @ 2024-12-23  8:21 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 1245 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/53162

fenrir: update to 2024.12.20.
<!-- 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**|**NO**
-->

<!-- 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/53162.patch is attached

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

From ddc2f3e80edaddb11d325e51efac463e1c0a800a Mon Sep 17 00:00:00 2001
From: Michael Taboada <michael@michaels.world>
Date: Wed, 20 Nov 2024 14:30:51 -0800
Subject: [PATCH] fenrir: update to 2024.12.20.

---
 srcpkgs/fenrir/files/fenrir/run |  2 +-
 srcpkgs/fenrir/template         | 12 ++++++------
 2 files changed, 7 insertions(+), 7 deletions(-)

diff --git a/srcpkgs/fenrir/files/fenrir/run b/srcpkgs/fenrir/files/fenrir/run
index 5b15483104779b..a788b6a3b1fd5e 100644
--- a/srcpkgs/fenrir/files/fenrir/run
+++ b/srcpkgs/fenrir/files/fenrir/run
@@ -1,4 +1,4 @@
 #!/bin/sh
 
 [ -r conf ] && . ./conf
-exec fenrir ${OPTS}
+exec fenrir -f ${OPTS}
diff --git a/srcpkgs/fenrir/template b/srcpkgs/fenrir/template
index 78cf7be05e3853..7fee153b8209b1 100644
--- a/srcpkgs/fenrir/template
+++ b/srcpkgs/fenrir/template
@@ -1,18 +1,18 @@
 # Template file for 'fenrir'
 pkgname=fenrir
-version=1.9.8
-revision=3
+version=2024.12.20
+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"
+ python3-pexpect python3-pyte python3-xdg python3-setuptools"
 checkdepends="python3-pip ${depends}"
 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/fenrir/archive/refs/tags/${version}.tar.gz"
-checksum=08732583eb15eb2b6003f259dfb62e75959106271e28f9d24144830e743527b1
+homepage="https://git.stormux.org/storm/fenrir"
+distfiles="https://git.stormux.org/storm/fenrir/archive/${version}.tar.gz"
+checksum=35c6b2511ef79789c5bec842f8115169f301333d7679d5de839f9f5b7a3b7fd9
 
 post_install() {
 	vsv fenrir

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

* Re: wip: fenrir: update to 2024.12.20.
  2024-11-20 22:34 [PR PATCH] fenrir: update to 1.9.9 lilmike
                   ` (3 preceding siblings ...)
  2024-12-23  8:21 ` [PR PATCH] [Updated] fenrir: update to 2024.12.20 lilmike
@ 2025-03-26  2:05 ` github-actions
  2025-04-09  2:06 ` [PR PATCH] [Closed]: " github-actions
  5 siblings, 0 replies; 7+ messages in thread
From: github-actions @ 2025-03-26  2:05 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/53162#issuecomment-2753054694

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

* Re: [PR PATCH] [Closed]: wip: fenrir: update to 2024.12.20.
  2024-11-20 22:34 [PR PATCH] fenrir: update to 1.9.9 lilmike
                   ` (4 preceding siblings ...)
  2025-03-26  2:05 ` wip: " github-actions
@ 2025-04-09  2:06 ` github-actions
  5 siblings, 0 replies; 7+ messages in thread
From: github-actions @ 2025-04-09  2:06 UTC (permalink / raw)
  To: ml

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

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

wip: fenrir: update to 2024.12.20.
https://github.com/void-linux/void-packages/pull/53162

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**|**NO**
-->

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

end of thread, other threads:[~2025-04-09  2:06 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-11-20 22:34 [PR PATCH] fenrir: update to 1.9.9 lilmike
2024-12-12 15:40 ` [PR PATCH] [Updated] " lilmike
2024-12-23  8:13 ` [PR PATCH] [Updated] fenrir: update to 2024.12.10 lilmike
2024-12-23  8:15 ` lilmike
2024-12-23  8:21 ` [PR PATCH] [Updated] fenrir: update to 2024.12.20 lilmike
2025-03-26  2:05 ` wip: " github-actions
2025-04-09  2:06 ` [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).