Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] New package: ibus-chewing, ibus-array: add runtime dep.
@ 2022-11-23 15:31 funk443
  2022-11-23 17:26 ` [PR REVIEW] " oreo639
                   ` (38 more replies)
  0 siblings, 39 replies; 40+ messages in thread
From: funk443 @ 2022-11-23 15:31 UTC (permalink / raw)
  To: ml

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

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

https://github.com/funk443/void-packages master
https://github.com/void-linux/void-packages/pull/40710

New package: ibus-chewing, ibus-array: add runtime dep.
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### 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/40710.patch is attached

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

From f5a648ad2c3e53a0df0cc29376987d3d4e22616b Mon Sep 17 00:00:00 2001
From: ctoid <funk443@yandex.com>
Date: Wed, 23 Nov 2022 23:23:43 +0800
Subject: [PATCH 1/4] New package: ibus-chewing-1.5.1

---
 srcpkgs/ibus-chewing/template | 30 ++++++++++++++++++++++++++++++
 1 file changed, 30 insertions(+)
 create mode 100644 srcpkgs/ibus-chewing/template

diff --git a/srcpkgs/ibus-chewing/template b/srcpkgs/ibus-chewing/template
new file mode 100644
index 000000000000..ee8f5d6717de
--- /dev/null
+++ b/srcpkgs/ibus-chewing/template
@@ -0,0 +1,30 @@
+# Template file for 'ibus-chewing'
+pkgname=ibus-chewing
+version=1.5.1
+revision=1
+archs="x86_64"
+build_style=gnu-makefile
+hostmakedepends="git cmake pkg-config"
+makedepends="gettext-devel libchewing-devel ibus-devel gob2 libX11-devel gtk+3-devel glib-devel findutils"
+depends="ibus libchewing"
+short_desc="Chewing input method for ibus"
+maintainer="ctoid <funk443@yandex.com>"
+license="GPL-2.0-or-later"
+homepage="https://github.com/definite/ibus-chewing"
+
+do_fetch() {
+	git clone https://github.com/definite/ibus-chewing.git $wrksrc
+}
+
+pre_configure() {
+	rm -rf cmake-fedora
+	git clone https://pagure.io/cmake-fedora.git
+}
+
+do_configure() {
+	cmake . -DCMAKE_INSTALL_PREFIX='/usr' -DLIBEXEC_DIR='/usr/libexec'
+}
+
+post_install() {
+	glib-compile-schemas /usr/share/glib-2.0/schemas
+}

From c3b3d25a8e0f681f2aff8c2bfbdf1ef6a6918699 Mon Sep 17 00:00:00 2001
From: ctoid <funk443@yandex.com>
Date: Wed, 23 Nov 2022 23:25:46 +0800
Subject: [PATCH 2/4] ibus-array: Add a runtime dep.

---
 srcpkgs/ibus-array/template | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/srcpkgs/ibus-array/template b/srcpkgs/ibus-array/template
index 14462250e789..f5392e3bd92c 100644
--- a/srcpkgs/ibus-array/template
+++ b/srcpkgs/ibus-array/template
@@ -1,10 +1,11 @@
 # Template file for 'ibus-array'
 pkgname=ibus-array
 version=0.2.2
-revision=1
+revision=2
 build_style=gnu-configure
 hostmakedepends="automake pkg-config python3 gettext-devel libtool"
 makedepends="ibus-devel gettext-devel sqlite-devel"
+depends="ibus"
 short_desc="Array 30 engine for iBus"
 maintainer="CToID <funk443@yandex.com>"
 license="GPL-2.0-or-later"

From a39a93103ae28c1d6460554e62742118d924ec20 Mon Sep 17 00:00:00 2001
From: ctoid <funk443@yandex.com>
Date: Wed, 23 Nov 2022 23:23:43 +0800
Subject: [PATCH 3/4] New package: ibus-chewing-1.5.1

---
 srcpkgs/ibus-chewing/template | 30 ++++++++++++++++++++++++++++++
 1 file changed, 30 insertions(+)
 create mode 100644 srcpkgs/ibus-chewing/template

diff --git a/srcpkgs/ibus-chewing/template b/srcpkgs/ibus-chewing/template
new file mode 100644
index 000000000000..ee8f5d6717de
--- /dev/null
+++ b/srcpkgs/ibus-chewing/template
@@ -0,0 +1,30 @@
+# Template file for 'ibus-chewing'
+pkgname=ibus-chewing
+version=1.5.1
+revision=1
+archs="x86_64"
+build_style=gnu-makefile
+hostmakedepends="git cmake pkg-config"
+makedepends="gettext-devel libchewing-devel ibus-devel gob2 libX11-devel gtk+3-devel glib-devel findutils"
+depends="ibus libchewing"
+short_desc="Chewing input method for ibus"
+maintainer="ctoid <funk443@yandex.com>"
+license="GPL-2.0-or-later"
+homepage="https://github.com/definite/ibus-chewing"
+
+do_fetch() {
+	git clone https://github.com/definite/ibus-chewing.git $wrksrc
+}
+
+pre_configure() {
+	rm -rf cmake-fedora
+	git clone https://pagure.io/cmake-fedora.git
+}
+
+do_configure() {
+	cmake . -DCMAKE_INSTALL_PREFIX='/usr' -DLIBEXEC_DIR='/usr/libexec'
+}
+
+post_install() {
+	glib-compile-schemas /usr/share/glib-2.0/schemas
+}

From aee3fae4b43d1a35a02ef107851422347274c865 Mon Sep 17 00:00:00 2001
From: ctoid <funk443@yandex.com>
Date: Wed, 23 Nov 2022 23:25:46 +0800
Subject: [PATCH 4/4] ibus-array: Add a runtime dep.

---
 srcpkgs/ibus-array/template | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/srcpkgs/ibus-array/template b/srcpkgs/ibus-array/template
index 14462250e789..f5392e3bd92c 100644
--- a/srcpkgs/ibus-array/template
+++ b/srcpkgs/ibus-array/template
@@ -1,10 +1,11 @@
 # Template file for 'ibus-array'
 pkgname=ibus-array
 version=0.2.2
-revision=1
+revision=2
 build_style=gnu-configure
 hostmakedepends="automake pkg-config python3 gettext-devel libtool"
 makedepends="ibus-devel gettext-devel sqlite-devel"
+depends="ibus"
 short_desc="Array 30 engine for iBus"
 maintainer="CToID <funk443@yandex.com>"
 license="GPL-2.0-or-later"

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

* Re: [PR REVIEW] New package: ibus-chewing, ibus-array: add runtime dep.
  2022-11-23 15:31 [PR PATCH] New package: ibus-chewing, ibus-array: add runtime dep funk443
                   ` (2 preceding siblings ...)
  2022-11-23 17:26 ` oreo639
@ 2022-11-23 17:26 ` oreo639
  2022-11-23 17:26 ` oreo639
                   ` (34 subsequent siblings)
  38 siblings, 0 replies; 40+ messages in thread
From: oreo639 @ 2022-11-23 17:26 UTC (permalink / raw)
  To: ml

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

New review comment by oreo639 on void-packages repository

https://github.com/void-linux/void-packages/pull/40710#discussion_r1030709380

Comment:
ibus-array already depends on ibus, you can confirm using `xbps-query -Rx ibus-array`.
(it should be added in the "collect rundeps" step)

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

* Re: [PR REVIEW] New package: ibus-chewing, ibus-array: add runtime dep.
  2022-11-23 15:31 [PR PATCH] New package: ibus-chewing, ibus-array: add runtime dep funk443
@ 2022-11-23 17:26 ` oreo639
  2022-11-23 17:26 ` oreo639
                   ` (37 subsequent siblings)
  38 siblings, 0 replies; 40+ messages in thread
From: oreo639 @ 2022-11-23 17:26 UTC (permalink / raw)
  To: ml

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

New review comment by oreo639 on void-packages repository

https://github.com/void-linux/void-packages/pull/40710#discussion_r1030710776

Comment:
We don't generally accept packages using git clone. We definitely will not accept a package using git and cloning straight to the master branch.

Please use tagged releases whenever possible, and use proper distfiles whenever possible.

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

* Re: [PR REVIEW] New package: ibus-chewing, ibus-array: add runtime dep.
  2022-11-23 15:31 [PR PATCH] New package: ibus-chewing, ibus-array: add runtime dep funk443
  2022-11-23 17:26 ` [PR REVIEW] " oreo639
  2022-11-23 17:26 ` oreo639
@ 2022-11-23 17:26 ` oreo639
  2022-11-23 17:26 ` oreo639
                   ` (35 subsequent siblings)
  38 siblings, 0 replies; 40+ messages in thread
From: oreo639 @ 2022-11-23 17:26 UTC (permalink / raw)
  To: ml

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

New review comment by oreo639 on void-packages repository

https://github.com/void-linux/void-packages/pull/40710#discussion_r1030712271

Comment:
For this, you shouldn't need to add a custom do_configure, you should be able to just do `configure_args`.

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

* Re: [PR REVIEW] New package: ibus-chewing, ibus-array: add runtime dep.
  2022-11-23 15:31 [PR PATCH] New package: ibus-chewing, ibus-array: add runtime dep funk443
  2022-11-23 17:26 ` [PR REVIEW] " oreo639
@ 2022-11-23 17:26 ` oreo639
  2022-11-23 17:26 ` oreo639
                   ` (36 subsequent siblings)
  38 siblings, 0 replies; 40+ messages in thread
From: oreo639 @ 2022-11-23 17:26 UTC (permalink / raw)
  To: ml

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

New review comment by oreo639 on void-packages repository

https://github.com/void-linux/void-packages/pull/40710#discussion_r1030713606

Comment:
Why is this restricted to x86_64? (if, for example, it doesn't cross compile, it should instead be marked as nocross)

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

* Re: [PR REVIEW] New package: ibus-chewing, ibus-array: add runtime dep.
  2022-11-23 15:31 [PR PATCH] New package: ibus-chewing, ibus-array: add runtime dep funk443
                   ` (3 preceding siblings ...)
  2022-11-23 17:26 ` oreo639
@ 2022-11-23 17:26 ` oreo639
  2022-11-23 17:27 ` oreo639
                   ` (33 subsequent siblings)
  38 siblings, 0 replies; 40+ messages in thread
From: oreo639 @ 2022-11-23 17:26 UTC (permalink / raw)
  To: ml

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

New review comment by oreo639 on void-packages repository

https://github.com/void-linux/void-packages/pull/40710#discussion_r1030714445

Comment:
`makedepends` is for library dependencies, `hostmakedepends` is for application dependencies, `gettext-devel` should be in `hostmakedepends`, I imagine `findutils` should be as well.

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

* Re: [PR REVIEW] New package: ibus-chewing, ibus-array: add runtime dep.
  2022-11-23 15:31 [PR PATCH] New package: ibus-chewing, ibus-array: add runtime dep funk443
                   ` (4 preceding siblings ...)
  2022-11-23 17:26 ` oreo639
@ 2022-11-23 17:27 ` oreo639
  2022-11-23 17:28 ` oreo639
                   ` (32 subsequent siblings)
  38 siblings, 0 replies; 40+ messages in thread
From: oreo639 @ 2022-11-23 17:27 UTC (permalink / raw)
  To: ml

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

New review comment by oreo639 on void-packages repository

https://github.com/void-linux/void-packages/pull/40710#discussion_r1030709380

Comment:
ibus-array already depends on ibus, you can confirm using `xbps-query -Rx ibus-array`.
(it should already be added in the "collect rundeps" step)

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

* Re: [PR REVIEW] New package: ibus-chewing, ibus-array: add runtime dep.
  2022-11-23 15:31 [PR PATCH] New package: ibus-chewing, ibus-array: add runtime dep funk443
                   ` (5 preceding siblings ...)
  2022-11-23 17:27 ` oreo639
@ 2022-11-23 17:28 ` oreo639
  2022-11-23 17:32 ` oreo639
                   ` (31 subsequent siblings)
  38 siblings, 0 replies; 40+ messages in thread
From: oreo639 @ 2022-11-23 17:28 UTC (permalink / raw)
  To: ml

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

New review comment by oreo639 on void-packages repository

https://github.com/void-linux/void-packages/pull/40710#discussion_r1030712271

Comment:
For this, you shouldn't need to add a custom do_configure, you should be able to just use `configure_args`.

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

* Re: [PR REVIEW] New package: ibus-chewing, ibus-array: add runtime dep.
  2022-11-23 15:31 [PR PATCH] New package: ibus-chewing, ibus-array: add runtime dep funk443
                   ` (6 preceding siblings ...)
  2022-11-23 17:28 ` oreo639
@ 2022-11-23 17:32 ` oreo639
  2022-11-23 17:33 ` oreo639
                   ` (30 subsequent siblings)
  38 siblings, 0 replies; 40+ messages in thread
From: oreo639 @ 2022-11-23 17:32 UTC (permalink / raw)
  To: ml

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

New review comment by oreo639 on void-packages repository

https://github.com/void-linux/void-packages/pull/40710#discussion_r1030713606

Comment:
Why is this restricted to x86_64? (if, for example, it simply cannot be cross compiled, it should instead be marked as nocross)

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

* Re: [PR REVIEW] New package: ibus-chewing, ibus-array: add runtime dep.
  2022-11-23 15:31 [PR PATCH] New package: ibus-chewing, ibus-array: add runtime dep funk443
                   ` (7 preceding siblings ...)
  2022-11-23 17:32 ` oreo639
@ 2022-11-23 17:33 ` oreo639
  2022-11-23 17:34 ` oreo639
                   ` (29 subsequent siblings)
  38 siblings, 0 replies; 40+ messages in thread
From: oreo639 @ 2022-11-23 17:33 UTC (permalink / raw)
  To: ml

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

New review comment by oreo639 on void-packages repository

https://github.com/void-linux/void-packages/pull/40710#discussion_r1030714445

Comment:
`makedepends` is for library dependencies, `hostmakedepends` is for applications that need to run during the build, `gettext-devel` should be in `hostmakedepends`, I imagine `findutils` should be as well.

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

* Re: [PR REVIEW] New package: ibus-chewing, ibus-array: add runtime dep.
  2022-11-23 15:31 [PR PATCH] New package: ibus-chewing, ibus-array: add runtime dep funk443
                   ` (8 preceding siblings ...)
  2022-11-23 17:33 ` oreo639
@ 2022-11-23 17:34 ` oreo639
  2022-11-24  0:10 ` classabbyamp
                   ` (28 subsequent siblings)
  38 siblings, 0 replies; 40+ messages in thread
From: oreo639 @ 2022-11-23 17:34 UTC (permalink / raw)
  To: ml

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

New review comment by oreo639 on void-packages repository

https://github.com/void-linux/void-packages/pull/40710#discussion_r1030712271

Comment:
For this, you shouldn't need to add a custom do_configure, you should be able to just use `configure_args`.
https://github.com/void-linux/void-packages/blob/master/Manual.md

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

* Re: [PR REVIEW] New package: ibus-chewing, ibus-array: add runtime dep.
  2022-11-23 15:31 [PR PATCH] New package: ibus-chewing, ibus-array: add runtime dep funk443
                   ` (9 preceding siblings ...)
  2022-11-23 17:34 ` oreo639
@ 2022-11-24  0:10 ` classabbyamp
  2022-11-24  3:24 ` sgn
                   ` (27 subsequent siblings)
  38 siblings, 0 replies; 40+ messages in thread
From: classabbyamp @ 2022-11-24  0:10 UTC (permalink / raw)
  To: ml

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

New review comment by classabbyamp on void-packages repository

https://github.com/void-linux/void-packages/pull/40710#discussion_r1030954461

Comment:
and `-DCMAKE_INSTALL_PREFIX='/usr'` is already defined in the build-style so it doesn't need to specified.

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

* Re: [PR REVIEW] New package: ibus-chewing, ibus-array: add runtime dep.
  2022-11-23 15:31 [PR PATCH] New package: ibus-chewing, ibus-array: add runtime dep funk443
                   ` (10 preceding siblings ...)
  2022-11-24  0:10 ` classabbyamp
@ 2022-11-24  3:24 ` sgn
  2022-11-24  4:08 ` [PR PATCH] [Updated] " funk443
                   ` (26 subsequent siblings)
  38 siblings, 0 replies; 40+ messages in thread
From: sgn @ 2022-11-24  3:24 UTC (permalink / raw)
  To: ml

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

New review comment by sgn on void-packages repository

https://github.com/void-linux/void-packages/pull/40710#discussion_r1031023413

Comment:
Please don't do this.

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

* Re: [PR PATCH] [Updated] New package: ibus-chewing, ibus-array: add runtime dep.
  2022-11-23 15:31 [PR PATCH] New package: ibus-chewing, ibus-array: add runtime dep funk443
                   ` (11 preceding siblings ...)
  2022-11-24  3:24 ` sgn
@ 2022-11-24  4:08 ` funk443
  2022-11-24  4:14 ` funk443
                   ` (25 subsequent siblings)
  38 siblings, 0 replies; 40+ messages in thread
From: funk443 @ 2022-11-24  4:08 UTC (permalink / raw)
  To: ml

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

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

https://github.com/funk443/void-packages master
https://github.com/void-linux/void-packages/pull/40710

New package: ibus-chewing, ibus-array: add runtime dep.
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### 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/40710.patch is attached

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

From a39a93103ae28c1d6460554e62742118d924ec20 Mon Sep 17 00:00:00 2001
From: ctoid <funk443@yandex.com>
Date: Wed, 23 Nov 2022 23:23:43 +0800
Subject: [PATCH 1/2] New package: ibus-chewing-1.5.1

---
 srcpkgs/ibus-chewing/template | 30 ++++++++++++++++++++++++++++++
 1 file changed, 30 insertions(+)
 create mode 100644 srcpkgs/ibus-chewing/template

diff --git a/srcpkgs/ibus-chewing/template b/srcpkgs/ibus-chewing/template
new file mode 100644
index 000000000000..ee8f5d6717de
--- /dev/null
+++ b/srcpkgs/ibus-chewing/template
@@ -0,0 +1,30 @@
+# Template file for 'ibus-chewing'
+pkgname=ibus-chewing
+version=1.5.1
+revision=1
+archs="x86_64"
+build_style=gnu-makefile
+hostmakedepends="git cmake pkg-config"
+makedepends="gettext-devel libchewing-devel ibus-devel gob2 libX11-devel gtk+3-devel glib-devel findutils"
+depends="ibus libchewing"
+short_desc="Chewing input method for ibus"
+maintainer="ctoid <funk443@yandex.com>"
+license="GPL-2.0-or-later"
+homepage="https://github.com/definite/ibus-chewing"
+
+do_fetch() {
+	git clone https://github.com/definite/ibus-chewing.git $wrksrc
+}
+
+pre_configure() {
+	rm -rf cmake-fedora
+	git clone https://pagure.io/cmake-fedora.git
+}
+
+do_configure() {
+	cmake . -DCMAKE_INSTALL_PREFIX='/usr' -DLIBEXEC_DIR='/usr/libexec'
+}
+
+post_install() {
+	glib-compile-schemas /usr/share/glib-2.0/schemas
+}

From aee3fae4b43d1a35a02ef107851422347274c865 Mon Sep 17 00:00:00 2001
From: ctoid <funk443@yandex.com>
Date: Wed, 23 Nov 2022 23:25:46 +0800
Subject: [PATCH 2/2] ibus-array: Add a runtime dep.

---
 srcpkgs/ibus-array/template | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/srcpkgs/ibus-array/template b/srcpkgs/ibus-array/template
index 14462250e789..f5392e3bd92c 100644
--- a/srcpkgs/ibus-array/template
+++ b/srcpkgs/ibus-array/template
@@ -1,10 +1,11 @@
 # Template file for 'ibus-array'
 pkgname=ibus-array
 version=0.2.2
-revision=1
+revision=2
 build_style=gnu-configure
 hostmakedepends="automake pkg-config python3 gettext-devel libtool"
 makedepends="ibus-devel gettext-devel sqlite-devel"
+depends="ibus"
 short_desc="Array 30 engine for iBus"
 maintainer="CToID <funk443@yandex.com>"
 license="GPL-2.0-or-later"

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

* Re: [PR PATCH] [Updated] New package: ibus-chewing, ibus-array: add runtime dep.
  2022-11-23 15:31 [PR PATCH] New package: ibus-chewing, ibus-array: add runtime dep funk443
                   ` (12 preceding siblings ...)
  2022-11-24  4:08 ` [PR PATCH] [Updated] " funk443
@ 2022-11-24  4:14 ` funk443
  2022-11-24 11:12 ` funk443
                   ` (24 subsequent siblings)
  38 siblings, 0 replies; 40+ messages in thread
From: funk443 @ 2022-11-24  4:14 UTC (permalink / raw)
  To: ml

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

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

https://github.com/funk443/void-packages master
https://github.com/void-linux/void-packages/pull/40710

New package: ibus-chewing, ibus-array: add runtime dep.
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### 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/40710.patch is attached

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

From a39a93103ae28c1d6460554e62742118d924ec20 Mon Sep 17 00:00:00 2001
From: ctoid <funk443@yandex.com>
Date: Wed, 23 Nov 2022 23:23:43 +0800
Subject: [PATCH] New package: ibus-chewing-1.5.1

---
 srcpkgs/ibus-chewing/template | 30 ++++++++++++++++++++++++++++++
 1 file changed, 30 insertions(+)
 create mode 100644 srcpkgs/ibus-chewing/template

diff --git a/srcpkgs/ibus-chewing/template b/srcpkgs/ibus-chewing/template
new file mode 100644
index 000000000000..ee8f5d6717de
--- /dev/null
+++ b/srcpkgs/ibus-chewing/template
@@ -0,0 +1,30 @@
+# Template file for 'ibus-chewing'
+pkgname=ibus-chewing
+version=1.5.1
+revision=1
+archs="x86_64"
+build_style=gnu-makefile
+hostmakedepends="git cmake pkg-config"
+makedepends="gettext-devel libchewing-devel ibus-devel gob2 libX11-devel gtk+3-devel glib-devel findutils"
+depends="ibus libchewing"
+short_desc="Chewing input method for ibus"
+maintainer="ctoid <funk443@yandex.com>"
+license="GPL-2.0-or-later"
+homepage="https://github.com/definite/ibus-chewing"
+
+do_fetch() {
+	git clone https://github.com/definite/ibus-chewing.git $wrksrc
+}
+
+pre_configure() {
+	rm -rf cmake-fedora
+	git clone https://pagure.io/cmake-fedora.git
+}
+
+do_configure() {
+	cmake . -DCMAKE_INSTALL_PREFIX='/usr' -DLIBEXEC_DIR='/usr/libexec'
+}
+
+post_install() {
+	glib-compile-schemas /usr/share/glib-2.0/schemas
+}

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

* Re: [PR PATCH] [Updated] New package: ibus-chewing, ibus-array: add runtime dep.
  2022-11-23 15:31 [PR PATCH] New package: ibus-chewing, ibus-array: add runtime dep funk443
                   ` (13 preceding siblings ...)
  2022-11-24  4:14 ` funk443
@ 2022-11-24 11:12 ` funk443
  2022-11-24 11:13 ` [PR REVIEW] " classabbyamp
                   ` (23 subsequent siblings)
  38 siblings, 0 replies; 40+ messages in thread
From: funk443 @ 2022-11-24 11:12 UTC (permalink / raw)
  To: ml

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

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

https://github.com/funk443/void-packages master
https://github.com/void-linux/void-packages/pull/40710

New package: ibus-chewing, ibus-array: add runtime dep.
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### 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/40710.patch is attached

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

From a39a93103ae28c1d6460554e62742118d924ec20 Mon Sep 17 00:00:00 2001
From: ctoid <funk443@yandex.com>
Date: Wed, 23 Nov 2022 23:23:43 +0800
Subject: [PATCH 1/2] New package: ibus-chewing-1.5.1

---
 srcpkgs/ibus-chewing/template | 30 ++++++++++++++++++++++++++++++
 1 file changed, 30 insertions(+)
 create mode 100644 srcpkgs/ibus-chewing/template

diff --git a/srcpkgs/ibus-chewing/template b/srcpkgs/ibus-chewing/template
new file mode 100644
index 000000000000..ee8f5d6717de
--- /dev/null
+++ b/srcpkgs/ibus-chewing/template
@@ -0,0 +1,30 @@
+# Template file for 'ibus-chewing'
+pkgname=ibus-chewing
+version=1.5.1
+revision=1
+archs="x86_64"
+build_style=gnu-makefile
+hostmakedepends="git cmake pkg-config"
+makedepends="gettext-devel libchewing-devel ibus-devel gob2 libX11-devel gtk+3-devel glib-devel findutils"
+depends="ibus libchewing"
+short_desc="Chewing input method for ibus"
+maintainer="ctoid <funk443@yandex.com>"
+license="GPL-2.0-or-later"
+homepage="https://github.com/definite/ibus-chewing"
+
+do_fetch() {
+	git clone https://github.com/definite/ibus-chewing.git $wrksrc
+}
+
+pre_configure() {
+	rm -rf cmake-fedora
+	git clone https://pagure.io/cmake-fedora.git
+}
+
+do_configure() {
+	cmake . -DCMAKE_INSTALL_PREFIX='/usr' -DLIBEXEC_DIR='/usr/libexec'
+}
+
+post_install() {
+	glib-compile-schemas /usr/share/glib-2.0/schemas
+}

From 631e913de961b58e8074dd33ad5c6b78b4d73f4a Mon Sep 17 00:00:00 2001
From: ctoid <funk443@yandex.com>
Date: Thu, 24 Nov 2022 19:13:09 +0800
Subject: [PATCH 2/2] ibus-chewing: update to 1.5.1.

---
 srcpkgs/ibus-chewing/template | 24 +++++++++---------------
 1 file changed, 9 insertions(+), 15 deletions(-)

diff --git a/srcpkgs/ibus-chewing/template b/srcpkgs/ibus-chewing/template
index ee8f5d6717de..361a71647a2a 100644
--- a/srcpkgs/ibus-chewing/template
+++ b/srcpkgs/ibus-chewing/template
@@ -3,28 +3,22 @@ pkgname=ibus-chewing
 version=1.5.1
 revision=1
 archs="x86_64"
-build_style=gnu-makefile
-hostmakedepends="git cmake pkg-config"
-makedepends="gettext-devel libchewing-devel ibus-devel gob2 libX11-devel gtk+3-devel glib-devel findutils"
+build_style=cmake
+configure_args="-DLIBEXEC_DIR=/usr/libexec"
+make_cmd=make
+hostmakedepends="git cmake pkg-config findutils gettext-devel"
+makedepends="libchewing-devel ibus-devel gob2 libX11-devel gtk+-devel glib-devel"
 depends="ibus libchewing"
 short_desc="Chewing input method for ibus"
 maintainer="ctoid <funk443@yandex.com>"
 license="GPL-2.0-or-later"
 homepage="https://github.com/definite/ibus-chewing"
-
-do_fetch() {
-	git clone https://github.com/definite/ibus-chewing.git $wrksrc
-}
+distfiles="https://github.com/definite/ibus-chewing/archive/refs/tags/${version}.tar.gz"
+checksum="4c0b58e9b13b826969d8df6276275bbd893a4a6d665cc218a65aa3eecde00d53"
+nocross=yes
 
 pre_configure() {
 	rm -rf cmake-fedora
 	git clone https://pagure.io/cmake-fedora.git
-}
-
-do_configure() {
-	cmake . -DCMAKE_INSTALL_PREFIX='/usr' -DLIBEXEC_DIR='/usr/libexec'
-}
-
-post_install() {
-	glib-compile-schemas /usr/share/glib-2.0/schemas
+	export CMAKE_GENERATOR="Unix Makefiles"
 }

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

* Re: [PR REVIEW] New package: ibus-chewing, ibus-array: add runtime dep.
  2022-11-23 15:31 [PR PATCH] New package: ibus-chewing, ibus-array: add runtime dep funk443
                   ` (14 preceding siblings ...)
  2022-11-24 11:12 ` funk443
@ 2022-11-24 11:13 ` classabbyamp
  2022-11-24 11:18 ` [PR PATCH] [Updated] " funk443
                   ` (22 subsequent siblings)
  38 siblings, 0 replies; 40+ messages in thread
From: classabbyamp @ 2022-11-24 11:13 UTC (permalink / raw)
  To: ml

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

New review comment by classabbyamp on void-packages repository

https://github.com/void-linux/void-packages/pull/40710#discussion_r1031390979

Comment:
why is this needed?

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

* Re: [PR PATCH] [Updated] New package: ibus-chewing, ibus-array: add runtime dep.
  2022-11-23 15:31 [PR PATCH] New package: ibus-chewing, ibus-array: add runtime dep funk443
                   ` (15 preceding siblings ...)
  2022-11-24 11:13 ` [PR REVIEW] " classabbyamp
@ 2022-11-24 11:18 ` funk443
  2022-11-24 11:18 ` funk443
                   ` (21 subsequent siblings)
  38 siblings, 0 replies; 40+ messages in thread
From: funk443 @ 2022-11-24 11:18 UTC (permalink / raw)
  To: ml

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

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

https://github.com/funk443/void-packages master
https://github.com/void-linux/void-packages/pull/40710

New package: ibus-chewing, ibus-array: add runtime dep.
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### 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/40710.patch is attached

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

From 54833756b9444892b39cf4fe7d91eec34943683f Mon Sep 17 00:00:00 2001
From: ctoid <funk443@yandex.com>
Date: Thu, 24 Nov 2022 19:18:39 +0800
Subject: [PATCH] New package: ibus-chewing-1.5.1

---
 srcpkgs/ibus-chewing/template | 24 ++++++++++++++++++++++++
 1 file changed, 24 insertions(+)
 create mode 100644 srcpkgs/ibus-chewing/template

diff --git a/srcpkgs/ibus-chewing/template b/srcpkgs/ibus-chewing/template
new file mode 100644
index 000000000000..361a71647a2a
--- /dev/null
+++ b/srcpkgs/ibus-chewing/template
@@ -0,0 +1,24 @@
+# Template file for 'ibus-chewing'
+pkgname=ibus-chewing
+version=1.5.1
+revision=1
+archs="x86_64"
+build_style=cmake
+configure_args="-DLIBEXEC_DIR=/usr/libexec"
+make_cmd=make
+hostmakedepends="git cmake pkg-config findutils gettext-devel"
+makedepends="libchewing-devel ibus-devel gob2 libX11-devel gtk+-devel glib-devel"
+depends="ibus libchewing"
+short_desc="Chewing input method for ibus"
+maintainer="ctoid <funk443@yandex.com>"
+license="GPL-2.0-or-later"
+homepage="https://github.com/definite/ibus-chewing"
+distfiles="https://github.com/definite/ibus-chewing/archive/refs/tags/${version}.tar.gz"
+checksum="4c0b58e9b13b826969d8df6276275bbd893a4a6d665cc218a65aa3eecde00d53"
+nocross=yes
+
+pre_configure() {
+	rm -rf cmake-fedora
+	git clone https://pagure.io/cmake-fedora.git
+	export CMAKE_GENERATOR="Unix Makefiles"
+}

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

* Re: [PR PATCH] [Updated] New package: ibus-chewing, ibus-array: add runtime dep.
  2022-11-23 15:31 [PR PATCH] New package: ibus-chewing, ibus-array: add runtime dep funk443
                   ` (16 preceding siblings ...)
  2022-11-24 11:18 ` [PR PATCH] [Updated] " funk443
@ 2022-11-24 11:18 ` funk443
  2022-11-24 11:20 ` [PR PATCH] [Updated] New package: ibus-chewing funk443
                   ` (20 subsequent siblings)
  38 siblings, 0 replies; 40+ messages in thread
From: funk443 @ 2022-11-24 11:18 UTC (permalink / raw)
  To: ml

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

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

https://github.com/funk443/void-packages master
https://github.com/void-linux/void-packages/pull/40710

New package: ibus-chewing, ibus-array: add runtime dep.
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### 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/40710.patch is attached

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

From 54833756b9444892b39cf4fe7d91eec34943683f Mon Sep 17 00:00:00 2001
From: ctoid <funk443@yandex.com>
Date: Thu, 24 Nov 2022 19:18:39 +0800
Subject: [PATCH] New package: ibus-chewing-1.5.1

---
 srcpkgs/ibus-chewing/template | 24 ++++++++++++++++++++++++
 1 file changed, 24 insertions(+)
 create mode 100644 srcpkgs/ibus-chewing/template

diff --git a/srcpkgs/ibus-chewing/template b/srcpkgs/ibus-chewing/template
new file mode 100644
index 000000000000..361a71647a2a
--- /dev/null
+++ b/srcpkgs/ibus-chewing/template
@@ -0,0 +1,24 @@
+# Template file for 'ibus-chewing'
+pkgname=ibus-chewing
+version=1.5.1
+revision=1
+archs="x86_64"
+build_style=cmake
+configure_args="-DLIBEXEC_DIR=/usr/libexec"
+make_cmd=make
+hostmakedepends="git cmake pkg-config findutils gettext-devel"
+makedepends="libchewing-devel ibus-devel gob2 libX11-devel gtk+-devel glib-devel"
+depends="ibus libchewing"
+short_desc="Chewing input method for ibus"
+maintainer="ctoid <funk443@yandex.com>"
+license="GPL-2.0-or-later"
+homepage="https://github.com/definite/ibus-chewing"
+distfiles="https://github.com/definite/ibus-chewing/archive/refs/tags/${version}.tar.gz"
+checksum="4c0b58e9b13b826969d8df6276275bbd893a4a6d665cc218a65aa3eecde00d53"
+nocross=yes
+
+pre_configure() {
+	rm -rf cmake-fedora
+	git clone https://pagure.io/cmake-fedora.git
+	export CMAKE_GENERATOR="Unix Makefiles"
+}

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

* Re: [PR PATCH] [Updated] New package: ibus-chewing
  2022-11-23 15:31 [PR PATCH] New package: ibus-chewing, ibus-array: add runtime dep funk443
                   ` (17 preceding siblings ...)
  2022-11-24 11:18 ` funk443
@ 2022-11-24 11:20 ` funk443
  2022-11-24 11:21 ` [PR REVIEW] " funk443
                   ` (19 subsequent siblings)
  38 siblings, 0 replies; 40+ messages in thread
From: funk443 @ 2022-11-24 11:20 UTC (permalink / raw)
  To: ml

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

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

https://github.com/funk443/void-packages master
https://github.com/void-linux/void-packages/pull/40710

New package: ibus-chewing
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### 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/40710.patch is attached

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

From 54833756b9444892b39cf4fe7d91eec34943683f Mon Sep 17 00:00:00 2001
From: ctoid <funk443@yandex.com>
Date: Thu, 24 Nov 2022 19:18:39 +0800
Subject: [PATCH] New package: ibus-chewing-1.5.1

---
 srcpkgs/ibus-chewing/template | 24 ++++++++++++++++++++++++
 1 file changed, 24 insertions(+)
 create mode 100644 srcpkgs/ibus-chewing/template

diff --git a/srcpkgs/ibus-chewing/template b/srcpkgs/ibus-chewing/template
new file mode 100644
index 000000000000..361a71647a2a
--- /dev/null
+++ b/srcpkgs/ibus-chewing/template
@@ -0,0 +1,24 @@
+# Template file for 'ibus-chewing'
+pkgname=ibus-chewing
+version=1.5.1
+revision=1
+archs="x86_64"
+build_style=cmake
+configure_args="-DLIBEXEC_DIR=/usr/libexec"
+make_cmd=make
+hostmakedepends="git cmake pkg-config findutils gettext-devel"
+makedepends="libchewing-devel ibus-devel gob2 libX11-devel gtk+-devel glib-devel"
+depends="ibus libchewing"
+short_desc="Chewing input method for ibus"
+maintainer="ctoid <funk443@yandex.com>"
+license="GPL-2.0-or-later"
+homepage="https://github.com/definite/ibus-chewing"
+distfiles="https://github.com/definite/ibus-chewing/archive/refs/tags/${version}.tar.gz"
+checksum="4c0b58e9b13b826969d8df6276275bbd893a4a6d665cc218a65aa3eecde00d53"
+nocross=yes
+
+pre_configure() {
+	rm -rf cmake-fedora
+	git clone https://pagure.io/cmake-fedora.git
+	export CMAKE_GENERATOR="Unix Makefiles"
+}

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

* Re: [PR REVIEW] New package: ibus-chewing
  2022-11-23 15:31 [PR PATCH] New package: ibus-chewing, ibus-array: add runtime dep funk443
                   ` (18 preceding siblings ...)
  2022-11-24 11:20 ` [PR PATCH] [Updated] New package: ibus-chewing funk443
@ 2022-11-24 11:21 ` funk443
  2022-11-24 12:00 ` [PR PATCH] [Updated] " funk443
                   ` (18 subsequent siblings)
  38 siblings, 0 replies; 40+ messages in thread
From: funk443 @ 2022-11-24 11:21 UTC (permalink / raw)
  To: ml

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

New review comment by funk443 on void-packages repository

https://github.com/void-linux/void-packages/pull/40710#discussion_r1031397460

Comment:
You mean the cmake-fedora part?

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

* Re: [PR PATCH] [Updated] New package: ibus-chewing
  2022-11-23 15:31 [PR PATCH] New package: ibus-chewing, ibus-array: add runtime dep funk443
                   ` (19 preceding siblings ...)
  2022-11-24 11:21 ` [PR REVIEW] " funk443
@ 2022-11-24 12:00 ` funk443
  2022-11-24 12:10 ` [PR REVIEW] " Duncaen
                   ` (17 subsequent siblings)
  38 siblings, 0 replies; 40+ messages in thread
From: funk443 @ 2022-11-24 12:00 UTC (permalink / raw)
  To: ml

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

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

https://github.com/funk443/void-packages master
https://github.com/void-linux/void-packages/pull/40710

New package: ibus-chewing
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### 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/40710.patch is attached

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

From 5cc2d806611cef44647dbad924243841995687a9 Mon Sep 17 00:00:00 2001
From: ctoid <funk443@yandex.com>
Date: Thu, 24 Nov 2022 19:18:39 +0800
Subject: [PATCH] New package: ibus-chewing-1.5.1

---
 srcpkgs/ibus-chewing/template | 25 +++++++++++++++++++++++++
 1 file changed, 25 insertions(+)
 create mode 100644 srcpkgs/ibus-chewing/template

diff --git a/srcpkgs/ibus-chewing/template b/srcpkgs/ibus-chewing/template
new file mode 100644
index 000000000000..e71babd65d92
--- /dev/null
+++ b/srcpkgs/ibus-chewing/template
@@ -0,0 +1,25 @@
+# Template file for 'ibus-chewing'
+pkgname=ibus-chewing
+version=1.5.1
+revision=1
+archs="x86_64"
+build_style=cmake
+configure_args="-DLIBEXEC_DIR=/usr/libexec"
+make_cmd=make
+hostmakedepends="git cmake pkg-config findutils gettext-devel"
+makedepends="libchewing-devel ibus-devel gob2 libX11-devel gtk+-devel glib-devel"
+depends="ibus libchewing"
+short_desc="Chewing input method for ibus"
+maintainer="ctoid <funk443@yandex.com>"
+license="GPL-2.0-or-later"
+homepage="https://github.com/definite/ibus-chewing"
+distfiles="https://github.com/definite/ibus-chewing/archive/refs/tags/${version}.tar.gz"
+checksum="4c0b58e9b13b826969d8df6276275bbd893a4a6d665cc218a65aa3eecde00d53"
+nocross=yes
+make_check=no  # No idea how to fix
+
+pre_configure() {
+	rm -rf cmake-fedora
+	git clone https://pagure.io/cmake-fedora.git
+	export CMAKE_GENERATOR="Unix Makefiles"
+}

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

* Re: [PR REVIEW] New package: ibus-chewing
  2022-11-23 15:31 [PR PATCH] New package: ibus-chewing, ibus-array: add runtime dep funk443
                   ` (20 preceding siblings ...)
  2022-11-24 12:00 ` [PR PATCH] [Updated] " funk443
@ 2022-11-24 12:10 ` Duncaen
  2022-11-24 12:34 ` funk443
                   ` (16 subsequent siblings)
  38 siblings, 0 replies; 40+ messages in thread
From: Duncaen @ 2022-11-24 12:10 UTC (permalink / raw)
  To: ml

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

New review comment by Duncaen on void-packages repository

https://github.com/void-linux/void-packages/pull/40710#discussion_r1031440470

Comment:
Yes, if the project actually depends on a specific git submodule, we generally add new distfile (tar.gz for a specific commit) to it and move it into the right place.

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

* Re: [PR REVIEW] New package: ibus-chewing
  2022-11-23 15:31 [PR PATCH] New package: ibus-chewing, ibus-array: add runtime dep funk443
                   ` (21 preceding siblings ...)
  2022-11-24 12:10 ` [PR REVIEW] " Duncaen
@ 2022-11-24 12:34 ` funk443
  2022-11-24 12:42 ` [PR PATCH] [Updated] " funk443
                   ` (15 subsequent siblings)
  38 siblings, 0 replies; 40+ messages in thread
From: funk443 @ 2022-11-24 12:34 UTC (permalink / raw)
  To: ml

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

New review comment by funk443 on void-packages repository

https://github.com/void-linux/void-packages/pull/40710#discussion_r1031461854

Comment:
I added this part because the original cmake-fedora host is no longer available.

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

* Re: [PR PATCH] [Updated] New package: ibus-chewing
  2022-11-23 15:31 [PR PATCH] New package: ibus-chewing, ibus-array: add runtime dep funk443
                   ` (22 preceding siblings ...)
  2022-11-24 12:34 ` funk443
@ 2022-11-24 12:42 ` funk443
  2022-11-24 20:02 ` [PR REVIEW] " oreo639
                   ` (14 subsequent siblings)
  38 siblings, 0 replies; 40+ messages in thread
From: funk443 @ 2022-11-24 12:42 UTC (permalink / raw)
  To: ml

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

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

https://github.com/funk443/void-packages master
https://github.com/void-linux/void-packages/pull/40710

New package: ibus-chewing
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### 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/40710.patch is attached

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

From 96c5a57abe752200fe128d8a4b6e0cce0c959715 Mon Sep 17 00:00:00 2001
From: ctoid <funk443@yandex.com>
Date: Thu, 24 Nov 2022 19:18:39 +0800
Subject: [PATCH] New package: ibus-chewing-1.5.1

---
 srcpkgs/ibus-chewing/template | 26 ++++++++++++++++++++++++++
 1 file changed, 26 insertions(+)
 create mode 100644 srcpkgs/ibus-chewing/template

diff --git a/srcpkgs/ibus-chewing/template b/srcpkgs/ibus-chewing/template
new file mode 100644
index 000000000000..e027957cbd2d
--- /dev/null
+++ b/srcpkgs/ibus-chewing/template
@@ -0,0 +1,26 @@
+# Template file for 'ibus-chewing'
+pkgname=ibus-chewing
+version=1.5.1
+revision=1
+archs="x86_64"
+build_wrksrc=ibus-chewing-1.5.1
+build_style=cmake
+configure_args="-DLIBEXEC_DIR=/usr/libexec"
+make_cmd=make
+hostmakedepends="git cmake pkg-config findutils gettext-devel"
+makedepends="libchewing-devel ibus-devel gob2 libX11-devel gtk+-devel glib-devel"
+depends="ibus libchewing"
+short_desc="Chewing input method for ibus"
+maintainer="ctoid <funk443@yandex.com>"
+license="GPL-2.0-or-later"
+homepage="https://github.com/definite/ibus-chewing"
+distfiles="https://github.com/definite/ibus-chewing/archive/refs/tags/${version}.tar.gz https://pagure.io/cmake-fedora/archive/2.9.3/cmake-fedora-2.9.3.tar.gz"
+checksum="4c0b58e9b13b826969d8df6276275bbd893a4a6d665cc218a65aa3eecde00d53
+ 291b6d6ea1381d6d7f7d49e9b9a6f5ca5cbfeaed81b58f591dfcd0781e5de68c"
+nocross=yes
+make_check=no  # No idea how to fix
+
+pre_configure() {
+	mv ../cmake-fedora-2.9.3/* ./cmake-fedora
+	export CMAKE_GENERATOR="Unix Makefiles"
+}

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

* Re: [PR REVIEW] New package: ibus-chewing
  2022-11-23 15:31 [PR PATCH] New package: ibus-chewing, ibus-array: add runtime dep funk443
                   ` (23 preceding siblings ...)
  2022-11-24 12:42 ` [PR PATCH] [Updated] " funk443
@ 2022-11-24 20:02 ` oreo639
  2022-11-24 20:09 ` oreo639
                   ` (13 subsequent siblings)
  38 siblings, 0 replies; 40+ messages in thread
From: oreo639 @ 2022-11-24 20:02 UTC (permalink / raw)
  To: ml

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

New review comment by oreo639 on void-packages repository

https://github.com/void-linux/void-packages/pull/40710#discussion_r1031799352

Comment:
I didn't notice this earlier, sorry, but I don't believe new gtk2 packages will be accepted.

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

* Re: [PR REVIEW] New package: ibus-chewing
  2022-11-23 15:31 [PR PATCH] New package: ibus-chewing, ibus-array: add runtime dep funk443
                   ` (24 preceding siblings ...)
  2022-11-24 20:02 ` [PR REVIEW] " oreo639
@ 2022-11-24 20:09 ` oreo639
  2022-11-25  5:08 ` funk443
                   ` (12 subsequent siblings)
  38 siblings, 0 replies; 40+ messages in thread
From: oreo639 @ 2022-11-24 20:09 UTC (permalink / raw)
  To: ml

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

New review comment by oreo639 on void-packages repository

https://github.com/void-linux/void-packages/pull/40710#discussion_r1031799352

Comment:
New gtk2 packages aren't going to be accepted.
And the gtk3 version doesn't have a tagged release.

https://github.com/definite/ibus-chewing/issues/162
There is an open issue to create a new release, but it has received no response.

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

* Re: [PR REVIEW] New package: ibus-chewing
  2022-11-23 15:31 [PR PATCH] New package: ibus-chewing, ibus-array: add runtime dep funk443
                   ` (25 preceding siblings ...)
  2022-11-24 20:09 ` oreo639
@ 2022-11-25  5:08 ` funk443
  2022-11-25  5:11 ` funk443
                   ` (11 subsequent siblings)
  38 siblings, 0 replies; 40+ messages in thread
From: funk443 @ 2022-11-25  5:08 UTC (permalink / raw)
  To: ml

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

New review comment by funk443 on void-packages repository

https://github.com/void-linux/void-packages/pull/40710#discussion_r1032008770

Comment:
Ya, that's why I directly cloned the repo before, instead of downloading the realeases.  

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

* Re: [PR REVIEW] New package: ibus-chewing
  2022-11-23 15:31 [PR PATCH] New package: ibus-chewing, ibus-array: add runtime dep funk443
                   ` (26 preceding siblings ...)
  2022-11-25  5:08 ` funk443
@ 2022-11-25  5:11 ` funk443
  2022-11-25  5:12 ` funk443
                   ` (10 subsequent siblings)
  38 siblings, 0 replies; 40+ messages in thread
From: funk443 @ 2022-11-25  5:11 UTC (permalink / raw)
  To: ml

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

New review comment by funk443 on void-packages repository

https://github.com/void-linux/void-packages/pull/40710#discussion_r1032008770

Comment:
Ya, that's why I directly cloned the repo before, instead of downloading the realeases.  The git version of the package has been ported to gtk3, but not released.  

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

* Re: [PR REVIEW] New package: ibus-chewing
  2022-11-23 15:31 [PR PATCH] New package: ibus-chewing, ibus-array: add runtime dep funk443
                   ` (27 preceding siblings ...)
  2022-11-25  5:11 ` funk443
@ 2022-11-25  5:12 ` funk443
  2022-11-27 15:33 ` [PR PATCH] [Updated] " funk443
                   ` (9 subsequent siblings)
  38 siblings, 0 replies; 40+ messages in thread
From: funk443 @ 2022-11-25  5:12 UTC (permalink / raw)
  To: ml

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

New review comment by funk443 on void-packages repository

https://github.com/void-linux/void-packages/pull/40710#discussion_r1032008770

Comment:
Ya, that's why I directly cloned the repo before, instead of downloading the realeases.  The git version of the package has been ported to gtk3, but it is not released.  

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

* Re: [PR PATCH] [Updated] New package: ibus-chewing
  2022-11-23 15:31 [PR PATCH] New package: ibus-chewing, ibus-array: add runtime dep funk443
                   ` (28 preceding siblings ...)
  2022-11-25  5:12 ` funk443
@ 2022-11-27 15:33 ` funk443
  2022-11-27 16:02 ` [PR REVIEW] " paper42
                   ` (8 subsequent siblings)
  38 siblings, 0 replies; 40+ messages in thread
From: funk443 @ 2022-11-27 15:33 UTC (permalink / raw)
  To: ml

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

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

https://github.com/funk443/void-packages master
https://github.com/void-linux/void-packages/pull/40710

New package: ibus-chewing
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### 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/40710.patch is attached

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

From e52dfd278a9320a2e04ef359cc2f02f93c8491e5 Mon Sep 17 00:00:00 2001
From: ctoid <funk443@yandex.com>
Date: Thu, 24 Nov 2022 19:18:39 +0800
Subject: [PATCH] New package: ibus-chewing-1.5.1

---
 srcpkgs/ibus-chewing/template | 26 ++++++++++++++++++++++++++
 1 file changed, 26 insertions(+)
 create mode 100644 srcpkgs/ibus-chewing/template

diff --git a/srcpkgs/ibus-chewing/template b/srcpkgs/ibus-chewing/template
new file mode 100644
index 000000000000..74aa0b5167e5
--- /dev/null
+++ b/srcpkgs/ibus-chewing/template
@@ -0,0 +1,26 @@
+# Template file for 'ibus-chewing'
+pkgname=ibus-chewing
+version=1.5.2
+revision=1
+archs="x86_64"
+build_wrksrc=ibus-chewing-1-${version}
+build_style=cmake
+configure_args="-DLIBEXEC_DIR=/usr/libexec"
+make_cmd=make
+hostmakedepends="git cmake pkg-config findutils gettext-devel"
+makedepends="libchewing-devel ibus-devel gob2 libX11-devel gtk+3-devel glib-devel"
+depends="ibus libchewing"
+short_desc="Chewing input method for ibus"
+maintainer="ctoid <funk443@yandex.com>"
+license="GPL-2.0-or-later"
+homepage="https://github.com/definite/ibus-chewing"
+distfiles="https://github.com/funk443/ibus-chewing-1/archive/refs/tags/${version}.tar.gz https://pagure.io/cmake-fedora/archive/2.9.3/cmake-fedora-2.9.3.tar.gz"
+checksum="ea1c750dd1bda11f67870cf102d176a34d0759f27121985f12c86593c09c465b
+ 291b6d6ea1381d6d7f7d49e9b9a6f5ca5cbfeaed81b58f591dfcd0781e5de68c"
+nocross=yes
+make_check=no  # No idea how to fix
+
+pre_configure() {
+	mv ../cmake-fedora-2.9.3/* ./cmake-fedora
+	export CMAKE_GENERATOR="Unix Makefiles"
+}

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

* Re: [PR REVIEW] New package: ibus-chewing
  2022-11-23 15:31 [PR PATCH] New package: ibus-chewing, ibus-array: add runtime dep funk443
                   ` (29 preceding siblings ...)
  2022-11-27 15:33 ` [PR PATCH] [Updated] " funk443
@ 2022-11-27 16:02 ` paper42
  2022-11-27 16:04 ` paper42
                   ` (7 subsequent siblings)
  38 siblings, 0 replies; 40+ messages in thread
From: paper42 @ 2022-11-27 16:02 UTC (permalink / raw)
  To: ml

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

New review comment by paper42 on void-packages repository

https://github.com/void-linux/void-packages/pull/40710#discussion_r1032955420

Comment:
You can get a tarball at a specific commit from GitHub. I don't think this meets quality requirements, it either uses GTK2 or it doesn't have a release.

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

* Re: [PR REVIEW] New package: ibus-chewing
  2022-11-23 15:31 [PR PATCH] New package: ibus-chewing, ibus-array: add runtime dep funk443
                   ` (30 preceding siblings ...)
  2022-11-27 16:02 ` [PR REVIEW] " paper42
@ 2022-11-27 16:04 ` paper42
  2022-11-27 16:30 ` funk443
                   ` (6 subsequent siblings)
  38 siblings, 0 replies; 40+ messages in thread
From: paper42 @ 2022-11-27 16:04 UTC (permalink / raw)
  To: ml

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

New review comment by paper42 on void-packages repository

https://github.com/void-linux/void-packages/pull/40710#discussion_r1032955610

Comment:
This was not resolved, please don't mark it resolved 

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

* Re: [PR REVIEW] New package: ibus-chewing
  2022-11-23 15:31 [PR PATCH] New package: ibus-chewing, ibus-array: add runtime dep funk443
                   ` (31 preceding siblings ...)
  2022-11-27 16:04 ` paper42
@ 2022-11-27 16:30 ` funk443
  2022-11-27 16:40 ` paper42
                   ` (5 subsequent siblings)
  38 siblings, 0 replies; 40+ messages in thread
From: funk443 @ 2022-11-27 16:30 UTC (permalink / raw)
  To: ml

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

New review comment by funk443 on void-packages repository

https://github.com/void-linux/void-packages/pull/40710#discussion_r1032959902

Comment:
I just simply fork it, and release the latest commit by myself.  

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

* Re: [PR REVIEW] New package: ibus-chewing
  2022-11-23 15:31 [PR PATCH] New package: ibus-chewing, ibus-array: add runtime dep funk443
                   ` (32 preceding siblings ...)
  2022-11-27 16:30 ` funk443
@ 2022-11-27 16:40 ` paper42
  2022-11-27 16:51 ` funk443
                   ` (4 subsequent siblings)
  38 siblings, 0 replies; 40+ messages in thread
From: paper42 @ 2022-11-27 16:40 UTC (permalink / raw)
  To: ml

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

New review comment by paper42 on void-packages repository

https://github.com/void-linux/void-packages/pull/40710#discussion_r1032966211

Comment:
No, that's equivalent to just not using a release. A release is required because the developers know the best when the code is stable and usable. If we packaged the latest commit, we would have to figure out issues on our own and the maintenance burden would be much higher.

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

* Re: [PR REVIEW] New package: ibus-chewing
  2022-11-23 15:31 [PR PATCH] New package: ibus-chewing, ibus-array: add runtime dep funk443
                   ` (33 preceding siblings ...)
  2022-11-27 16:40 ` paper42
@ 2022-11-27 16:51 ` funk443
  2022-11-27 16:55 ` paper42
                   ` (3 subsequent siblings)
  38 siblings, 0 replies; 40+ messages in thread
From: funk443 @ 2022-11-27 16:51 UTC (permalink / raw)
  To: ml

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

New review comment by funk443 on void-packages repository

https://github.com/void-linux/void-packages/pull/40710#discussion_r1032977384

Comment:
Oh, ok then...  What should I do?

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

* Re: [PR REVIEW] New package: ibus-chewing
  2022-11-23 15:31 [PR PATCH] New package: ibus-chewing, ibus-array: add runtime dep funk443
                   ` (34 preceding siblings ...)
  2022-11-27 16:51 ` funk443
@ 2022-11-27 16:55 ` paper42
  2022-11-27 16:56 ` classabbyamp
                   ` (2 subsequent siblings)
  38 siblings, 0 replies; 40+ messages in thread
From: paper42 @ 2022-11-27 16:55 UTC (permalink / raw)
  To: ml

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

New review comment by paper42 on void-packages repository

https://github.com/void-linux/void-packages/pull/40710#discussion_r1032978043

Comment:
It's not acceptable right now.

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

* Re: [PR REVIEW] New package: ibus-chewing
  2022-11-23 15:31 [PR PATCH] New package: ibus-chewing, ibus-array: add runtime dep funk443
                   ` (35 preceding siblings ...)
  2022-11-27 16:55 ` paper42
@ 2022-11-27 16:56 ` classabbyamp
  2022-11-27 16:57 ` funk443
  2022-11-27 16:57 ` [PR PATCH] [Closed]: " funk443
  38 siblings, 0 replies; 40+ messages in thread
From: classabbyamp @ 2022-11-27 16:56 UTC (permalink / raw)
  To: ml

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

New review comment by classabbyamp on void-packages repository

https://github.com/void-linux/void-packages/pull/40710#discussion_r1032978203

Comment:
you could ask upstream to make a release

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

* Re: [PR REVIEW] New package: ibus-chewing
  2022-11-23 15:31 [PR PATCH] New package: ibus-chewing, ibus-array: add runtime dep funk443
                   ` (36 preceding siblings ...)
  2022-11-27 16:56 ` classabbyamp
@ 2022-11-27 16:57 ` funk443
  2022-11-27 16:57 ` [PR PATCH] [Closed]: " funk443
  38 siblings, 0 replies; 40+ messages in thread
From: funk443 @ 2022-11-27 16:57 UTC (permalink / raw)
  To: ml

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

New review comment by funk443 on void-packages repository

https://github.com/void-linux/void-packages/pull/40710#discussion_r1032978446

Comment:
All right then, sorry for wasting you guys so much time.  

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

* Re: [PR PATCH] [Closed]: New package: ibus-chewing
  2022-11-23 15:31 [PR PATCH] New package: ibus-chewing, ibus-array: add runtime dep funk443
                   ` (37 preceding siblings ...)
  2022-11-27 16:57 ` funk443
@ 2022-11-27 16:57 ` funk443
  38 siblings, 0 replies; 40+ messages in thread
From: funk443 @ 2022-11-27 16:57 UTC (permalink / raw)
  To: ml

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

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

New package: ibus-chewing
https://github.com/void-linux/void-packages/pull/40710

Description:
<!-- Uncomment relevant sections and delete options which are not applicable -->

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

end of thread, other threads:[~2022-11-27 16:57 UTC | newest]

Thread overview: 40+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-11-23 15:31 [PR PATCH] New package: ibus-chewing, ibus-array: add runtime dep funk443
2022-11-23 17:26 ` [PR REVIEW] " oreo639
2022-11-23 17:26 ` oreo639
2022-11-23 17:26 ` oreo639
2022-11-23 17:26 ` oreo639
2022-11-23 17:26 ` oreo639
2022-11-23 17:27 ` oreo639
2022-11-23 17:28 ` oreo639
2022-11-23 17:32 ` oreo639
2022-11-23 17:33 ` oreo639
2022-11-23 17:34 ` oreo639
2022-11-24  0:10 ` classabbyamp
2022-11-24  3:24 ` sgn
2022-11-24  4:08 ` [PR PATCH] [Updated] " funk443
2022-11-24  4:14 ` funk443
2022-11-24 11:12 ` funk443
2022-11-24 11:13 ` [PR REVIEW] " classabbyamp
2022-11-24 11:18 ` [PR PATCH] [Updated] " funk443
2022-11-24 11:18 ` funk443
2022-11-24 11:20 ` [PR PATCH] [Updated] New package: ibus-chewing funk443
2022-11-24 11:21 ` [PR REVIEW] " funk443
2022-11-24 12:00 ` [PR PATCH] [Updated] " funk443
2022-11-24 12:10 ` [PR REVIEW] " Duncaen
2022-11-24 12:34 ` funk443
2022-11-24 12:42 ` [PR PATCH] [Updated] " funk443
2022-11-24 20:02 ` [PR REVIEW] " oreo639
2022-11-24 20:09 ` oreo639
2022-11-25  5:08 ` funk443
2022-11-25  5:11 ` funk443
2022-11-25  5:12 ` funk443
2022-11-27 15:33 ` [PR PATCH] [Updated] " funk443
2022-11-27 16:02 ` [PR REVIEW] " paper42
2022-11-27 16:04 ` paper42
2022-11-27 16:30 ` funk443
2022-11-27 16:40 ` paper42
2022-11-27 16:51 ` funk443
2022-11-27 16:55 ` paper42
2022-11-27 16:56 ` classabbyamp
2022-11-27 16:57 ` funk443
2022-11-27 16:57 ` [PR PATCH] [Closed]: " funk443

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