Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] New package: typecatcher-0.4
@ 2021-11-16  4:31 hervyqa
  2021-11-16  4:37 ` [PR REVIEW] " abenson
                   ` (8 more replies)
  0 siblings, 9 replies; 10+ messages in thread
From: hervyqa @ 2021-11-16  4:31 UTC (permalink / raw)
  To: ml

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

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

https://github.com/hervyqa/void-packages typecatcher-0.4
https://github.com/void-linux/void-packages/pull/34102

New package: typecatcher-0.4
<!-- 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**

<!-- Note: If the build is likely to take more than 2 hours, please [skip CI](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)

![Screenshot_20211116_112823](https://user-images.githubusercontent.com/45872139/141920498-88270d84-22b8-4f0e-8339-40fde5977450.png)




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

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

From 1fbac37dc47e6faf9eb128608646300c69b0a401 Mon Sep 17 00:00:00 2001
From: Hervy Qurrotul Ainur Rozi <hervyqa@pm.me>
Date: Tue, 16 Nov 2021 11:26:50 +0700
Subject: [PATCH] New package: typecatcher-0.4

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

diff --git a/srcpkgs/typecatcher/template b/srcpkgs/typecatcher/template
new file mode 100644
index 000000000000..a6d6cee81c84
--- /dev/null
+++ b/srcpkgs/typecatcher/template
@@ -0,0 +1,18 @@
+# Template file for 'typecatcher'
+pkgname=typecatcher
+version=0.4
+revision=1
+build_style=python3-module
+hostmakedepends="intltool python3-distutils-extra python3-gobject gobject-introspection"
+makedepends="gtk+3-devel webkit2gtk-devel "
+depends="gtk+3 python3 python3-gobject webkit2gtk yelp"
+short_desc="Download Google webfonts for off-line use"
+maintainer="Hervy Qurrotul Ainur Rozi <hervyqa@pm.me>"
+license="GPL-3.0-or-later"
+homepage="https://github.com/andrewsomething/typecatcher"
+distfiles="https://github.com/andrewsomething/${pkgname}/archive/refs/tags/${version}.tar.gz"
+checksum=8b7b78bac166c64f12de1314e5aea2791cb5628ca27447eb29efc408c50c36e7
+
+pre_build() {
+	rm -rf apport
+}

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

* Re: [PR REVIEW] New package: typecatcher-0.4
  2021-11-16  4:31 [PR PATCH] New package: typecatcher-0.4 hervyqa
@ 2021-11-16  4:37 ` abenson
  2021-11-16  4:38 ` abenson
                   ` (7 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: abenson @ 2021-11-16  4:37 UTC (permalink / raw)
  To: ml

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

New review comment by abenson on void-packages repository

https://github.com/void-linux/void-packages/pull/34102#discussion_r749893681

Comment:
You can drop `gtk+3` and `webkit2gtk` here, they'll be autodetected.

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

* Re: [PR REVIEW] New package: typecatcher-0.4
  2021-11-16  4:31 [PR PATCH] New package: typecatcher-0.4 hervyqa
  2021-11-16  4:37 ` [PR REVIEW] " abenson
@ 2021-11-16  4:38 ` abenson
  2021-11-16  4:46 ` [PR PATCH] [Updated] " hervyqa
                   ` (6 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: abenson @ 2021-11-16  4:38 UTC (permalink / raw)
  To: ml

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

New review comment by abenson on void-packages repository

https://github.com/void-linux/void-packages/pull/34102#discussion_r749894053

Comment:
Don't use `${pkgname}` here.

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

* Re: [PR PATCH] [Updated] New package: typecatcher-0.4
  2021-11-16  4:31 [PR PATCH] New package: typecatcher-0.4 hervyqa
  2021-11-16  4:37 ` [PR REVIEW] " abenson
  2021-11-16  4:38 ` abenson
@ 2021-11-16  4:46 ` hervyqa
  2021-11-16  4:48 ` [PR REVIEW] " hervyqa
                   ` (5 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: hervyqa @ 2021-11-16  4:46 UTC (permalink / raw)
  To: ml

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

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

https://github.com/hervyqa/void-packages typecatcher-0.4
https://github.com/void-linux/void-packages/pull/34102

New package: typecatcher-0.4
<!-- 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**

<!-- Note: If the build is likely to take more than 2 hours, please [skip CI](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)

![Screenshot_20211116_112823](https://user-images.githubusercontent.com/45872139/141920498-88270d84-22b8-4f0e-8339-40fde5977450.png)




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

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

From c52e4324c21775bccf838b40e9d9e9cda201a0b6 Mon Sep 17 00:00:00 2001
From: Hervy Qurrotul Ainur Rozi <hervyqa@pm.me>
Date: Tue, 16 Nov 2021 11:26:50 +0700
Subject: [PATCH] New package: typecatcher-0.4

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

diff --git a/srcpkgs/typecatcher/template b/srcpkgs/typecatcher/template
new file mode 100644
index 000000000000..b6280c90dd82
--- /dev/null
+++ b/srcpkgs/typecatcher/template
@@ -0,0 +1,19 @@
+# Template file for 'typecatcher'
+pkgname=typecatcher
+version=0.4
+revision=1
+build_style=python3-module
+hostmakedepends="intltool python3-distutils-extra python3-gobject gobject-introspection"
+makedepends="gtk+3-devel webkit2gtk-devel "
+depends="gtk+3 python3 python3-gobject webkit2gtk yelp"
+short_desc="Download Google webfonts for off-line use"
+maintainer="Hervy Qurrotul Ainur Rozi <hervyqa@pm.me>"
+license="GPL-3.0-or-later"
+homepage="https://github.com/andrewsomething/typecatcher"
+distfiles="https://github.com/andrewsomething/${pkgname}/archive/refs/tags/${version}.tar.gz"
+checksum=8b7b78bac166c64f12de1314e5aea2791cb5628ca27447eb29efc408c50c36e7
+
+pre_build() {
+	rm -rf apport
+	rm -rf etc/apport
+}

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

* Re: [PR REVIEW] New package: typecatcher-0.4
  2021-11-16  4:31 [PR PATCH] New package: typecatcher-0.4 hervyqa
                   ` (2 preceding siblings ...)
  2021-11-16  4:46 ` [PR PATCH] [Updated] " hervyqa
@ 2021-11-16  4:48 ` hervyqa
  2021-11-16  4:48 ` hervyqa
                   ` (4 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: hervyqa @ 2021-11-16  4:48 UTC (permalink / raw)
  To: ml

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

New review comment by hervyqa on void-packages repository

https://github.com/void-linux/void-packages/pull/34102#discussion_r749896862

Comment:
@abenson ok wait..

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

* Re: [PR REVIEW] New package: typecatcher-0.4
  2021-11-16  4:31 [PR PATCH] New package: typecatcher-0.4 hervyqa
                   ` (3 preceding siblings ...)
  2021-11-16  4:48 ` [PR REVIEW] " hervyqa
@ 2021-11-16  4:48 ` hervyqa
  2021-11-16  4:52 ` [PR PATCH] [Updated] " hervyqa
                   ` (3 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: hervyqa @ 2021-11-16  4:48 UTC (permalink / raw)
  To: ml

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

New review comment by hervyqa on void-packages repository

https://github.com/void-linux/void-packages/pull/34102#discussion_r749896971

Comment:
@abenson thanks.. 👍

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

* Re: [PR PATCH] [Updated] New package: typecatcher-0.4
  2021-11-16  4:31 [PR PATCH] New package: typecatcher-0.4 hervyqa
                   ` (4 preceding siblings ...)
  2021-11-16  4:48 ` hervyqa
@ 2021-11-16  4:52 ` hervyqa
  2021-11-16  5:06 ` hervyqa
                   ` (2 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: hervyqa @ 2021-11-16  4:52 UTC (permalink / raw)
  To: ml

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

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

https://github.com/hervyqa/void-packages typecatcher-0.4
https://github.com/void-linux/void-packages/pull/34102

New package: typecatcher-0.4
<!-- 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**

<!-- Note: If the build is likely to take more than 2 hours, please [skip CI](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)

![Screenshot_20211116_112823](https://user-images.githubusercontent.com/45872139/141920498-88270d84-22b8-4f0e-8339-40fde5977450.png)




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

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

From 2445b32c2557d96166df634d3b4f38f682ac5b5d Mon Sep 17 00:00:00 2001
From: Hervy Qurrotul Ainur Rozi <hervyqa@pm.me>
Date: Tue, 16 Nov 2021 11:26:50 +0700
Subject: [PATCH] New package: typecatcher-0.4

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

diff --git a/srcpkgs/typecatcher/template b/srcpkgs/typecatcher/template
new file mode 100644
index 000000000000..c026cef04d4a
--- /dev/null
+++ b/srcpkgs/typecatcher/template
@@ -0,0 +1,19 @@
+# Template file for 'typecatcher'
+pkgname=typecatcher
+version=0.4
+revision=1
+build_style=python3-module
+hostmakedepends="intltool python3-distutils-extra python3-gobject gobject-introspection"
+makedepends="gtk+3-devel webkit2gtk-devel "
+depends="python3 python3-gobject yelp"
+short_desc="Download Google webfonts for off-line use"
+maintainer="Hervy Qurrotul Ainur Rozi <hervyqa@pm.me>"
+license="GPL-3.0-or-later"
+homepage="https://github.com/andrewsomething/typecatcher"
+distfiles="https://github.com/andrewsomething/typecatcher/archive/refs/tags/${version}.tar.gz"
+checksum=8b7b78bac166c64f12de1314e5aea2791cb5628ca27447eb29efc408c50c36e7
+
+pre_build() {
+	rm -rf apport
+	rm -rf etc/apport
+}

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

* Re: New package: typecatcher-0.4
  2021-11-16  4:31 [PR PATCH] New package: typecatcher-0.4 hervyqa
                   ` (5 preceding siblings ...)
  2021-11-16  4:52 ` [PR PATCH] [Updated] " hervyqa
@ 2021-11-16  5:06 ` hervyqa
  2022-06-14  2:14 ` github-actions
  2022-06-28  2:15 ` [PR PATCH] [Closed]: " github-actions
  8 siblings, 0 replies; 10+ messages in thread
From: hervyqa @ 2021-11-16  5:06 UTC (permalink / raw)
  To: ml

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

New comment by hervyqa on void-packages repository

https://github.com/void-linux/void-packages/pull/34102#issuecomment-969864000

Comment:
ok. done.. 🎉

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

* Re: New package: typecatcher-0.4
  2021-11-16  4:31 [PR PATCH] New package: typecatcher-0.4 hervyqa
                   ` (6 preceding siblings ...)
  2021-11-16  5:06 ` hervyqa
@ 2022-06-14  2:14 ` github-actions
  2022-06-28  2:15 ` [PR PATCH] [Closed]: " github-actions
  8 siblings, 0 replies; 10+ messages in thread
From: github-actions @ 2022-06-14  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/34102#issuecomment-1154633215

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

* Re: [PR PATCH] [Closed]: New package: typecatcher-0.4
  2021-11-16  4:31 [PR PATCH] New package: typecatcher-0.4 hervyqa
                   ` (7 preceding siblings ...)
  2022-06-14  2:14 ` github-actions
@ 2022-06-28  2:15 ` github-actions
  8 siblings, 0 replies; 10+ messages in thread
From: github-actions @ 2022-06-28  2:15 UTC (permalink / raw)
  To: ml

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

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

New package: typecatcher-0.4
https://github.com/void-linux/void-packages/pull/34102

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

<!-- Note: If the build is likely to take more than 2 hours, please [skip CI](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)

![Screenshot_20211116_112823](https://user-images.githubusercontent.com/45872139/141920498-88270d84-22b8-4f0e-8339-40fde5977450.png)




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

end of thread, other threads:[~2022-06-28  2:15 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-11-16  4:31 [PR PATCH] New package: typecatcher-0.4 hervyqa
2021-11-16  4:37 ` [PR REVIEW] " abenson
2021-11-16  4:38 ` abenson
2021-11-16  4:46 ` [PR PATCH] [Updated] " hervyqa
2021-11-16  4:48 ` [PR REVIEW] " hervyqa
2021-11-16  4:48 ` hervyqa
2021-11-16  4:52 ` [PR PATCH] [Updated] " hervyqa
2021-11-16  5:06 ` hervyqa
2022-06-14  2:14 ` github-actions
2022-06-28  2:15 ` [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).