Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] New package: novprog-3.1.7.
@ 2020-11-20 18:02 rtiangha
  2020-11-20 18:08 ` [PR PATCH] [Updated] " rtiangha
                   ` (9 more replies)
  0 siblings, 10 replies; 11+ messages in thread
From: rtiangha @ 2020-11-20 18:02 UTC (permalink / raw)
  To: ml

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

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

https://github.com/rtiangha/void-packages novprog
https://github.com/void-linux/void-packages/pull/26532

New package: novprog-3.1.7.
From the author of Focuswriter, NovProg is a tool to graph your progress while writing a NaNoWriMo style novel.

https://gottcode.org/novprog/

Builds on amd64, i686, armv7l and aarch64, tested on amd64.

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

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

From 1f279ea628a2ed21cd21f6b7bba88da9cb4b3048 Mon Sep 17 00:00:00 2001
From: Reg Tiangha <reg@reginaldtiangha.com>
Date: Fri, 20 Nov 2020 10:59:29 -0700
Subject: [PATCH] New package: novprog-3.1.7.

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

diff --git a/srcpkgs/novprog/template b/srcpkgs/novprog/template
new file mode 100644
index 00000000000..af6ed84d20a
--- /dev/null
+++ b/srcpkgs/novprog/template
@@ -0,0 +1,17 @@
+# Template file for 'novprog'
+pkgname=novprog
+version=3.1.7
+revision=1
+build_style=qmake
+hostmakedepends="pkg-config qt5-qmake"
+makedepends="qt5-widgets qt5-tools-devel"
+short_desc="Wordcout tracking program"
+maintainer="Orphaned <orphan@voidlinux.org>"
+license="GPL-3.0-or-later"
+homepage="https://gottcode.org/novprog/"
+distfiles="https://gottcode.org/novprog/novprog-${version}-src.tar.bz2"
+checksum=126dfeedcdc4553b1dea56896141bce66bf11f8a6618188b6c42371845f6ca1c
+
+if [ "$CROSS_BUILD" ]; then
+	hostmakedepends+=" qt5-widgets qt5-tools-devel"
+fi

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

* Re: [PR PATCH] [Updated] New package: novprog-3.1.7.
  2020-11-20 18:02 [PR PATCH] New package: novprog-3.1.7 rtiangha
@ 2020-11-20 18:08 ` rtiangha
  2020-11-20 18:13 ` ericonr
                   ` (8 subsequent siblings)
  9 siblings, 0 replies; 11+ messages in thread
From: rtiangha @ 2020-11-20 18:08 UTC (permalink / raw)
  To: ml

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

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

https://github.com/rtiangha/void-packages novprog
https://github.com/void-linux/void-packages/pull/26532

New package: novprog-3.1.7.
From the author of Focuswriter, NovProg is a tool to graph your progress while writing a NaNoWriMo style novel.

https://gottcode.org/novprog/

Builds on amd64, i686, armv7l and aarch64, tested on amd64.

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

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

From 1f279ea628a2ed21cd21f6b7bba88da9cb4b3048 Mon Sep 17 00:00:00 2001
From: Reg Tiangha <reg@reginaldtiangha.com>
Date: Fri, 20 Nov 2020 10:59:29 -0700
Subject: [PATCH 1/2] New package: novprog-3.1.7.

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

diff --git a/srcpkgs/novprog/template b/srcpkgs/novprog/template
new file mode 100644
index 00000000000..af6ed84d20a
--- /dev/null
+++ b/srcpkgs/novprog/template
@@ -0,0 +1,17 @@
+# Template file for 'novprog'
+pkgname=novprog
+version=3.1.7
+revision=1
+build_style=qmake
+hostmakedepends="pkg-config qt5-qmake"
+makedepends="qt5-widgets qt5-tools-devel"
+short_desc="Wordcout tracking program"
+maintainer="Orphaned <orphan@voidlinux.org>"
+license="GPL-3.0-or-later"
+homepage="https://gottcode.org/novprog/"
+distfiles="https://gottcode.org/novprog/novprog-${version}-src.tar.bz2"
+checksum=126dfeedcdc4553b1dea56896141bce66bf11f8a6618188b6c42371845f6ca1c
+
+if [ "$CROSS_BUILD" ]; then
+	hostmakedepends+=" qt5-widgets qt5-tools-devel"
+fi

From 7af0e6dda59051002d783d021389406711cd51c5 Mon Sep 17 00:00:00 2001
From: Reg Tiangha <reg@reginaldtiangha.com>
Date: Fri, 20 Nov 2020 11:08:36 -0700
Subject: [PATCH 2/2] Fix typo

---
 srcpkgs/novprog/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/novprog/template b/srcpkgs/novprog/template
index af6ed84d20a..a4f2e61b0ed 100644
--- a/srcpkgs/novprog/template
+++ b/srcpkgs/novprog/template
@@ -5,7 +5,7 @@ revision=1
 build_style=qmake
 hostmakedepends="pkg-config qt5-qmake"
 makedepends="qt5-widgets qt5-tools-devel"
-short_desc="Wordcout tracking program"
+short_desc="Wordcount tracking program"
 maintainer="Orphaned <orphan@voidlinux.org>"
 license="GPL-3.0-or-later"
 homepage="https://gottcode.org/novprog/"

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

* Re: New package: novprog-3.1.7.
  2020-11-20 18:02 [PR PATCH] New package: novprog-3.1.7 rtiangha
  2020-11-20 18:08 ` [PR PATCH] [Updated] " rtiangha
@ 2020-11-20 18:13 ` ericonr
  2020-11-20 18:14 ` [PR REVIEW] " ericonr
                   ` (7 subsequent siblings)
  9 siblings, 0 replies; 11+ messages in thread
From: ericonr @ 2020-11-20 18:13 UTC (permalink / raw)
  To: ml

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

New comment by ericonr on void-packages repository

https://github.com/void-linux/void-packages/pull/26532#issuecomment-731330507

Comment:
Squash the commits into a single one per package :)

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

* Re: [PR REVIEW] New package: novprog-3.1.7.
  2020-11-20 18:02 [PR PATCH] New package: novprog-3.1.7 rtiangha
  2020-11-20 18:08 ` [PR PATCH] [Updated] " rtiangha
  2020-11-20 18:13 ` ericonr
@ 2020-11-20 18:14 ` ericonr
  2020-11-20 18:33 ` [PR PATCH] [Updated] " rtiangha
                   ` (6 subsequent siblings)
  9 siblings, 0 replies; 11+ messages in thread
From: ericonr @ 2020-11-20 18:14 UTC (permalink / raw)
  To: ml

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

New review comment by ericonr on void-packages repository

https://github.com/void-linux/void-packages/pull/26532#discussion_r527887257

Comment:
It's usually expected that if you're making a PR for a new package, you will also maintain it. Keeping it up to date and potentially taking a look at issues people have, if any.

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

* Re: [PR PATCH] [Updated] New package: novprog-3.1.7.
  2020-11-20 18:02 [PR PATCH] New package: novprog-3.1.7 rtiangha
                   ` (2 preceding siblings ...)
  2020-11-20 18:14 ` [PR REVIEW] " ericonr
@ 2020-11-20 18:33 ` rtiangha
  2020-11-20 18:34 ` [PR REVIEW] " the-maldridge
                   ` (5 subsequent siblings)
  9 siblings, 0 replies; 11+ messages in thread
From: rtiangha @ 2020-11-20 18:33 UTC (permalink / raw)
  To: ml

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

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

https://github.com/rtiangha/void-packages novprog
https://github.com/void-linux/void-packages/pull/26532

New package: novprog-3.1.7.
From the author of Focuswriter, NovProg is a tool to graph your progress while writing a NaNoWriMo style novel.

https://gottcode.org/novprog/

Builds on amd64, i686, armv7l and aarch64, tested on amd64.

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

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

From 1f279ea628a2ed21cd21f6b7bba88da9cb4b3048 Mon Sep 17 00:00:00 2001
From: Reg Tiangha <reg@reginaldtiangha.com>
Date: Fri, 20 Nov 2020 10:59:29 -0700
Subject: [PATCH 1/3] New package: novprog-3.1.7.

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

diff --git a/srcpkgs/novprog/template b/srcpkgs/novprog/template
new file mode 100644
index 00000000000..af6ed84d20a
--- /dev/null
+++ b/srcpkgs/novprog/template
@@ -0,0 +1,17 @@
+# Template file for 'novprog'
+pkgname=novprog
+version=3.1.7
+revision=1
+build_style=qmake
+hostmakedepends="pkg-config qt5-qmake"
+makedepends="qt5-widgets qt5-tools-devel"
+short_desc="Wordcout tracking program"
+maintainer="Orphaned <orphan@voidlinux.org>"
+license="GPL-3.0-or-later"
+homepage="https://gottcode.org/novprog/"
+distfiles="https://gottcode.org/novprog/novprog-${version}-src.tar.bz2"
+checksum=126dfeedcdc4553b1dea56896141bce66bf11f8a6618188b6c42371845f6ca1c
+
+if [ "$CROSS_BUILD" ]; then
+	hostmakedepends+=" qt5-widgets qt5-tools-devel"
+fi

From 7af0e6dda59051002d783d021389406711cd51c5 Mon Sep 17 00:00:00 2001
From: Reg Tiangha <reg@reginaldtiangha.com>
Date: Fri, 20 Nov 2020 11:08:36 -0700
Subject: [PATCH 2/3] Fix typo

---
 srcpkgs/novprog/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/novprog/template b/srcpkgs/novprog/template
index af6ed84d20a..a4f2e61b0ed 100644
--- a/srcpkgs/novprog/template
+++ b/srcpkgs/novprog/template
@@ -5,7 +5,7 @@ revision=1
 build_style=qmake
 hostmakedepends="pkg-config qt5-qmake"
 makedepends="qt5-widgets qt5-tools-devel"
-short_desc="Wordcout tracking program"
+short_desc="Wordcount tracking program"
 maintainer="Orphaned <orphan@voidlinux.org>"
 license="GPL-3.0-or-later"
 homepage="https://gottcode.org/novprog/"

From e7f04617dcaffabe73a2267f07290bc74032969b Mon Sep 17 00:00:00 2001
From: Reg Tiangha <reg@reginaldtiangha.com>
Date: Fri, 20 Nov 2020 11:33:23 -0700
Subject: [PATCH 3/3] Use variable names in distfiles url

---
 srcpkgs/novprog/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/novprog/template b/srcpkgs/novprog/template
index a4f2e61b0ed..b03e8322bae 100644
--- a/srcpkgs/novprog/template
+++ b/srcpkgs/novprog/template
@@ -9,7 +9,7 @@ short_desc="Wordcount tracking program"
 maintainer="Orphaned <orphan@voidlinux.org>"
 license="GPL-3.0-or-later"
 homepage="https://gottcode.org/novprog/"
-distfiles="https://gottcode.org/novprog/novprog-${version}-src.tar.bz2"
+distfiles="https://gottcode.org/${pkgname}/${pkgname}-${version}-src.tar.bz2"
 checksum=126dfeedcdc4553b1dea56896141bce66bf11f8a6618188b6c42371845f6ca1c
 
 if [ "$CROSS_BUILD" ]; then

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

* Re: [PR REVIEW] New package: novprog-3.1.7.
  2020-11-20 18:02 [PR PATCH] New package: novprog-3.1.7 rtiangha
                   ` (3 preceding siblings ...)
  2020-11-20 18:33 ` [PR PATCH] [Updated] " rtiangha
@ 2020-11-20 18:34 ` the-maldridge
  2020-11-20 18:35 ` [PR PATCH] [Updated] " rtiangha
                   ` (4 subsequent siblings)
  9 siblings, 0 replies; 11+ messages in thread
From: the-maldridge @ 2020-11-20 18:34 UTC (permalink / raw)
  To: ml

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

New review comment by the-maldridge on void-packages repository

https://github.com/void-linux/void-packages/pull/26532#discussion_r527898017

Comment:
Actually its required.  Packages are not accepted pre-orphaned.

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

* Re: [PR PATCH] [Updated] New package: novprog-3.1.7.
  2020-11-20 18:02 [PR PATCH] New package: novprog-3.1.7 rtiangha
                   ` (4 preceding siblings ...)
  2020-11-20 18:34 ` [PR REVIEW] " the-maldridge
@ 2020-11-20 18:35 ` rtiangha
  2020-11-20 18:36 ` [PR REVIEW] " rtiangha
                   ` (3 subsequent siblings)
  9 siblings, 0 replies; 11+ messages in thread
From: rtiangha @ 2020-11-20 18:35 UTC (permalink / raw)
  To: ml

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

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

https://github.com/rtiangha/void-packages novprog
https://github.com/void-linux/void-packages/pull/26532

New package: novprog-3.1.7.
From the author of Focuswriter, NovProg is a tool to graph your progress while writing a NaNoWriMo style novel.

https://gottcode.org/novprog/

Builds on amd64, i686, armv7l and aarch64, tested on amd64.

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

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

From 2741e1511aaf6572e7c348ef7a3a09a1fe27453e Mon Sep 17 00:00:00 2001
From: Reg Tiangha <reg@reginaldtiangha.com>
Date: Fri, 20 Nov 2020 10:59:29 -0700
Subject: [PATCH] New package: novprog-3.1.7.

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

diff --git a/srcpkgs/novprog/template b/srcpkgs/novprog/template
new file mode 100644
index 00000000000..b03e8322bae
--- /dev/null
+++ b/srcpkgs/novprog/template
@@ -0,0 +1,17 @@
+# Template file for 'novprog'
+pkgname=novprog
+version=3.1.7
+revision=1
+build_style=qmake
+hostmakedepends="pkg-config qt5-qmake"
+makedepends="qt5-widgets qt5-tools-devel"
+short_desc="Wordcount tracking program"
+maintainer="Orphaned <orphan@voidlinux.org>"
+license="GPL-3.0-or-later"
+homepage="https://gottcode.org/novprog/"
+distfiles="https://gottcode.org/${pkgname}/${pkgname}-${version}-src.tar.bz2"
+checksum=126dfeedcdc4553b1dea56896141bce66bf11f8a6618188b6c42371845f6ca1c
+
+if [ "$CROSS_BUILD" ]; then
+	hostmakedepends+=" qt5-widgets qt5-tools-devel"
+fi

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

* Re: [PR REVIEW] New package: novprog-3.1.7.
  2020-11-20 18:02 [PR PATCH] New package: novprog-3.1.7 rtiangha
                   ` (5 preceding siblings ...)
  2020-11-20 18:35 ` [PR PATCH] [Updated] " rtiangha
@ 2020-11-20 18:36 ` rtiangha
  2020-11-20 18:38 ` [PR PATCH] [Updated] " rtiangha
                   ` (2 subsequent siblings)
  9 siblings, 0 replies; 11+ messages in thread
From: rtiangha @ 2020-11-20 18:36 UTC (permalink / raw)
  To: ml

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

New review comment by rtiangha on void-packages repository

https://github.com/void-linux/void-packages/pull/26532#discussion_r527899186

Comment:
Sure, I can do that. I'll add my contact info then.

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

* Re: [PR PATCH] [Updated] New package: novprog-3.1.7.
  2020-11-20 18:02 [PR PATCH] New package: novprog-3.1.7 rtiangha
                   ` (6 preceding siblings ...)
  2020-11-20 18:36 ` [PR REVIEW] " rtiangha
@ 2020-11-20 18:38 ` rtiangha
  2022-04-30  2:14 ` github-actions
  2022-05-14  2:16 ` [PR PATCH] [Closed]: " github-actions
  9 siblings, 0 replies; 11+ messages in thread
From: rtiangha @ 2020-11-20 18:38 UTC (permalink / raw)
  To: ml

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

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

https://github.com/rtiangha/void-packages novprog
https://github.com/void-linux/void-packages/pull/26532

New package: novprog-3.1.7.
From the author of Focuswriter, NovProg is a tool to graph your progress while writing a NaNoWriMo style novel.

https://gottcode.org/novprog/

Builds on amd64, i686, armv7l and aarch64, tested on amd64.

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

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

From 5fd6db1409fa363c53ea2db789654f5302a11ba5 Mon Sep 17 00:00:00 2001
From: Reg Tiangha <reg@reginaldtiangha.com>
Date: Fri, 20 Nov 2020 10:59:29 -0700
Subject: [PATCH] New package: novprog-3.1.7.

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

diff --git a/srcpkgs/novprog/template b/srcpkgs/novprog/template
new file mode 100644
index 00000000000..55306daf975
--- /dev/null
+++ b/srcpkgs/novprog/template
@@ -0,0 +1,17 @@
+# Template file for 'novprog'
+pkgname=novprog
+version=3.1.7
+revision=1
+build_style=qmake
+hostmakedepends="pkg-config qt5-qmake"
+makedepends="qt5-widgets qt5-tools-devel"
+short_desc="Wordcount tracking program"
+maintainer="Reg Tiangha <reg@reginaldtiangha.com>"
+license="GPL-3.0-or-later"
+homepage="https://gottcode.org/novprog/"
+distfiles="https://gottcode.org/${pkgname}/${pkgname}-${version}-src.tar.bz2"
+checksum=126dfeedcdc4553b1dea56896141bce66bf11f8a6618188b6c42371845f6ca1c
+
+if [ "$CROSS_BUILD" ]; then
+	hostmakedepends+=" qt5-widgets qt5-tools-devel"
+fi

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

* Re: New package: novprog-3.1.7.
  2020-11-20 18:02 [PR PATCH] New package: novprog-3.1.7 rtiangha
                   ` (7 preceding siblings ...)
  2020-11-20 18:38 ` [PR PATCH] [Updated] " rtiangha
@ 2022-04-30  2:14 ` github-actions
  2022-05-14  2:16 ` [PR PATCH] [Closed]: " github-actions
  9 siblings, 0 replies; 11+ messages in thread
From: github-actions @ 2022-04-30  2:14 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/26532#issuecomment-1113893082

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

* Re: [PR PATCH] [Closed]: New package: novprog-3.1.7.
  2020-11-20 18:02 [PR PATCH] New package: novprog-3.1.7 rtiangha
                   ` (8 preceding siblings ...)
  2022-04-30  2:14 ` github-actions
@ 2022-05-14  2:16 ` github-actions
  9 siblings, 0 replies; 11+ messages in thread
From: github-actions @ 2022-05-14  2:16 UTC (permalink / raw)
  To: ml

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

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

New package: novprog-3.1.7.
https://github.com/void-linux/void-packages/pull/26532

Description:
From the author of Focuswriter, NovProg is a tool to graph your progress while writing a NaNoWriMo style novel.

https://gottcode.org/novprog/

Builds on amd64, i686, armv7l and aarch64, tested on amd64.

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

end of thread, other threads:[~2022-05-14  2:16 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-11-20 18:02 [PR PATCH] New package: novprog-3.1.7 rtiangha
2020-11-20 18:08 ` [PR PATCH] [Updated] " rtiangha
2020-11-20 18:13 ` ericonr
2020-11-20 18:14 ` [PR REVIEW] " ericonr
2020-11-20 18:33 ` [PR PATCH] [Updated] " rtiangha
2020-11-20 18:34 ` [PR REVIEW] " the-maldridge
2020-11-20 18:35 ` [PR PATCH] [Updated] " rtiangha
2020-11-20 18:36 ` [PR REVIEW] " rtiangha
2020-11-20 18:38 ` [PR PATCH] [Updated] " rtiangha
2022-04-30  2:14 ` github-actions
2022-05-14  2:16 ` [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).