Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] ibus-anthy: update to 1.5.15.
@ 2024-02-06  1:45 oreo639
  2024-02-06  3:25 ` [PR PATCH] [Updated] " oreo639
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: oreo639 @ 2024-02-06  1:45 UTC (permalink / raw)
  To: ml

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

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

https://github.com/oreo639/void-packages ibus-anthy
https://github.com/void-linux/void-packages/pull/48553

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

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

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

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

From ba47a51642803debf781c0fc558b81a26ccaba37 Mon Sep 17 00:00:00 2001
From: oreo639 <oreo6391@gmail.com>
Date: Mon, 5 Feb 2024 17:35:42 -0800
Subject: [PATCH] ibus-anthy: update to 1.5.15.

---
 .../0001-read-utf-8-encoded-zipfile.patch     | 25 ------------
 .../patches/data-Update-era.t-with-2022.patch | 36 ------------------
 ...imum-candidate-window-page-size-to-1.patch | 37 ------------------
 .../ibus-anthy/patches/update-era-2024.patch  | 38 +++++++++++++++++++
 srcpkgs/ibus-anthy/template                   |  5 ++-
 5 files changed, 41 insertions(+), 100 deletions(-)
 delete mode 100644 srcpkgs/ibus-anthy/patches/0001-read-utf-8-encoded-zipfile.patch
 delete mode 100644 srcpkgs/ibus-anthy/patches/data-Update-era.t-with-2022.patch
 delete mode 100644 srcpkgs/ibus-anthy/patches/setup-Minimum-candidate-window-page-size-to-1.patch
 create mode 100644 srcpkgs/ibus-anthy/patches/update-era-2024.patch

diff --git a/srcpkgs/ibus-anthy/patches/0001-read-utf-8-encoded-zipfile.patch b/srcpkgs/ibus-anthy/patches/0001-read-utf-8-encoded-zipfile.patch
deleted file mode 100644
index e8d5315cbf67f..0000000000000
--- a/srcpkgs/ibus-anthy/patches/0001-read-utf-8-encoded-zipfile.patch
+++ /dev/null
@@ -1,25 +0,0 @@
-From: NOKUBI Takatsugu <knok@daionet.gr.jp>
-Date: Thu, 2 Nov 2017 15:11:52 +0900
-Subject: read utf-8 encoded zipfile
-
----
- anthy form Debian converted those zipfile to utf-8
- data/zipcode-textdic.py | 4 ++--
- 1 file changed, 2 insertions(+), 2 deletions(-)
-
-diff --git a/data/zipcode-textdic.py b/data/zipcode-textdic.py
-index 6fa50d6..cb28a1f 100755
---- a/data/zipcode-textdic.py
-+++ b/data/zipcode-textdic.py
-@@ -21,9 +21,9 @@ if len(sys.argv) < 2:
- anthy_zipfile = sys.argv[1]
- 
- try:
--    contents = codecs.open(anthy_zipfile, 'r', 'euc_jp').read()
-+    contents = codecs.open(anthy_zipfile, 'r', 'utf-8').read()
- except UnicodeDecodeError as e:
--    print('Your file is not eucJP? %s' % anthy_zipfile, file=sys.stderr)
-+    print('Your file is not of UTF-8? %s' % anthy_zipfile, file=sys.stderr)
-     contents = open(anthy_zipfile).read()
- 
- output_zipfile = codecs.open('zipcode.t', 'w', 'utf-8')
diff --git a/srcpkgs/ibus-anthy/patches/data-Update-era.t-with-2022.patch b/srcpkgs/ibus-anthy/patches/data-Update-era.t-with-2022.patch
deleted file mode 100644
index c1f66ee5cebeb..0000000000000
--- a/srcpkgs/ibus-anthy/patches/data-Update-era.t-with-2022.patch
+++ /dev/null
@@ -1,36 +0,0 @@
-From ed993538c711d817e5365630b65f372e0dfd01a7 Mon Sep 17 00:00:00 2001
-From: fujiwarat <takao.fujiwara1@gmail.com>
-Date: Thu, 27 Jan 2022 15:15:13 +0900
-Subject: [PATCH] data: Update era.t with 2022
-
----
- data/era.t | 5 ++++-
- 1 file changed, 4 insertions(+), 1 deletion(-)
-
-diff --git a/data/era.t b/data/era.t
-index a6d297e..686271f 100644
---- a/data/era.t
-+++ b/data/era.t
-@@ -2,7 +2,7 @@
- #
- # ibus-anthy - The Anthy engine for IBus
- #
--# Copyright (c) 2010-2021 Takao Fujiwara <takao.fujiwara1@gmail.com>
-+# Copyright (c) 2010-2022 Takao Fujiwara <takao.fujiwara1@gmail.com>
- # Copyright (c) 2010-2013 Red Hat, Inc.
- #
- # This program is free software; you can redistribute it and/or modify
-@@ -338,6 +338,8 @@
- れいわ2 #T35*500 2020
- れいわ3 #T35*500 令和3
- れいわ3 #T35*500 2021
-+れいわ4 #T35*500 令和4
-+れいわ4 #T35*500 2022
- 1868 #T35*500 明治1
- 1869 #T35*500 明治2
- 1870 #T35*500 明治3
-@@ -496,3 +498,4 @@
- 2019 #T35*500 平成31
- 2020 #T35*500 令和2
- 2021 #T35*500 令和3
-+2022 #T35*500 令和4
diff --git a/srcpkgs/ibus-anthy/patches/setup-Minimum-candidate-window-page-size-to-1.patch b/srcpkgs/ibus-anthy/patches/setup-Minimum-candidate-window-page-size-to-1.patch
deleted file mode 100644
index f21b70be968b6..0000000000000
--- a/srcpkgs/ibus-anthy/patches/setup-Minimum-candidate-window-page-size-to-1.patch
+++ /dev/null
@@ -1,37 +0,0 @@
-From 4ef5ac95e84056ebd5a446e5e21b5f2a99377363 Mon Sep 17 00:00:00 2001
-From: fujiwarat <takao.fujiwara1@gmail.com>
-Date: Thu, 14 Apr 2022 15:23:26 +0900
-Subject: [PATCH] setup: Minimum candidate window page size to 1
-
-IBusLookupTable assert with page_size > 0 (rhbz#2064261)
----
- setup/python2/setup.ui | 2 +-
- setup/python3/setup.ui | 2 +-
- 2 files changed, 2 insertions(+), 2 deletions(-)
-
-diff --git a/setup/python2/setup.ui b/setup/python2/setup.ui
-index 88b19b8..3e82f2e 100644
---- a/setup/python2/setup.ui
-+++ b/setup/python2/setup.ui
-@@ -2,7 +2,7 @@
- <interface>
-   <object class="GtkAdjustment" id="adjustment1">
-     <property name="upper">10</property>
--    <property name="lower">0</property>
-+    <property name="lower">1</property>
-     <property name="page_increment">0</property>
-     <property name="step_increment">1</property>
-     <property name="page_size">0</property>
-diff --git a/setup/python3/setup.ui b/setup/python3/setup.ui
-index 88b19b8..3e82f2e 100644
---- a/setup/python3/setup.ui
-+++ b/setup/python3/setup.ui
-@@ -2,7 +2,7 @@
- <interface>
-   <object class="GtkAdjustment" id="adjustment1">
-     <property name="upper">10</property>
--    <property name="lower">0</property>
-+    <property name="lower">1</property>
-     <property name="page_increment">0</property>
-     <property name="step_increment">1</property>
-     <property name="page_size">0</property>
diff --git a/srcpkgs/ibus-anthy/patches/update-era-2024.patch b/srcpkgs/ibus-anthy/patches/update-era-2024.patch
new file mode 100644
index 0000000000000..50b331e639f1c
--- /dev/null
+++ b/srcpkgs/ibus-anthy/patches/update-era-2024.patch
@@ -0,0 +1,38 @@
+From 0cb7776994fadb4a4edf3259133bb40e7db31936 Mon Sep 17 00:00:00 2001
+From: fujiwarat <takao.fujiwara1@gmail.com>
+Date: Tue, 30 Jan 2024 11:47:51 +0900
+Subject: [PATCH] data: Update era.t with 2024
+
+---
+ data/era.t | 5 ++++-
+ 1 file changed, 4 insertions(+), 1 deletion(-)
+
+diff --git a/data/era.t b/data/era.t
+index 7f7bd1b..8750bc5 100644
+--- a/data/era.t
++++ b/data/era.t
+@@ -2,7 +2,7 @@
+ #
+ # ibus-anthy - The Anthy engine for IBus
+ #
+-# Copyright (c) 2010-2023 Takao Fujiwara <takao.fujiwara1@gmail.com>
++# Copyright (c) 2010-2024 Takao Fujiwara <takao.fujiwara1@gmail.com>
+ # Copyright (c) 2010-2013 Red Hat, Inc.
+ #
+ # This program is free software; you can redistribute it and/or modify
+@@ -342,6 +342,8 @@
+ れいわ4 #T35*500 2022
+ れいわ5 #T35*500 令和5
+ れいわ5 #T35*500 2023
++れいわ6 #T35*500 令和6
++れいわ6 #T35*500 2024
+ 1868 #T35*500 明治1
+ 1869 #T35*500 明治2
+ 1870 #T35*500 明治3
+@@ -502,3 +504,4 @@
+ 2021 #T35*500 令和3
+ 2022 #T35*500 令和4
+ 2023 #T35*500 令和5
++2024 #T35*500 令和6
+-- 
+2.43.0
diff --git a/srcpkgs/ibus-anthy/template b/srcpkgs/ibus-anthy/template
index 83be78194d22a..39818017472eb 100644
--- a/srcpkgs/ibus-anthy/template
+++ b/srcpkgs/ibus-anthy/template
@@ -1,6 +1,6 @@
 # Template file for 'ibus-anthy'
 pkgname=ibus-anthy
-version=1.5.14
+version=1.5.15
 revision=1
 build_style=gnu-configure
 build_helper=gir
@@ -14,4 +14,5 @@ maintainer="7185 <7185@free.fr>"
 license="LGPL-2.1-or-later"
 homepage="https://github.com/fujiwarat/ibus-anthy/wiki"
 distfiles="https://github.com/ibus/ibus-anthy/releases/download/${version}/ibus-anthy-${version}.tar.gz"
-checksum=c8694da18d0b891a48f4d75a0dece37ecbca6d1b1acb64101a7a84cad1046d9b
+checksum=58c4e6d5836a4ac9e33aa9e84e58c4deb67ada98f3b544b2440c5783237ed98b
+make_check_args="SHELL=/bin/bash"

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

* Re: [PR PATCH] [Updated] ibus-anthy: update to 1.5.15.
  2024-02-06  1:45 [PR PATCH] ibus-anthy: update to 1.5.15 oreo639
@ 2024-02-06  3:25 ` oreo639
  2024-02-29  0:54 ` oreo639
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: oreo639 @ 2024-02-06  3:25 UTC (permalink / raw)
  To: ml

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

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

https://github.com/oreo639/void-packages ibus-anthy
https://github.com/void-linux/void-packages/pull/48553

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

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

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

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

From c38979b038107deec09dd9f9e6ef360c58975d83 Mon Sep 17 00:00:00 2001
From: oreo639 <oreo6391@gmail.com>
Date: Mon, 5 Feb 2024 17:35:42 -0800
Subject: [PATCH] ibus-anthy: update to 1.5.15.

---
 .../0001-read-utf-8-encoded-zipfile.patch     | 25 ------------
 .../patches/data-Update-era.t-with-2022.patch | 36 ------------------
 ...imum-candidate-window-page-size-to-1.patch | 37 ------------------
 .../ibus-anthy/patches/update-era-2024.patch  | 38 +++++++++++++++++++
 srcpkgs/ibus-anthy/template                   |  5 ++-
 5 files changed, 41 insertions(+), 100 deletions(-)
 delete mode 100644 srcpkgs/ibus-anthy/patches/0001-read-utf-8-encoded-zipfile.patch
 delete mode 100644 srcpkgs/ibus-anthy/patches/data-Update-era.t-with-2022.patch
 delete mode 100644 srcpkgs/ibus-anthy/patches/setup-Minimum-candidate-window-page-size-to-1.patch
 create mode 100644 srcpkgs/ibus-anthy/patches/update-era-2024.patch

diff --git a/srcpkgs/ibus-anthy/patches/0001-read-utf-8-encoded-zipfile.patch b/srcpkgs/ibus-anthy/patches/0001-read-utf-8-encoded-zipfile.patch
deleted file mode 100644
index e8d5315cbf67f..0000000000000
--- a/srcpkgs/ibus-anthy/patches/0001-read-utf-8-encoded-zipfile.patch
+++ /dev/null
@@ -1,25 +0,0 @@
-From: NOKUBI Takatsugu <knok@daionet.gr.jp>
-Date: Thu, 2 Nov 2017 15:11:52 +0900
-Subject: read utf-8 encoded zipfile
-
----
- anthy form Debian converted those zipfile to utf-8
- data/zipcode-textdic.py | 4 ++--
- 1 file changed, 2 insertions(+), 2 deletions(-)
-
-diff --git a/data/zipcode-textdic.py b/data/zipcode-textdic.py
-index 6fa50d6..cb28a1f 100755
---- a/data/zipcode-textdic.py
-+++ b/data/zipcode-textdic.py
-@@ -21,9 +21,9 @@ if len(sys.argv) < 2:
- anthy_zipfile = sys.argv[1]
- 
- try:
--    contents = codecs.open(anthy_zipfile, 'r', 'euc_jp').read()
-+    contents = codecs.open(anthy_zipfile, 'r', 'utf-8').read()
- except UnicodeDecodeError as e:
--    print('Your file is not eucJP? %s' % anthy_zipfile, file=sys.stderr)
-+    print('Your file is not of UTF-8? %s' % anthy_zipfile, file=sys.stderr)
-     contents = open(anthy_zipfile).read()
- 
- output_zipfile = codecs.open('zipcode.t', 'w', 'utf-8')
diff --git a/srcpkgs/ibus-anthy/patches/data-Update-era.t-with-2022.patch b/srcpkgs/ibus-anthy/patches/data-Update-era.t-with-2022.patch
deleted file mode 100644
index c1f66ee5cebeb..0000000000000
--- a/srcpkgs/ibus-anthy/patches/data-Update-era.t-with-2022.patch
+++ /dev/null
@@ -1,36 +0,0 @@
-From ed993538c711d817e5365630b65f372e0dfd01a7 Mon Sep 17 00:00:00 2001
-From: fujiwarat <takao.fujiwara1@gmail.com>
-Date: Thu, 27 Jan 2022 15:15:13 +0900
-Subject: [PATCH] data: Update era.t with 2022
-
----
- data/era.t | 5 ++++-
- 1 file changed, 4 insertions(+), 1 deletion(-)
-
-diff --git a/data/era.t b/data/era.t
-index a6d297e..686271f 100644
---- a/data/era.t
-+++ b/data/era.t
-@@ -2,7 +2,7 @@
- #
- # ibus-anthy - The Anthy engine for IBus
- #
--# Copyright (c) 2010-2021 Takao Fujiwara <takao.fujiwara1@gmail.com>
-+# Copyright (c) 2010-2022 Takao Fujiwara <takao.fujiwara1@gmail.com>
- # Copyright (c) 2010-2013 Red Hat, Inc.
- #
- # This program is free software; you can redistribute it and/or modify
-@@ -338,6 +338,8 @@
- れいわ2 #T35*500 2020
- れいわ3 #T35*500 令和3
- れいわ3 #T35*500 2021
-+れいわ4 #T35*500 令和4
-+れいわ4 #T35*500 2022
- 1868 #T35*500 明治1
- 1869 #T35*500 明治2
- 1870 #T35*500 明治3
-@@ -496,3 +498,4 @@
- 2019 #T35*500 平成31
- 2020 #T35*500 令和2
- 2021 #T35*500 令和3
-+2022 #T35*500 令和4
diff --git a/srcpkgs/ibus-anthy/patches/setup-Minimum-candidate-window-page-size-to-1.patch b/srcpkgs/ibus-anthy/patches/setup-Minimum-candidate-window-page-size-to-1.patch
deleted file mode 100644
index f21b70be968b6..0000000000000
--- a/srcpkgs/ibus-anthy/patches/setup-Minimum-candidate-window-page-size-to-1.patch
+++ /dev/null
@@ -1,37 +0,0 @@
-From 4ef5ac95e84056ebd5a446e5e21b5f2a99377363 Mon Sep 17 00:00:00 2001
-From: fujiwarat <takao.fujiwara1@gmail.com>
-Date: Thu, 14 Apr 2022 15:23:26 +0900
-Subject: [PATCH] setup: Minimum candidate window page size to 1
-
-IBusLookupTable assert with page_size > 0 (rhbz#2064261)
----
- setup/python2/setup.ui | 2 +-
- setup/python3/setup.ui | 2 +-
- 2 files changed, 2 insertions(+), 2 deletions(-)
-
-diff --git a/setup/python2/setup.ui b/setup/python2/setup.ui
-index 88b19b8..3e82f2e 100644
---- a/setup/python2/setup.ui
-+++ b/setup/python2/setup.ui
-@@ -2,7 +2,7 @@
- <interface>
-   <object class="GtkAdjustment" id="adjustment1">
-     <property name="upper">10</property>
--    <property name="lower">0</property>
-+    <property name="lower">1</property>
-     <property name="page_increment">0</property>
-     <property name="step_increment">1</property>
-     <property name="page_size">0</property>
-diff --git a/setup/python3/setup.ui b/setup/python3/setup.ui
-index 88b19b8..3e82f2e 100644
---- a/setup/python3/setup.ui
-+++ b/setup/python3/setup.ui
-@@ -2,7 +2,7 @@
- <interface>
-   <object class="GtkAdjustment" id="adjustment1">
-     <property name="upper">10</property>
--    <property name="lower">0</property>
-+    <property name="lower">1</property>
-     <property name="page_increment">0</property>
-     <property name="step_increment">1</property>
-     <property name="page_size">0</property>
diff --git a/srcpkgs/ibus-anthy/patches/update-era-2024.patch b/srcpkgs/ibus-anthy/patches/update-era-2024.patch
new file mode 100644
index 0000000000000..50b331e639f1c
--- /dev/null
+++ b/srcpkgs/ibus-anthy/patches/update-era-2024.patch
@@ -0,0 +1,38 @@
+From 0cb7776994fadb4a4edf3259133bb40e7db31936 Mon Sep 17 00:00:00 2001
+From: fujiwarat <takao.fujiwara1@gmail.com>
+Date: Tue, 30 Jan 2024 11:47:51 +0900
+Subject: [PATCH] data: Update era.t with 2024
+
+---
+ data/era.t | 5 ++++-
+ 1 file changed, 4 insertions(+), 1 deletion(-)
+
+diff --git a/data/era.t b/data/era.t
+index 7f7bd1b..8750bc5 100644
+--- a/data/era.t
++++ b/data/era.t
+@@ -2,7 +2,7 @@
+ #
+ # ibus-anthy - The Anthy engine for IBus
+ #
+-# Copyright (c) 2010-2023 Takao Fujiwara <takao.fujiwara1@gmail.com>
++# Copyright (c) 2010-2024 Takao Fujiwara <takao.fujiwara1@gmail.com>
+ # Copyright (c) 2010-2013 Red Hat, Inc.
+ #
+ # This program is free software; you can redistribute it and/or modify
+@@ -342,6 +342,8 @@
+ れいわ4 #T35*500 2022
+ れいわ5 #T35*500 令和5
+ れいわ5 #T35*500 2023
++れいわ6 #T35*500 令和6
++れいわ6 #T35*500 2024
+ 1868 #T35*500 明治1
+ 1869 #T35*500 明治2
+ 1870 #T35*500 明治3
+@@ -502,3 +504,4 @@
+ 2021 #T35*500 令和3
+ 2022 #T35*500 令和4
+ 2023 #T35*500 令和5
++2024 #T35*500 令和6
+-- 
+2.43.0
diff --git a/srcpkgs/ibus-anthy/template b/srcpkgs/ibus-anthy/template
index 83be78194d22a..006990c147cd6 100644
--- a/srcpkgs/ibus-anthy/template
+++ b/srcpkgs/ibus-anthy/template
@@ -1,6 +1,6 @@
 # Template file for 'ibus-anthy'
 pkgname=ibus-anthy
-version=1.5.14
+version=1.5.15
 revision=1
 build_style=gnu-configure
 build_helper=gir
@@ -14,4 +14,5 @@ maintainer="7185 <7185@free.fr>"
 license="LGPL-2.1-or-later"
 homepage="https://github.com/fujiwarat/ibus-anthy/wiki"
 distfiles="https://github.com/ibus/ibus-anthy/releases/download/${version}/ibus-anthy-${version}.tar.gz"
-checksum=c8694da18d0b891a48f4d75a0dece37ecbca6d1b1acb64101a7a84cad1046d9b
+checksum=58c4e6d5836a4ac9e33aa9e84e58c4deb67ada98f3b544b2440c5783237ed98b
+make_check=no # Requires desktop environment and freezes with xvfb-run

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

* Re: [PR PATCH] [Updated] ibus-anthy: update to 1.5.15.
  2024-02-06  1:45 [PR PATCH] ibus-anthy: update to 1.5.15 oreo639
  2024-02-06  3:25 ` [PR PATCH] [Updated] " oreo639
@ 2024-02-29  0:54 ` oreo639
  2024-02-29  0:54 ` oreo639
  2024-02-29  1:45 ` [PR PATCH] [Updated] ibus-anthy: update to 1.5.16 oreo639
  3 siblings, 0 replies; 5+ messages in thread
From: oreo639 @ 2024-02-29  0:54 UTC (permalink / raw)
  To: ml

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

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

https://github.com/oreo639/void-packages ibus-anthy
https://github.com/void-linux/void-packages/pull/48553

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

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

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

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

From 60dfee457fcdc15bd43a814e2dd9912c44ecba36 Mon Sep 17 00:00:00 2001
From: oreo639 <oreo6391@gmail.com>
Date: Mon, 5 Feb 2024 17:35:42 -0800
Subject: [PATCH] ibus-anthy: update to 1.5.16.

---
 .../0001-read-utf-8-encoded-zipfile.patch     | 25 -------------
 .../patches/data-Update-era.t-with-2022.patch | 36 ------------------
 ...imum-candidate-window-page-size-to-1.patch | 37 -------------------
 srcpkgs/ibus-anthy/template                   |  4 +-
 4 files changed, 2 insertions(+), 100 deletions(-)
 delete mode 100644 srcpkgs/ibus-anthy/patches/0001-read-utf-8-encoded-zipfile.patch
 delete mode 100644 srcpkgs/ibus-anthy/patches/data-Update-era.t-with-2022.patch
 delete mode 100644 srcpkgs/ibus-anthy/patches/setup-Minimum-candidate-window-page-size-to-1.patch

diff --git a/srcpkgs/ibus-anthy/patches/0001-read-utf-8-encoded-zipfile.patch b/srcpkgs/ibus-anthy/patches/0001-read-utf-8-encoded-zipfile.patch
deleted file mode 100644
index e8d5315cbf67fd..00000000000000
--- a/srcpkgs/ibus-anthy/patches/0001-read-utf-8-encoded-zipfile.patch
+++ /dev/null
@@ -1,25 +0,0 @@
-From: NOKUBI Takatsugu <knok@daionet.gr.jp>
-Date: Thu, 2 Nov 2017 15:11:52 +0900
-Subject: read utf-8 encoded zipfile
-
----
- anthy form Debian converted those zipfile to utf-8
- data/zipcode-textdic.py | 4 ++--
- 1 file changed, 2 insertions(+), 2 deletions(-)
-
-diff --git a/data/zipcode-textdic.py b/data/zipcode-textdic.py
-index 6fa50d6..cb28a1f 100755
---- a/data/zipcode-textdic.py
-+++ b/data/zipcode-textdic.py
-@@ -21,9 +21,9 @@ if len(sys.argv) < 2:
- anthy_zipfile = sys.argv[1]
- 
- try:
--    contents = codecs.open(anthy_zipfile, 'r', 'euc_jp').read()
-+    contents = codecs.open(anthy_zipfile, 'r', 'utf-8').read()
- except UnicodeDecodeError as e:
--    print('Your file is not eucJP? %s' % anthy_zipfile, file=sys.stderr)
-+    print('Your file is not of UTF-8? %s' % anthy_zipfile, file=sys.stderr)
-     contents = open(anthy_zipfile).read()
- 
- output_zipfile = codecs.open('zipcode.t', 'w', 'utf-8')
diff --git a/srcpkgs/ibus-anthy/patches/data-Update-era.t-with-2022.patch b/srcpkgs/ibus-anthy/patches/data-Update-era.t-with-2022.patch
deleted file mode 100644
index c1f66ee5cebeb4..00000000000000
--- a/srcpkgs/ibus-anthy/patches/data-Update-era.t-with-2022.patch
+++ /dev/null
@@ -1,36 +0,0 @@
-From ed993538c711d817e5365630b65f372e0dfd01a7 Mon Sep 17 00:00:00 2001
-From: fujiwarat <takao.fujiwara1@gmail.com>
-Date: Thu, 27 Jan 2022 15:15:13 +0900
-Subject: [PATCH] data: Update era.t with 2022
-
----
- data/era.t | 5 ++++-
- 1 file changed, 4 insertions(+), 1 deletion(-)
-
-diff --git a/data/era.t b/data/era.t
-index a6d297e..686271f 100644
---- a/data/era.t
-+++ b/data/era.t
-@@ -2,7 +2,7 @@
- #
- # ibus-anthy - The Anthy engine for IBus
- #
--# Copyright (c) 2010-2021 Takao Fujiwara <takao.fujiwara1@gmail.com>
-+# Copyright (c) 2010-2022 Takao Fujiwara <takao.fujiwara1@gmail.com>
- # Copyright (c) 2010-2013 Red Hat, Inc.
- #
- # This program is free software; you can redistribute it and/or modify
-@@ -338,6 +338,8 @@
- れいわ2 #T35*500 2020
- れいわ3 #T35*500 令和3
- れいわ3 #T35*500 2021
-+れいわ4 #T35*500 令和4
-+れいわ4 #T35*500 2022
- 1868 #T35*500 明治1
- 1869 #T35*500 明治2
- 1870 #T35*500 明治3
-@@ -496,3 +498,4 @@
- 2019 #T35*500 平成31
- 2020 #T35*500 令和2
- 2021 #T35*500 令和3
-+2022 #T35*500 令和4
diff --git a/srcpkgs/ibus-anthy/patches/setup-Minimum-candidate-window-page-size-to-1.patch b/srcpkgs/ibus-anthy/patches/setup-Minimum-candidate-window-page-size-to-1.patch
deleted file mode 100644
index f21b70be968b68..00000000000000
--- a/srcpkgs/ibus-anthy/patches/setup-Minimum-candidate-window-page-size-to-1.patch
+++ /dev/null
@@ -1,37 +0,0 @@
-From 4ef5ac95e84056ebd5a446e5e21b5f2a99377363 Mon Sep 17 00:00:00 2001
-From: fujiwarat <takao.fujiwara1@gmail.com>
-Date: Thu, 14 Apr 2022 15:23:26 +0900
-Subject: [PATCH] setup: Minimum candidate window page size to 1
-
-IBusLookupTable assert with page_size > 0 (rhbz#2064261)
----
- setup/python2/setup.ui | 2 +-
- setup/python3/setup.ui | 2 +-
- 2 files changed, 2 insertions(+), 2 deletions(-)
-
-diff --git a/setup/python2/setup.ui b/setup/python2/setup.ui
-index 88b19b8..3e82f2e 100644
---- a/setup/python2/setup.ui
-+++ b/setup/python2/setup.ui
-@@ -2,7 +2,7 @@
- <interface>
-   <object class="GtkAdjustment" id="adjustment1">
-     <property name="upper">10</property>
--    <property name="lower">0</property>
-+    <property name="lower">1</property>
-     <property name="page_increment">0</property>
-     <property name="step_increment">1</property>
-     <property name="page_size">0</property>
-diff --git a/setup/python3/setup.ui b/setup/python3/setup.ui
-index 88b19b8..3e82f2e 100644
---- a/setup/python3/setup.ui
-+++ b/setup/python3/setup.ui
-@@ -2,7 +2,7 @@
- <interface>
-   <object class="GtkAdjustment" id="adjustment1">
-     <property name="upper">10</property>
--    <property name="lower">0</property>
-+    <property name="lower">1</property>
-     <property name="page_increment">0</property>
-     <property name="step_increment">1</property>
-     <property name="page_size">0</property>
diff --git a/srcpkgs/ibus-anthy/template b/srcpkgs/ibus-anthy/template
index 83be78194d22a5..e4f94fcd7f2172 100644
--- a/srcpkgs/ibus-anthy/template
+++ b/srcpkgs/ibus-anthy/template
@@ -1,6 +1,6 @@
 # Template file for 'ibus-anthy'
 pkgname=ibus-anthy
-version=1.5.14
+version=1.5.16
 revision=1
 build_style=gnu-configure
 build_helper=gir
@@ -14,4 +14,4 @@ maintainer="7185 <7185@free.fr>"
 license="LGPL-2.1-or-later"
 homepage="https://github.com/fujiwarat/ibus-anthy/wiki"
 distfiles="https://github.com/ibus/ibus-anthy/releases/download/${version}/ibus-anthy-${version}.tar.gz"
-checksum=c8694da18d0b891a48f4d75a0dece37ecbca6d1b1acb64101a7a84cad1046d9b
+checksum=15522214b58ad884acc9d9b1da13f15db7dcd76c3b18a88509046e5ec613d1ae

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

* Re: [PR PATCH] [Updated] ibus-anthy: update to 1.5.15.
  2024-02-06  1:45 [PR PATCH] ibus-anthy: update to 1.5.15 oreo639
  2024-02-06  3:25 ` [PR PATCH] [Updated] " oreo639
  2024-02-29  0:54 ` oreo639
@ 2024-02-29  0:54 ` oreo639
  2024-02-29  1:45 ` [PR PATCH] [Updated] ibus-anthy: update to 1.5.16 oreo639
  3 siblings, 0 replies; 5+ messages in thread
From: oreo639 @ 2024-02-29  0:54 UTC (permalink / raw)
  To: ml

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

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

https://github.com/oreo639/void-packages ibus-anthy
https://github.com/void-linux/void-packages/pull/48553

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

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

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

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

From 527bb0dcccfab5663320a62d80a9692196f676f3 Mon Sep 17 00:00:00 2001
From: oreo639 <oreo6391@gmail.com>
Date: Mon, 5 Feb 2024 17:35:42 -0800
Subject: [PATCH] ibus-anthy: update to 1.5.16.

---
 .../0001-read-utf-8-encoded-zipfile.patch     | 25 -------------
 .../patches/data-Update-era.t-with-2022.patch | 36 ------------------
 ...imum-candidate-window-page-size-to-1.patch | 37 -------------------
 srcpkgs/ibus-anthy/template                   |  4 +-
 4 files changed, 2 insertions(+), 100 deletions(-)
 delete mode 100644 srcpkgs/ibus-anthy/patches/0001-read-utf-8-encoded-zipfile.patch
 delete mode 100644 srcpkgs/ibus-anthy/patches/data-Update-era.t-with-2022.patch
 delete mode 100644 srcpkgs/ibus-anthy/patches/setup-Minimum-candidate-window-page-size-to-1.patch

diff --git a/srcpkgs/ibus-anthy/patches/0001-read-utf-8-encoded-zipfile.patch b/srcpkgs/ibus-anthy/patches/0001-read-utf-8-encoded-zipfile.patch
deleted file mode 100644
index e8d5315cbf67fd..00000000000000
--- a/srcpkgs/ibus-anthy/patches/0001-read-utf-8-encoded-zipfile.patch
+++ /dev/null
@@ -1,25 +0,0 @@
-From: NOKUBI Takatsugu <knok@daionet.gr.jp>
-Date: Thu, 2 Nov 2017 15:11:52 +0900
-Subject: read utf-8 encoded zipfile
-
----
- anthy form Debian converted those zipfile to utf-8
- data/zipcode-textdic.py | 4 ++--
- 1 file changed, 2 insertions(+), 2 deletions(-)
-
-diff --git a/data/zipcode-textdic.py b/data/zipcode-textdic.py
-index 6fa50d6..cb28a1f 100755
---- a/data/zipcode-textdic.py
-+++ b/data/zipcode-textdic.py
-@@ -21,9 +21,9 @@ if len(sys.argv) < 2:
- anthy_zipfile = sys.argv[1]
- 
- try:
--    contents = codecs.open(anthy_zipfile, 'r', 'euc_jp').read()
-+    contents = codecs.open(anthy_zipfile, 'r', 'utf-8').read()
- except UnicodeDecodeError as e:
--    print('Your file is not eucJP? %s' % anthy_zipfile, file=sys.stderr)
-+    print('Your file is not of UTF-8? %s' % anthy_zipfile, file=sys.stderr)
-     contents = open(anthy_zipfile).read()
- 
- output_zipfile = codecs.open('zipcode.t', 'w', 'utf-8')
diff --git a/srcpkgs/ibus-anthy/patches/data-Update-era.t-with-2022.patch b/srcpkgs/ibus-anthy/patches/data-Update-era.t-with-2022.patch
deleted file mode 100644
index c1f66ee5cebeb4..00000000000000
--- a/srcpkgs/ibus-anthy/patches/data-Update-era.t-with-2022.patch
+++ /dev/null
@@ -1,36 +0,0 @@
-From ed993538c711d817e5365630b65f372e0dfd01a7 Mon Sep 17 00:00:00 2001
-From: fujiwarat <takao.fujiwara1@gmail.com>
-Date: Thu, 27 Jan 2022 15:15:13 +0900
-Subject: [PATCH] data: Update era.t with 2022
-
----
- data/era.t | 5 ++++-
- 1 file changed, 4 insertions(+), 1 deletion(-)
-
-diff --git a/data/era.t b/data/era.t
-index a6d297e..686271f 100644
---- a/data/era.t
-+++ b/data/era.t
-@@ -2,7 +2,7 @@
- #
- # ibus-anthy - The Anthy engine for IBus
- #
--# Copyright (c) 2010-2021 Takao Fujiwara <takao.fujiwara1@gmail.com>
-+# Copyright (c) 2010-2022 Takao Fujiwara <takao.fujiwara1@gmail.com>
- # Copyright (c) 2010-2013 Red Hat, Inc.
- #
- # This program is free software; you can redistribute it and/or modify
-@@ -338,6 +338,8 @@
- れいわ2 #T35*500 2020
- れいわ3 #T35*500 令和3
- れいわ3 #T35*500 2021
-+れいわ4 #T35*500 令和4
-+れいわ4 #T35*500 2022
- 1868 #T35*500 明治1
- 1869 #T35*500 明治2
- 1870 #T35*500 明治3
-@@ -496,3 +498,4 @@
- 2019 #T35*500 平成31
- 2020 #T35*500 令和2
- 2021 #T35*500 令和3
-+2022 #T35*500 令和4
diff --git a/srcpkgs/ibus-anthy/patches/setup-Minimum-candidate-window-page-size-to-1.patch b/srcpkgs/ibus-anthy/patches/setup-Minimum-candidate-window-page-size-to-1.patch
deleted file mode 100644
index f21b70be968b68..00000000000000
--- a/srcpkgs/ibus-anthy/patches/setup-Minimum-candidate-window-page-size-to-1.patch
+++ /dev/null
@@ -1,37 +0,0 @@
-From 4ef5ac95e84056ebd5a446e5e21b5f2a99377363 Mon Sep 17 00:00:00 2001
-From: fujiwarat <takao.fujiwara1@gmail.com>
-Date: Thu, 14 Apr 2022 15:23:26 +0900
-Subject: [PATCH] setup: Minimum candidate window page size to 1
-
-IBusLookupTable assert with page_size > 0 (rhbz#2064261)
----
- setup/python2/setup.ui | 2 +-
- setup/python3/setup.ui | 2 +-
- 2 files changed, 2 insertions(+), 2 deletions(-)
-
-diff --git a/setup/python2/setup.ui b/setup/python2/setup.ui
-index 88b19b8..3e82f2e 100644
---- a/setup/python2/setup.ui
-+++ b/setup/python2/setup.ui
-@@ -2,7 +2,7 @@
- <interface>
-   <object class="GtkAdjustment" id="adjustment1">
-     <property name="upper">10</property>
--    <property name="lower">0</property>
-+    <property name="lower">1</property>
-     <property name="page_increment">0</property>
-     <property name="step_increment">1</property>
-     <property name="page_size">0</property>
-diff --git a/setup/python3/setup.ui b/setup/python3/setup.ui
-index 88b19b8..3e82f2e 100644
---- a/setup/python3/setup.ui
-+++ b/setup/python3/setup.ui
-@@ -2,7 +2,7 @@
- <interface>
-   <object class="GtkAdjustment" id="adjustment1">
-     <property name="upper">10</property>
--    <property name="lower">0</property>
-+    <property name="lower">1</property>
-     <property name="page_increment">0</property>
-     <property name="step_increment">1</property>
-     <property name="page_size">0</property>
diff --git a/srcpkgs/ibus-anthy/template b/srcpkgs/ibus-anthy/template
index 83be78194d22a5..e4f94fcd7f2172 100644
--- a/srcpkgs/ibus-anthy/template
+++ b/srcpkgs/ibus-anthy/template
@@ -1,6 +1,6 @@
 # Template file for 'ibus-anthy'
 pkgname=ibus-anthy
-version=1.5.14
+version=1.5.16
 revision=1
 build_style=gnu-configure
 build_helper=gir
@@ -14,4 +14,4 @@ maintainer="7185 <7185@free.fr>"
 license="LGPL-2.1-or-later"
 homepage="https://github.com/fujiwarat/ibus-anthy/wiki"
 distfiles="https://github.com/ibus/ibus-anthy/releases/download/${version}/ibus-anthy-${version}.tar.gz"
-checksum=c8694da18d0b891a48f4d75a0dece37ecbca6d1b1acb64101a7a84cad1046d9b
+checksum=15522214b58ad884acc9d9b1da13f15db7dcd76c3b18a88509046e5ec613d1ae

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

* Re: [PR PATCH] [Updated] ibus-anthy: update to 1.5.16.
  2024-02-06  1:45 [PR PATCH] ibus-anthy: update to 1.5.15 oreo639
                   ` (2 preceding siblings ...)
  2024-02-29  0:54 ` oreo639
@ 2024-02-29  1:45 ` oreo639
  3 siblings, 0 replies; 5+ messages in thread
From: oreo639 @ 2024-02-29  1:45 UTC (permalink / raw)
  To: ml

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

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

https://github.com/oreo639/void-packages ibus-anthy
https://github.com/void-linux/void-packages/pull/48553

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

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

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

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

From 8064a2fb3497a0f013ae12260fe3b1e559fa2ac8 Mon Sep 17 00:00:00 2001
From: oreo639 <oreo6391@gmail.com>
Date: Mon, 5 Feb 2024 17:35:42 -0800
Subject: [PATCH] ibus-anthy: update to 1.5.16.

---
 .../0001-read-utf-8-encoded-zipfile.patch     | 25 -------------
 .../patches/data-Update-era.t-with-2022.patch | 36 ------------------
 ...imum-candidate-window-page-size-to-1.patch | 37 -------------------
 srcpkgs/ibus-anthy/template                   |  4 +-
 4 files changed, 2 insertions(+), 100 deletions(-)
 delete mode 100644 srcpkgs/ibus-anthy/patches/0001-read-utf-8-encoded-zipfile.patch
 delete mode 100644 srcpkgs/ibus-anthy/patches/data-Update-era.t-with-2022.patch
 delete mode 100644 srcpkgs/ibus-anthy/patches/setup-Minimum-candidate-window-page-size-to-1.patch

diff --git a/srcpkgs/ibus-anthy/patches/0001-read-utf-8-encoded-zipfile.patch b/srcpkgs/ibus-anthy/patches/0001-read-utf-8-encoded-zipfile.patch
deleted file mode 100644
index e8d5315cbf67fd..00000000000000
--- a/srcpkgs/ibus-anthy/patches/0001-read-utf-8-encoded-zipfile.patch
+++ /dev/null
@@ -1,25 +0,0 @@
-From: NOKUBI Takatsugu <knok@daionet.gr.jp>
-Date: Thu, 2 Nov 2017 15:11:52 +0900
-Subject: read utf-8 encoded zipfile
-
----
- anthy form Debian converted those zipfile to utf-8
- data/zipcode-textdic.py | 4 ++--
- 1 file changed, 2 insertions(+), 2 deletions(-)
-
-diff --git a/data/zipcode-textdic.py b/data/zipcode-textdic.py
-index 6fa50d6..cb28a1f 100755
---- a/data/zipcode-textdic.py
-+++ b/data/zipcode-textdic.py
-@@ -21,9 +21,9 @@ if len(sys.argv) < 2:
- anthy_zipfile = sys.argv[1]
- 
- try:
--    contents = codecs.open(anthy_zipfile, 'r', 'euc_jp').read()
-+    contents = codecs.open(anthy_zipfile, 'r', 'utf-8').read()
- except UnicodeDecodeError as e:
--    print('Your file is not eucJP? %s' % anthy_zipfile, file=sys.stderr)
-+    print('Your file is not of UTF-8? %s' % anthy_zipfile, file=sys.stderr)
-     contents = open(anthy_zipfile).read()
- 
- output_zipfile = codecs.open('zipcode.t', 'w', 'utf-8')
diff --git a/srcpkgs/ibus-anthy/patches/data-Update-era.t-with-2022.patch b/srcpkgs/ibus-anthy/patches/data-Update-era.t-with-2022.patch
deleted file mode 100644
index c1f66ee5cebeb4..00000000000000
--- a/srcpkgs/ibus-anthy/patches/data-Update-era.t-with-2022.patch
+++ /dev/null
@@ -1,36 +0,0 @@
-From ed993538c711d817e5365630b65f372e0dfd01a7 Mon Sep 17 00:00:00 2001
-From: fujiwarat <takao.fujiwara1@gmail.com>
-Date: Thu, 27 Jan 2022 15:15:13 +0900
-Subject: [PATCH] data: Update era.t with 2022
-
----
- data/era.t | 5 ++++-
- 1 file changed, 4 insertions(+), 1 deletion(-)
-
-diff --git a/data/era.t b/data/era.t
-index a6d297e..686271f 100644
---- a/data/era.t
-+++ b/data/era.t
-@@ -2,7 +2,7 @@
- #
- # ibus-anthy - The Anthy engine for IBus
- #
--# Copyright (c) 2010-2021 Takao Fujiwara <takao.fujiwara1@gmail.com>
-+# Copyright (c) 2010-2022 Takao Fujiwara <takao.fujiwara1@gmail.com>
- # Copyright (c) 2010-2013 Red Hat, Inc.
- #
- # This program is free software; you can redistribute it and/or modify
-@@ -338,6 +338,8 @@
- れいわ2 #T35*500 2020
- れいわ3 #T35*500 令和3
- れいわ3 #T35*500 2021
-+れいわ4 #T35*500 令和4
-+れいわ4 #T35*500 2022
- 1868 #T35*500 明治1
- 1869 #T35*500 明治2
- 1870 #T35*500 明治3
-@@ -496,3 +498,4 @@
- 2019 #T35*500 平成31
- 2020 #T35*500 令和2
- 2021 #T35*500 令和3
-+2022 #T35*500 令和4
diff --git a/srcpkgs/ibus-anthy/patches/setup-Minimum-candidate-window-page-size-to-1.patch b/srcpkgs/ibus-anthy/patches/setup-Minimum-candidate-window-page-size-to-1.patch
deleted file mode 100644
index f21b70be968b68..00000000000000
--- a/srcpkgs/ibus-anthy/patches/setup-Minimum-candidate-window-page-size-to-1.patch
+++ /dev/null
@@ -1,37 +0,0 @@
-From 4ef5ac95e84056ebd5a446e5e21b5f2a99377363 Mon Sep 17 00:00:00 2001
-From: fujiwarat <takao.fujiwara1@gmail.com>
-Date: Thu, 14 Apr 2022 15:23:26 +0900
-Subject: [PATCH] setup: Minimum candidate window page size to 1
-
-IBusLookupTable assert with page_size > 0 (rhbz#2064261)
----
- setup/python2/setup.ui | 2 +-
- setup/python3/setup.ui | 2 +-
- 2 files changed, 2 insertions(+), 2 deletions(-)
-
-diff --git a/setup/python2/setup.ui b/setup/python2/setup.ui
-index 88b19b8..3e82f2e 100644
---- a/setup/python2/setup.ui
-+++ b/setup/python2/setup.ui
-@@ -2,7 +2,7 @@
- <interface>
-   <object class="GtkAdjustment" id="adjustment1">
-     <property name="upper">10</property>
--    <property name="lower">0</property>
-+    <property name="lower">1</property>
-     <property name="page_increment">0</property>
-     <property name="step_increment">1</property>
-     <property name="page_size">0</property>
-diff --git a/setup/python3/setup.ui b/setup/python3/setup.ui
-index 88b19b8..3e82f2e 100644
---- a/setup/python3/setup.ui
-+++ b/setup/python3/setup.ui
-@@ -2,7 +2,7 @@
- <interface>
-   <object class="GtkAdjustment" id="adjustment1">
-     <property name="upper">10</property>
--    <property name="lower">0</property>
-+    <property name="lower">1</property>
-     <property name="page_increment">0</property>
-     <property name="step_increment">1</property>
-     <property name="page_size">0</property>
diff --git a/srcpkgs/ibus-anthy/template b/srcpkgs/ibus-anthy/template
index 83be78194d22a5..e4f94fcd7f2172 100644
--- a/srcpkgs/ibus-anthy/template
+++ b/srcpkgs/ibus-anthy/template
@@ -1,6 +1,6 @@
 # Template file for 'ibus-anthy'
 pkgname=ibus-anthy
-version=1.5.14
+version=1.5.16
 revision=1
 build_style=gnu-configure
 build_helper=gir
@@ -14,4 +14,4 @@ maintainer="7185 <7185@free.fr>"
 license="LGPL-2.1-or-later"
 homepage="https://github.com/fujiwarat/ibus-anthy/wiki"
 distfiles="https://github.com/ibus/ibus-anthy/releases/download/${version}/ibus-anthy-${version}.tar.gz"
-checksum=c8694da18d0b891a48f4d75a0dece37ecbca6d1b1acb64101a7a84cad1046d9b
+checksum=15522214b58ad884acc9d9b1da13f15db7dcd76c3b18a88509046e5ec613d1ae

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

end of thread, other threads:[~2024-02-29  1:45 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-02-06  1:45 [PR PATCH] ibus-anthy: update to 1.5.15 oreo639
2024-02-06  3:25 ` [PR PATCH] [Updated] " oreo639
2024-02-29  0:54 ` oreo639
2024-02-29  0:54 ` oreo639
2024-02-29  1:45 ` [PR PATCH] [Updated] ibus-anthy: update to 1.5.16 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).