Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] New package: joshuto-0.9.3
@ 2022-05-07  9:22 siduck
  2022-05-07  9:22 ` siduck
                   ` (2 more replies)
  0 siblings, 3 replies; 15+ messages in thread
From: siduck @ 2022-05-07  9:22 UTC (permalink / raw)
  To: ml

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

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

https://github.com/siduck/void-packages master
https://github.com/void-linux/void-packages/pull/37017

New package: joshuto-0.9.3
<!-- 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**|**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, (x86_64)
- 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/37017.patch is attached

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

From ddb83a2f4edf4d63e13e5cc1031a8be82643ad36 Mon Sep 17 00:00:00 2001
From: siduck <siduck@tutanota.com>
Date: Sat, 7 May 2022 14:48:51 +0530
Subject: [PATCH] New package: joshuto-0.9.3

---
 srcpkgs/joshuto/template | 15 +++++++++++++++
 1 file changed, 15 insertions(+)
 create mode 100644 srcpkgs/joshuto/template

diff --git a/srcpkgs/joshuto/template b/srcpkgs/joshuto/template
new file mode 100644
index 000000000000..fbb801b21dfc
--- /dev/null
+++ b/srcpkgs/joshuto/template
@@ -0,0 +1,15 @@
+# Template file for 'joshuto'
+pkgname=joshuto
+version=0.9.3
+revision=1
+build_style=cargo
+short_desc="ranger-like terminal file manager written in Rust"
+maintainer="Siduck <siduck@tutanota.com>"
+license="LGPL"
+homepage="https://github.com/kamiyaa/joshuto/"
+distfiles="https://github.com/kamiyaa/${pkgname}/archive/${version}.tar.gz"
+checksum=04886d9dd2bc8ff702d61b525658a62788b89d1295ba2824a8ba91bdd857437c
+
+post_install() {
+	vlicense LICENSE
+}

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

* Re: New package: joshuto-0.9.3
  2022-05-07  9:22 [PR PATCH] New package: joshuto-0.9.3 siduck
@ 2022-05-07  9:22 ` siduck
  2022-05-07  9:22 ` siduck
  2022-05-08  7:57 ` [PR PATCH] [Updated] " siduck
  2 siblings, 0 replies; 15+ messages in thread
From: siduck @ 2022-05-07  9:22 UTC (permalink / raw)
  To: ml

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

New comment by siduck on void-packages repository

https://github.com/void-linux/void-packages/pull/37017#issuecomment-1120173597

Comment:
![image](https://user-images.githubusercontent.com/59060246/167248005-a51bb6a0-e1a6-4181-80e5-49a2d64c268e.png)

tested it locally, works!

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

* Re: New package: joshuto-0.9.3
  2022-05-07  9:22 [PR PATCH] New package: joshuto-0.9.3 siduck
  2022-05-07  9:22 ` siduck
@ 2022-05-07  9:22 ` siduck
  2022-05-08  7:57 ` [PR PATCH] [Updated] " siduck
  2 siblings, 0 replies; 15+ messages in thread
From: siduck @ 2022-05-07  9:22 UTC (permalink / raw)
  To: ml

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

New comment by siduck on void-packages repository

https://github.com/void-linux/void-packages/pull/37017#issuecomment-1120173597

Comment:
![image](https://user-images.githubusercontent.com/59060246/167248037-56236650-1e6b-4346-976f-63cc02d398a3.png)

tested it locally, works!

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

* Re: [PR PATCH] [Updated] New package: joshuto-0.9.3
  2022-05-07  9:22 [PR PATCH] New package: joshuto-0.9.3 siduck
  2022-05-07  9:22 ` siduck
  2022-05-07  9:22 ` siduck
@ 2022-05-08  7:57 ` siduck
  2 siblings, 0 replies; 15+ messages in thread
From: siduck @ 2022-05-08  7:57 UTC (permalink / raw)
  To: ml

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

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

https://github.com/siduck/void-packages master
https://github.com/void-linux/void-packages/pull/37017

New package: joshuto-0.9.3
<!-- 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**|**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, (x86_64)
- 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/37017.patch is attached

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

From ddb83a2f4edf4d63e13e5cc1031a8be82643ad36 Mon Sep 17 00:00:00 2001
From: siduck <siduck@tutanota.com>
Date: Sat, 7 May 2022 14:48:51 +0530
Subject: [PATCH 1/2] New package: joshuto-0.9.3

---
 srcpkgs/joshuto/template | 15 +++++++++++++++
 1 file changed, 15 insertions(+)
 create mode 100644 srcpkgs/joshuto/template

diff --git a/srcpkgs/joshuto/template b/srcpkgs/joshuto/template
new file mode 100644
index 000000000000..fbb801b21dfc
--- /dev/null
+++ b/srcpkgs/joshuto/template
@@ -0,0 +1,15 @@
+# Template file for 'joshuto'
+pkgname=joshuto
+version=0.9.3
+revision=1
+build_style=cargo
+short_desc="ranger-like terminal file manager written in Rust"
+maintainer="Siduck <siduck@tutanota.com>"
+license="LGPL"
+homepage="https://github.com/kamiyaa/joshuto/"
+distfiles="https://github.com/kamiyaa/${pkgname}/archive/${version}.tar.gz"
+checksum=04886d9dd2bc8ff702d61b525658a62788b89d1295ba2824a8ba91bdd857437c
+
+post_install() {
+	vlicense LICENSE
+}

From a9925005b1b6be5676e5bd3dd4c40e173fdea901 Mon Sep 17 00:00:00 2001
From: siduck <siduck@tutanota.com>
Date: Sun, 8 May 2022 13:27:29 +0530
Subject: [PATCH 2/2] Update template

---
 srcpkgs/joshuto/template | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/joshuto/template b/srcpkgs/joshuto/template
index fbb801b21dfc..8d9d40737540 100644
--- a/srcpkgs/joshuto/template
+++ b/srcpkgs/joshuto/template
@@ -3,9 +3,9 @@ pkgname=joshuto
 version=0.9.3
 revision=1
 build_style=cargo
-short_desc="ranger-like terminal file manager written in Rust"
+short_desc="Ranger-like terminal file manager written in Rust"
 maintainer="Siduck <siduck@tutanota.com>"
-license="LGPL"
+license="LGPL-3.0"
 homepage="https://github.com/kamiyaa/joshuto/"
 distfiles="https://github.com/kamiyaa/${pkgname}/archive/${version}.tar.gz"
 checksum=04886d9dd2bc8ff702d61b525658a62788b89d1295ba2824a8ba91bdd857437c

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

* Re: New package: joshuto-0.9.3
  2022-05-08  8:04 [PR PATCH] " siduck
                   ` (9 preceding siblings ...)
  2023-10-23  7:31 ` superiums
@ 2023-10-23 13:06 ` siduck
  10 siblings, 0 replies; 15+ messages in thread
From: siduck @ 2023-10-23 13:06 UTC (permalink / raw)
  To: ml

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

New comment by siduck on void-packages repository

https://github.com/void-linux/void-packages/pull/37036#issuecomment-1775152537

Comment:
> Is this included in void ? i can't find it.

no idea, i no longer use void!

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

* Re: New package: joshuto-0.9.3
  2022-05-08  8:04 [PR PATCH] " siduck
                   ` (8 preceding siblings ...)
  2022-05-30 16:49 ` siduck
@ 2023-10-23  7:31 ` superiums
  2023-10-23 13:06 ` siduck
  10 siblings, 0 replies; 15+ messages in thread
From: superiums @ 2023-10-23  7:31 UTC (permalink / raw)
  To: ml

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

New comment by superiums on void-packages repository

https://github.com/void-linux/void-packages/pull/37036#issuecomment-1774589120

Comment:
Is this included in void ? 
i can't find it.

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

* Re: New package: joshuto-0.9.3
  2022-05-08  8:04 [PR PATCH] " siduck
                   ` (7 preceding siblings ...)
  2022-05-30 16:49 ` siduck
@ 2022-05-30 16:49 ` siduck
  2023-10-23  7:31 ` superiums
  2023-10-23 13:06 ` siduck
  10 siblings, 0 replies; 15+ messages in thread
From: siduck @ 2022-05-30 16:49 UTC (permalink / raw)
  To: ml

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

New comment by siduck on void-packages repository

https://github.com/void-linux/void-packages/pull/37036#issuecomment-1141341521

Comment:
nvm 

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

* Re: New package: joshuto-0.9.3
  2022-05-08  8:04 [PR PATCH] " siduck
                   ` (6 preceding siblings ...)
  2022-05-30 16:45 ` siduck
@ 2022-05-30 16:49 ` siduck
  2022-05-30 16:49 ` siduck
                   ` (2 subsequent siblings)
  10 siblings, 0 replies; 15+ messages in thread
From: siduck @ 2022-05-30 16:49 UTC (permalink / raw)
  To: ml

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

New comment by siduck on void-packages repository

https://github.com/void-linux/void-packages/pull/37036#issuecomment-1141341521

Comment:
nvm, :stuck_out_tongue_closed_eyes: 

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

* Re: New package: joshuto-0.9.3
  2022-05-08  8:04 [PR PATCH] " siduck
                   ` (5 preceding siblings ...)
  2022-05-30 16:40 ` siduck
@ 2022-05-30 16:45 ` siduck
  2022-05-30 16:49 ` siduck
                   ` (3 subsequent siblings)
  10 siblings, 0 replies; 15+ messages in thread
From: siduck @ 2022-05-30 16:45 UTC (permalink / raw)
  To: ml

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

New comment by siduck on void-packages repository

https://github.com/void-linux/void-packages/pull/37036#issuecomment-1141341521

Comment:
nvm

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

* Re: New package: joshuto-0.9.3
  2022-05-08  8:04 [PR PATCH] " siduck
                   ` (4 preceding siblings ...)
  2022-05-30 16:37 ` siduck
@ 2022-05-30 16:40 ` siduck
  2022-05-30 16:45 ` siduck
                   ` (4 subsequent siblings)
  10 siblings, 0 replies; 15+ messages in thread
From: siduck @ 2022-05-30 16:40 UTC (permalink / raw)
  To: ml

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

New comment by siduck on void-packages repository

https://github.com/void-linux/void-packages/pull/37036#issuecomment-1141336574

Comment:
@mobinmob can you approve :c 

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

* Re: New package: joshuto-0.9.3
  2022-05-08  8:04 [PR PATCH] " siduck
                   ` (3 preceding siblings ...)
  2022-05-08  9:56 ` siduck
@ 2022-05-30 16:37 ` siduck
  2022-05-30 16:40 ` siduck
                   ` (5 subsequent siblings)
  10 siblings, 0 replies; 15+ messages in thread
From: siduck @ 2022-05-30 16:37 UTC (permalink / raw)
  To: ml

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

New comment by siduck on void-packages repository

https://github.com/void-linux/void-packages/pull/37036#issuecomment-1141336574

Comment:
@mobinmob can you approve :c 

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

* Re: New package: joshuto-0.9.3
  2022-05-08  8:04 [PR PATCH] " siduck
                   ` (2 preceding siblings ...)
  2022-05-08  9:54 ` siduck
@ 2022-05-08  9:56 ` siduck
  2022-05-30 16:37 ` siduck
                   ` (6 subsequent siblings)
  10 siblings, 0 replies; 15+ messages in thread
From: siduck @ 2022-05-08  9:56 UTC (permalink / raw)
  To: ml

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

New comment by siduck on void-packages repository

https://github.com/void-linux/void-packages/pull/37036#issuecomment-1120387161

Comment:
> and please fill out the New package part in the PR description

done

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

* Re: New package: joshuto-0.9.3
  2022-05-08  8:04 [PR PATCH] " siduck
  2022-05-08  9:37 ` paper42
  2022-05-08  9:37 ` paper42
@ 2022-05-08  9:54 ` siduck
  2022-05-08  9:56 ` siduck
                   ` (7 subsequent siblings)
  10 siblings, 0 replies; 15+ messages in thread
From: siduck @ 2022-05-08  9:54 UTC (permalink / raw)
  To: ml

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

New comment by siduck on void-packages repository

https://github.com/void-linux/void-packages/pull/37036#issuecomment-1120386928

Comment:
> please do not close PRs and open new ones just to update their content, that's what force push and git commit --amend is for.

oh didnt know about this, thanks for informing!

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

* Re: New package: joshuto-0.9.3
  2022-05-08  8:04 [PR PATCH] " siduck
  2022-05-08  9:37 ` paper42
@ 2022-05-08  9:37 ` paper42
  2022-05-08  9:54 ` siduck
                   ` (8 subsequent siblings)
  10 siblings, 0 replies; 15+ messages in thread
From: paper42 @ 2022-05-08  9:37 UTC (permalink / raw)
  To: ml

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

New comment by paper42 on void-packages repository

https://github.com/void-linux/void-packages/pull/37036#issuecomment-1120384603

Comment:
and please fill out the New package part in the PR description

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

* Re: New package: joshuto-0.9.3
  2022-05-08  8:04 [PR PATCH] " siduck
@ 2022-05-08  9:37 ` paper42
  2022-05-08  9:37 ` paper42
                   ` (9 subsequent siblings)
  10 siblings, 0 replies; 15+ messages in thread
From: paper42 @ 2022-05-08  9:37 UTC (permalink / raw)
  To: ml

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

New comment by paper42 on void-packages repository

https://github.com/void-linux/void-packages/pull/37036#issuecomment-1120384511

Comment:
please do not close PRs and open new ones just to update their content, that's what force push and git commit --amend is for.

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

end of thread, other threads:[~2023-10-23 13:06 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-05-07  9:22 [PR PATCH] New package: joshuto-0.9.3 siduck
2022-05-07  9:22 ` siduck
2022-05-07  9:22 ` siduck
2022-05-08  7:57 ` [PR PATCH] [Updated] " siduck
2022-05-08  8:04 [PR PATCH] " siduck
2022-05-08  9:37 ` paper42
2022-05-08  9:37 ` paper42
2022-05-08  9:54 ` siduck
2022-05-08  9:56 ` siduck
2022-05-30 16:37 ` siduck
2022-05-30 16:40 ` siduck
2022-05-30 16:45 ` siduck
2022-05-30 16:49 ` siduck
2022-05-30 16:49 ` siduck
2023-10-23  7:31 ` superiums
2023-10-23 13:06 ` siduck

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