* Re: New package: felix-2.14.0
2024-10-01 8:37 [PR PATCH] New package: felix-2.14.0 realcharmer
@ 2024-10-01 10:36 ` realcharmer
2024-10-01 10:38 ` [PR REVIEW] " tranzystorekk
` (7 subsequent siblings)
8 siblings, 0 replies; 10+ messages in thread
From: realcharmer @ 2024-10-01 10:36 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 189 bytes --]
New comment by realcharmer on void-packages repository
https://github.com/void-linux/void-packages/pull/52442#issuecomment-2385430044
Comment:
https://github.com/kyoheiu/felix/issues/299
^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: [PR REVIEW] New package: felix-2.14.0
2024-10-01 8:37 [PR PATCH] New package: felix-2.14.0 realcharmer
2024-10-01 10:36 ` realcharmer
@ 2024-10-01 10:38 ` tranzystorekk
2024-10-01 10:40 ` tranzystorekk
` (6 subsequent siblings)
8 siblings, 0 replies; 10+ messages in thread
From: tranzystorekk @ 2024-10-01 10:38 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 265 bytes --]
New review comment by tranzystorekk on void-packages repository
https://github.com/void-linux/void-packages/pull/52442#discussion_r1782539448
Comment:
```suggestion
changelog="https://raw.githubusercontent.com/kyoheiu/felix/refs/heads/develop/CHANGELOG.md"
```
^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: [PR REVIEW] New package: felix-2.14.0
2024-10-01 8:37 [PR PATCH] New package: felix-2.14.0 realcharmer
2024-10-01 10:36 ` realcharmer
2024-10-01 10:38 ` [PR REVIEW] " tranzystorekk
@ 2024-10-01 10:40 ` tranzystorekk
2024-10-01 11:01 ` [PR PATCH] [Updated] " realcharmer
` (5 subsequent siblings)
8 siblings, 0 replies; 10+ messages in thread
From: tranzystorekk @ 2024-10-01 10:40 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 231 bytes --]
New review comment by tranzystorekk on void-packages repository
https://github.com/void-linux/void-packages/pull/52442#discussion_r1782541863
Comment:
```suggestion
makedepends="bzip2-devel libzstd-devel libgit2-1.8-devel"
```
^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: [PR PATCH] [Updated] New package: felix-2.14.0
2024-10-01 8:37 [PR PATCH] New package: felix-2.14.0 realcharmer
` (2 preceding siblings ...)
2024-10-01 10:40 ` tranzystorekk
@ 2024-10-01 11:01 ` realcharmer
2024-10-01 11:02 ` [PR REVIEW] " realcharmer
` (4 subsequent siblings)
8 siblings, 0 replies; 10+ messages in thread
From: realcharmer @ 2024-10-01 11:01 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 800 bytes --]
There is an updated pull request by realcharmer against master on the void-packages repository
https://github.com/realcharmer/void-packages felix
https://github.com/void-linux/void-packages/pull/52442
New package: felix-2.14.0
TUI file manager with vim-like key mapping.
Homepage: https://kyoheiu.dev/felix/
Source: https://github.com/kyoheiu/felix
#### 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**
#### Local build testing
- I built this PR locally for my native architecture, (x86_64-glibc)
A patch file from https://github.com/void-linux/void-packages/pull/52442.patch is attached
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-felix-52442.patch --]
[-- Type: text/x-diff, Size: 1113 bytes --]
From 8ec07a58a9f60874cf7a81ff358527e4cbf90b94 Mon Sep 17 00:00:00 2001
From: Emil Miler <em@0x45.cz>
Date: Tue, 1 Oct 2024 10:35:22 +0200
Subject: [PATCH] New package: felix-2.14.0
---
srcpkgs/felix/template | 18 ++++++++++++++++++
1 file changed, 18 insertions(+)
create mode 100644 srcpkgs/felix/template
diff --git a/srcpkgs/felix/template b/srcpkgs/felix/template
new file mode 100644
index 00000000000000..5b129e53800674
--- /dev/null
+++ b/srcpkgs/felix/template
@@ -0,0 +1,18 @@
+# Template file for 'felix'
+pkgname=felix
+version=2.14.0
+revision=1
+build_style=cargo
+hostmakedepends="pkg-config"
+makedepends="bzip2-devel libzstd-devel libgit2-1.8-devel"
+short_desc="TUI file manager with vim-like key mapping"
+maintainer="Emil Miler <em@0x45.cz>"
+license="MIT"
+homepage="https://kyoheiu.dev/felix/"
+changelog="https://raw.githubusercontent.com/kyoheiu/felix/refs/heads/develop/CHANGELOG.md"
+distfiles="https://github.com/kyoheiu/felix/archive/refs/tags/v${version}.tar.gz"
+checksum=6c6cd8d8e16890c8afc0638af8588a56c40648728feae610b7f3c6886c5a51d3
+
+post_install() {
+ vlicense LICENSE
+}
^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: [PR REVIEW] New package: felix-2.14.0
2024-10-01 8:37 [PR PATCH] New package: felix-2.14.0 realcharmer
` (3 preceding siblings ...)
2024-10-01 11:01 ` [PR PATCH] [Updated] " realcharmer
@ 2024-10-01 11:02 ` realcharmer
2024-10-01 11:05 ` realcharmer
` (3 subsequent siblings)
8 siblings, 0 replies; 10+ messages in thread
From: realcharmer @ 2024-10-01 11:02 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 227 bytes --]
New review comment by realcharmer on void-packages repository
https://github.com/void-linux/void-packages/pull/52442#discussion_r1782567168
Comment:
Thanks, updated now.
Just out of curiosity, how did you come up with this?
^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: New package: felix-2.14.0
2024-10-01 8:37 [PR PATCH] New package: felix-2.14.0 realcharmer
` (4 preceding siblings ...)
2024-10-01 11:02 ` [PR REVIEW] " realcharmer
@ 2024-10-01 11:05 ` realcharmer
2024-10-01 11:06 ` [PR REVIEW] " tranzystorekk
` (2 subsequent siblings)
8 siblings, 0 replies; 10+ messages in thread
From: realcharmer @ 2024-10-01 11:05 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 244 bytes --]
New comment by realcharmer on void-packages repository
https://github.com/void-linux/void-packages/pull/52442#issuecomment-2385430044
Comment:
The failure seems to be an upstream issue. Reported in https://github.com/kyoheiu/felix/issues/299
^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: [PR REVIEW] New package: felix-2.14.0
2024-10-01 8:37 [PR PATCH] New package: felix-2.14.0 realcharmer
` (5 preceding siblings ...)
2024-10-01 11:05 ` realcharmer
@ 2024-10-01 11:06 ` tranzystorekk
2024-10-01 18:41 ` icp1994
2024-11-06 10:30 ` [PR PATCH] [Updated] " realcharmer
8 siblings, 0 replies; 10+ messages in thread
From: tranzystorekk @ 2024-10-01 11:06 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 287 bytes --]
New review comment by tranzystorekk on void-packages repository
https://github.com/void-linux/void-packages/pull/52442#discussion_r1782572349
Comment:
My heuristic is to open `Cargo.lock` and search for `pkg-config`. Minus things that are nested vendor deps like `zlib` for `libgit2`.
^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: New package: felix-2.14.0
2024-10-01 8:37 [PR PATCH] New package: felix-2.14.0 realcharmer
` (6 preceding siblings ...)
2024-10-01 11:06 ` [PR REVIEW] " tranzystorekk
@ 2024-10-01 18:41 ` icp1994
2024-11-06 10:30 ` [PR PATCH] [Updated] " realcharmer
8 siblings, 0 replies; 10+ messages in thread
From: icp1994 @ 2024-10-01 18:41 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 214 bytes --]
New comment by icp1994 on void-packages repository
https://github.com/void-linux/void-packages/pull/52442#issuecomment-2386711330
Comment:
Can confirm this is a good one - have been using it for over a year now.
^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: [PR PATCH] [Updated] New package: felix-2.14.0
2024-10-01 8:37 [PR PATCH] New package: felix-2.14.0 realcharmer
` (7 preceding siblings ...)
2024-10-01 18:41 ` icp1994
@ 2024-11-06 10:30 ` realcharmer
8 siblings, 0 replies; 10+ messages in thread
From: realcharmer @ 2024-11-06 10:30 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 800 bytes --]
There is an updated pull request by realcharmer against master on the void-packages repository
https://github.com/realcharmer/void-packages felix
https://github.com/void-linux/void-packages/pull/52442
New package: felix-2.14.0
TUI file manager with vim-like key mapping.
Homepage: https://kyoheiu.dev/felix/
Source: https://github.com/kyoheiu/felix
#### 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**
#### Local build testing
- I built this PR locally for my native architecture, (x86_64-glibc)
A patch file from https://github.com/void-linux/void-packages/pull/52442.patch is attached
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-felix-52442.patch --]
[-- Type: text/x-diff, Size: 1113 bytes --]
From 1df16fe51dd0421724bd77928cd84757a7e3cb99 Mon Sep 17 00:00:00 2001
From: Emil Miler <em@0x45.cz>
Date: Tue, 1 Oct 2024 10:35:22 +0200
Subject: [PATCH] New package: felix-2.14.0
---
srcpkgs/felix/template | 18 ++++++++++++++++++
1 file changed, 18 insertions(+)
create mode 100644 srcpkgs/felix/template
diff --git a/srcpkgs/felix/template b/srcpkgs/felix/template
new file mode 100644
index 00000000000000..5b129e53800674
--- /dev/null
+++ b/srcpkgs/felix/template
@@ -0,0 +1,18 @@
+# Template file for 'felix'
+pkgname=felix
+version=2.14.0
+revision=1
+build_style=cargo
+hostmakedepends="pkg-config"
+makedepends="bzip2-devel libzstd-devel libgit2-1.8-devel"
+short_desc="TUI file manager with vim-like key mapping"
+maintainer="Emil Miler <em@0x45.cz>"
+license="MIT"
+homepage="https://kyoheiu.dev/felix/"
+changelog="https://raw.githubusercontent.com/kyoheiu/felix/refs/heads/develop/CHANGELOG.md"
+distfiles="https://github.com/kyoheiu/felix/archive/refs/tags/v${version}.tar.gz"
+checksum=6c6cd8d8e16890c8afc0638af8588a56c40648728feae610b7f3c6886c5a51d3
+
+post_install() {
+ vlicense LICENSE
+}
^ permalink raw reply [flat|nested] 10+ messages in thread