Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] ibus-hangul: update to 1.5.4.
@ 2022-12-08 12:43 staticintj
  2022-12-08 19:33 ` oreo639
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: staticintj @ 2022-12-08 12:43 UTC (permalink / raw)
  To: ml

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

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

https://github.com/staticintj/void-packages ibus-hangul
https://github.com/void-linux/void-packages/pull/40978

ibus-hangul: update to 1.5.4.
Compilation check: x86_64*, i686.
Changed upstream URL to newer libhangul/ibus-hangul.

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

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

<!--
#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**|**NO**
-->

<!-- 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, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->


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

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

From ace02d51f435730a5ca7878fb2bf9bb79115d9fa Mon Sep 17 00:00:00 2001
From: WooHyung Jeon <mail@staticintj.com>
Date: Fri, 9 Dec 2022 06:38:23 +0900
Subject: [PATCH] ibus-hangul: update to 1.5.4.

Compilation check: x86_64*, i686.
Changed upstream URL to newer libhangul/ibus-hangul.
---
 srcpkgs/ibus-hangul/template | 8 ++++----
 srcpkgs/ibus-hangul/update   | 2 +-
 2 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/srcpkgs/ibus-hangul/template b/srcpkgs/ibus-hangul/template
index 66f1dd552788..3f615c9a996a 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.4
 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="ibus-devel libhangul-devel gtk+3-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"
+homepage="https://github.com/libhangul/ibus-hangul"
 distfiles="${homepage}/releases/download/${version}/${pkgname}-${version}.tar.gz"
-checksum=5e661cd77a327b1eafacd537f7d839a61a374e951bd382044e799371855a0090
+checksum=a9f27ef9b0c03fd9f2faa327fb0a83c04098763969548b65b2f8159bed15cfe0
 
 if [ "$CROSS_BUILD" ]; then
 	hostmakedepends+=" python3"
diff --git a/srcpkgs/ibus-hangul/update b/srcpkgs/ibus-hangul/update
index 608f1c0bc199..4ba8a7ba970f 100644
--- a/srcpkgs/ibus-hangul/update
+++ b/srcpkgs/ibus-hangul/update
@@ -1 +1 @@
-site="https://github.com/choehwanjin/ibus-hangul/releases"
+site="https://github.com/libhangul/ibus-hangul/releases"

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

* Re: ibus-hangul: update to 1.5.4.
  2022-12-08 12:43 [PR PATCH] ibus-hangul: update to 1.5.4 staticintj
@ 2022-12-08 19:33 ` oreo639
  2022-12-08 19:33 ` oreo639
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: oreo639 @ 2022-12-08 19:33 UTC (permalink / raw)
  To: ml

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

New comment by oreo639 on void-packages repository

https://github.com/void-linux/void-packages/pull/40978#issuecomment-1343256424

Comment:
You should be able to remove `--libexec`, the update file shouldn't be necessary, and replace `distfiles="${homepage}/releases/download/${version}/${pkgname}-${version}.tar.gz"` with `distfiles="https://github.com/libhangul/ibus-hangu /releases/download/${version}/ibus-hangul-${version}.tar.gz"`

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

* Re: ibus-hangul: update to 1.5.4.
  2022-12-08 12:43 [PR PATCH] ibus-hangul: update to 1.5.4 staticintj
  2022-12-08 19:33 ` oreo639
@ 2022-12-08 19:33 ` oreo639
  2022-12-09  8:44 ` [PR PATCH] [Updated] " staticintj
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: oreo639 @ 2022-12-08 19:33 UTC (permalink / raw)
  To: ml

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

New comment by oreo639 on void-packages repository

https://github.com/void-linux/void-packages/pull/40978#issuecomment-1343256424

Comment:
You should be able to remove `--libexec`, the update file shouldn't be necessary, and replace `distfiles="${homepage}/releases/download/${version}/${pkgname}-${version}.tar.gz"` with `distfiles="https://github.com/libhangul/ibus-hangul/releases/download/${version}/ibus-hangul-${version}.tar.gz"`

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

* Re: [PR PATCH] [Updated] ibus-hangul: update to 1.5.4.
  2022-12-08 12:43 [PR PATCH] ibus-hangul: update to 1.5.4 staticintj
  2022-12-08 19:33 ` oreo639
  2022-12-08 19:33 ` oreo639
@ 2022-12-09  8:44 ` staticintj
  2022-12-09  8:47 ` staticintj
  2022-12-22  7:27 ` [PR PATCH] [Closed]: " staticintj
  4 siblings, 0 replies; 6+ messages in thread
From: staticintj @ 2022-12-09  8:44 UTC (permalink / raw)
  To: ml

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

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

https://github.com/staticintj/void-packages ibus-hangul
https://github.com/void-linux/void-packages/pull/40978

ibus-hangul: update to 1.5.4.
Compilation check: x86_64*, i686.
Changed upstream URL to newer libhangul/ibus-hangul.

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

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

<!--
#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**|**NO**
-->

<!-- 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, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->


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

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

From 56ff8cfbd618838fa297ded6b67f05d295984067 Mon Sep 17 00:00:00 2001
From: WooHyung Jeon <mail@staticintj.com>
Date: Fri, 9 Dec 2022 06:38:23 +0900
Subject: [PATCH] ibus-hangul: update to 1.5.4.

Compilation check: x86_64*, i686.
Changed upstream URL to newer libhangul/ibus-hangul.
---
 srcpkgs/ibus-hangul/template | 12 ++++++------
 srcpkgs/ibus-hangul/update   |  1 -
 2 files changed, 6 insertions(+), 7 deletions(-)
 delete mode 100644 srcpkgs/ibus-hangul/update

diff --git a/srcpkgs/ibus-hangul/template b/srcpkgs/ibus-hangul/template
index 66f1dd552788..a17a57a4e3ea 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.4
 revision=1
 build_style=gnu-configure
-configure_args="--libexec=/usr/lib/ibus --with-python=/usr/bin/python3"
+configure_args="--with-python=/usr/bin/python3"
 hostmakedepends="gettext libtool pkg-config swig"
-makedepends="ibus-devel libhangul-devel"
+makedepends="ibus-devel libhangul-devel gtk+3-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="https://github.com/libhangul/ibus-hangul/releases/download/${version}/${pkgname}-${version}.tar.gz"
+checksum=a9f27ef9b0c03fd9f2faa327fb0a83c04098763969548b65b2f8159bed15cfe0
 
 if [ "$CROSS_BUILD" ]; then
 	hostmakedepends+=" python3"
diff --git a/srcpkgs/ibus-hangul/update b/srcpkgs/ibus-hangul/update
deleted file mode 100644
index 608f1c0bc199..000000000000
--- a/srcpkgs/ibus-hangul/update
+++ /dev/null
@@ -1 +0,0 @@
-site="https://github.com/choehwanjin/ibus-hangul/releases"

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

* Re: ibus-hangul: update to 1.5.4.
  2022-12-08 12:43 [PR PATCH] ibus-hangul: update to 1.5.4 staticintj
                   ` (2 preceding siblings ...)
  2022-12-09  8:44 ` [PR PATCH] [Updated] " staticintj
@ 2022-12-09  8:47 ` staticintj
  2022-12-22  7:27 ` [PR PATCH] [Closed]: " staticintj
  4 siblings, 0 replies; 6+ messages in thread
From: staticintj @ 2022-12-09  8:47 UTC (permalink / raw)
  To: ml

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

New comment by staticintj on void-packages repository

https://github.com/void-linux/void-packages/pull/40978#issuecomment-1344018103

Comment:
> You should be able to remove `--libexec`, 

Done!

> the update file shouldn't be necessary, 

Removed!

> and replace `distfiles="${homepage}/releases/download/${version}/${pkgname}-${version}.tar.gz"` with `distfiles="https://github.com/libhangul/ibus-hangul/releases/download/${version}/ibus-hangul-${version}.tar.gz"`

Done!

Tested locally with
- `./xbps-src -a x86_64* -Q ibus-hangul`
- `./xbps-src -a i686 -Q ibus-hangul`.
- `xlint emplate`



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

* Re: [PR PATCH] [Closed]: ibus-hangul: update to 1.5.4.
  2022-12-08 12:43 [PR PATCH] ibus-hangul: update to 1.5.4 staticintj
                   ` (3 preceding siblings ...)
  2022-12-09  8:47 ` staticintj
@ 2022-12-22  7:27 ` staticintj
  4 siblings, 0 replies; 6+ messages in thread
From: staticintj @ 2022-12-22  7:27 UTC (permalink / raw)
  To: ml

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

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

ibus-hangul: update to 1.5.4.
https://github.com/void-linux/void-packages/pull/40978

Description:
Compilation check: x86_64*, i686.
Changed upstream URL to newer libhangul/ibus-hangul.

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

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

<!--
#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**|**NO**
-->

<!-- 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, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->


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

end of thread, other threads:[~2022-12-22  7:27 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-12-08 12:43 [PR PATCH] ibus-hangul: update to 1.5.4 staticintj
2022-12-08 19:33 ` oreo639
2022-12-08 19:33 ` oreo639
2022-12-09  8:44 ` [PR PATCH] [Updated] " staticintj
2022-12-09  8:47 ` staticintj
2022-12-22  7:27 ` [PR PATCH] [Closed]: " staticintj

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