Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] New package: newsraft-0.15
@ 2023-01-06 12:03 txgk
  2023-01-06 12:26 ` [PR PATCH] [Updated] " txgk
                   ` (10 more replies)
  0 siblings, 11 replies; 12+ messages in thread
From: txgk @ 2023-01-06 12:03 UTC (permalink / raw)
  To: ml

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

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

https://github.com/txgk/void-packages newsraft-template
https://github.com/void-linux/void-packages/pull/41490

New package: newsraft-0.15
<!-- 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 [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**

<!-- 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-glibc)


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

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

From c4b1f8f39d64a5c09e1103536512d7b1d04fd420 Mon Sep 17 00:00:00 2001
From: Grigory Kirillov <txgk@bk.ru>
Date: Fri, 6 Jan 2023 14:59:33 +0300
Subject: [PATCH] New package: newsraft-0.15

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

diff --git a/srcpkgs/newsraft/template b/srcpkgs/newsraft/template
new file mode 100644
index 000000000000..c1f53ff79666
--- /dev/null
+++ b/srcpkgs/newsraft/template
@@ -0,0 +1,12 @@
+# Template file for 'newsraft'
+pkgname=newsraft
+version=0.15
+revision=1
+build_style=gnu-makefile
+makedepends="libcurl-devel expat-devel gumbo-parser-devel ncurses-devel scdoc sqlite-devel yajl-devel"
+short_desc="Feed reader for terminal"
+maintainer="Grigory Kirillov <txgk@bk.ru>"
+license="ISC"
+homepage="https://codeberg.org/grisha/newsraft"
+distfiles="${homepage}/archive/${pkgname}-${version}.tar.gz"
+checksum=9c853c923a2e0576b2319e6fcc1c895d97d7472231696646c0099c386b07cca8

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

* Re: [PR PATCH] [Updated] New package: newsraft-0.15
  2023-01-06 12:03 [PR PATCH] New package: newsraft-0.15 txgk
@ 2023-01-06 12:26 ` txgk
  2023-01-06 13:43 ` [PR REVIEW] " icp1994
                   ` (9 subsequent siblings)
  10 siblings, 0 replies; 12+ messages in thread
From: txgk @ 2023-01-06 12:26 UTC (permalink / raw)
  To: ml

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

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

https://github.com/txgk/void-packages newsraft-template
https://github.com/void-linux/void-packages/pull/41490

New package: newsraft-0.15
<!-- 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 [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**

<!-- 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-glibc)


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

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

From cfee3650fe3db30e6db4658dec9576004facea69 Mon Sep 17 00:00:00 2001
From: Grigory Kirillov <txgk@bk.ru>
Date: Fri, 6 Jan 2023 15:26:11 +0300
Subject: [PATCH] New package: newsraft-0.15

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

diff --git a/srcpkgs/newsraft/template b/srcpkgs/newsraft/template
new file mode 100644
index 000000000000..6faf08fcd543
--- /dev/null
+++ b/srcpkgs/newsraft/template
@@ -0,0 +1,16 @@
+# Template file for 'newsraft'
+pkgname=newsraft
+version=0.15
+revision=1
+build_style=gnu-makefile
+makedepends="libcurl-devel expat-devel gumbo-parser-devel ncurses-devel scdoc sqlite-devel yajl-devel"
+short_desc="Feed reader for terminal"
+maintainer="Grigory Kirillov <txgk@bk.ru>"
+license="ISC"
+homepage="https://codeberg.org/grisha/newsraft"
+distfiles="${homepage}/archive/${pkgname}-${version}.tar.gz"
+checksum=9c853c923a2e0576b2319e6fcc1c895d97d7472231696646c0099c386b07cca8
+
+post_install() {
+	vlicense doc/license.txt
+}

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

* Re: [PR REVIEW] New package: newsraft-0.15
  2023-01-06 12:03 [PR PATCH] New package: newsraft-0.15 txgk
  2023-01-06 12:26 ` [PR PATCH] [Updated] " txgk
@ 2023-01-06 13:43 ` icp1994
  2023-01-06 13:43 ` icp1994
                   ` (8 subsequent siblings)
  10 siblings, 0 replies; 12+ messages in thread
From: icp1994 @ 2023-01-06 13:43 UTC (permalink / raw)
  To: ml

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

New review comment by icp1994 on void-packages repository

https://github.com/void-linux/void-packages/pull/41490#discussion_r1063444751

Comment:
```suggestion
distfiles="https://codeberg.org/grisha/newsraft/archive/newsraft-${version}.tar.gz"
```

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

* Re: [PR REVIEW] New package: newsraft-0.15
  2023-01-06 12:03 [PR PATCH] New package: newsraft-0.15 txgk
  2023-01-06 12:26 ` [PR PATCH] [Updated] " txgk
  2023-01-06 13:43 ` [PR REVIEW] " icp1994
@ 2023-01-06 13:43 ` icp1994
  2023-01-06 13:46 ` [PR PATCH] [Updated] " txgk
                   ` (7 subsequent siblings)
  10 siblings, 0 replies; 12+ messages in thread
From: icp1994 @ 2023-01-06 13:43 UTC (permalink / raw)
  To: ml

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

New review comment by icp1994 on void-packages repository

https://github.com/void-linux/void-packages/pull/41490#discussion_r1063444324

Comment:
```suggestion
make_install_args="EXAMPLES_DIR=${DESTDIR}/usr/share/examples/newsraft"
hostmakedepends="scdoc"
makedepends="libcurl-devel expat-devel gumbo-parser-devel ncurses-devel
 sqlite-devel yajl-devel"
```

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

* Re: [PR PATCH] [Updated] New package: newsraft-0.15
  2023-01-06 12:03 [PR PATCH] New package: newsraft-0.15 txgk
                   ` (2 preceding siblings ...)
  2023-01-06 13:43 ` icp1994
@ 2023-01-06 13:46 ` txgk
  2023-01-06 13:47 ` [PR REVIEW] " txgk
                   ` (6 subsequent siblings)
  10 siblings, 0 replies; 12+ messages in thread
From: txgk @ 2023-01-06 13:46 UTC (permalink / raw)
  To: ml

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

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

https://github.com/txgk/void-packages newsraft-template
https://github.com/void-linux/void-packages/pull/41490

New package: newsraft-0.15
<!-- 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 [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**

<!-- 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-glibc)


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

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

From 3c71f6d3df6c9e9c3141962d1d9f9db2ef3dd114 Mon Sep 17 00:00:00 2001
From: Grigory Kirillov <txgk@bk.ru>
Date: Fri, 6 Jan 2023 16:46:51 +0300
Subject: [PATCH] New package: newsraft-0.15

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

diff --git a/srcpkgs/newsraft/template b/srcpkgs/newsraft/template
new file mode 100644
index 000000000000..f2a1022389a1
--- /dev/null
+++ b/srcpkgs/newsraft/template
@@ -0,0 +1,18 @@
+# Template file for 'newsraft'
+pkgname=newsraft
+version=0.15
+revision=1
+build_style=gnu-makefile
+make_install_args="EXAMPLES_DIR=${DESTDIR}/usr/share/examples/newsraft"
+hostmakedepends="scdoc"
+makedepends="libcurl-devel expat-devel gumbo-parser-devel ncurses-devel scdoc sqlite-devel yajl-devel"
+short_desc="Feed reader for terminal"
+maintainer="Grigory Kirillov <txgk@bk.ru>"
+license="ISC"
+homepage="https://codeberg.org/grisha/newsraft"
+distfiles="https://codeberg.org/grisha/newsraft/archive/newsraft-${version}.tar.gz"
+checksum=9c853c923a2e0576b2319e6fcc1c895d97d7472231696646c0099c386b07cca8
+
+post_install() {
+	vlicense doc/license.txt
+}

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

* Re: [PR REVIEW] New package: newsraft-0.15
  2023-01-06 12:03 [PR PATCH] New package: newsraft-0.15 txgk
                   ` (3 preceding siblings ...)
  2023-01-06 13:46 ` [PR PATCH] [Updated] " txgk
@ 2023-01-06 13:47 ` txgk
  2023-01-06 13:48 ` txgk
                   ` (5 subsequent siblings)
  10 siblings, 0 replies; 12+ messages in thread
From: txgk @ 2023-01-06 13:47 UTC (permalink / raw)
  To: ml

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

New review comment by txgk on void-packages repository

https://github.com/void-linux/void-packages/pull/41490#discussion_r1063447779

Comment:
Applied it, thank you!

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

* Re: [PR REVIEW] New package: newsraft-0.15
  2023-01-06 12:03 [PR PATCH] New package: newsraft-0.15 txgk
                   ` (4 preceding siblings ...)
  2023-01-06 13:47 ` [PR REVIEW] " txgk
@ 2023-01-06 13:48 ` txgk
  2023-01-06 13:49 ` [PR PATCH] [Updated] " txgk
                   ` (4 subsequent siblings)
  10 siblings, 0 replies; 12+ messages in thread
From: txgk @ 2023-01-06 13:48 UTC (permalink / raw)
  To: ml

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

New review comment by txgk on void-packages repository

https://github.com/void-linux/void-packages/pull/41490#discussion_r1063448493

Comment:
Fixed now

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

* Re: [PR PATCH] [Updated] New package: newsraft-0.15
  2023-01-06 12:03 [PR PATCH] New package: newsraft-0.15 txgk
                   ` (5 preceding siblings ...)
  2023-01-06 13:48 ` txgk
@ 2023-01-06 13:49 ` txgk
  2023-01-12 19:27 ` txgk
                   ` (3 subsequent siblings)
  10 siblings, 0 replies; 12+ messages in thread
From: txgk @ 2023-01-06 13:49 UTC (permalink / raw)
  To: ml

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

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

https://github.com/txgk/void-packages newsraft-template
https://github.com/void-linux/void-packages/pull/41490

New package: newsraft-0.15
<!-- 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 [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**

<!-- 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-glibc)


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

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

From 9d263401a7da96b8cc34f59b9c6771e6ffe92e2e Mon Sep 17 00:00:00 2001
From: Grigory Kirillov <txgk@bk.ru>
Date: Fri, 6 Jan 2023 16:49:37 +0300
Subject: [PATCH] New package: newsraft-0.15

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

diff --git a/srcpkgs/newsraft/template b/srcpkgs/newsraft/template
new file mode 100644
index 000000000000..2eae5e14bd69
--- /dev/null
+++ b/srcpkgs/newsraft/template
@@ -0,0 +1,18 @@
+# Template file for 'newsraft'
+pkgname=newsraft
+version=0.15
+revision=1
+build_style=gnu-makefile
+make_install_args="EXAMPLES_DIR=${DESTDIR}/usr/share/examples/newsraft"
+hostmakedepends="scdoc"
+makedepends="libcurl-devel expat-devel gumbo-parser-devel ncurses-devel sqlite-devel yajl-devel"
+short_desc="Feed reader for terminal"
+maintainer="Grigory Kirillov <txgk@bk.ru>"
+license="ISC"
+homepage="https://codeberg.org/grisha/newsraft"
+distfiles="https://codeberg.org/grisha/newsraft/archive/newsraft-${version}.tar.gz"
+checksum=9c853c923a2e0576b2319e6fcc1c895d97d7472231696646c0099c386b07cca8
+
+post_install() {
+	vlicense doc/license.txt
+}

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

* Re: [PR PATCH] [Updated] New package: newsraft-0.15
  2023-01-06 12:03 [PR PATCH] New package: newsraft-0.15 txgk
                   ` (6 preceding siblings ...)
  2023-01-06 13:49 ` [PR PATCH] [Updated] " txgk
@ 2023-01-12 19:27 ` txgk
  2023-01-14 14:34 ` New package: newsraft-0.16 daniel-eys
                   ` (2 subsequent siblings)
  10 siblings, 0 replies; 12+ messages in thread
From: txgk @ 2023-01-12 19:27 UTC (permalink / raw)
  To: ml

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

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

https://github.com/txgk/void-packages newsraft-template
https://github.com/void-linux/void-packages/pull/41490

New package: newsraft-0.15
<!-- 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 [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**

<!-- 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-glibc)


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

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

From 508e45f28787e5efb706ff367b3a52a2ae957bd3 Mon Sep 17 00:00:00 2001
From: Grigory Kirillov <txgk@bk.ru>
Date: Thu, 12 Jan 2023 22:26:57 +0300
Subject: [PATCH] New package: newsraft-0.16

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

diff --git a/srcpkgs/newsraft/template b/srcpkgs/newsraft/template
new file mode 100644
index 000000000000..03d7838164f3
--- /dev/null
+++ b/srcpkgs/newsraft/template
@@ -0,0 +1,18 @@
+# Template file for 'newsraft'
+pkgname=newsraft
+version=0.16
+revision=1
+build_style=gnu-makefile
+make_install_args="EXAMPLES_DIR=${DESTDIR}/usr/share/examples/newsraft"
+hostmakedepends="scdoc"
+makedepends="libcurl-devel expat-devel gumbo-parser-devel ncurses-devel sqlite-devel yajl-devel"
+short_desc="Feed reader for terminal"
+maintainer="Grigory Kirillov <txgk@bk.ru>"
+license="ISC"
+homepage="https://codeberg.org/grisha/newsraft"
+distfiles="https://codeberg.org/grisha/newsraft/archive/newsraft-${version}.tar.gz"
+checksum=539e20fc811983499d33777d8a89910b70844b821602179d9081639171923880
+
+post_install() {
+	vlicense doc/license.txt
+}

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

* Re: New package: newsraft-0.16
  2023-01-06 12:03 [PR PATCH] New package: newsraft-0.15 txgk
                   ` (7 preceding siblings ...)
  2023-01-12 19:27 ` txgk
@ 2023-01-14 14:34 ` daniel-eys
  2023-02-01 13:41 ` txgk
  2023-02-01 13:42 ` [PR PATCH] [Closed]: " txgk
  10 siblings, 0 replies; 12+ messages in thread
From: daniel-eys @ 2023-01-14 14:34 UTC (permalink / raw)
  To: ml

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

New comment by daniel-eys on void-packages repository

https://github.com/void-linux/void-packages/pull/41490#issuecomment-1382755067

Comment:
Tested this for a couple of days now. Working great, thanks!


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

* Re: New package: newsraft-0.16
  2023-01-06 12:03 [PR PATCH] New package: newsraft-0.15 txgk
                   ` (8 preceding siblings ...)
  2023-01-14 14:34 ` New package: newsraft-0.16 daniel-eys
@ 2023-02-01 13:41 ` txgk
  2023-02-01 13:42 ` [PR PATCH] [Closed]: " txgk
  10 siblings, 0 replies; 12+ messages in thread
From: txgk @ 2023-02-01 13:41 UTC (permalink / raw)
  To: ml

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

New comment by txgk on void-packages repository

https://github.com/void-linux/void-packages/pull/41490#issuecomment-1412078760

Comment:
Never mind

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

* Re: [PR PATCH] [Closed]: New package: newsraft-0.16
  2023-01-06 12:03 [PR PATCH] New package: newsraft-0.15 txgk
                   ` (9 preceding siblings ...)
  2023-02-01 13:41 ` txgk
@ 2023-02-01 13:42 ` txgk
  10 siblings, 0 replies; 12+ messages in thread
From: txgk @ 2023-02-01 13:42 UTC (permalink / raw)
  To: ml

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

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

New package: newsraft-0.16
https://github.com/void-linux/void-packages/pull/41490

Description:
<!-- 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 [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**

<!-- 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-glibc)


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

end of thread, other threads:[~2023-02-01 13:42 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-01-06 12:03 [PR PATCH] New package: newsraft-0.15 txgk
2023-01-06 12:26 ` [PR PATCH] [Updated] " txgk
2023-01-06 13:43 ` [PR REVIEW] " icp1994
2023-01-06 13:43 ` icp1994
2023-01-06 13:46 ` [PR PATCH] [Updated] " txgk
2023-01-06 13:47 ` [PR REVIEW] " txgk
2023-01-06 13:48 ` txgk
2023-01-06 13:49 ` [PR PATCH] [Updated] " txgk
2023-01-12 19:27 ` txgk
2023-01-14 14:34 ` New package: newsraft-0.16 daniel-eys
2023-02-01 13:41 ` txgk
2023-02-01 13:42 ` [PR PATCH] [Closed]: " txgk

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