Github messages for voidlinux
 help / color / mirror / Atom feed
* Re: New package: dijo-0.2.2
       [not found] <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-23972@inbox.vuxu.org>
  2020-08-07  1:01 ` New package: dijo-0.2.2 ericonr
@ 2020-08-07  1:13 ` cinerea0
  2020-08-07  1:16 ` ericonr
                   ` (10 subsequent siblings)
  12 siblings, 0 replies; 13+ messages in thread
From: cinerea0 @ 2020-08-07  1:13 UTC (permalink / raw)
  To: ml

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

New comment by cinerea0 on void-packages repository

https://github.com/void-linux/void-packages/pull/23972#issuecomment-670267365

Comment:
Issues with `ncurses-rs` seem to indicate that it doesn't work on ARM regardless of the architecture it was compiled on. Should I push an update to change it to a nocross package?

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

* Re: New package: dijo-0.2.2
       [not found] <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-23972@inbox.vuxu.org>
  2020-08-07  1:01 ` New package: dijo-0.2.2 ericonr
  2020-08-07  1:13 ` cinerea0
@ 2020-08-07  1:16 ` ericonr
  2020-08-07  1:18 ` ericonr
                   ` (9 subsequent siblings)
  12 siblings, 0 replies; 13+ messages in thread
From: ericonr @ 2020-08-07  1:16 UTC (permalink / raw)
  To: ml

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

New comment by ericonr on void-packages repository

https://github.com/void-linux/void-packages/pull/23972#issuecomment-670268024

Comment:
Oh I saw https://github.com/jeaye/ncurses-rs/issues/193 now. Afaik that makes it `archs="i686* x86_64*"`

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

* Re: New package: dijo-0.2.2
       [not found] <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-23972@inbox.vuxu.org>
                   ` (2 preceding siblings ...)
  2020-08-07  1:16 ` ericonr
@ 2020-08-07  1:18 ` ericonr
  2020-08-07  1:22 ` ericonr
                   ` (8 subsequent siblings)
  12 siblings, 0 replies; 13+ messages in thread
From: ericonr @ 2020-08-07  1:18 UTC (permalink / raw)
  To: ml

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

New comment by ericonr on void-packages repository

https://github.com/void-linux/void-packages/pull/23972#issuecomment-670268686

Comment:
It's similar to https://github.com/ftilde/unsegen_terminal/issues/1 , not sure how accepting it into the repo will work.

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

* Re: New package: dijo-0.2.2
       [not found] <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-23972@inbox.vuxu.org>
                   ` (3 preceding siblings ...)
  2020-08-07  1:18 ` ericonr
@ 2020-08-07  1:22 ` ericonr
  2020-08-07  5:20 ` [PR PATCH] [Updated] " cinerea0
                   ` (7 subsequent siblings)
  12 siblings, 0 replies; 13+ messages in thread
From: ericonr @ 2020-08-07  1:22 UTC (permalink / raw)
  To: ml

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

New comment by ericonr on void-packages repository

https://github.com/void-linux/void-packages/pull/23972#issuecomment-670268686

Comment:
It's similar to https://github.com/ftilde/unsegen_terminal/issues/1 , not sure how accepting it into the repo will work. You can ask `dijo` upstream to fork `ncurses-rs` and pull the fix in the linked PR, then release their own version and use it in their `Cargo.toml`.

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

* Re: [PR PATCH] [Updated] New package: dijo-0.2.2
       [not found] <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-23972@inbox.vuxu.org>
                   ` (4 preceding siblings ...)
  2020-08-07  1:22 ` ericonr
@ 2020-08-07  5:20 ` cinerea0
  2020-08-07  5:21 ` cinerea0
                   ` (6 subsequent siblings)
  12 siblings, 0 replies; 13+ messages in thread
From: cinerea0 @ 2020-08-07  5:20 UTC (permalink / raw)
  To: ml

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

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

https://github.com/cinerea0/void-packages dijo
https://github.com/void-linux/void-packages/pull/23972

New package: dijo-0.2.2
[dijo](https://github.com/NerdyPepper/dijo) is a curses-based habit tracker that runs in your terminal. It is currently available via nixpkgs.

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

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

From 1636a11e5d219aa5b005849a95e21b9b8299cadd Mon Sep 17 00:00:00 2001
From: cinerea0 <cinerea0@protonmail.com>
Date: Fri, 7 Aug 2020 01:19:32 -0400
Subject: [PATCH] New package: dijo-0.2.2

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

diff --git a/srcpkgs/dijo/template b/srcpkgs/dijo/template
new file mode 100644
index 00000000000..a0de171da84
--- /dev/null
+++ b/srcpkgs/dijo/template
@@ -0,0 +1,17 @@
+# Template file for 'dijo'
+pkgname=dijo
+version=0.2.2
+revision=1
+archs="i686* x86_64*"
+build_style=cargo
+makedepends="ncurses-devel"
+short_desc="Scriptable, curses-based, digital habit tracker"
+maintainer="cinerea0 <cinerea0@protonmail.com>"
+license="MIT"
+homepage="https://github.com/NerdyPepper/dijo"
+distfiles="https://github.com/NerdyPepper/dijo/archive/v${version}.tar.gz"
+checksum=089638e04af38fe10603c9452abe975b719686696fa08a0ac26ab4f2a866b9be
+
+post_install() {
+	vlicense LICENSE
+}

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

* Re: New package: dijo-0.2.2
       [not found] <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-23972@inbox.vuxu.org>
                   ` (5 preceding siblings ...)
  2020-08-07  5:20 ` [PR PATCH] [Updated] " cinerea0
@ 2020-08-07  5:21 ` cinerea0
  2020-08-07  5:38 ` ericonr
                   ` (5 subsequent siblings)
  12 siblings, 0 replies; 13+ messages in thread
From: cinerea0 @ 2020-08-07  5:21 UTC (permalink / raw)
  To: ml

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

New comment by cinerea0 on void-packages repository

https://github.com/void-linux/void-packages/pull/23972#issuecomment-670328120

Comment:
> Afaik that makes it archs="i686* x86_64*"

Fixed in the most recent push. Also, I opened [an issue in dijo about the failure to compile on ARM](https://github.com/NerdyPepper/dijo/issues/63).

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

* Re: New package: dijo-0.2.2
       [not found] <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-23972@inbox.vuxu.org>
                   ` (6 preceding siblings ...)
  2020-08-07  5:21 ` cinerea0
@ 2020-08-07  5:38 ` ericonr
  2020-08-07 15:45 ` [PR PATCH] [Updated] " cinerea0
                   ` (4 subsequent siblings)
  12 siblings, 0 replies; 13+ messages in thread
From: ericonr @ 2020-08-07  5:38 UTC (permalink / raw)
  To: ml

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

New comment by ericonr on void-packages repository

https://github.com/void-linux/void-packages/pull/23972#issuecomment-670335732

Comment:
As a general rule, you don't want to use such impositive language. Instaed, suggest a solution, ask what they think, potentially offer to do some of the necessary work if they need it ;)

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

* Re: [PR PATCH] [Updated] New package: dijo-0.2.2
       [not found] <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-23972@inbox.vuxu.org>
                   ` (7 preceding siblings ...)
  2020-08-07  5:38 ` ericonr
@ 2020-08-07 15:45 ` cinerea0
  2020-08-07 18:20 ` New package: dijo-0.2.3 cinerea0
                   ` (3 subsequent siblings)
  12 siblings, 0 replies; 13+ messages in thread
From: cinerea0 @ 2020-08-07 15:45 UTC (permalink / raw)
  To: ml

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

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

https://github.com/cinerea0/void-packages dijo
https://github.com/void-linux/void-packages/pull/23972

New package: dijo-0.2.2
[dijo](https://github.com/NerdyPepper/dijo) is a curses-based habit tracker that runs in your terminal. It is currently available via nixpkgs.

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

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

From 73e60908132f9dcd6302253f4c76ee9c20afe838 Mon Sep 17 00:00:00 2001
From: cinerea0 <cinerea0@protonmail.com>
Date: Fri, 7 Aug 2020 11:44:53 -0400
Subject: [PATCH] New package: dijo-0.2.3

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

diff --git a/srcpkgs/dijo/template b/srcpkgs/dijo/template
new file mode 100644
index 00000000000..8352de8ebec
--- /dev/null
+++ b/srcpkgs/dijo/template
@@ -0,0 +1,16 @@
+# Template file for 'dijo'
+pkgname=dijo
+version=0.2.3
+revision=1
+build_style=cargo
+makedepends="ncurses-devel"
+short_desc="Scriptable, curses-based, digital habit tracker"
+maintainer="cinerea0 <cinerea0@protonmail.com>"
+license="MIT"
+homepage="https://github.com/NerdyPepper/dijo"
+distfiles="https://github.com/NerdyPepper/dijo/archive/v${version}.tar.gz"
+checksum=691178345abf9b07c751271b6b1a19e4182423294aaffa8b3a0973dc3e5805d3
+
+post_install() {
+	vlicense LICENSE
+}

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

* Re: New package: dijo-0.2.3
       [not found] <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-23972@inbox.vuxu.org>
                   ` (8 preceding siblings ...)
  2020-08-07 15:45 ` [PR PATCH] [Updated] " cinerea0
@ 2020-08-07 18:20 ` cinerea0
  2020-08-07 22:50 ` ericonr
                   ` (2 subsequent siblings)
  12 siblings, 0 replies; 13+ messages in thread
From: cinerea0 @ 2020-08-07 18:20 UTC (permalink / raw)
  To: ml

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

New comment by cinerea0 on void-packages repository

https://github.com/void-linux/void-packages/pull/23972#issuecomment-670647780

Comment:
Sorry about that, I'm used to writing in a very indirect manner. I've updated the template to use version 0.2.3, and the Travis builds show that it compiles on all architectures.

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

* Re: New package: dijo-0.2.3
       [not found] <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-23972@inbox.vuxu.org>
                   ` (9 preceding siblings ...)
  2020-08-07 18:20 ` New package: dijo-0.2.3 cinerea0
@ 2020-08-07 22:50 ` ericonr
  2020-08-08  1:14 ` cinerea0
  2020-08-12  0:43 ` [PR PATCH] [Merged]: " Vaelatern
  12 siblings, 0 replies; 13+ messages in thread
From: ericonr @ 2020-08-07 22:50 UTC (permalink / raw)
  To: ml

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

New comment by ericonr on void-packages repository

https://github.com/void-linux/void-packages/pull/23972#issuecomment-670774399

Comment:
Heh, it happens. That's great! Have you tried using it too?

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

* Re: New package: dijo-0.2.3
       [not found] <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-23972@inbox.vuxu.org>
                   ` (10 preceding siblings ...)
  2020-08-07 22:50 ` ericonr
@ 2020-08-08  1:14 ` cinerea0
  2020-08-12  0:43 ` [PR PATCH] [Merged]: " Vaelatern
  12 siblings, 0 replies; 13+ messages in thread
From: cinerea0 @ 2020-08-08  1:14 UTC (permalink / raw)
  To: ml

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

New comment by cinerea0 on void-packages repository

https://github.com/void-linux/void-packages/pull/23972#issuecomment-670802097

Comment:
Yes, I've used dijo for a couple weeks prior to this PR. The package provides the same functionality as installing the program from cargo. Granted, my test only applies to x86_64-glibc systems, but I hope that's enough.

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

* Re: [PR PATCH] [Merged]: New package: dijo-0.2.3
       [not found] <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-23972@inbox.vuxu.org>
                   ` (11 preceding siblings ...)
  2020-08-08  1:14 ` cinerea0
@ 2020-08-12  0:43 ` Vaelatern
  12 siblings, 0 replies; 13+ messages in thread
From: Vaelatern @ 2020-08-12  0:43 UTC (permalink / raw)
  To: ml

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

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

New package: dijo-0.2.3
https://github.com/void-linux/void-packages/pull/23972

Description:
[dijo](https://github.com/NerdyPepper/dijo) is a curses-based habit tracker that runs in your terminal. It is currently available via nixpkgs.

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

* Re: New package: dijo-0.2.2
       [not found] <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-23972@inbox.vuxu.org>
@ 2020-08-07  1:01 ` ericonr
  2020-08-07  1:13 ` cinerea0
                   ` (11 subsequent siblings)
  12 siblings, 0 replies; 13+ messages in thread
From: ericonr @ 2020-08-07  1:01 UTC (permalink / raw)
  To: ml

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

New comment by ericonr on void-packages repository

https://github.com/void-linux/void-packages/pull/23972#issuecomment-670263832

Comment:
Any reason this wasn't assumed as simply nocross?

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

end of thread, other threads:[~2020-08-12  0:43 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-23972@inbox.vuxu.org>
2020-08-07  1:01 ` New package: dijo-0.2.2 ericonr
2020-08-07  1:13 ` cinerea0
2020-08-07  1:16 ` ericonr
2020-08-07  1:18 ` ericonr
2020-08-07  1:22 ` ericonr
2020-08-07  5:20 ` [PR PATCH] [Updated] " cinerea0
2020-08-07  5:21 ` cinerea0
2020-08-07  5:38 ` ericonr
2020-08-07 15:45 ` [PR PATCH] [Updated] " cinerea0
2020-08-07 18:20 ` New package: dijo-0.2.3 cinerea0
2020-08-07 22:50 ` ericonr
2020-08-08  1:14 ` cinerea0
2020-08-12  0:43 ` [PR PATCH] [Merged]: " Vaelatern

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