Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] New package: shfm-0.1
@ 2020-08-04 13:03 motorto
  2020-08-06 11:21 ` [PR PATCH] [Updated] " motorto
                   ` (7 more replies)
  0 siblings, 8 replies; 9+ messages in thread
From: motorto @ 2020-08-04 13:03 UTC (permalink / raw)
  To: ml

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

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

https://github.com/motorto/void-packages shfm
https://github.com/void-linux/void-packages/pull/24045

New package: shfm-0.1
shfm is a file manager written in posix shell

webpage:https://github.com/dylanaraps/shfm


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

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

From 47844f85fe4f74bde7177ba7675e13f988f4a5b4 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Andr=C3=A9=20Cerqueira?= <acerqueira021@gmail.com>
Date: Tue, 4 Aug 2020 14:01:44 +0100
Subject: [PATCH] New package: shfm-0.1

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

diff --git a/srcpkgs/shfm/template b/srcpkgs/shfm/template
new file mode 100644
index 00000000000..a13c673ae68
--- /dev/null
+++ b/srcpkgs/shfm/template
@@ -0,0 +1,15 @@
+# Template file for 'shfm'
+pkgname=shfm
+version=0.1
+revision=1
+short_desc="File manager written in posix shell"
+maintainer="André Cerqueira <acerqueira021@gmail.com>"
+license="MIT"
+homepage="https://github.com/dylanaraps/shfm"
+distfiles="https://github.com/dylanaraps/shfm/archive/${version}.tar.gz"
+checksum=0c3d74ea2f00c528d3a520742253088ba2b5d9a810608a5faf4d8d127ffb93fd
+
+do_install() {
+	vbin shfm
+	vlicense LICENSE
+}

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

* Re: [PR PATCH] [Updated] New package: shfm-0.1
  2020-08-04 13:03 [PR PATCH] New package: shfm-0.1 motorto
@ 2020-08-06 11:21 ` motorto
  2020-08-12 13:36 ` [PR PATCH] [Updated] New package: shfm-0.4.1 motorto
                   ` (6 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: motorto @ 2020-08-06 11:21 UTC (permalink / raw)
  To: ml

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

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

https://github.com/motorto/void-packages shfm
https://github.com/void-linux/void-packages/pull/24045

New package: shfm-0.1
shfm is a file manager written in posix shell

webpage:https://github.com/dylanaraps/shfm


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

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

From 47844f85fe4f74bde7177ba7675e13f988f4a5b4 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Andr=C3=A9=20Cerqueira?= <acerqueira021@gmail.com>
Date: Tue, 4 Aug 2020 14:01:44 +0100
Subject: [PATCH 1/3] New package: shfm-0.1

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

diff --git a/srcpkgs/shfm/template b/srcpkgs/shfm/template
new file mode 100644
index 00000000000..a13c673ae68
--- /dev/null
+++ b/srcpkgs/shfm/template
@@ -0,0 +1,15 @@
+# Template file for 'shfm'
+pkgname=shfm
+version=0.1
+revision=1
+short_desc="File manager written in posix shell"
+maintainer="André Cerqueira <acerqueira021@gmail.com>"
+license="MIT"
+homepage="https://github.com/dylanaraps/shfm"
+distfiles="https://github.com/dylanaraps/shfm/archive/${version}.tar.gz"
+checksum=0c3d74ea2f00c528d3a520742253088ba2b5d9a810608a5faf4d8d127ffb93fd
+
+do_install() {
+	vbin shfm
+	vlicense LICENSE
+}

From 8e5c4f54f7ff47fa006dcb86348c6472d31b6e39 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Andr=C3=A9=20Cerqueira?= <acerqueira021@gmail.com>
Date: Thu, 6 Aug 2020 12:17:15 +0100
Subject: [PATCH 2/3] New package: shfm-0.2

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

diff --git a/srcpkgs/shfm/template b/srcpkgs/shfm/template
index a13c673ae68..65acafad3b4 100644
--- a/srcpkgs/shfm/template
+++ b/srcpkgs/shfm/template
@@ -1,13 +1,13 @@
 # Template file for 'shfm'
 pkgname=shfm
-version=0.1
+version=0.2
 revision=1
 short_desc="File manager written in posix shell"
 maintainer="André Cerqueira <acerqueira021@gmail.com>"
 license="MIT"
 homepage="https://github.com/dylanaraps/shfm"
 distfiles="https://github.com/dylanaraps/shfm/archive/${version}.tar.gz"
-checksum=0c3d74ea2f00c528d3a520742253088ba2b5d9a810608a5faf4d8d127ffb93fd
+checksum=b6e67e97839aa7062a912fe31de4ac89e32e0ce05aaf0355cceabd6fdbdd0381
 
 do_install() {
 	vbin shfm

From 757ab431274007ef3a31e4095e15d8d1c81f8375 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Andr=C3=A9=20Cerqueira?= <acerqueira021@gmail.com>
Date: Thu, 6 Aug 2020 12:19:26 +0100
Subject: [PATCH 3/3] New package: shfm-0.4.1

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

diff --git a/srcpkgs/shfm/template b/srcpkgs/shfm/template
index 65acafad3b4..29afc196445 100644
--- a/srcpkgs/shfm/template
+++ b/srcpkgs/shfm/template
@@ -1,13 +1,13 @@
 # Template file for 'shfm'
 pkgname=shfm
-version=0.2
+version=0.4.1
 revision=1
 short_desc="File manager written in posix shell"
 maintainer="André Cerqueira <acerqueira021@gmail.com>"
 license="MIT"
 homepage="https://github.com/dylanaraps/shfm"
 distfiles="https://github.com/dylanaraps/shfm/archive/${version}.tar.gz"
-checksum=b6e67e97839aa7062a912fe31de4ac89e32e0ce05aaf0355cceabd6fdbdd0381
+checksum=e38400c6d104bca95f17f2b7c31f5bcc14dd94bd4f4ad45b97e851890a3f3c5b
 
 do_install() {
 	vbin shfm

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

* Re: [PR PATCH] [Updated] New package: shfm-0.4.1
  2020-08-04 13:03 [PR PATCH] New package: shfm-0.1 motorto
  2020-08-06 11:21 ` [PR PATCH] [Updated] " motorto
@ 2020-08-12 13:36 ` motorto
  2020-08-31 16:08 ` [PR PATCH] [Updated] New package: shfm-0.4.2 motorto
                   ` (5 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: motorto @ 2020-08-12 13:36 UTC (permalink / raw)
  To: ml

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

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

https://github.com/motorto/void-packages shfm
https://github.com/void-linux/void-packages/pull/24045

New package: shfm-0.4.1
shfm is a file manager written in posix shell

webpage:https://github.com/dylanaraps/shfm


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

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

From 47844f85fe4f74bde7177ba7675e13f988f4a5b4 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Andr=C3=A9=20Cerqueira?= <acerqueira021@gmail.com>
Date: Tue, 4 Aug 2020 14:01:44 +0100
Subject: [PATCH 1/4] New package: shfm-0.1

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

diff --git a/srcpkgs/shfm/template b/srcpkgs/shfm/template
new file mode 100644
index 00000000000..a13c673ae68
--- /dev/null
+++ b/srcpkgs/shfm/template
@@ -0,0 +1,15 @@
+# Template file for 'shfm'
+pkgname=shfm
+version=0.1
+revision=1
+short_desc="File manager written in posix shell"
+maintainer="André Cerqueira <acerqueira021@gmail.com>"
+license="MIT"
+homepage="https://github.com/dylanaraps/shfm"
+distfiles="https://github.com/dylanaraps/shfm/archive/${version}.tar.gz"
+checksum=0c3d74ea2f00c528d3a520742253088ba2b5d9a810608a5faf4d8d127ffb93fd
+
+do_install() {
+	vbin shfm
+	vlicense LICENSE
+}

From 8e5c4f54f7ff47fa006dcb86348c6472d31b6e39 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Andr=C3=A9=20Cerqueira?= <acerqueira021@gmail.com>
Date: Thu, 6 Aug 2020 12:17:15 +0100
Subject: [PATCH 2/4] New package: shfm-0.2

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

diff --git a/srcpkgs/shfm/template b/srcpkgs/shfm/template
index a13c673ae68..65acafad3b4 100644
--- a/srcpkgs/shfm/template
+++ b/srcpkgs/shfm/template
@@ -1,13 +1,13 @@
 # Template file for 'shfm'
 pkgname=shfm
-version=0.1
+version=0.2
 revision=1
 short_desc="File manager written in posix shell"
 maintainer="André Cerqueira <acerqueira021@gmail.com>"
 license="MIT"
 homepage="https://github.com/dylanaraps/shfm"
 distfiles="https://github.com/dylanaraps/shfm/archive/${version}.tar.gz"
-checksum=0c3d74ea2f00c528d3a520742253088ba2b5d9a810608a5faf4d8d127ffb93fd
+checksum=b6e67e97839aa7062a912fe31de4ac89e32e0ce05aaf0355cceabd6fdbdd0381
 
 do_install() {
 	vbin shfm

From 757ab431274007ef3a31e4095e15d8d1c81f8375 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Andr=C3=A9=20Cerqueira?= <acerqueira021@gmail.com>
Date: Thu, 6 Aug 2020 12:19:26 +0100
Subject: [PATCH 3/4] New package: shfm-0.4.1

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

diff --git a/srcpkgs/shfm/template b/srcpkgs/shfm/template
index 65acafad3b4..29afc196445 100644
--- a/srcpkgs/shfm/template
+++ b/srcpkgs/shfm/template
@@ -1,13 +1,13 @@
 # Template file for 'shfm'
 pkgname=shfm
-version=0.2
+version=0.4.1
 revision=1
 short_desc="File manager written in posix shell"
 maintainer="André Cerqueira <acerqueira021@gmail.com>"
 license="MIT"
 homepage="https://github.com/dylanaraps/shfm"
 distfiles="https://github.com/dylanaraps/shfm/archive/${version}.tar.gz"
-checksum=b6e67e97839aa7062a912fe31de4ac89e32e0ce05aaf0355cceabd6fdbdd0381
+checksum=e38400c6d104bca95f17f2b7c31f5bcc14dd94bd4f4ad45b97e851890a3f3c5b
 
 do_install() {
 	vbin shfm

From efdb2f8a2e5aac4e1fd602e5fb8be650764e532e Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Andr=C3=A9=20Cerqueira?= <acerqueira021@gmail.com>
Date: Wed, 12 Aug 2020 14:34:49 +0100
Subject: [PATCH 4/4] New Package: shfm-0.4.2

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

diff --git a/srcpkgs/shfm/template b/srcpkgs/shfm/template
index 29afc196445..9cd16af1a61 100644
--- a/srcpkgs/shfm/template
+++ b/srcpkgs/shfm/template
@@ -1,13 +1,13 @@
 # Template file for 'shfm'
 pkgname=shfm
-version=0.4.1
+version=0.4.2
 revision=1
 short_desc="File manager written in posix shell"
 maintainer="André Cerqueira <acerqueira021@gmail.com>"
 license="MIT"
 homepage="https://github.com/dylanaraps/shfm"
 distfiles="https://github.com/dylanaraps/shfm/archive/${version}.tar.gz"
-checksum=e38400c6d104bca95f17f2b7c31f5bcc14dd94bd4f4ad45b97e851890a3f3c5b
+checksum=3861d1130cefbeef4306da686997143c95386c6b5a229472b11053a2da0ddfe4
 
 do_install() {
 	vbin shfm

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

* Re: [PR PATCH] [Updated] New package: shfm-0.4.2
  2020-08-04 13:03 [PR PATCH] New package: shfm-0.1 motorto
  2020-08-06 11:21 ` [PR PATCH] [Updated] " motorto
  2020-08-12 13:36 ` [PR PATCH] [Updated] New package: shfm-0.4.1 motorto
@ 2020-08-31 16:08 ` motorto
  2020-08-31 16:09 ` motorto
                   ` (4 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: motorto @ 2020-08-31 16:08 UTC (permalink / raw)
  To: ml

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

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

https://github.com/motorto/void-packages shfm
https://github.com/void-linux/void-packages/pull/24045

New package: shfm-0.4.2
shfm is a file manager written in posix shell

webpage:https://github.com/dylanaraps/shfm


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

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

From a76f0ff94ce1ac7337e270733a5f5750f70819e6 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Andr=C3=A9=20Cerqueira?= <acerqueira021@gmail.com>
Date: Tue, 4 Aug 2020 14:01:44 +0100
Subject: [PATCH] New package: shfm-0.4.2

New package: shfm-0.2

New package: shfm-0.4.1

New Package: shfm-0.4.2
---
 srcpkgs/shfm/template | 15 +++++++++++++++
 1 file changed, 15 insertions(+)
 create mode 100644 srcpkgs/shfm/template

diff --git a/srcpkgs/shfm/template b/srcpkgs/shfm/template
new file mode 100644
index 00000000000..9cd16af1a61
--- /dev/null
+++ b/srcpkgs/shfm/template
@@ -0,0 +1,15 @@
+# Template file for 'shfm'
+pkgname=shfm
+version=0.4.2
+revision=1
+short_desc="File manager written in posix shell"
+maintainer="André Cerqueira <acerqueira021@gmail.com>"
+license="MIT"
+homepage="https://github.com/dylanaraps/shfm"
+distfiles="https://github.com/dylanaraps/shfm/archive/${version}.tar.gz"
+checksum=3861d1130cefbeef4306da686997143c95386c6b5a229472b11053a2da0ddfe4
+
+do_install() {
+	vbin shfm
+	vlicense LICENSE
+}

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

* Re: New package: shfm-0.4.2
  2020-08-04 13:03 [PR PATCH] New package: shfm-0.1 motorto
                   ` (2 preceding siblings ...)
  2020-08-31 16:08 ` [PR PATCH] [Updated] New package: shfm-0.4.2 motorto
@ 2020-08-31 16:09 ` motorto
  2020-08-31 17:12 ` Piraty
                   ` (3 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: motorto @ 2020-08-31 16:09 UTC (permalink / raw)
  To: ml

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

New comment by motorto on void-packages repository

https://github.com/void-linux/void-packages/pull/24045#issuecomment-683875808

Comment:
Done @Piraty 

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

* Re: New package: shfm-0.4.2
  2020-08-04 13:03 [PR PATCH] New package: shfm-0.1 motorto
                   ` (3 preceding siblings ...)
  2020-08-31 16:09 ` motorto
@ 2020-08-31 17:12 ` Piraty
  2020-08-31 17:47 ` [PR PATCH] [Updated] " motorto
                   ` (2 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: Piraty @ 2020-08-31 17:12 UTC (permalink / raw)
  To: ml

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

New comment by Piraty on void-packages repository

https://github.com/void-linux/void-packages/pull/24045#issuecomment-683911633

Comment:
please make the commit message conform the standard (why keep the old titles??)

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

* Re: [PR PATCH] [Updated] New package: shfm-0.4.2
  2020-08-04 13:03 [PR PATCH] New package: shfm-0.1 motorto
                   ` (4 preceding siblings ...)
  2020-08-31 17:12 ` Piraty
@ 2020-08-31 17:47 ` motorto
  2020-08-31 17:47 ` motorto
  2020-08-31 18:15 ` [PR PATCH] [Merged]: " Piraty
  7 siblings, 0 replies; 9+ messages in thread
From: motorto @ 2020-08-31 17:47 UTC (permalink / raw)
  To: ml

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

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

https://github.com/motorto/void-packages shfm
https://github.com/void-linux/void-packages/pull/24045

New package: shfm-0.4.2
shfm is a file manager written in posix shell

webpage:https://github.com/dylanaraps/shfm


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

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

From f999b44e9cf76a3e846c3595eb77600143d4208a Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Andr=C3=A9=20Cerqueira?= <acerqueira021@gmail.com>
Date: Tue, 4 Aug 2020 14:01:44 +0100
Subject: [PATCH] New package: shfm-0.4.2

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

diff --git a/srcpkgs/shfm/template b/srcpkgs/shfm/template
new file mode 100644
index 00000000000..9cd16af1a61
--- /dev/null
+++ b/srcpkgs/shfm/template
@@ -0,0 +1,15 @@
+# Template file for 'shfm'
+pkgname=shfm
+version=0.4.2
+revision=1
+short_desc="File manager written in posix shell"
+maintainer="André Cerqueira <acerqueira021@gmail.com>"
+license="MIT"
+homepage="https://github.com/dylanaraps/shfm"
+distfiles="https://github.com/dylanaraps/shfm/archive/${version}.tar.gz"
+checksum=3861d1130cefbeef4306da686997143c95386c6b5a229472b11053a2da0ddfe4
+
+do_install() {
+	vbin shfm
+	vlicense LICENSE
+}

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

* Re: New package: shfm-0.4.2
  2020-08-04 13:03 [PR PATCH] New package: shfm-0.1 motorto
                   ` (5 preceding siblings ...)
  2020-08-31 17:47 ` [PR PATCH] [Updated] " motorto
@ 2020-08-31 17:47 ` motorto
  2020-08-31 18:15 ` [PR PATCH] [Merged]: " Piraty
  7 siblings, 0 replies; 9+ messages in thread
From: motorto @ 2020-08-31 17:47 UTC (permalink / raw)
  To: ml

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

New comment by motorto on void-packages repository

https://github.com/void-linux/void-packages/pull/24045#issuecomment-683929593

Comment:
You are right I have done it now @Piraty 


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

* Re: [PR PATCH] [Merged]: New package: shfm-0.4.2
  2020-08-04 13:03 [PR PATCH] New package: shfm-0.1 motorto
                   ` (6 preceding siblings ...)
  2020-08-31 17:47 ` motorto
@ 2020-08-31 18:15 ` Piraty
  7 siblings, 0 replies; 9+ messages in thread
From: Piraty @ 2020-08-31 18:15 UTC (permalink / raw)
  To: ml

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

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

New package: shfm-0.4.2
https://github.com/void-linux/void-packages/pull/24045

Description:
shfm is a file manager written in posix shell

webpage:https://github.com/dylanaraps/shfm


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

end of thread, other threads:[~2020-08-31 18:15 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-08-04 13:03 [PR PATCH] New package: shfm-0.1 motorto
2020-08-06 11:21 ` [PR PATCH] [Updated] " motorto
2020-08-12 13:36 ` [PR PATCH] [Updated] New package: shfm-0.4.1 motorto
2020-08-31 16:08 ` [PR PATCH] [Updated] New package: shfm-0.4.2 motorto
2020-08-31 16:09 ` motorto
2020-08-31 17:12 ` Piraty
2020-08-31 17:47 ` [PR PATCH] [Updated] " motorto
2020-08-31 17:47 ` motorto
2020-08-31 18:15 ` [PR PATCH] [Merged]: " Piraty

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