Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] ibus-hangul: update to 1.5.5
@ 2023-09-26 16:35 sogaiu
  2023-09-27  9:27 ` [PR PATCH] [Updated] " sogaiu
                   ` (25 more replies)
  0 siblings, 26 replies; 27+ messages in thread
From: sogaiu @ 2023-09-26 16:35 UTC (permalink / raw)
  To: ml

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

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

https://github.com/sogaiu/void-packages update-ibus-hangul
https://github.com/void-linux/void-packages/pull/46271

ibus-hangul: update to 1.5.5
#### Testing the changes
- I tested the changes in this PR: **YES**

#### Local build testing
- I built this PR locally for my native architecture, (x86_64-glibc)

#### Notes

Apparently, [recent versions of Python no longer have `gettext.bind_textdomain_codeset`](https://docs.python.org/3.10/library/gettext.html#gettext.bind_textdomain_codeset).

For recent Pythons, ibus-hangul 1.5.3's `ibus-setup-hangul` would crash with:

```
AttributeError: module 'gettext' has no attribute 'bind_textdomain_codeset'
```

A [PR for ibus-hangul to address this](https://github.com/libhangul/ibus-hangul/issues/93) was merged some time back and [the 1.5.4 release included the relevant code](https://github.com/libhangul/ibus-hangul/releases/tag/1.5.4).

There was another release (1.5.5) since then and this PR is an update to that one.


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

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

From 235e189e86ec1171e1bf3eaf61570778cd910747 Mon Sep 17 00:00:00 2001
From: sogaiu <983021772@users.noreply.github.com>
Date: Wed, 27 Sep 2023 01:18:29 +0900
Subject: [PATCH] ibus-hangul: update to 1.5.5

---
 srcpkgs/ibus-hangul/template | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/srcpkgs/ibus-hangul/template b/srcpkgs/ibus-hangul/template
index 66f1dd5527882..bf8cec311f7d3 100644
--- a/srcpkgs/ibus-hangul/template
+++ b/srcpkgs/ibus-hangul/template
@@ -1,18 +1,18 @@
 # Template file for 'ibus-hangul'
 pkgname=ibus-hangul
-version=1.5.3
+version=1.5.5
 revision=1
 build_style=gnu-configure
 configure_args="--libexec=/usr/lib/ibus --with-python=/usr/bin/python3"
 hostmakedepends="gettext libtool pkg-config swig"
-makedepends="ibus-devel libhangul-devel"
+makedepends="gtk+3-devel ibus-devel libhangul-devel"
 depends="ibus librsvg python3-gobject"
 short_desc="Korean input engine for IBus"
 maintainer="Michael Aldridge <maldridge@voidlinux.org>"
 license="GPL-2.0-or-later"
-homepage="https://github.com/choehwanjin/ibus-hangul"
-distfiles="${homepage}/releases/download/${version}/${pkgname}-${version}.tar.gz"
-checksum=5e661cd77a327b1eafacd537f7d839a61a374e951bd382044e799371855a0090
+homepage="https://github.com/libhangul/ibus-hangul"
+distfiles="${homepage}/releases/download/${version}/${pkgname}-${version}.tar.xz"
+checksum=a5aac88286cd18960229860e3e1a778978a7aeaa484ad9acfa48284b87fdc3bb
 
 if [ "$CROSS_BUILD" ]; then
 	hostmakedepends+=" python3"

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

end of thread, other threads:[~2023-09-30  9:34 UTC | newest]

Thread overview: 27+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-09-26 16:35 [PR PATCH] ibus-hangul: update to 1.5.5 sogaiu
2023-09-27  9:27 ` [PR PATCH] [Updated] " sogaiu
2023-09-27 10:08 ` sogaiu
2023-09-27 10:09 ` sogaiu
2023-09-27 14:00 ` [PR REVIEW] " sgn
2023-09-27 14:00 ` [PR PATCH] [Updated] " sgn
2023-09-28  1:12 ` sogaiu
2023-09-28  1:22 ` sogaiu
2023-09-28  1:25 ` sogaiu
2023-09-28  1:26 ` sogaiu
2023-09-28  1:27 ` sogaiu
2023-09-28  1:28 ` sogaiu
2023-09-28  1:39 ` sogaiu
2023-09-28  4:31 ` sogaiu
2023-09-28  7:47 ` [PR PATCH] [Updated] " sogaiu
2023-09-28  7:49 ` sogaiu
2023-09-28  7:50 ` sogaiu
2023-09-28  8:36 ` sogaiu
2023-09-29  2:01 ` sogaiu
2023-09-29  2:57 ` sogaiu
2023-09-29  2:59 ` sogaiu
2023-09-29  3:02 ` sogaiu
2023-09-29 15:54 ` sogaiu
2023-09-30  9:31 ` sgn
2023-09-30  9:33 ` sogaiu
2023-09-30  9:33 ` [PR PATCH] [Closed]: " sogaiu
2023-09-30  9:34 ` sogaiu

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