Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] New package: ibus-chewing
@ 2024-02-05 15:36 funk443
  2024-02-05 15:52 ` [PR PATCH] [Updated] " funk443
                   ` (13 more replies)
  0 siblings, 14 replies; 15+ messages in thread
From: funk443 @ 2024-02-05 15:36 UTC (permalink / raw)
  To: ml

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

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

https://github.com/funk443/void-packages ibus-chewing
https://github.com/void-linux/void-packages/pull/48545

New package: ibus-chewing
#### 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**

#### Local build testing
- I built this PR locally for my native architecture, x86_64-glibc
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - x86_64-musl



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

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

From c81d9d7bfeb58dad00d9069a09df1df22b764462 Mon Sep 17 00:00:00 2001
From: CToID <funk443@yandex.com>
Date: Mon, 5 Feb 2024 23:34:06 +0800
Subject: [PATCH] New package: ibus-chewing

---
 srcpkgs/ibus-chewing/template | 23 +++++++++++++++++++++++
 1 file changed, 23 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 0000000000000..c0c61726f5c53
--- /dev/null
+++ b/srcpkgs/ibus-chewing/template
@@ -0,0 +1,23 @@
+# Template file for 'ibus-chewing'
+pkgname=ibus-chewing
+version=1.6.2
+revision=1
+build_wrksrc=${pkgname}-${version}
+build_style=cmake
+make_cmd=make
+configure_args="-DLIBEXEC_DIR='/usr/libexec'"
+hostmakedepends="pkg-config gettext"
+makedepends="ibus-devel glib-devel gob2 gtk+3-devel libchewing-devel libX11-devel"
+depends="libchewing ibus"
+short_desc="Chewing input method for IBus"
+maintainer="CToID <funk443@yandex.com>"
+license="GPL-2.0-or-later"
+homepage="https://github.com/chewing/ibus-chewing"
+distfiles="https://github.com/chewing/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="d83d4ac6c74a47db791a80d4316f54b2efcf8b87e6930b46dc77bd107cff86cd 291b6d6ea1381d6d7f7d49e9b9a6f5ca5cbfeaed81b58f591dfcd0781e5de68c"
+nocross="CMake fails to generate Makefile when cross compiling."
+
+pre_configure() {
+	mv -t ./cmake-fedora/ ../cmake-fedora-2.9.3/*
+	export CMAKE_GENERATOR="Unix Makefiles"
+}

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

* Re: [PR PATCH] [Updated] New package: ibus-chewing
  2024-02-05 15:36 [PR PATCH] New package: ibus-chewing funk443
@ 2024-02-05 15:52 ` funk443
  2024-02-06  2:45 ` oreo639
                   ` (12 subsequent siblings)
  13 siblings, 0 replies; 15+ messages in thread
From: funk443 @ 2024-02-05 15:52 UTC (permalink / raw)
  To: ml

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

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

https://github.com/funk443/void-packages ibus-chewing
https://github.com/void-linux/void-packages/pull/48545

New package: ibus-chewing
#### 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**

#### Local build testing
- I built this PR locally for my native architecture, x86_64-glibc
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - x86_64-musl



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

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

From dfdaa84529713f874c6c7370d7895f636012e954 Mon Sep 17 00:00:00 2001
From: CToID <funk443@yandex.com>
Date: Mon, 5 Feb 2024 23:34:06 +0800
Subject: [PATCH] New package: ibus-chewing

---
 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 0000000000000..59aa3791b7332
--- /dev/null
+++ b/srcpkgs/ibus-chewing/template
@@ -0,0 +1,26 @@
+# Template file for 'ibus-chewing'
+pkgname=ibus-chewing
+version=1.6.2
+revision=1
+build_wrksrc=${pkgname}-${version}
+build_style=cmake
+make_cmd=make
+configure_args="-DLIBEXEC_DIR='/usr/libexec'"
+hostmakedepends="pkg-config gettext"
+makedepends="ibus-devel glib-devel gob2 gtk+3-devel libchewing-devel libX11-devel"
+depends="libchewing ibus"
+short_desc="Chewing input method for IBus"
+maintainer="CToID <funk443@yandex.com>"
+license="GPL-2.0-or-later"
+homepage="https://github.com/chewing/ibus-chewing"
+distfiles="https://github.com/chewing/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="d83d4ac6c74a47db791a80d4316f54b2efcf8b87e6930b46dc77bd107cff86cd 291b6d6ea1381d6d7f7d49e9b9a6f5ca5cbfeaed81b58f591dfcd0781e5de68c"
+nocross="CMake fails to generate Makefile when cross compiling."
+
+# The package needs to be installed to pass the test.
+make_check=no
+
+pre_configure() {
+	mv -t ./cmake-fedora/ ../cmake-fedora-2.9.3/*
+	export CMAKE_GENERATOR="Unix Makefiles"
+}

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

* Re: New package: ibus-chewing
  2024-02-05 15:36 [PR PATCH] New package: ibus-chewing funk443
  2024-02-05 15:52 ` [PR PATCH] [Updated] " funk443
@ 2024-02-06  2:45 ` oreo639
  2024-02-17 17:14 ` [PR PATCH] [Updated] " funk443
                   ` (11 subsequent siblings)
  13 siblings, 0 replies; 15+ messages in thread
From: oreo639 @ 2024-02-06  2:45 UTC (permalink / raw)
  To: ml

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

New comment by oreo639 on void-packages repository

https://github.com/void-linux/void-packages/pull/48545#issuecomment-1928682490

Comment:
Next release will drop the cmake-fedora dependency which will make configuing less broken, just for future reference: https://github.com/oreo639/void-packages/commit/366e0eb72882e23d6b73f6dc2c85b2844c62963c

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

* Re: [PR PATCH] [Updated] New package: ibus-chewing
  2024-02-05 15:36 [PR PATCH] New package: ibus-chewing funk443
  2024-02-05 15:52 ` [PR PATCH] [Updated] " funk443
  2024-02-06  2:45 ` oreo639
@ 2024-02-17 17:14 ` funk443
  2024-02-17 17:14 ` funk443
                   ` (10 subsequent siblings)
  13 siblings, 0 replies; 15+ messages in thread
From: funk443 @ 2024-02-17 17:14 UTC (permalink / raw)
  To: ml

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

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

https://github.com/funk443/void-packages ibus-chewing
https://github.com/void-linux/void-packages/pull/48545

New package: ibus-chewing
#### 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**

#### Local build testing
- I built this PR locally for my native architecture, x86_64-glibc
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - x86_64-musl



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

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

From c23049b60ec224cfc7d27f93a597c0e392ccf2c0 Mon Sep 17 00:00:00 2001
From: CToID <funk443@yandex.com>
Date: Mon, 5 Feb 2024 23:34:06 +0800
Subject: [PATCH] New package: ibus-chewing

---
 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 00000000000000..59aa3791b73321
--- /dev/null
+++ b/srcpkgs/ibus-chewing/template
@@ -0,0 +1,26 @@
+# Template file for 'ibus-chewing'
+pkgname=ibus-chewing
+version=1.6.2
+revision=1
+build_wrksrc=${pkgname}-${version}
+build_style=cmake
+make_cmd=make
+configure_args="-DLIBEXEC_DIR='/usr/libexec'"
+hostmakedepends="pkg-config gettext"
+makedepends="ibus-devel glib-devel gob2 gtk+3-devel libchewing-devel libX11-devel"
+depends="libchewing ibus"
+short_desc="Chewing input method for IBus"
+maintainer="CToID <funk443@yandex.com>"
+license="GPL-2.0-or-later"
+homepage="https://github.com/chewing/ibus-chewing"
+distfiles="https://github.com/chewing/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="d83d4ac6c74a47db791a80d4316f54b2efcf8b87e6930b46dc77bd107cff86cd 291b6d6ea1381d6d7f7d49e9b9a6f5ca5cbfeaed81b58f591dfcd0781e5de68c"
+nocross="CMake fails to generate Makefile when cross compiling."
+
+# The package needs to be installed to pass the test.
+make_check=no
+
+pre_configure() {
+	mv -t ./cmake-fedora/ ../cmake-fedora-2.9.3/*
+	export CMAKE_GENERATOR="Unix Makefiles"
+}

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

* Re: [PR PATCH] [Updated] New package: ibus-chewing
  2024-02-05 15:36 [PR PATCH] New package: ibus-chewing funk443
                   ` (2 preceding siblings ...)
  2024-02-17 17:14 ` [PR PATCH] [Updated] " funk443
@ 2024-02-17 17:14 ` funk443
  2024-02-17 17:19 ` funk443
                   ` (9 subsequent siblings)
  13 siblings, 0 replies; 15+ messages in thread
From: funk443 @ 2024-02-17 17:14 UTC (permalink / raw)
  To: ml

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

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

https://github.com/funk443/void-packages ibus-chewing
https://github.com/void-linux/void-packages/pull/48545

New package: ibus-chewing
#### 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**

#### Local build testing
- I built this PR locally for my native architecture, x86_64-glibc
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - x86_64-musl



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

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

From ca0745a1741927dbde544b7d39ad71a260bf41f2 Mon Sep 17 00:00:00 2001
From: CToID <funk443@yandex.com>
Date: Mon, 5 Feb 2024 23:34:06 +0800
Subject: [PATCH] New package: ibus-chewing

---
 srcpkgs/ibus-chewing/template | 15 +++++++++++++++
 1 file changed, 15 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 00000000000000..66894cf0e8b5a0
--- /dev/null
+++ b/srcpkgs/ibus-chewing/template
@@ -0,0 +1,15 @@
+# Template file for 'ibus-chewing'
+pkgname=ibus-chewing
+version=2.0.0
+revision=1
+build_style=cmake
+hostmakedepends="pkg-config gettext"
+makedepends="ibus-devel gob2 glib-devel gtk4-devel libchewing-devel libadwaita-devel"
+depends="libchewing ibus"
+short_desc="Chewing input method for IBus"
+maintainer="CToID <funk443@yandex.com>"
+license="GPL-2.0-or-later"
+homepage="https://github.com/chewing/ibus-chewing"
+distfiles="https://github.com/chewing/ibus-chewing/archive/refs/tags/v${version}.tar.gz"
+checksum="6da855d9b15cb84b6ed2a8d1594ffa57cca8ed1234115bd487720379d5c11d0e"
+nocross="glib-compile-resources failed to execute while cross-compiling."

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

* Re: [PR PATCH] [Updated] New package: ibus-chewing
  2024-02-05 15:36 [PR PATCH] New package: ibus-chewing funk443
                   ` (3 preceding siblings ...)
  2024-02-17 17:14 ` funk443
@ 2024-02-17 17:19 ` funk443
  2024-02-22  1:04 ` oreo639
                   ` (8 subsequent siblings)
  13 siblings, 0 replies; 15+ messages in thread
From: funk443 @ 2024-02-17 17:19 UTC (permalink / raw)
  To: ml

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

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

https://github.com/funk443/void-packages ibus-chewing
https://github.com/void-linux/void-packages/pull/48545

New package: ibus-chewing
#### 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**

#### Local build testing
- I built this PR locally for my native architecture, x86_64-glibc
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - x86_64-musl



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

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

From 910385f71512f34a8f0ac89a5e897879f46e431c Mon Sep 17 00:00:00 2001
From: CToID <funk443@yandex.com>
Date: Mon, 5 Feb 2024 23:34:06 +0800
Subject: [PATCH] New package: ibus-chewing

---
 srcpkgs/ibus-chewing/template | 18 ++++++++++++++++++
 1 file changed, 18 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 0000000000000..296691a1f9bda
--- /dev/null
+++ b/srcpkgs/ibus-chewing/template
@@ -0,0 +1,18 @@
+# Template file for 'ibus-chewing'
+pkgname=ibus-chewing
+version=2.0.0
+revision=1
+build_style=cmake
+hostmakedepends="pkg-config gettext"
+makedepends="ibus-devel gob2 glib-devel gtk4-devel libchewing-devel libadwaita-devel"
+depends="libchewing ibus"
+short_desc="Chewing input method for IBus"
+maintainer="CToID <funk443@yandex.com>"
+license="GPL-2.0-or-later"
+homepage="https://github.com/chewing/ibus-chewing"
+distfiles="https://github.com/chewing/ibus-chewing/archive/refs/tags/v${version}.tar.gz"
+checksum="6da855d9b15cb84b6ed2a8d1594ffa57cca8ed1234115bd487720379d5c11d0e"
+nocross="glib-compile-resources failed to execute while cross-compiling."
+
+# Package needs to be installed to be tested.
+make_check=no

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

* Re: New package: ibus-chewing
  2024-02-05 15:36 [PR PATCH] New package: ibus-chewing funk443
                   ` (4 preceding siblings ...)
  2024-02-17 17:19 ` funk443
@ 2024-02-22  1:04 ` oreo639
  2024-02-22  2:20 ` funk443
                   ` (7 subsequent siblings)
  13 siblings, 0 replies; 15+ messages in thread
From: oreo639 @ 2024-02-22  1:04 UTC (permalink / raw)
  To: ml

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

New comment by oreo639 on void-packages repository

https://github.com/void-linux/void-packages/pull/48545#issuecomment-1958476529

Comment:
Remove nocross and add `build_helper=qemu`

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

* Re: New package: ibus-chewing
  2024-02-05 15:36 [PR PATCH] New package: ibus-chewing funk443
                   ` (5 preceding siblings ...)
  2024-02-22  1:04 ` oreo639
@ 2024-02-22  2:20 ` funk443
  2024-02-22  2:50 ` funk443
                   ` (6 subsequent siblings)
  13 siblings, 0 replies; 15+ messages in thread
From: funk443 @ 2024-02-22  2:20 UTC (permalink / raw)
  To: ml

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

New comment by funk443 on void-packages repository

https://github.com/void-linux/void-packages/pull/48545#issuecomment-1958540500

Comment:
I did try that, got exact same error as without `build_helper=qemu`.

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

* Re: New package: ibus-chewing
  2024-02-05 15:36 [PR PATCH] New package: ibus-chewing funk443
                   ` (6 preceding siblings ...)
  2024-02-22  2:20 ` funk443
@ 2024-02-22  2:50 ` funk443
  2024-02-22  3:11 ` funk443
                   ` (5 subsequent siblings)
  13 siblings, 0 replies; 15+ messages in thread
From: funk443 @ 2024-02-22  2:50 UTC (permalink / raw)
  To: ml

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

New comment by funk443 on void-packages repository

https://github.com/void-linux/void-packages/pull/48545#issuecomment-1958540500

Comment:
I did try that, got exact same error as without `build_helper=qemu`.

On x86_64-musl, aarch64 and armv6l:
```
/bin/sh: line 1: /usr/x86_64-linux-musl/usr/bin/glib-compile-resources: cannot execute: required file not found
```

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

* Re: New package: ibus-chewing
  2024-02-05 15:36 [PR PATCH] New package: ibus-chewing funk443
                   ` (7 preceding siblings ...)
  2024-02-22  2:50 ` funk443
@ 2024-02-22  3:11 ` funk443
  2024-02-22  3:13 ` oreo639
                   ` (4 subsequent siblings)
  13 siblings, 0 replies; 15+ messages in thread
From: funk443 @ 2024-02-22  3:11 UTC (permalink / raw)
  To: ml

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

New comment by funk443 on void-packages repository

https://github.com/void-linux/void-packages/pull/48545#issuecomment-1958540500

Comment:
I did try that, got exact same error as without `build_helper=qemu`.

On x86_64-musl:
```
/bin/sh: line 1: /usr/x86_64-linux-musl/usr/bin/glib-compile-resources: cannot execute: required file not found
```

On armv6l:
```
/bin/sh: line 1: /usr/arm-linux-gnueabihf/usr/bin/glib-compile-resources: cannot execute binary file: Exec format error
```

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

* Re: New package: ibus-chewing
  2024-02-05 15:36 [PR PATCH] New package: ibus-chewing funk443
                   ` (8 preceding siblings ...)
  2024-02-22  3:11 ` funk443
@ 2024-02-22  3:13 ` oreo639
  2024-02-22  3:15 ` oreo639
                   ` (3 subsequent siblings)
  13 siblings, 0 replies; 15+ messages in thread
From: oreo639 @ 2024-02-22  3:13 UTC (permalink / raw)
  To: ml

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

New comment by oreo639 on void-packages repository

https://github.com/void-linux/void-packages/pull/48545#issuecomment-1958580265

Comment:
> I did try that, got exact same error as without build_helper=qemu.

Sorry, I forgot to disable binfmt.
You need to replace `glib-devel` in `makedepends` with `libglib-devel` and add `glib-devel` to `hostmakedepends`.

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

* Re: New package: ibus-chewing
  2024-02-05 15:36 [PR PATCH] New package: ibus-chewing funk443
                   ` (9 preceding siblings ...)
  2024-02-22  3:13 ` oreo639
@ 2024-02-22  3:15 ` oreo639
  2024-02-22  3:17 ` oreo639
                   ` (2 subsequent siblings)
  13 siblings, 0 replies; 15+ messages in thread
From: oreo639 @ 2024-02-22  3:15 UTC (permalink / raw)
  To: ml

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

New comment by oreo639 on void-packages repository

https://github.com/void-linux/void-packages/pull/48545#issuecomment-1958580265

Comment:
> I did try that, got exact same error as without build_helper=qemu.

Sorry, I forgot to disable binfmt.
You need to replace `glib-devel` in `makedepends` with `libglib-devel` and add `glib-devel` to `hostmakedepends`. (and yes, no need for `build_helper=qemu`)

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

* Re: New package: ibus-chewing
  2024-02-05 15:36 [PR PATCH] New package: ibus-chewing funk443
                   ` (10 preceding siblings ...)
  2024-02-22  3:15 ` oreo639
@ 2024-02-22  3:17 ` oreo639
  2024-02-22  3:20 ` [PR PATCH] [Updated] " funk443
  2024-02-22  4:05 ` [PR PATCH] [Merged]: " oreo639
  13 siblings, 0 replies; 15+ messages in thread
From: oreo639 @ 2024-02-22  3:17 UTC (permalink / raw)
  To: ml

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

New comment by oreo639 on void-packages repository

https://github.com/void-linux/void-packages/pull/48545#issuecomment-1958580265

Comment:
> I did try that, got exact same error as without build_helper=qemu.

Sorry, I forgot to disable binfmt.
Replace `glib-devel` in `makedepends` with `libglib-devel` and add `glib-devel` to `hostmakedepends`. (and yes, no need for `build_helper=qemu`)

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

* Re: [PR PATCH] [Updated] New package: ibus-chewing
  2024-02-05 15:36 [PR PATCH] New package: ibus-chewing funk443
                   ` (11 preceding siblings ...)
  2024-02-22  3:17 ` oreo639
@ 2024-02-22  3:20 ` funk443
  2024-02-22  4:05 ` [PR PATCH] [Merged]: " oreo639
  13 siblings, 0 replies; 15+ messages in thread
From: funk443 @ 2024-02-22  3:20 UTC (permalink / raw)
  To: ml

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

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

https://github.com/funk443/void-packages ibus-chewing
https://github.com/void-linux/void-packages/pull/48545

New package: ibus-chewing
#### 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**

#### Local build testing
- I built this PR locally for my native architecture, x86_64-glibc
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - x86_64-musl



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

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

From 430c0518c8b2b1c5d3b9cfc0dd56b43564dba277 Mon Sep 17 00:00:00 2001
From: CToID <funk443@yandex.com>
Date: Mon, 5 Feb 2024 23:34:06 +0800
Subject: [PATCH] New package: ibus-chewing

---
 srcpkgs/ibus-chewing/template | 17 +++++++++++++++++
 1 file changed, 17 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 00000000000000..46b35bf62c7411
--- /dev/null
+++ b/srcpkgs/ibus-chewing/template
@@ -0,0 +1,17 @@
+# Template file for 'ibus-chewing'
+pkgname=ibus-chewing
+version=2.0.0
+revision=1
+build_style=cmake
+hostmakedepends="pkg-config gettext glib-devel"
+makedepends="ibus-devel gob2 libglib-devel gtk4-devel libchewing-devel libadwaita-devel"
+depends="libchewing ibus"
+short_desc="Chewing input method for IBus"
+maintainer="CToID <funk443@yandex.com>"
+license="GPL-2.0-or-later"
+homepage="https://github.com/chewing/ibus-chewing"
+distfiles="https://github.com/chewing/ibus-chewing/archive/refs/tags/v${version}.tar.gz"
+checksum="6da855d9b15cb84b6ed2a8d1594ffa57cca8ed1234115bd487720379d5c11d0e"
+
+# Package needs to be installed to be tested.
+make_check=no

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

* Re: [PR PATCH] [Merged]: New package: ibus-chewing
  2024-02-05 15:36 [PR PATCH] New package: ibus-chewing funk443
                   ` (12 preceding siblings ...)
  2024-02-22  3:20 ` [PR PATCH] [Updated] " funk443
@ 2024-02-22  4:05 ` oreo639
  13 siblings, 0 replies; 15+ messages in thread
From: oreo639 @ 2024-02-22  4:05 UTC (permalink / raw)
  To: ml

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

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

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

Description:
#### 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**

#### Local build testing
- I built this PR locally for my native architecture, x86_64-glibc
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - x86_64-musl



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

end of thread, other threads:[~2024-02-22  4:05 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-02-05 15:36 [PR PATCH] New package: ibus-chewing funk443
2024-02-05 15:52 ` [PR PATCH] [Updated] " funk443
2024-02-06  2:45 ` oreo639
2024-02-17 17:14 ` [PR PATCH] [Updated] " funk443
2024-02-17 17:14 ` funk443
2024-02-17 17:19 ` funk443
2024-02-22  1:04 ` oreo639
2024-02-22  2:20 ` funk443
2024-02-22  2:50 ` funk443
2024-02-22  3:11 ` funk443
2024-02-22  3:13 ` oreo639
2024-02-22  3:15 ` oreo639
2024-02-22  3:17 ` oreo639
2024-02-22  3:20 ` [PR PATCH] [Updated] " funk443
2024-02-22  4:05 ` [PR PATCH] [Merged]: " oreo639

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