Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] ibus-array: update to 0.2.3.
@ 2024-05-08 19:27 funk443
  2024-05-09  1:45 ` [PR REVIEW] " sgn
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: funk443 @ 2024-05-08 19:27 UTC (permalink / raw)
  To: ml

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

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

https://github.com/funk443/void-packages ibus-stuffs
https://github.com/void-linux/void-packages/pull/50250

ibus-array: update to 0.2.3.
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **briefly**


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



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

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

From d9ba60480e7a4e82241c42f07f83a137b6bb1c6a Mon Sep 17 00:00:00 2001
From: CToID <funk443@yandex.com>
Date: Thu, 9 May 2024 03:23:52 +0800
Subject: [PATCH] ibus-array: update to 0.2.3.

---
 srcpkgs/ibus-array/template | 16 +++++-----------
 1 file changed, 5 insertions(+), 11 deletions(-)

diff --git a/srcpkgs/ibus-array/template b/srcpkgs/ibus-array/template
index 14462250e78962..42b2872a28cc33 100644
--- a/srcpkgs/ibus-array/template
+++ b/srcpkgs/ibus-array/template
@@ -1,19 +1,13 @@
 # Template file for 'ibus-array'
 pkgname=ibus-array
-version=0.2.2
+version=0.2.3
 revision=1
-build_style=gnu-configure
-hostmakedepends="automake pkg-config python3 gettext-devel libtool"
-makedepends="ibus-devel gettext-devel sqlite-devel"
+build_style=meson
+hostmakedepends="pkg-config"
+makedepends="opencc-devel ibus-devel gettext-devel sqlite-devel"
 short_desc="Array 30 engine for iBus"
 maintainer="CToID <funk443@yandex.com>"
 license="GPL-2.0-or-later"
 homepage="https://github.com/lexical/ibus-array"
 distfiles="https://github.com/lexical/ibus-array/archive/refs/tags/release-${version}.tar.gz"
-checksum=736fee6de90674619f6ad9b0821dc989d91c7b9f364cd7b2b228fdecd9814f85
-
-python_version=3
-
-pre_configure() {
-	autoreconf -fi
-}
+checksum=a1018644655ab187728d6a65149186b8517a6c8f1ea4d8416900c129eea58a36

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

* Re: [PR REVIEW] ibus-array: update to 0.2.3.
  2024-05-08 19:27 [PR PATCH] ibus-array: update to 0.2.3 funk443
@ 2024-05-09  1:45 ` sgn
  2024-05-09  4:26 ` [PR PATCH] [Updated] " funk443
  2024-05-11  2:11 ` [PR PATCH] [Merged]: " sgn
  2 siblings, 0 replies; 4+ messages in thread
From: sgn @ 2024-05-09  1:45 UTC (permalink / raw)
  To: ml

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

New review comment by sgn on void-packages repository

https://github.com/void-linux/void-packages/pull/50250#discussion_r1594868774

Comment:
```suggestion
hostmakedepends="pkg-config python3 gettext"
```
Keep:

- python3, just in case we use anything other than meson for meson, or meson go away from python
- gettext for translation

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

* Re: [PR PATCH] [Updated] ibus-array: update to 0.2.3.
  2024-05-08 19:27 [PR PATCH] ibus-array: update to 0.2.3 funk443
  2024-05-09  1:45 ` [PR REVIEW] " sgn
@ 2024-05-09  4:26 ` funk443
  2024-05-11  2:11 ` [PR PATCH] [Merged]: " sgn
  2 siblings, 0 replies; 4+ messages in thread
From: funk443 @ 2024-05-09  4:26 UTC (permalink / raw)
  To: ml

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

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

https://github.com/funk443/void-packages ibus-stuffs
https://github.com/void-linux/void-packages/pull/50250

ibus-array: update to 0.2.3.
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **briefly**


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



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

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

From 3c8c098438a0ff8b346582e924b754d09454e5d1 Mon Sep 17 00:00:00 2001
From: CToID <funk443@yandex.com>
Date: Thu, 9 May 2024 03:23:52 +0800
Subject: [PATCH] ibus-array: update to 0.2.3.

---
 srcpkgs/ibus-array/template | 16 +++++-----------
 1 file changed, 5 insertions(+), 11 deletions(-)

diff --git a/srcpkgs/ibus-array/template b/srcpkgs/ibus-array/template
index 14462250e78962..925aa2ac9c9ae5 100644
--- a/srcpkgs/ibus-array/template
+++ b/srcpkgs/ibus-array/template
@@ -1,19 +1,13 @@
 # Template file for 'ibus-array'
 pkgname=ibus-array
-version=0.2.2
+version=0.2.3
 revision=1
-build_style=gnu-configure
-hostmakedepends="automake pkg-config python3 gettext-devel libtool"
-makedepends="ibus-devel gettext-devel sqlite-devel"
+build_style=meson
+hostmakedepends="pkg-config gettext python3"
+makedepends="opencc-devel ibus-devel gettext-devel sqlite-devel"
 short_desc="Array 30 engine for iBus"
 maintainer="CToID <funk443@yandex.com>"
 license="GPL-2.0-or-later"
 homepage="https://github.com/lexical/ibus-array"
 distfiles="https://github.com/lexical/ibus-array/archive/refs/tags/release-${version}.tar.gz"
-checksum=736fee6de90674619f6ad9b0821dc989d91c7b9f364cd7b2b228fdecd9814f85
-
-python_version=3
-
-pre_configure() {
-	autoreconf -fi
-}
+checksum=a1018644655ab187728d6a65149186b8517a6c8f1ea4d8416900c129eea58a36

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

* Re: [PR PATCH] [Merged]: ibus-array: update to 0.2.3.
  2024-05-08 19:27 [PR PATCH] ibus-array: update to 0.2.3 funk443
  2024-05-09  1:45 ` [PR REVIEW] " sgn
  2024-05-09  4:26 ` [PR PATCH] [Updated] " funk443
@ 2024-05-11  2:11 ` sgn
  2 siblings, 0 replies; 4+ messages in thread
From: sgn @ 2024-05-11  2:11 UTC (permalink / raw)
  To: ml

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

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

ibus-array: update to 0.2.3.
https://github.com/void-linux/void-packages/pull/50250

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

#### Testing the changes
- I tested the changes in this PR: **briefly**


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



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

end of thread, other threads:[~2024-05-11  2:11 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-05-08 19:27 [PR PATCH] ibus-array: update to 0.2.3 funk443
2024-05-09  1:45 ` [PR REVIEW] " sgn
2024-05-09  4:26 ` [PR PATCH] [Updated] " funk443
2024-05-11  2:11 ` [PR PATCH] [Merged]: " sgn

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